From d1cd99244f96bd95bbd67cc737248df346dec08b Mon Sep 17 00:00:00 2001 From: egor-tensin Date: Thu, 25 Apr 2024 03:50:51 +0000 Subject: =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20egor-tensin/cimp?= =?UTF-8?q?le@8e652dd2cb69928ea1596aa3e59845fef6854e2c=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 | 313185 ++++++++++++++++++++++++++ 2 files changed, 313371 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..a37c8f4 --- /dev/null +++ b/test_report_clang_release/index.html @@ -0,0 +1,313185 @@ + + + + + index.html + + + +

index.html

+

Report generated on 25-Apr-2024 at 03:45:58 by pytest-html v3.2.0

+

Summary

+

34 tests ran in 111.02 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-04-25 03:44:07 | INFO | 'server' parameter value: /home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server +2024-04-25 03:44:07 | INFO | 'worker' parameter value: /home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker +2024-04-25 03:44:07 | INFO | 'client' parameter value: /home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client +2024-04-25 03:44:07 | INFO | 'sigsegv' parameter value: /home/runner/work/cimple/cimple/build/release/cmake/test/sigsegv/sigsegv +2024-04-25 03:44:07 | INFO | 'project_version' parameter value: 0.0.1
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:07 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--version'] +2024-04-25 03:44:07 | INFO | Command ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--version'] completed successfully +2024-04-25 03:44:07 | INFO | Output: +cimple-server v0.0.1 (8e652dd2cb69928ea1596aa3e59845fef6854e2c) + +2024-04-25 03:44:07 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '-V'] +2024-04-25 03:44:07 | INFO | Command ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '-V'] completed successfully +2024-04-25 03:44:07 | INFO | Output: +cimple-server v0.0.1 (8e652dd2cb69928ea1596aa3e59845fef6854e2c) + +2024-04-25 03:44:07 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--version'] +2024-04-25 03:44:07 | INFO | Command ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--version'] completed successfully +2024-04-25 03:44:07 | INFO | Output: +cimple-worker v0.0.1 (8e652dd2cb69928ea1596aa3e59845fef6854e2c) + +2024-04-25 03:44:07 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '-V'] +2024-04-25 03:44:07 | INFO | Command ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '-V'] completed successfully +2024-04-25 03:44:07 | INFO | Output: +cimple-worker v0.0.1 (8e652dd2cb69928ea1596aa3e59845fef6854e2c) + +2024-04-25 03:44:07 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--version'] +2024-04-25 03:44:07 | INFO | Command ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--version'] completed successfully +2024-04-25 03:44:07 | INFO | Output: +cimple-client v0.0.1 (8e652dd2cb69928ea1596aa3e59845fef6854e2c) + +2024-04-25 03:44:07 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '-V'] +2024-04-25 03:44:07 | INFO | Command ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '-V'] completed successfully +2024-04-25 03:44:07 | INFO | Output: +cimple-client v0.0.1 (8e652dd2cb69928ea1596aa3e59845fef6854e2c)
Passedsrc/test_basic.py::test_cmd_line_help0.01
+
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:07 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--help'] +2024-04-25 03:44:07 | INFO | Command ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--help'] completed successfully +2024-04-25 03:44:07 | INFO | Output: +usage: cimple-server [-h|--help] [-V|--version] [-v|--verbose] [-p|--port PORT] [-s|--sqlite PATH] + +2024-04-25 03:44:07 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '-h'] +2024-04-25 03:44:07 | INFO | Command ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '-h'] completed successfully +2024-04-25 03:44:07 | INFO | Output: +usage: cimple-server [-h|--help] [-V|--version] [-v|--verbose] [-p|--port PORT] [-s|--sqlite PATH] + +2024-04-25 03:44:07 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--help'] +2024-04-25 03:44:07 | INFO | Command ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--help'] completed successfully +2024-04-25 03:44:07 | INFO | Output: +usage: cimple-worker [-h|--help] [-V|--version] [-v|--verbose] [-H|--host HOST] [-p|--port PORT] + +2024-04-25 03:44:07 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '-h'] +2024-04-25 03:44:07 | INFO | Command ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '-h'] completed successfully +2024-04-25 03:44:07 | INFO | Output: +usage: cimple-worker [-h|--help] [-V|--version] [-v|--verbose] [-H|--host HOST] [-p|--port PORT] + +2024-04-25 03:44:07 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--help'] +2024-04-25 03:44:07 | INFO | Command ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--help'] completed successfully +2024-04-25 03:44:07 | 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-04-25 03:44:07 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '-h'] +2024-04-25 03:44:07 | INFO | Command ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '-h'] completed successfully +2024-04-25 03:44:07 | 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-04-25 03:44:07 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '-x'] +2024-04-25 03:44:07 | ERROR | Command ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '-x'] exited with code 1 +2024-04-25 03:44:07 | ERROR | Output: +/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server: invalid option -- 'x' +usage: cimple-server [-h|--help] [-V|--version] [-v|--verbose] [-p|--port PORT] [-s|--sqlite PATH] + +2024-04-25 03:44:07 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--invalid', 'value'] +2024-04-25 03:44:07 | ERROR | Command ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--invalid', 'value'] exited with code 1 +2024-04-25 03:44:07 | ERROR | Output: +/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server: unrecognized option '--invalid' +usage: cimple-server [-h|--help] [-V|--version] [-v|--verbose] [-p|--port PORT] [-s|--sqlite PATH] + +2024-04-25 03:44:07 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '-x'] +2024-04-25 03:44:07 | ERROR | Command ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '-x'] exited with code 1 +2024-04-25 03:44:07 | ERROR | Output: +/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker: invalid option -- 'x' +usage: cimple-worker [-h|--help] [-V|--version] [-v|--verbose] [-H|--host HOST] [-p|--port PORT] + +2024-04-25 03:44:07 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--invalid', 'value'] +2024-04-25 03:44:07 | ERROR | Command ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--invalid', 'value'] exited with code 1 +2024-04-25 03:44:07 | ERROR | Output: +/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker: unrecognized option '--invalid' +usage: cimple-worker [-h|--help] [-V|--version] [-v|--verbose] [-H|--host HOST] [-p|--port PORT] + +2024-04-25 03:44:07 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '-x'] +2024-04-25 03:44:07 | ERROR | Command ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '-x'] exited with code 1 +2024-04-25 03:44:07 | ERROR | Output: +/home/runner/work/cimple/cimple/build/release/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-04-25 03:44:07 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--invalid', 'value'] +2024-04-25 03:44:07 | ERROR | Command ['/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--invalid', 'value'] exited with code 1 +2024-04-25 03:44:07 | ERROR | Output: +/home/runner/work/cimple/cimple/build/release/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.03
+
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:07 | ERROR | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935'] exited with code 1 +2024-04-25 03:44:07 | 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-04-25 03:44:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_run_client_invalid_reques0/cimple.sqlite'] +2024-04-25 03:44:07 | INFO | Process 3177/cimple-server has started +2024-04-25 03:44:07 | INFO | 3177/cimple-server: 2024-04-25 03:44:07.340 | 3177 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_run_client_invalid_reques0/cimple.sqlite +2024-04-25 03:44:07 | INFO | 3177/cimple-server: 2024-04-25 03:44:07.341 | 3177 | SQLite database version: 0 +2024-04-25 03:44:07 | INFO | 3177/cimple-server: 2024-04-25 03:44:07.341 | 3177 | Newest database version: 1 +2024-04-25 03:44:07 | INFO | 3177/cimple-server: 2024-04-25 03:44:07.341 | 3177 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:07 | INFO | 3177/cimple-server: 2024-04-25 03:44:07.354 | 3177 | Waiting for new connections +2024-04-25 03:44:07 | INFO | Process 3177/cimple-server is ready
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'hello'] +2024-04-25 03:44:07 | ERROR | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'hello'] exited with code 1 +2024-04-25 03:44:07 | 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-04-25 03:44:07 | INFO | Terminating process 3177/cimple-server +2024-04-25 03:44:07 | INFO | 3177/cimple-server: 2024-04-25 03:44:07.356 | 3177 | Shutting down
Passedsrc/test_basic.py::test_run_noop_server0.01
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_run_noop_server0/cimple.sqlite'] +2024-04-25 03:44:07 | INFO | Process 3181/cimple-server has started +2024-04-25 03:44:07 | INFO | 3181/cimple-server: 2024-04-25 03:44:07.360 | 3181 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_run_noop_server0/cimple.sqlite +2024-04-25 03:44:07 | INFO | 3181/cimple-server: 2024-04-25 03:44:07.360 | 3181 | SQLite database version: 0 +2024-04-25 03:44:07 | INFO | 3181/cimple-server: 2024-04-25 03:44:07.360 | 3181 | Newest database version: 1 +2024-04-25 03:44:07 | INFO | 3181/cimple-server: 2024-04-25 03:44:07.360 | 3181 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:07 | INFO | 3181/cimple-server: 2024-04-25 03:44:07.371 | 3181 | Waiting for new connections +2024-04-25 03:44:07 | INFO | Process 3181/cimple-server is ready
-----------------------------Captured log teardown------------------------------
2024-04-25 03:44:07 | INFO | Terminating process 3181/cimple-server +2024-04-25 03:44:07 | INFO | 3181/cimple-server: 2024-04-25 03:44:07.372 | 3181 | Shutting down
Passedsrc/test_basic.py::test_run_noop_server_and_workers0.07
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_run_noop_server_and_worke0/cimple.sqlite'] +2024-04-25 03:44:07 | INFO | Process 3184/cimple-server has started +2024-04-25 03:44:07 | INFO | 3184/cimple-server: 2024-04-25 03:44:07.376 | 3184 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_run_noop_server_and_worke0/cimple.sqlite +2024-04-25 03:44:07 | INFO | 3184/cimple-server: 2024-04-25 03:44:07.376 | 3184 | SQLite database version: 0 +2024-04-25 03:44:07 | INFO | 3184/cimple-server: 2024-04-25 03:44:07.376 | 3184 | Newest database version: 1 +2024-04-25 03:44:07 | INFO | 3184/cimple-server: 2024-04-25 03:44:07.376 | 3184 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:07 | INFO | 3184/cimple-server: 2024-04-25 03:44:07.388 | 3184 | Waiting for new connections +2024-04-25 03:44:07 | INFO | Process 3184/cimple-server is ready +2024-04-25 03:44:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:07 | INFO | Process 3187/cimple-worker has started +2024-04-25 03:44:07 | INFO | 3184/cimple-server: 2024-04-25 03:44:07.432 | 3184 | Waiting for new connections +2024-04-25 03:44:07 | INFO | 3184/cimple-server: 2024-04-25 03:44:07.432 | 3189 | Added a new worker 8 to the queue +2024-04-25 03:44:07 | INFO | 3184/cimple-server: 2024-04-25 03:44:07.432 | 3184 | Waiting for new connections +2024-04-25 03:44:07 | INFO | 3187/cimple-worker: 2024-04-25 03:44:07.432 | 3187 | Waiting for a new command +2024-04-25 03:44:07 | INFO | Process 3187/cimple-worker is ready +2024-04-25 03:44:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:07 | INFO | Process 3190/cimple-worker has started +2024-04-25 03:44:07 | INFO | 3184/cimple-server: 2024-04-25 03:44:07.441 | 3184 | Waiting for new connections +2024-04-25 03:44:07 | INFO | 3184/cimple-server: 2024-04-25 03:44:07.441 | 3192 | Added a new worker 9 to the queue +2024-04-25 03:44:07 | INFO | 3184/cimple-server: 2024-04-25 03:44:07.441 | 3184 | Waiting for new connections +2024-04-25 03:44:07 | INFO | 3190/cimple-worker: 2024-04-25 03:44:07.441 | 3190 | Waiting for a new command +2024-04-25 03:44:07 | INFO | Process 3190/cimple-worker is ready
-----------------------------Captured log teardown------------------------------
2024-04-25 03:44:07 | INFO | Terminating process 3190/cimple-worker +2024-04-25 03:44:07 | INFO | 3190/cimple-worker: 2024-04-25 03:44:07.442 | 3190 | Shutting down +2024-04-25 03:44:07 | INFO | Terminating process 3187/cimple-worker +2024-04-25 03:44:07 | INFO | 3187/cimple-worker: 2024-04-25 03:44:07.443 | 3187 | Shutting down +2024-04-25 03:44:07 | INFO | Terminating process 3184/cimple-server +2024-04-25 03:44:07 | INFO | 3184/cimple-server: 2024-04-25 03:44:07.444 | 3184 | Shutting down
Passedsrc/test_repo.py::test_sigsegv0.08
+
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:07 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/release/cmake/test/sigsegv/sigsegv'] +2024-04-25 03:44:07 | ERROR | Command ['/home/runner/work/cimple/cimple/build/release/cmake/test/sigsegv/sigsegv'] exited with code -11 +2024-04-25 03:44:07 | ERROR | Output: +Started the test program.
Passedsrc/test_repo.py::test_repo[output_simple-numof_clients=1-runs_per_client=1]0.27
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/cimple.sqlite'] +2024-04-25 03:44:07 | INFO | Process 3195/cimple-server has started +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.535 | 3195 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/cimple.sqlite +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.535 | 3195 | SQLite database version: 0 +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.535 | 3195 | Newest database version: 1 +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.535 | 3195 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.548 | 3195 | Waiting for new connections +2024-04-25 03:44:07 | INFO | Process 3195/cimple-server is ready +2024-04-25 03:44:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:07 | INFO | Process 3198/cimple-worker has started +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.556 | 3195 | Waiting for new connections +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.556 | 3200 | Added a new worker 8 to the queue +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.556 | 3195 | Waiting for new connections +2024-04-25 03:44:07 | INFO | 3198/cimple-worker: 2024-04-25 03:44:07.556 | 3198 | Waiting for a new command +2024-04-25 03:44:07 | INFO | Process 3198/cimple-worker is ready +2024-04-25 03:44:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:07 | INFO | Process 3201/cimple-worker has started +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.565 | 3195 | Waiting for new connections +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.565 | 3203 | Added a new worker 9 to the queue +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.565 | 3195 | Waiting for new connections +2024-04-25 03:44:07 | INFO | 3201/cimple-worker: 2024-04-25 03:44:07.565 | 3201 | Waiting for a new command +2024-04-25 03:44:07 | INFO | Process 3201/cimple-worker is ready +2024-04-25 03:44:07 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/cimple.sqlite +2024-04-25 03:44:07 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:44:07 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:44:07 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:44:07 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:44:07 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:44:07 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:44:07 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:44:07 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:44:07 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:44:07 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-04-25 03:44:07 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-04-25 03:44:07 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-04-25 03:44:07 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-04-25 03:44:07 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:07 | INFO | Executing 1 clients +2024-04-25 03:44:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/repo', 'HEAD'] +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.775 | 3195 | Waiting for new connections +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.778 | 3218 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/repo to the queue +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.778 | 3197 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/repo from the queue +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.778 | 3197 | Removed worker 8 from the queue +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.778 | 3195 | Waiting for new connections +2024-04-25 03:44:07 | INFO | 3198/cimple-worker: 2024-04-25 03:44:07.778 | 3198 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/repo to /tmp/git.fT08hU +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.778 | 3197 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/repo to worker 8 +2024-04-25 03:44:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:07 | INFO | 3198/cimple-worker: 2024-04-25 03:44:07.783 | 3198 | Checking out revision HEAD +2024-04-25 03:44:07 | INFO | 3198/cimple-worker: 2024-04-25 03:44:07.784 | 3198 | Going to run: ./ci +2024-04-25 03:44:07 | INFO | 3198/cimple-worker: 2024-04-25 03:44:07.790 | 3198 | Recursively removing directory: /tmp/git.fT08hU/ +2024-04-25 03:44:07 | INFO | 3198/cimple-worker: 2024-04-25 03:44:07.791 | 3198 | Process exit code: 0 +2024-04-25 03:44:07 | INFO | 3198/cimple-worker: 2024-04-25 03:44:07.791 | 3198 | Process output: 57 bytes +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.791 | 3195 | Waiting for new connections +2024-04-25 03:44:07 | INFO | 3198/cimple-worker: 2024-04-25 03:44:07.791 | 3198 | Waiting for a new command +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.792 | 3195 | Waiting for new connections +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.792 | 3226 | Added a new worker 12 to the queue +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.792 | 3195 | Waiting for new connections +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.793 | 3225 | Marked run 1 as finished +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.793 | 3195 | Waiting for new connections +2024-04-25 03:44:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.803 | 3195 | Waiting for new connections +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.803 | 3229 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/repo to the queue +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.804 | 3195 | Waiting for new connections +2024-04-25 03:44:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:44:07 | 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-04-25 03:44:07 | INFO | Terminating process 3201/cimple-worker +2024-04-25 03:44:07 | INFO | 3201/cimple-worker: 2024-04-25 03:44:07.805 | 3201 | Shutting down +2024-04-25 03:44:07 | INFO | Terminating process 3198/cimple-worker +2024-04-25 03:44:07 | INFO | 3198/cimple-worker: 2024-04-25 03:44:07.806 | 3198 | Shutting down +2024-04-25 03:44:07 | INFO | Terminating process 3195/cimple-server +2024-04-25 03:44:07 | INFO | 3195/cimple-server: 2024-04-25 03:44:07.807 | 3195 | Shutting down
Passedsrc/test_repo.py::test_repo[output_simple-numof_clients=1-runs_per_client=5]0.23
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/cimple.sqlite'] +2024-04-25 03:44:07 | INFO | Process 3230/cimple-server has started +2024-04-25 03:44:07 | INFO | 3230/cimple-server: 2024-04-25 03:44:07.811 | 3230 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/cimple.sqlite +2024-04-25 03:44:07 | INFO | 3230/cimple-server: 2024-04-25 03:44:07.812 | 3230 | SQLite database version: 0 +2024-04-25 03:44:07 | INFO | 3230/cimple-server: 2024-04-25 03:44:07.812 | 3230 | Newest database version: 1 +2024-04-25 03:44:07 | INFO | 3230/cimple-server: 2024-04-25 03:44:07.812 | 3230 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:07 | INFO | 3230/cimple-server: 2024-04-25 03:44:07.823 | 3230 | Waiting for new connections +2024-04-25 03:44:07 | INFO | Process 3230/cimple-server is ready +2024-04-25 03:44:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:07 | INFO | Process 3233/cimple-worker has started +2024-04-25 03:44:07 | INFO | 3230/cimple-server: 2024-04-25 03:44:07.831 | 3230 | Waiting for new connections +2024-04-25 03:44:07 | INFO | 3230/cimple-server: 2024-04-25 03:44:07.831 | 3235 | Added a new worker 8 to the queue +2024-04-25 03:44:07 | INFO | 3230/cimple-server: 2024-04-25 03:44:07.831 | 3230 | Waiting for new connections +2024-04-25 03:44:07 | INFO | 3233/cimple-worker: 2024-04-25 03:44:07.831 | 3233 | Waiting for a new command +2024-04-25 03:44:07 | INFO | Process 3233/cimple-worker is ready +2024-04-25 03:44:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:07 | INFO | Process 3236/cimple-worker has started +2024-04-25 03:44:07 | INFO | 3230/cimple-server: 2024-04-25 03:44:07.840 | 3230 | Waiting for new connections +2024-04-25 03:44:07 | INFO | 3230/cimple-server: 2024-04-25 03:44:07.840 | 3238 | Added a new worker 9 to the queue +2024-04-25 03:44:07 | INFO | 3230/cimple-server: 2024-04-25 03:44:07.840 | 3230 | Waiting for new connections +2024-04-25 03:44:07 | INFO | 3236/cimple-worker: 2024-04-25 03:44:07.840 | 3236 | Waiting for a new command +2024-04-25 03:44:07 | INFO | Process 3236/cimple-worker is ready +2024-04-25 03:44:07 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/cimple.sqlite +2024-04-25 03:44:07 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:44:07 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:44:07 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:44:07 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:44:07 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:44:07 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:44:07 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:44:07 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:44:07 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:44:07 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-04-25 03:44:07 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-04-25 03:44:07 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-04-25 03:44:07 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-04-25 03:44:07 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:07 | INFO | Executing 5 clients +2024-04-25 03:44:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] +2024-04-25 03:44:07 | INFO | 3230/cimple-server: 2024-04-25 03:44:07.990 | 3230 | Waiting for new connections +2024-04-25 03:44:07 | INFO | 3230/cimple-server: 2024-04-25 03:44:07.992 | 3252 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2024-04-25 03:44:07 | INFO | 3230/cimple-server: 2024-04-25 03:44:07.992 | 3232 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo from the queue +2024-04-25 03:44:07 | INFO | 3230/cimple-server: 2024-04-25 03:44:07.992 | 3232 | Removed worker 8 from the queue +2024-04-25 03:44:07 | INFO | 3230/cimple-server: 2024-04-25 03:44:07.992 | 3232 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to worker 8 +2024-04-25 03:44:07 | INFO | 3230/cimple-server: 2024-04-25 03:44:07.992 | 3230 | Waiting for new connections +2024-04-25 03:44:07 | INFO | 3233/cimple-worker: 2024-04-25 03:44:07.992 | 3233 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to /tmp/git.zPPnAn +2024-04-25 03:44:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] +2024-04-25 03:44:07 | INFO | 3230/cimple-server: 2024-04-25 03:44:07.995 | 3230 | Waiting for new connections +2024-04-25 03:44:07 | INFO | 3230/cimple-server: 2024-04-25 03:44:07.996 | 3254 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2024-04-25 03:44:07 | INFO | 3230/cimple-server: 2024-04-25 03:44:07.996 | 3232 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo from the queue +2024-04-25 03:44:07 | INFO | 3230/cimple-server: 2024-04-25 03:44:07.997 | 3232 | Removed worker 9 from the queue +2024-04-25 03:44:07 | INFO | 3230/cimple-server: 2024-04-25 03:44:07.997 | 3232 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to worker 9 +2024-04-25 03:44:07 | INFO | 3236/cimple-worker: 2024-04-25 03:44:07.997 | 3236 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to /tmp/git.GvY6I2 +2024-04-25 03:44:07 | INFO | 3233/cimple-worker: 2024-04-25 03:44:07.997 | 3233 | Checking out revision HEAD +2024-04-25 03:44:07 | INFO | 3230/cimple-server: 2024-04-25 03:44:07.998 | 3230 | Waiting for new connections +2024-04-25 03:44:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] +2024-04-25 03:44:07 | INFO | 3233/cimple-worker: 2024-04-25 03:44:07.998 | 3233 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.000 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3236/cimple-worker: 2024-04-25 03:44:08.002 | 3236 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.002 | 3257 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.002 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3236/cimple-worker: 2024-04-25 03:44:08.003 | 3236 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.005 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3233/cimple-worker: 2024-04-25 03:44:08.007 | 3233 | Recursively removing directory: /tmp/git.zPPnAn/ +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.007 | 3265 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.007 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3233/cimple-worker: 2024-04-25 03:44:08.008 | 3233 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3233/cimple-worker: 2024-04-25 03:44:08.008 | 3233 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3233/cimple-worker: 2024-04-25 03:44:08.009 | 3233 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.009 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.009 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.009 | 3273 | Added a new worker 10 to the queue +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.009 | 3232 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo from the queue +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.009 | 3232 | Removed worker 10 from the queue +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.009 | 3232 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to worker 10 +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.009 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3233/cimple-worker: 2024-04-25 03:44:08.009 | 3233 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to /tmp/git.VQb69h +2024-04-25 03:44:08 | INFO | 3236/cimple-worker: 2024-04-25 03:44:08.010 | 3236 | Recursively removing directory: /tmp/git.GvY6I2/ +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.010 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.011 | 3272 | Marked run 1 as finished +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.011 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3236/cimple-worker: 2024-04-25 03:44:08.012 | 3236 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3236/cimple-worker: 2024-04-25 03:44:08.012 | 3236 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.012 | 3274 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2024-04-25 03:44:08 | INFO | 3236/cimple-worker: 2024-04-25 03:44:08.013 | 3236 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.013 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.013 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.013 | 3276 | Added a new worker 10 to the queue +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.013 | 3232 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo from the queue +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.013 | 3232 | Removed worker 10 from the queue +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.013 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.013 | 3232 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to worker 10 +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | 3236/cimple-worker: 2024-04-25 03:44:08.013 | 3236 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to /tmp/git.VIBBRn +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.015 | 3275 | Marked run 2 as finished +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.015 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3233/cimple-worker: 2024-04-25 03:44:08.015 | 3233 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3233/cimple-worker: 2024-04-25 03:44:08.016 | 3233 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3236/cimple-worker: 2024-04-25 03:44:08.018 | 3236 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3236/cimple-worker: 2024-04-25 03:44:08.019 | 3236 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3233/cimple-worker: 2024-04-25 03:44:08.024 | 3233 | Recursively removing directory: /tmp/git.VQb69h/ +2024-04-25 03:44:08 | INFO | 3236/cimple-worker: 2024-04-25 03:44:08.025 | 3236 | Recursively removing directory: /tmp/git.VIBBRn/ +2024-04-25 03:44:08 | INFO | 3233/cimple-worker: 2024-04-25 03:44:08.025 | 3233 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3233/cimple-worker: 2024-04-25 03:44:08.025 | 3233 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3233/cimple-worker: 2024-04-25 03:44:08.026 | 3233 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.026 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.026 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.026 | 3290 | Added a new worker 10 to the queue +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.026 | 3232 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo from the queue +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.026 | 3232 | Removed worker 10 from the queue +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.026 | 3232 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to worker 10 +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.026 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3233/cimple-worker: 2024-04-25 03:44:08.026 | 3233 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to /tmp/git.f9oFzQ +2024-04-25 03:44:08 | INFO | 3236/cimple-worker: 2024-04-25 03:44:08.027 | 3236 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3236/cimple-worker: 2024-04-25 03:44:08.027 | 3236 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.028 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.028 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.028 | 3292 | Added a new worker 14 to the queue +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.028 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.028 | 3289 | Marked run 3 as finished +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.028 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3236/cimple-worker: 2024-04-25 03:44:08.028 | 3236 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.030 | 3291 | Marked run 4 as finished +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.030 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3233/cimple-worker: 2024-04-25 03:44:08.031 | 3233 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3233/cimple-worker: 2024-04-25 03:44:08.032 | 3233 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3233/cimple-worker: 2024-04-25 03:44:08.038 | 3233 | Recursively removing directory: /tmp/git.f9oFzQ/ +2024-04-25 03:44:08 | INFO | 3233/cimple-worker: 2024-04-25 03:44:08.039 | 3233 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3233/cimple-worker: 2024-04-25 03:44:08.039 | 3233 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.039 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3233/cimple-worker: 2024-04-25 03:44:08.039 | 3233 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.039 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.039 | 3300 | Added a new worker 11 to the queue +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.039 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.040 | 3299 | Marked run 5 as finished +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.040 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.043 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.043 | 3303 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.043 | 3303 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.043 | 3303 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.043 | 3303 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.043 | 3303 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.043 | 3230 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:44:08 | 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-04-25 03:44:08 | INFO | Terminating process 3236/cimple-worker +2024-04-25 03:44:08 | INFO | 3236/cimple-worker: 2024-04-25 03:44:08.044 | 3236 | Shutting down +2024-04-25 03:44:08 | INFO | Terminating process 3233/cimple-worker +2024-04-25 03:44:08 | INFO | 3233/cimple-worker: 2024-04-25 03:44:08.046 | 3233 | Shutting down +2024-04-25 03:44:08 | INFO | Terminating process 3230/cimple-server +2024-04-25 03:44:08 | INFO | 3230/cimple-server: 2024-04-25 03:44:08.047 | 3230 | Shutting down
Passedsrc/test_repo.py::test_repo[output_simple-numof_clients=5-runs_per_client=1]0.41
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/cimple.sqlite'] +2024-04-25 03:44:08 | INFO | Process 3304/cimple-server has started +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.051 | 3304 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/cimple.sqlite +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.051 | 3304 | SQLite database version: 0 +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.051 | 3304 | Newest database version: 1 +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.051 | 3304 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.063 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Process 3304/cimple-server is ready +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:08 | INFO | Process 3307/cimple-worker has started +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.071 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.071 | 3309 | Added a new worker 8 to the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.071 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3307/cimple-worker: 2024-04-25 03:44:08.071 | 3307 | Waiting for a new command +2024-04-25 03:44:08 | INFO | Process 3307/cimple-worker is ready +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:08 | INFO | Process 3310/cimple-worker has started +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.080 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.080 | 3312 | Added a new worker 9 to the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.080 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3310/cimple-worker: 2024-04-25 03:44:08.080 | 3310 | Waiting for a new command +2024-04-25 03:44:08 | INFO | Process 3310/cimple-worker is ready +2024-04-25 03:44:08 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/cimple.sqlite +2024-04-25 03:44:08 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:44:08 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:44:08 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:44:08 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:44:08 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:44:08 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:44:08 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:44:08 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:44:08 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:44:08 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-04-25 03:44:08 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-04-25 03:44:08 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-04-25 03:44:08 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-04-25 03:44:08 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:08 | INFO | Executing 1 clients +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.353 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Executing 1 clients +2024-04-25 03:44:08 | INFO | Executing 1 clients +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.356 | 3331 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.356 | 3306 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo from the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.356 | 3306 | Removed worker 8 from the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.356 | 3306 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to worker 8 +2024-04-25 03:44:08 | INFO | 3307/cimple-worker: 2024-04-25 03:44:08.357 | 3307 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to /tmp/git.AJrTg4 +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.357 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3307/cimple-worker: 2024-04-25 03:44:08.362 | 3307 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3307/cimple-worker: 2024-04-25 03:44:08.363 | 3307 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.364 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.368 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Executing 1 clients +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.368 | 3336 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.369 | 3306 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo from the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.369 | 3306 | Removed worker 9 from the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.369 | 3306 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to worker 9 +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.369 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3310/cimple-worker: 2024-04-25 03:44:08.369 | 3310 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to /tmp/git.w9wBtT +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | 3310/cimple-worker: 2024-04-25 03:44:08.374 | 3310 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3310/cimple-worker: 2024-04-25 03:44:08.375 | 3310 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.376 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.381 | 3339 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.381 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.382 | 3345 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.383 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3307/cimple-worker: 2024-04-25 03:44:08.385 | 3307 | Recursively removing directory: /tmp/git.AJrTg4/ +2024-04-25 03:44:08 | INFO | 3307/cimple-worker: 2024-04-25 03:44:08.387 | 3307 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3307/cimple-worker: 2024-04-25 03:44:08.387 | 3307 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3307/cimple-worker: 2024-04-25 03:44:08.387 | 3307 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.388 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.388 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | 3310/cimple-worker: 2024-04-25 03:44:08.394 | 3310 | Recursively removing directory: /tmp/git.w9wBtT/ +2024-04-25 03:44:08 | INFO | 3310/cimple-worker: 2024-04-25 03:44:08.396 | 3310 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3310/cimple-worker: 2024-04-25 03:44:08.396 | 3310 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3310/cimple-worker: 2024-04-25 03:44:08.397 | 3310 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.397 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.397 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.397 | 3353 | Added a new worker 14 to the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.397 | 3306 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo from the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.397 | 3306 | Removed worker 14 from the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.397 | 3306 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to worker 14 +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.397 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3307/cimple-worker: 2024-04-25 03:44:08.398 | 3307 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to /tmp/git.trbgI9 +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.402 | 3355 | Added a new worker 8 to the queue +2024-04-25 03:44:08 | INFO | 3307/cimple-worker: 2024-04-25 03:44:08.402 | 3307 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3310/cimple-worker: 2024-04-25 03:44:08.402 | 3310 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to /tmp/git.RliKIH +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.402 | 3306 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo from the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.402 | 3306 | Removed worker 8 from the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.402 | 3306 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to worker 8 +2024-04-25 03:44:08 | INFO | 3307/cimple-worker: 2024-04-25 03:44:08.404 | 3307 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.404 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3310/cimple-worker: 2024-04-25 03:44:08.408 | 3310 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3310/cimple-worker: 2024-04-25 03:44:08.409 | 3310 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.411 | 3354 | Marked run 2 as finished +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.411 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.418 | 3352 | Marked run 1 as finished +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.419 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.423 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3307/cimple-worker: 2024-04-25 03:44:08.421 | 3307 | Recursively removing directory: /tmp/git.trbgI9/ +2024-04-25 03:44:08 | INFO | 3307/cimple-worker: 2024-04-25 03:44:08.423 | 3307 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3307/cimple-worker: 2024-04-25 03:44:08.423 | 3307 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3307/cimple-worker: 2024-04-25 03:44:08.423 | 3307 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.423 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.424 | 3365 | Added a new worker 10 to the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.424 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.426 | 3364 | Marked run 3 as finished +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.426 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3310/cimple-worker: 2024-04-25 03:44:08.429 | 3310 | Recursively removing directory: /tmp/git.RliKIH/ +2024-04-25 03:44:08 | INFO | Executing 1 clients +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3310/cimple-worker: 2024-04-25 03:44:08.431 | 3310 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3310/cimple-worker: 2024-04-25 03:44:08.431 | 3310 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.431 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3310/cimple-worker: 2024-04-25 03:44:08.431 | 3310 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.431 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.431 | 3373 | Added a new worker 12 to the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.431 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.432 | 3372 | Marked run 4 as finished +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.432 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.432 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.433 | 3374 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.433 | 3306 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo from the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.433 | 3306 | Removed worker 10 from the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.433 | 3306 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to worker 10 +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.433 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3307/cimple-worker: 2024-04-25 03:44:08.433 | 3307 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to /tmp/git.ToYIcI +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | 3307/cimple-worker: 2024-04-25 03:44:08.439 | 3307 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3307/cimple-worker: 2024-04-25 03:44:08.440 | 3307 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3307/cimple-worker: 2024-04-25 03:44:08.445 | 3307 | Recursively removing directory: /tmp/git.ToYIcI/ +2024-04-25 03:44:08 | INFO | 3307/cimple-worker: 2024-04-25 03:44:08.446 | 3307 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3307/cimple-worker: 2024-04-25 03:44:08.446 | 3307 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.447 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3307/cimple-worker: 2024-04-25 03:44:08.447 | 3307 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.447 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.447 | 3382 | Added a new worker 11 to the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.447 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.448 | 3381 | Marked run 5 as finished +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.448 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.460 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.460 | 3385 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.460 | 3385 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.460 | 3385 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.460 | 3385 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.460 | 3385 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.460 | 3304 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:44:08 | 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-04-25 03:44:08 | INFO | Terminating process 3310/cimple-worker +2024-04-25 03:44:08 | INFO | 3310/cimple-worker: 2024-04-25 03:44:08.462 | 3310 | Shutting down +2024-04-25 03:44:08 | INFO | Terminating process 3307/cimple-worker +2024-04-25 03:44:08 | INFO | 3307/cimple-worker: 2024-04-25 03:44:08.463 | 3307 | Shutting down +2024-04-25 03:44:08 | INFO | Terminating process 3304/cimple-server +2024-04-25 03:44:08 | INFO | 3304/cimple-server: 2024-04-25 03:44:08.464 | 3304 | Shutting down
Passedsrc/test_repo.py::test_repo[output_simple-numof_clients=5-runs_per_client=5]0.54
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/cimple.sqlite'] +2024-04-25 03:44:08 | INFO | Process 3386/cimple-server has started +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.468 | 3386 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/cimple.sqlite +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.468 | 3386 | SQLite database version: 0 +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.468 | 3386 | Newest database version: 1 +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.468 | 3386 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.479 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Process 3386/cimple-server is ready +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:08 | INFO | Process 3389/cimple-worker has started +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.488 | 3389 | Waiting for a new command +2024-04-25 03:44:08 | INFO | Process 3389/cimple-worker is ready +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.488 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.488 | 3391 | Added a new worker 8 to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.488 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Process 3392/cimple-worker has started +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.496 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.496 | 3394 | Added a new worker 9 to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.497 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.496 | 3392 | Waiting for a new command +2024-04-25 03:44:08 | INFO | Process 3392/cimple-worker is ready +2024-04-25 03:44:08 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/cimple.sqlite +2024-04-25 03:44:08 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:44:08 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:44:08 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:44:08 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:44:08 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:44:08 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:44:08 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:44:08 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:44:08 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:44:08 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-04-25 03:44:08 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-04-25 03:44:08 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-04-25 03:44:08 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-04-25 03:44:08 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.729 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Executing 5 clients +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | Executing 5 clients +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.732 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.734 | 3413 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.734 | 3388 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.734 | 3388 | Removed worker 8 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.734 | 3388 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 8 +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.734 | 3389 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.cn54U3 +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.734 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.737 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Executing 5 clients +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.740 | 3415 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.740 | 3389 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.740 | 3388 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.740 | 3388 | Removed worker 9 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.740 | 3388 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 9 +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.741 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.741 | 3392 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.CbXF74 +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.744 | 3417 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.744 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.744 | 3389 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.744 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.747 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.749 | 3392 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.750 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.750 | 3422 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.751 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.752 | 3392 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.754 | 3424 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.754 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.757 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.757 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.760 | 3389 | Recursively removing directory: /tmp/git.cn54U3/ +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.762 | 3425 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.763 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.763 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.763 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.763 | 3442 | Added a new worker 13 to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.763 | 3388 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.763 | 3388 | Removed worker 13 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.763 | 3388 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 13 +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.763 | 3432 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.763 | 3389 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.763 | 3389 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.763 | 3389 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.763 | 3389 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.r1wRV2 +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.764 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.765 | 3434 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.765 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.766 | 3392 | Recursively removing directory: /tmp/git.CbXF74/ +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.768 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.768 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.768 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.768 | 3392 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.768 | 3392 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.769 | 3392 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.769 | 3447 | Added a new worker 15 to the queue +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.769 | 3389 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.770 | 3392 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.2WoYYm +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.769 | 3388 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.769 | 3388 | Removed worker 15 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.769 | 3388 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 15 +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.771 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.771 | 3389 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.774 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.776 | 3441 | Marked run 1 as finished +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.776 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.776 | 3392 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.778 | 3445 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.778 | 3392 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.778 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.778 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.779 | 3446 | Marked run 2 as finished +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.779 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.781 | 3450 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.781 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.782 | 3452 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.783 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.784 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.787 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Executing 5 clients +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.788 | 3460 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.789 | 3463 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.790 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.792 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.792 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.794 | 3467 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.796 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.798 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.798 | 3389 | Recursively removing directory: /tmp/git.r1wRV2/ +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.799 | 3389 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.799 | 3389 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.799 | 3389 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.800 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.800 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.801 | 3474 | Added a new worker 13 to the queue +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.801 | 3392 | Recursively removing directory: /tmp/git.2WoYYm/ +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.801 | 3388 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.801 | 3388 | Removed worker 13 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.802 | 3388 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 13 +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.802 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Executing 5 clients +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.802 | 3389 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.GD1v5O +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.803 | 3473 | Marked run 3 as finished +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.803 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.804 | 3392 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.804 | 3392 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.804 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.804 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.805 | 3392 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.805 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.805 | 3471 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.806 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.807 | 3479 | Added a new worker 7 to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.807 | 3388 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.807 | 3388 | Removed worker 7 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.807 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.807 | 3388 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 7 +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.807 | 3392 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.tog4uv +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.807 | 3389 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.808 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.808 | 3477 | Marked run 4 as finished +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.808 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.810 | 3389 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.811 | 3478 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.811 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.814 | 3392 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.815 | 3392 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.815 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.816 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.816 | 3481 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.817 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.818 | 3485 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.818 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.819 | 3487 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.820 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.823 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.824 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.829 | 3496 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.829 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.829 | 3392 | Recursively removing directory: /tmp/git.tog4uv/ +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.831 | 3392 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.831 | 3392 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.831 | 3392 | Waiting for a new command +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.832 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.832 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.832 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.833 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.833 | 3503 | Added a new worker 19 to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.833 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.833 | 3388 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.833 | 3388 | Removed worker 19 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.833 | 3388 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 19 +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.833 | 3506 | Added a new worker 20 to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.833 | 3388 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.833 | 3388 | Removed worker 20 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.833 | 3388 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 20 +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.833 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.833 | 3392 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.cdPXlM +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.830 | 3389 | Recursively removing directory: /tmp/git.GD1v5O/ +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.832 | 3389 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.832 | 3389 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.832 | 3389 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.833 | 3389 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.uf8rQI +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.834 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.837 | 3504 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.838 | 3392 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.839 | 3392 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.838 | 3389 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.839 | 3389 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.841 | 3495 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.841 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.842 | 3502 | Marked run 6 as finished +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.842 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.843 | 3505 | Marked run 5 as finished +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.843 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.845 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.846 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.849 | 3514 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.850 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.852 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.861 | 3520 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.862 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.867 | 3392 | Recursively removing directory: /tmp/git.cdPXlM/ +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.868 | 3392 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.868 | 3392 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.869 | 3392 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.869 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.869 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.869 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.870 | 3527 | Added a new worker 12 to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.870 | 3388 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.870 | 3388 | Removed worker 12 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.870 | 3388 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 12 +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.870 | 3392 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.Zpuiuf +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.870 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.872 | 3389 | Recursively removing directory: /tmp/git.uf8rQI/ +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.873 | 3389 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.873 | 3389 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.874 | 3389 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.874 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.874 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.874 | 3530 | Added a new worker 15 to the queue +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.875 | 3392 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.875 | 3389 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.rsc3EH +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.875 | 3388 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.875 | 3388 | Removed worker 15 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.875 | 3388 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 15 +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.876 | 3392 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.877 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.878 | 3528 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.878 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.880 | 3526 | Marked run 7 as finished +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.880 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.881 | 3389 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.881 | 3529 | Marked run 8 as finished +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.881 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.882 | 3389 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.884 | 3392 | Recursively removing directory: /tmp/git.Zpuiuf/ +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.885 | 3392 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.885 | 3392 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.886 | 3392 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.886 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.886 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.886 | 3540 | Added a new worker 11 to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.886 | 3388 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.886 | 3388 | Removed worker 11 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.886 | 3388 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 11 +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.886 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.886 | 3392 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.b3aRdW +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.887 | 3539 | Marked run 9 as finished +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.887 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.890 | 3389 | Recursively removing directory: /tmp/git.rsc3EH/ +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.891 | 3392 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.892 | 3389 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.892 | 3389 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.892 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.892 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.892 | 3389 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.892 | 3546 | Added a new worker 11 to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.892 | 3388 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.892 | 3388 | Removed worker 11 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.892 | 3388 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 11 +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.892 | 3389 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.al373l +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.893 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.893 | 3392 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.894 | 3545 | Marked run 10 as finished +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.894 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.897 | 3389 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.898 | 3389 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.900 | 3392 | Recursively removing directory: /tmp/git.b3aRdW/ +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.902 | 3392 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.902 | 3392 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.902 | 3392 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.902 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.902 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.902 | 3557 | Added a new worker 10 to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.902 | 3388 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.902 | 3388 | Removed worker 10 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.902 | 3388 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 10 +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.902 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.903 | 3392 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.AEZ4vW +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.906 | 3389 | Recursively removing directory: /tmp/git.al373l/ +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.906 | 3556 | Marked run 11 as finished +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.906 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.907 | 3389 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.907 | 3389 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.908 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.908 | 3389 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.908 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.908 | 3562 | Added a new worker 11 to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.908 | 3388 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.908 | 3388 | Removed worker 11 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.908 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.908 | 3388 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 11 +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.908 | 3392 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.908 | 3389 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.puRaLC +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.910 | 3392 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.910 | 3561 | Marked run 12 as finished +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.910 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.913 | 3389 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.913 | 3389 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.916 | 3392 | Recursively removing directory: /tmp/git.AEZ4vW/ +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.917 | 3392 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.917 | 3392 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.917 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.917 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.917 | 3573 | Added a new worker 10 to the queue +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.917 | 3392 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.918 | 3392 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.cP8yZs +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.917 | 3388 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.917 | 3388 | Removed worker 10 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.918 | 3388 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 10 +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.918 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.920 | 3572 | Marked run 13 as finished +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.920 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.920 | 3389 | Recursively removing directory: /tmp/git.puRaLC/ +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.922 | 3389 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.922 | 3389 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.922 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.922 | 3389 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.922 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.922 | 3578 | Added a new worker 11 to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.922 | 3388 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.922 | 3388 | Removed worker 11 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.922 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.922 | 3388 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 11 +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.922 | 3389 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.qKynRN +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.923 | 3392 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.924 | 3577 | Marked run 14 as finished +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.924 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.924 | 3392 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.927 | 3389 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.927 | 3389 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.930 | 3392 | Recursively removing directory: /tmp/git.cP8yZs/ +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.931 | 3392 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.931 | 3392 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.931 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.931 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.932 | 3590 | Added a new worker 11 to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.932 | 3388 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.932 | 3388 | Removed worker 11 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.932 | 3388 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 11 +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.931 | 3392 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.932 | 3392 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.2cBCdK +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.932 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.933 | 3589 | Marked run 15 as finished +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.933 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.934 | 3389 | Recursively removing directory: /tmp/git.qKynRN/ +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.936 | 3389 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.936 | 3389 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.936 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.936 | 3389 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.936 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.936 | 3594 | Added a new worker 11 to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.936 | 3388 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.936 | 3388 | Removed worker 11 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.936 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.936 | 3389 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.Rbm7b1 +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.936 | 3388 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 11 +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.938 | 3593 | Marked run 16 as finished +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.938 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.938 | 3392 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.939 | 3392 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.941 | 3389 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.942 | 3389 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.944 | 3392 | Recursively removing directory: /tmp/git.2cBCdK/ +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.946 | 3392 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.946 | 3392 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.946 | 3392 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.946 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.946 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.946 | 3607 | Added a new worker 10 to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.946 | 3388 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.946 | 3388 | Removed worker 10 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.946 | 3388 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 10 +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.946 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.946 | 3392 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.7p7Rrc +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.948 | 3389 | Recursively removing directory: /tmp/git.Rbm7b1/ +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.949 | 3606 | Marked run 17 as finished +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.949 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.949 | 3389 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.949 | 3389 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.949 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.950 | 3389 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.950 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.950 | 3610 | Added a new worker 11 to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.950 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.950 | 3388 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.950 | 3388 | Removed worker 11 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.950 | 3388 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 11 +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.950 | 3389 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.MKl0X7 +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.951 | 3609 | Marked run 18 as finished +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.951 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.953 | 3392 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.953 | 3392 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.955 | 3389 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.955 | 3389 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.959 | 3392 | Recursively removing directory: /tmp/git.7p7Rrc/ +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.960 | 3392 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.960 | 3392 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.961 | 3392 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.960 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.961 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.961 | 3624 | Added a new worker 11 to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.961 | 3388 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.961 | 3388 | Removed worker 11 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.961 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.961 | 3388 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 11 +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.961 | 3392 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.3ZmOm2 +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.961 | 3389 | Recursively removing directory: /tmp/git.MKl0X7/ +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.962 | 3623 | Marked run 19 as finished +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.962 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.963 | 3389 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.963 | 3389 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.963 | 3389 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.963 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.963 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.963 | 3626 | Added a new worker 11 to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.964 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.964 | 3388 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.964 | 3388 | Removed worker 11 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.964 | 3388 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 11 +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.964 | 3389 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.25XmEK +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.965 | 3625 | Marked run 20 as finished +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.965 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.966 | 3392 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.967 | 3392 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.968 | 3389 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.969 | 3389 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.972 | 3392 | Recursively removing directory: /tmp/git.3ZmOm2/ +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.974 | 3392 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.974 | 3392 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.974 | 3392 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.974 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.974 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.974 | 3640 | Added a new worker 11 to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.974 | 3388 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.974 | 3388 | Removed worker 11 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.974 | 3388 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 11 +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.974 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.974 | 3392 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.GfMtNk +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.975 | 3389 | Recursively removing directory: /tmp/git.25XmEK/ +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.976 | 3639 | Marked run 21 as finished +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.976 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.977 | 3389 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.977 | 3389 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.977 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.977 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.977 | 3642 | Added a new worker 11 to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.977 | 3388 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.977 | 3388 | Removed worker 11 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.977 | 3388 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 11 +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.977 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.977 | 3389 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.978 | 3389 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.uLFQtI +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.979 | 3641 | Marked run 22 as finished +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.979 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.980 | 3392 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.981 | 3392 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.983 | 3389 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.983 | 3389 | Going to run: ./ci +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.987 | 3392 | Recursively removing directory: /tmp/git.GfMtNk/ +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.988 | 3392 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.988 | 3392 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.988 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.988 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.989 | 3656 | Added a new worker 10 to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.989 | 3388 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.989 | 3388 | Removed worker 10 from the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.989 | 3388 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 10 +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.989 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.988 | 3392 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.989 | 3392 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.UntFp1 +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.989 | 3389 | Recursively removing directory: /tmp/git.uLFQtI/ +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.991 | 3655 | Marked run 23 as finished +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.991 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.991 | 3389 | Process exit code: 0 +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.991 | 3389 | Process output: 57 bytes +2024-04-25 03:44:08 | INFO | 3389/cimple-worker: 2024-04-25 03:44:08.992 | 3389 | Waiting for a new command +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.992 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.992 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.992 | 3658 | Added a new worker 11 to the queue +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.992 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.993 | 3657 | Marked run 24 as finished +2024-04-25 03:44:08 | INFO | 3386/cimple-server: 2024-04-25 03:44:08.993 | 3386 | Waiting for new connections +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.994 | 3392 | Checking out revision HEAD +2024-04-25 03:44:08 | INFO | 3392/cimple-worker: 2024-04-25 03:44:08.995 | 3392 | Going to run: ./ci +2024-04-25 03:44:09 | INFO | 3392/cimple-worker: 2024-04-25 03:44:09.000 | 3392 | Recursively removing directory: /tmp/git.UntFp1/ +2024-04-25 03:44:09 | INFO | 3392/cimple-worker: 2024-04-25 03:44:09.002 | 3392 | Process exit code: 0 +2024-04-25 03:44:09 | INFO | 3392/cimple-worker: 2024-04-25 03:44:09.002 | 3392 | Process output: 57 bytes +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.002 | 3386 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3392/cimple-worker: 2024-04-25 03:44:09.002 | 3392 | Waiting for a new command +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.002 | 3386 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.002 | 3666 | Added a new worker 12 to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.002 | 3386 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.003 | 3665 | Marked run 25 as finished +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.003 | 3386 | Waiting for new connections +2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3386 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3669 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.006 | 3386 | Waiting for new connections +2024-04-25 03:44:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:44:09 | 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-04-25 03:44:09 | INFO | Terminating process 3392/cimple-worker +2024-04-25 03:44:09 | INFO | 3392/cimple-worker: 2024-04-25 03:44:09.008 | 3392 | Shutting down +2024-04-25 03:44:09 | INFO | Terminating process 3389/cimple-worker +2024-04-25 03:44:09 | INFO | 3389/cimple-worker: 2024-04-25 03:44:09.009 | 3389 | Shutting down +2024-04-25 03:44:09 | INFO | Terminating process 3386/cimple-server +2024-04-25 03:44:09 | INFO | 3386/cimple-server: 2024-04-25 03:44:09.011 | 3386 | Shutting down
Passedsrc/test_repo.py::test_repo[output_empty-numof_clients=1-runs_per_client=1]0.21
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/cimple.sqlite'] +2024-04-25 03:44:09 | INFO | Process 3670/cimple-server has started +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.015 | 3670 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/cimple.sqlite +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.015 | 3670 | SQLite database version: 0 +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.015 | 3670 | Newest database version: 1 +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.015 | 3670 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.026 | 3670 | Waiting for new connections +2024-04-25 03:44:09 | INFO | Process 3670/cimple-server is ready +2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:09 | INFO | Process 3673/cimple-worker has started +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.035 | 3670 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.035 | 3675 | Added a new worker 8 to the queue +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.035 | 3670 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3673/cimple-worker: 2024-04-25 03:44:09.035 | 3673 | Waiting for a new command +2024-04-25 03:44:09 | INFO | Process 3673/cimple-worker is ready +2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:09 | INFO | Process 3676/cimple-worker has started +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.043 | 3670 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.043 | 3678 | Added a new worker 9 to the queue +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.043 | 3670 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3676/cimple-worker: 2024-04-25 03:44:09.043 | 3676 | Waiting for a new command +2024-04-25 03:44:09 | INFO | Process 3676/cimple-worker is ready +2024-04-25 03:44:09 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/cimple.sqlite +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:44:09 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:44:09 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:44:09 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:44:09 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:44:09 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-04-25 03:44:09 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-04-25 03:44:09 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:09 | INFO | Executing 1 clients +2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/repo', 'HEAD'] +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.193 | 3670 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.195 | 3692 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/repo to the queue +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.195 | 3672 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/repo from the queue +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.195 | 3672 | Removed worker 8 from the queue +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.195 | 3672 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/repo to worker 8 +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.195 | 3670 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3673/cimple-worker: 2024-04-25 03:44:09.196 | 3673 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/repo to /tmp/git.R9T7lI +2024-04-25 03:44:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:09 | INFO | 3673/cimple-worker: 2024-04-25 03:44:09.200 | 3673 | Checking out revision HEAD +2024-04-25 03:44:09 | INFO | 3673/cimple-worker: 2024-04-25 03:44:09.200 | 3673 | Going to run: ./ci +2024-04-25 03:44:09 | INFO | 3673/cimple-worker: 2024-04-25 03:44:09.205 | 3673 | Recursively removing directory: /tmp/git.R9T7lI/ +2024-04-25 03:44:09 | INFO | 3673/cimple-worker: 2024-04-25 03:44:09.207 | 3673 | Process exit code: 0 +2024-04-25 03:44:09 | INFO | 3673/cimple-worker: 2024-04-25 03:44:09.207 | 3673 | Process output: 0 bytes +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.207 | 3670 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.207 | 3670 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.207 | 3699 | Added a new worker 12 to the queue +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.207 | 3670 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3673/cimple-worker: 2024-04-25 03:44:09.207 | 3673 | Waiting for a new command +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.208 | 3698 | Marked run 1 as finished +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.208 | 3670 | Waiting for new connections +2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.219 | 3670 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.219 | 3702 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/repo to the queue +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.219 | 3670 | Waiting for new connections +2024-04-25 03:44:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:44:09 | 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-04-25 03:44:09 | INFO | Terminating process 3676/cimple-worker +2024-04-25 03:44:09 | INFO | 3676/cimple-worker: 2024-04-25 03:44:09.220 | 3676 | Shutting down +2024-04-25 03:44:09 | INFO | Terminating process 3673/cimple-worker +2024-04-25 03:44:09 | INFO | 3673/cimple-worker: 2024-04-25 03:44:09.221 | 3673 | Shutting down +2024-04-25 03:44:09 | INFO | Terminating process 3670/cimple-server +2024-04-25 03:44:09 | INFO | 3670/cimple-server: 2024-04-25 03:44:09.223 | 3670 | Shutting down
Passedsrc/test_repo.py::test_repo[output_empty-numof_clients=1-runs_per_client=5]0.23
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/cimple.sqlite'] +2024-04-25 03:44:09 | INFO | Process 3703/cimple-server has started +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.227 | 3703 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/cimple.sqlite +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.227 | 3703 | SQLite database version: 0 +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.227 | 3703 | Newest database version: 1 +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.227 | 3703 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.238 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | Process 3703/cimple-server is ready +2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:09 | INFO | Process 3706/cimple-worker has started +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.247 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.247 | 3708 | Added a new worker 8 to the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.247 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3706/cimple-worker: 2024-04-25 03:44:09.247 | 3706 | Waiting for a new command +2024-04-25 03:44:09 | INFO | Process 3706/cimple-worker is ready +2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:09 | INFO | Process 3709/cimple-worker has started +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.256 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.256 | 3711 | Added a new worker 9 to the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.256 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3709/cimple-worker: 2024-04-25 03:44:09.256 | 3709 | Waiting for a new command +2024-04-25 03:44:09 | INFO | Process 3709/cimple-worker is ready +2024-04-25 03:44:09 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/cimple.sqlite +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:44:09 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:44:09 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:44:09 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:44:09 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:44:09 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-04-25 03:44:09 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-04-25 03:44:09 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:09 | INFO | Executing 5 clients +2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.406 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.408 | 3725 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.408 | 3705 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo from the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.408 | 3705 | Removed worker 8 from the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.408 | 3705 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to worker 8 +2024-04-25 03:44:09 | INFO | 3706/cimple-worker: 2024-04-25 03:44:09.408 | 3706 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to /tmp/git.xCkf9s +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.408 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.411 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.413 | 3727 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.413 | 3705 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo from the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.413 | 3705 | Removed worker 9 from the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.413 | 3705 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to worker 9 +2024-04-25 03:44:09 | INFO | 3709/cimple-worker: 2024-04-25 03:44:09.413 | 3709 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to /tmp/git.VtO8NX +2024-04-25 03:44:09 | INFO | 3706/cimple-worker: 2024-04-25 03:44:09.413 | 3706 | Checking out revision HEAD +2024-04-25 03:44:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.413 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3706/cimple-worker: 2024-04-25 03:44:09.415 | 3706 | Going to run: ./ci +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.416 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.418 | 3730 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.418 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3709/cimple-worker: 2024-04-25 03:44:09.418 | 3709 | Checking out revision HEAD +2024-04-25 03:44:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] +2024-04-25 03:44:09 | INFO | 3709/cimple-worker: 2024-04-25 03:44:09.419 | 3709 | Going to run: ./ci +2024-04-25 03:44:09 | INFO | 3706/cimple-worker: 2024-04-25 03:44:09.421 | 3706 | Recursively removing directory: /tmp/git.xCkf9s/ +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.421 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3706/cimple-worker: 2024-04-25 03:44:09.423 | 3706 | Process exit code: 0 +2024-04-25 03:44:09 | INFO | 3706/cimple-worker: 2024-04-25 03:44:09.423 | 3706 | Process output: 0 bytes +2024-04-25 03:44:09 | INFO | 3706/cimple-worker: 2024-04-25 03:44:09.423 | 3706 | Waiting for a new command +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.423 | 3737 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.423 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.423 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.423 | 3741 | Added a new worker 12 to the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.423 | 3705 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo from the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.423 | 3705 | Removed worker 12 from the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.424 | 3705 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to worker 12 +2024-04-25 03:44:09 | INFO | 3706/cimple-worker: 2024-04-25 03:44:09.424 | 3706 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to /tmp/git.Zeq2SB +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.424 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.425 | 3740 | Marked run 1 as finished +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.425 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3709/cimple-worker: 2024-04-25 03:44:09.426 | 3709 | Recursively removing directory: /tmp/git.VtO8NX/ +2024-04-25 03:44:09 | INFO | 3709/cimple-worker: 2024-04-25 03:44:09.427 | 3709 | Process exit code: 0 +2024-04-25 03:44:09 | INFO | 3709/cimple-worker: 2024-04-25 03:44:09.427 | 3709 | Process output: 0 bytes +2024-04-25 03:44:09 | INFO | 3709/cimple-worker: 2024-04-25 03:44:09.427 | 3709 | Waiting for a new command +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.427 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.427 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.427 | 3746 | Added a new worker 10 to the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.427 | 3705 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo from the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.427 | 3705 | Removed worker 10 from the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.427 | 3705 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to worker 10 +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.427 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3709/cimple-worker: 2024-04-25 03:44:09.428 | 3709 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to /tmp/git.rZf6sC +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.427 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3706/cimple-worker: 2024-04-25 03:44:09.429 | 3706 | Checking out revision HEAD +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.429 | 3745 | Marked run 2 as finished +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.430 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3706/cimple-worker: 2024-04-25 03:44:09.430 | 3706 | Going to run: ./ci +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.431 | 3747 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.431 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:09 | INFO | 3709/cimple-worker: 2024-04-25 03:44:09.434 | 3709 | Checking out revision HEAD +2024-04-25 03:44:09 | INFO | 3709/cimple-worker: 2024-04-25 03:44:09.434 | 3709 | Going to run: ./ci +2024-04-25 03:44:09 | INFO | 3706/cimple-worker: 2024-04-25 03:44:09.436 | 3706 | Recursively removing directory: /tmp/git.Zeq2SB/ +2024-04-25 03:44:09 | INFO | 3706/cimple-worker: 2024-04-25 03:44:09.438 | 3706 | Process exit code: 0 +2024-04-25 03:44:09 | INFO | 3706/cimple-worker: 2024-04-25 03:44:09.438 | 3706 | Process output: 0 bytes +2024-04-25 03:44:09 | INFO | 3706/cimple-worker: 2024-04-25 03:44:09.438 | 3706 | Waiting for a new command +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.438 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.438 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.438 | 3757 | Added a new worker 10 to the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.438 | 3705 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo from the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.438 | 3705 | Removed worker 10 from the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.438 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.438 | 3705 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to worker 10 +2024-04-25 03:44:09 | INFO | 3706/cimple-worker: 2024-04-25 03:44:09.439 | 3706 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to /tmp/git.hF34J0 +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.441 | 3756 | Marked run 3 as finished +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.441 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3709/cimple-worker: 2024-04-25 03:44:09.441 | 3709 | Recursively removing directory: /tmp/git.rZf6sC/ +2024-04-25 03:44:09 | INFO | 3709/cimple-worker: 2024-04-25 03:44:09.442 | 3709 | Process exit code: 0 +2024-04-25 03:44:09 | INFO | 3709/cimple-worker: 2024-04-25 03:44:09.442 | 3709 | Process output: 0 bytes +2024-04-25 03:44:09 | INFO | 3709/cimple-worker: 2024-04-25 03:44:09.442 | 3709 | Waiting for a new command +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.442 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.442 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.442 | 3761 | Added a new worker 10 to the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.442 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.444 | 3760 | Marked run 4 as finished +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.444 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3706/cimple-worker: 2024-04-25 03:44:09.444 | 3706 | Checking out revision HEAD +2024-04-25 03:44:09 | INFO | 3706/cimple-worker: 2024-04-25 03:44:09.445 | 3706 | Going to run: ./ci +2024-04-25 03:44:09 | INFO | 3706/cimple-worker: 2024-04-25 03:44:09.450 | 3706 | Recursively removing directory: /tmp/git.hF34J0/ +2024-04-25 03:44:09 | INFO | 3706/cimple-worker: 2024-04-25 03:44:09.451 | 3706 | Process exit code: 0 +2024-04-25 03:44:09 | INFO | 3706/cimple-worker: 2024-04-25 03:44:09.451 | 3706 | Process output: 0 bytes +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.451 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3706/cimple-worker: 2024-04-25 03:44:09.451 | 3706 | Waiting for a new command +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.452 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.452 | 3768 | Added a new worker 12 to the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.452 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.452 | 3767 | Marked run 5 as finished +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.453 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.458 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.458 | 3771 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.458 | 3771 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.458 | 3771 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.458 | 3771 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.458 | 3771 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.458 | 3703 | Waiting for new connections +2024-04-25 03:44:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:44:09 | 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-04-25 03:44:09 | INFO | Terminating process 3709/cimple-worker +2024-04-25 03:44:09 | INFO | 3709/cimple-worker: 2024-04-25 03:44:09.460 | 3709 | Shutting down +2024-04-25 03:44:09 | INFO | Terminating process 3706/cimple-worker +2024-04-25 03:44:09 | INFO | 3706/cimple-worker: 2024-04-25 03:44:09.461 | 3706 | Shutting down +2024-04-25 03:44:09 | INFO | Terminating process 3703/cimple-server +2024-04-25 03:44:09 | INFO | 3703/cimple-server: 2024-04-25 03:44:09.462 | 3703 | Shutting down
Passedsrc/test_repo.py::test_repo[output_empty-numof_clients=5-runs_per_client=1]0.38
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/cimple.sqlite'] +2024-04-25 03:44:09 | INFO | Process 3772/cimple-server has started +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.466 | 3772 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/cimple.sqlite +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.467 | 3772 | SQLite database version: 0 +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.467 | 3772 | Newest database version: 1 +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.467 | 3772 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.478 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | Process 3772/cimple-server is ready +2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:09 | INFO | Process 3775/cimple-worker has started +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.486 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.486 | 3777 | Added a new worker 8 to the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.486 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3775/cimple-worker: 2024-04-25 03:44:09.486 | 3775 | Waiting for a new command +2024-04-25 03:44:09 | INFO | Process 3775/cimple-worker is ready +2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:09 | INFO | Process 3778/cimple-worker has started +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.495 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.495 | 3780 | Added a new worker 9 to the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.495 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3778/cimple-worker: 2024-04-25 03:44:09.495 | 3778 | Waiting for a new command +2024-04-25 03:44:09 | INFO | Process 3778/cimple-worker is ready +2024-04-25 03:44:09 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/cimple.sqlite +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:44:09 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:44:09 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:44:09 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:44:09 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:44:09 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-04-25 03:44:09 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-04-25 03:44:09 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:09 | INFO | Executing 1 clients +2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] +2024-04-25 03:44:09 | INFO | Executing 1 clients +2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.712 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.714 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.717 | 3801 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2024-04-25 03:44:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:09 | INFO | 3775/cimple-worker: 2024-04-25 03:44:09.717 | 3775 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to /tmp/git.NZXhi5 +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.717 | 3774 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo from the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.717 | 3774 | Removed worker 8 from the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.717 | 3774 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to worker 8 +2024-04-25 03:44:09 | INFO | 3775/cimple-worker: 2024-04-25 03:44:09.723 | 3775 | Checking out revision HEAD +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.724 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3775/cimple-worker: 2024-04-25 03:44:09.724 | 3775 | Going to run: ./ci +2024-04-25 03:44:09 | INFO | 3775/cimple-worker: 2024-04-25 03:44:09.732 | 3775 | Recursively removing directory: /tmp/git.NZXhi5/ +2024-04-25 03:44:09 | INFO | Executing 1 clients +2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.734 | 3800 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.735 | 3774 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo from the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.735 | 3774 | Removed worker 9 from the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.735 | 3774 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to worker 9 +2024-04-25 03:44:09 | INFO | 3778/cimple-worker: 2024-04-25 03:44:09.735 | 3778 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to /tmp/git.ShKAdG +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.735 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3775/cimple-worker: 2024-04-25 03:44:09.736 | 3775 | Process exit code: 0 +2024-04-25 03:44:09 | INFO | 3775/cimple-worker: 2024-04-25 03:44:09.736 | 3775 | Process output: 0 bytes +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.737 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.737 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3775/cimple-worker: 2024-04-25 03:44:09.736 | 3775 | Waiting for a new command +2024-04-25 03:44:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:09 | INFO | 3778/cimple-worker: 2024-04-25 03:44:09.741 | 3778 | Checking out revision HEAD +2024-04-25 03:44:09 | INFO | 3778/cimple-worker: 2024-04-25 03:44:09.742 | 3778 | Going to run: ./ci +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.743 | 3809 | Marked run 1 as finished +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.743 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.743 | 3810 | Added a new worker 6 to the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.743 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.745 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.749 | 3812 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.749 | 3774 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo from the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.749 | 3774 | Removed worker 6 from the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.749 | 3774 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to worker 6 +2024-04-25 03:44:09 | INFO | 3775/cimple-worker: 2024-04-25 03:44:09.749 | 3775 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to /tmp/git.7ggPfJ +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.751 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:09 | INFO | 3775/cimple-worker: 2024-04-25 03:44:09.754 | 3775 | Checking out revision HEAD +2024-04-25 03:44:09 | INFO | 3775/cimple-worker: 2024-04-25 03:44:09.755 | 3775 | Going to run: ./ci +2024-04-25 03:44:09 | INFO | 3778/cimple-worker: 2024-04-25 03:44:09.767 | 3778 | Recursively removing directory: /tmp/git.ShKAdG/ +2024-04-25 03:44:09 | INFO | 3778/cimple-worker: 2024-04-25 03:44:09.769 | 3778 | Process exit code: 0 +2024-04-25 03:44:09 | INFO | 3778/cimple-worker: 2024-04-25 03:44:09.769 | 3778 | Process output: 0 bytes +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.769 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.770 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3778/cimple-worker: 2024-04-25 03:44:09.769 | 3778 | Waiting for a new command +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.777 | 3819 | Added a new worker 10 to the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.777 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.779 | 3818 | Marked run 2 as finished +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.779 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3775/cimple-worker: 2024-04-25 03:44:09.793 | 3775 | Recursively removing directory: /tmp/git.7ggPfJ/ +2024-04-25 03:44:09 | INFO | Executing 1 clients +2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] +2024-04-25 03:44:09 | INFO | 3775/cimple-worker: 2024-04-25 03:44:09.795 | 3775 | Process exit code: 0 +2024-04-25 03:44:09 | INFO | 3775/cimple-worker: 2024-04-25 03:44:09.795 | 3775 | Process output: 0 bytes +2024-04-25 03:44:09 | INFO | 3775/cimple-worker: 2024-04-25 03:44:09.795 | 3775 | Waiting for a new command +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.795 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.795 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.796 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.796 | 3827 | Added a new worker 14 to the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.796 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.797 | 3826 | Marked run 3 as finished +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.797 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.798 | 3828 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.798 | 3774 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo from the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.798 | 3774 | Removed worker 10 from the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.798 | 3774 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to worker 10 +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.798 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3778/cimple-worker: 2024-04-25 03:44:09.798 | 3778 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to /tmp/git.A1apHq +2024-04-25 03:44:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:09 | INFO | 3778/cimple-worker: 2024-04-25 03:44:09.803 | 3778 | Checking out revision HEAD +2024-04-25 03:44:09 | INFO | 3778/cimple-worker: 2024-04-25 03:44:09.804 | 3778 | Going to run: ./ci +2024-04-25 03:44:09 | INFO | Executing 1 clients +2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.809 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3778/cimple-worker: 2024-04-25 03:44:09.811 | 3778 | Recursively removing directory: /tmp/git.A1apHq/ +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.811 | 3834 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2024-04-25 03:44:09 | INFO | 3775/cimple-worker: 2024-04-25 03:44:09.811 | 3775 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to /tmp/git.oS9yNv +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.811 | 3774 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo from the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.811 | 3774 | Removed worker 14 from the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.811 | 3774 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to worker 14 +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.811 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3778/cimple-worker: 2024-04-25 03:44:09.812 | 3778 | Process exit code: 0 +2024-04-25 03:44:09 | INFO | 3778/cimple-worker: 2024-04-25 03:44:09.812 | 3778 | Process output: 0 bytes +2024-04-25 03:44:09 | INFO | 3778/cimple-worker: 2024-04-25 03:44:09.813 | 3778 | Waiting for a new command +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.813 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.813 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.813 | 3838 | Added a new worker 10 to the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.813 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.815 | 3837 | Marked run 4 as finished +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.815 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3775/cimple-worker: 2024-04-25 03:44:09.816 | 3775 | Checking out revision HEAD +2024-04-25 03:44:09 | INFO | 3775/cimple-worker: 2024-04-25 03:44:09.817 | 3775 | Going to run: ./ci +2024-04-25 03:44:09 | INFO | 3775/cimple-worker: 2024-04-25 03:44:09.823 | 3775 | Recursively removing directory: /tmp/git.oS9yNv/ +2024-04-25 03:44:09 | INFO | 3775/cimple-worker: 2024-04-25 03:44:09.825 | 3775 | Process exit code: 0 +2024-04-25 03:44:09 | INFO | 3775/cimple-worker: 2024-04-25 03:44:09.825 | 3775 | Process output: 0 bytes +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.825 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3775/cimple-worker: 2024-04-25 03:44:09.825 | 3775 | Waiting for a new command +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.825 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.825 | 3845 | Added a new worker 12 to the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.825 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.826 | 3844 | Marked run 5 as finished +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.826 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.840 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.840 | 3848 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.840 | 3848 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.840 | 3848 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.840 | 3848 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.840 | 3848 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.840 | 3772 | Waiting for new connections +2024-04-25 03:44:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:44:09 | 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-04-25 03:44:09 | INFO | Terminating process 3778/cimple-worker +2024-04-25 03:44:09 | INFO | 3778/cimple-worker: 2024-04-25 03:44:09.841 | 3778 | Shutting down +2024-04-25 03:44:09 | INFO | Terminating process 3775/cimple-worker +2024-04-25 03:44:09 | INFO | 3775/cimple-worker: 2024-04-25 03:44:09.843 | 3775 | Shutting down +2024-04-25 03:44:09 | INFO | Terminating process 3772/cimple-server +2024-04-25 03:44:09 | INFO | 3772/cimple-server: 2024-04-25 03:44:09.844 | 3772 | Shutting down
Passedsrc/test_repo.py::test_repo[output_empty-numof_clients=5-runs_per_client=5]0.55
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/cimple.sqlite'] +2024-04-25 03:44:09 | INFO | Process 3849/cimple-server has started +2024-04-25 03:44:09 | INFO | 3849/cimple-server: 2024-04-25 03:44:09.848 | 3849 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/cimple.sqlite +2024-04-25 03:44:09 | INFO | 3849/cimple-server: 2024-04-25 03:44:09.848 | 3849 | SQLite database version: 0 +2024-04-25 03:44:09 | INFO | 3849/cimple-server: 2024-04-25 03:44:09.848 | 3849 | Newest database version: 1 +2024-04-25 03:44:09 | INFO | 3849/cimple-server: 2024-04-25 03:44:09.848 | 3849 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:09 | INFO | 3849/cimple-server: 2024-04-25 03:44:09.860 | 3849 | Waiting for new connections +2024-04-25 03:44:09 | INFO | Process 3849/cimple-server is ready +2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:09 | INFO | Process 3852/cimple-worker has started +2024-04-25 03:44:09 | INFO | 3849/cimple-server: 2024-04-25 03:44:09.869 | 3849 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3849/cimple-server: 2024-04-25 03:44:09.869 | 3854 | Added a new worker 8 to the queue +2024-04-25 03:44:09 | INFO | 3849/cimple-server: 2024-04-25 03:44:09.869 | 3849 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3852/cimple-worker: 2024-04-25 03:44:09.869 | 3852 | Waiting for a new command +2024-04-25 03:44:09 | INFO | Process 3852/cimple-worker is ready +2024-04-25 03:44:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:09 | INFO | Process 3855/cimple-worker has started +2024-04-25 03:44:09 | INFO | 3849/cimple-server: 2024-04-25 03:44:09.877 | 3849 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3849/cimple-server: 2024-04-25 03:44:09.877 | 3857 | Added a new worker 9 to the queue +2024-04-25 03:44:09 | INFO | 3849/cimple-server: 2024-04-25 03:44:09.877 | 3849 | Waiting for new connections +2024-04-25 03:44:09 | INFO | 3855/cimple-worker: 2024-04-25 03:44:09.877 | 3855 | Waiting for a new command +2024-04-25 03:44:09 | INFO | Process 3855/cimple-worker is ready +2024-04-25 03:44:09 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/cimple.sqlite +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:44:09 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:44:09 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:44:09 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:44:09 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:44:09 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-04-25 03:44:09 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-04-25 03:44:09 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-04-25 03:44:09 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:10 | INFO | Executing 5 clients +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.124 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Executing 5 clients +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.140 | 3876 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.140 | 3851 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.140 | 3851 | Removed worker 8 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.140 | 3851 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 8 +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.140 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.140 | 3852 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.gvJPli +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.145 | 3852 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.147 | 3852 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.153 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.160 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.162 | 3881 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.162 | 3851 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.162 | 3851 | Removed worker 9 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.162 | 3851 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 9 +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.162 | 3855 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.jgpM0Y +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.163 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | Executing 5 clients +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.167 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Executing 5 clients +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.169 | 3855 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.170 | 3882 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.170 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.170 | 3855 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.171 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.171 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.172 | 3887 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.172 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.174 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.174 | 3892 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.174 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.176 | 3890 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.176 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.177 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Executing 5 clients +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.178 | 3903 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.178 | 3852 | Recursively removing directory: /tmp/git.gvJPli/ +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.179 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.180 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.181 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.182 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.183 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.184 | 3852 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.184 | 3852 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.184 | 3852 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.183 | 3896 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.184 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.185 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.185 | 3914 | Added a new worker 19 to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.185 | 3851 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.185 | 3851 | Removed worker 19 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.185 | 3851 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 19 +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.185 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.185 | 3855 | Recursively removing directory: /tmp/git.jgpM0Y/ +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.185 | 3852 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.cwvn6P +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.186 | 3907 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.186 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.187 | 3855 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.187 | 3855 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.187 | 3855 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.187 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.187 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.187 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.187 | 3918 | Added a new worker 21 to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.187 | 3851 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.187 | 3851 | Removed worker 21 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.188 | 3851 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 21 +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.188 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.188 | 3855 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.R8tJcg +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.189 | 3913 | Marked run 1 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.189 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.190 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.190 | 3908 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.191 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.191 | 3852 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.192 | 3852 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.193 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.194 | 3909 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.194 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.195 | 3855 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.196 | 3910 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.196 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.196 | 3916 | Marked run 2 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.196 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.196 | 3855 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.197 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.198 | 3919 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.198 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.199 | 3927 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.199 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.201 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.202 | 3923 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.202 | 3852 | Recursively removing directory: /tmp/git.cwvn6P/ +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.203 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.204 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.204 | 3920 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.205 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.206 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.206 | 3852 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.206 | 3852 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.206 | 3852 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.206 | 3935 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.206 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.206 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.207 | 3943 | Added a new worker 15 to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.207 | 3851 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.207 | 3851 | Removed worker 15 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.207 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.207 | 3851 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 15 +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.207 | 3852 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.8Qgte4 +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.207 | 3855 | Recursively removing directory: /tmp/git.R8tJcg/ +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.209 | 3942 | Marked run 3 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.209 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.210 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.210 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.210 | 3939 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.210 | 3855 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.210 | 3855 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.210 | 3855 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.211 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.211 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.211 | 3946 | Added a new worker 18 to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.211 | 3851 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.211 | 3851 | Removed worker 18 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.211 | 3851 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 18 +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.211 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.212 | 3855 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.dHKHQx +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.213 | 3941 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.213 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.213 | 3852 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.214 | 3945 | Marked run 4 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.214 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.215 | 3852 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.216 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.218 | 3947 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.218 | 3855 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.218 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.220 | 3855 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.220 | 3952 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.221 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.221 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.222 | 3949 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.222 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.223 | 3953 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.223 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.227 | 3852 | Recursively removing directory: /tmp/git.8Qgte4/ +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.228 | 3852 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.228 | 3852 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.229 | 3852 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.229 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.229 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.229 | 3957 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.231 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.231 | 3963 | Added a new worker 6 to the queue +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.231 | 3852 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.aTrZDc +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.231 | 3851 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.231 | 3851 | Removed worker 6 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.231 | 3851 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 6 +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.232 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.237 | 3852 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.238 | 3852 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.241 | 3962 | Marked run 5 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.242 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.242 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.254 | 3966 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.255 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.257 | 3855 | Recursively removing directory: /tmp/git.dHKHQx/ +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.259 | 3855 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.259 | 3855 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.259 | 3855 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.260 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.260 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.260 | 3973 | Added a new worker 10 to the queue +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.260 | 3855 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.V0OWXM +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.260 | 3851 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.260 | 3851 | Removed worker 10 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.260 | 3851 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 10 +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.262 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.263 | 3852 | Recursively removing directory: /tmp/git.aTrZDc/ +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.265 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.264 | 3852 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.264 | 3852 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.265 | 3852 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.265 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.265 | 3977 | Added a new worker 14 to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.265 | 3851 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.265 | 3851 | Removed worker 14 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.265 | 3851 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 14 +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.265 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.266 | 3852 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.8xQt2N +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.266 | 3972 | Marked run 6 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.266 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.266 | 3855 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.267 | 3855 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.268 | 3976 | Marked run 7 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.268 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.271 | 3852 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.272 | 3852 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.275 | 3855 | Recursively removing directory: /tmp/git.V0OWXM/ +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.277 | 3855 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.277 | 3855 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.277 | 3855 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.278 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.278 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.278 | 3989 | Added a new worker 11 to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.278 | 3851 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.278 | 3851 | Removed worker 11 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.278 | 3851 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 11 +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.279 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.279 | 3855 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.827Gsr +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.279 | 3852 | Recursively removing directory: /tmp/git.8xQt2N/ +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.280 | 3988 | Marked run 8 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.280 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.281 | 3852 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.281 | 3852 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.281 | 3852 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.281 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.281 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.281 | 3991 | Added a new worker 10 to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.281 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.281 | 3851 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.281 | 3851 | Removed worker 10 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.282 | 3851 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 10 +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.282 | 3852 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.yP82Kz +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.283 | 3990 | Marked run 9 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.283 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.284 | 3855 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.285 | 3855 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.287 | 3852 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.288 | 3852 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.291 | 3855 | Recursively removing directory: /tmp/git.827Gsr/ +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.293 | 3855 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.293 | 3855 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.293 | 3855 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.293 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.293 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.293 | 4003 | Added a new worker 10 to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.293 | 3851 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.293 | 3851 | Removed worker 10 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.293 | 3851 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 10 +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.293 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.293 | 3855 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.R3s4fa +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.293 | 3852 | Recursively removing directory: /tmp/git.yP82Kz/ +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.295 | 4002 | Marked run 10 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.295 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.296 | 3852 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.296 | 3852 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.296 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.296 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.296 | 4005 | Added a new worker 11 to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.296 | 3851 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.296 | 3851 | Removed worker 11 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.296 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.296 | 3851 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 11 +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.296 | 3852 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.297 | 3852 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.Jbmo31 +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.298 | 4004 | Marked run 11 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.298 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.299 | 3855 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.300 | 3855 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.302 | 3852 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.302 | 3852 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.305 | 3855 | Recursively removing directory: /tmp/git.R3s4fa/ +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.307 | 3855 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.307 | 3855 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.307 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.307 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.307 | 4017 | Added a new worker 10 to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.307 | 3851 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.307 | 3851 | Removed worker 10 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.307 | 3851 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 10 +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.307 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.307 | 3855 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.307 | 3855 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.kfuaeO +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.308 | 3852 | Recursively removing directory: /tmp/git.Jbmo31/ +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.309 | 4016 | Marked run 12 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.309 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.310 | 3852 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.310 | 3852 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.310 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.310 | 3852 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.310 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.310 | 4019 | Added a new worker 11 to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.310 | 3851 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.310 | 3851 | Removed worker 11 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.310 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.310 | 3851 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 11 +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.311 | 3852 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.aZ0OHI +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.312 | 4018 | Marked run 13 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.312 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.313 | 3855 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.314 | 3855 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.315 | 3852 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.315 | 3852 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.319 | 3855 | Recursively removing directory: /tmp/git.kfuaeO/ +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.320 | 3855 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.320 | 3855 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.320 | 3852 | Recursively removing directory: /tmp/git.aZ0OHI/ +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.321 | 3855 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.321 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.321 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.321 | 4031 | Added a new worker 11 to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.321 | 3851 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.321 | 3851 | Removed worker 11 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.321 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.321 | 3851 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 11 +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.321 | 3855 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.FrZG6k +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.322 | 4030 | Marked run 14 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.322 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.323 | 3852 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.323 | 3852 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.323 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.323 | 3852 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.323 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.323 | 4033 | Added a new worker 11 to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.323 | 3851 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.323 | 3851 | Removed worker 11 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.323 | 3851 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 11 +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.323 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.324 | 3852 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.kyteAK +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.324 | 4032 | Marked run 15 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.324 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.327 | 3855 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.327 | 3855 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.328 | 3852 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.329 | 3852 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.332 | 3855 | Recursively removing directory: /tmp/git.FrZG6k/ +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.334 | 3855 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.334 | 3855 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.334 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.334 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.334 | 4045 | Added a new worker 11 to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.334 | 3851 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.334 | 3851 | Removed worker 11 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.334 | 3851 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 11 +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.334 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.334 | 3852 | Recursively removing directory: /tmp/git.kyteAK/ +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.334 | 3855 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.334 | 3855 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.oyUbXr +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.336 | 4044 | Marked run 16 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.336 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.336 | 3852 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.336 | 3852 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.337 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.337 | 3852 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.337 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.337 | 4047 | Added a new worker 11 to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.337 | 3851 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.337 | 3851 | Removed worker 11 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.337 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.337 | 3851 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 11 +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.337 | 3852 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.70bY75 +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.339 | 4046 | Marked run 17 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.339 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.339 | 3855 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.340 | 3855 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.342 | 3852 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.342 | 3852 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.345 | 3855 | Recursively removing directory: /tmp/git.oyUbXr/ +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.346 | 3855 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.346 | 3855 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.346 | 3855 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.347 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.347 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.347 | 4059 | Added a new worker 11 to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.347 | 3851 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.347 | 3851 | Removed worker 11 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.347 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.347 | 3851 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 11 +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.347 | 3855 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.B2NgdB +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.348 | 3852 | Recursively removing directory: /tmp/git.70bY75/ +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.348 | 4058 | Marked run 18 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.348 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.349 | 3852 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.349 | 3852 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.350 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.350 | 3852 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.350 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.350 | 4061 | Added a new worker 11 to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.350 | 3851 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.350 | 3851 | Removed worker 11 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.350 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.350 | 3851 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 11 +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.350 | 3852 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.hqjFhG +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.351 | 4060 | Marked run 19 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.351 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.352 | 3855 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.353 | 3855 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.354 | 3852 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.355 | 3852 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.357 | 3855 | Recursively removing directory: /tmp/git.B2NgdB/ +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.359 | 3855 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.359 | 3855 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.359 | 3855 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.359 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.359 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.359 | 4073 | Added a new worker 11 to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.359 | 3851 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.359 | 3851 | Removed worker 11 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.359 | 3851 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 11 +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.360 | 3855 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.MfffxV +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.360 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.360 | 3852 | Recursively removing directory: /tmp/git.hqjFhG/ +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.361 | 4072 | Marked run 20 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.361 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.362 | 3852 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.362 | 3852 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.362 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.362 | 3852 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.362 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.362 | 4075 | Added a new worker 11 to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.362 | 3851 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.362 | 3851 | Removed worker 11 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.363 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.363 | 3851 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 11 +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.364 | 3852 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.2ywFB3 +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.364 | 4074 | Marked run 21 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.364 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.366 | 3855 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.366 | 3855 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.368 | 3852 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.369 | 3852 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.371 | 3855 | Recursively removing directory: /tmp/git.MfffxV/ +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.373 | 3855 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.373 | 3855 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.373 | 3855 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.373 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.373 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.373 | 4087 | Added a new worker 10 to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.373 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.373 | 3851 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.373 | 3851 | Removed worker 10 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.373 | 3851 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 10 +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.374 | 3855 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.7y8FpJ +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.374 | 3852 | Recursively removing directory: /tmp/git.2ywFB3/ +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.375 | 4086 | Marked run 22 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.375 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.376 | 3852 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.376 | 3852 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.376 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.376 | 3852 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.376 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.376 | 4089 | Added a new worker 11 to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.377 | 3851 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.377 | 3851 | Removed worker 11 from the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.377 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.377 | 3851 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 11 +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.377 | 3852 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.7FVjJX +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.378 | 4088 | Marked run 23 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.378 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.379 | 3855 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.379 | 3855 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.381 | 3852 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.381 | 3852 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.384 | 3855 | Recursively removing directory: /tmp/git.7y8FpJ/ +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.386 | 3855 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.386 | 3855 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.386 | 3855 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.386 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.386 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.386 | 4101 | Added a new worker 10 to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.386 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.387 | 3852 | Recursively removing directory: /tmp/git.7FVjJX/ +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.388 | 4100 | Marked run 24 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.388 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.389 | 3852 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.389 | 3852 | Process output: 0 bytes +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.389 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.389 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.389 | 4103 | Added a new worker 12 to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.389 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.389 | 3852 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.390 | 4102 | Marked run 25 as finished +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.390 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 4106 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.393 | 3849 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:44:10 | 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-04-25 03:44:10 | INFO | Terminating process 3855/cimple-worker +2024-04-25 03:44:10 | INFO | 3855/cimple-worker: 2024-04-25 03:44:10.395 | 3855 | Shutting down +2024-04-25 03:44:10 | INFO | Terminating process 3852/cimple-worker +2024-04-25 03:44:10 | INFO | 3852/cimple-worker: 2024-04-25 03:44:10.396 | 3852 | Shutting down +2024-04-25 03:44:10 | INFO | Terminating process 3849/cimple-server +2024-04-25 03:44:10 | INFO | 3849/cimple-server: 2024-04-25 03:44:10.398 | 3849 | Shutting down
Passedsrc/test_repo.py::test_repo[output_long-numof_clients=1-runs_per_client=1]0.22
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/cimple.sqlite'] +2024-04-25 03:44:10 | INFO | Process 4108/cimple-server has started +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.402 | 4108 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/cimple.sqlite +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.402 | 4108 | SQLite database version: 0 +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.402 | 4108 | Newest database version: 1 +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.402 | 4108 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.413 | 4108 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Process 4108/cimple-server is ready +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:10 | INFO | Process 4111/cimple-worker has started +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.421 | 4108 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.421 | 4113 | Added a new worker 8 to the queue +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.421 | 4108 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4111/cimple-worker: 2024-04-25 03:44:10.421 | 4111 | Waiting for a new command +2024-04-25 03:44:10 | INFO | Process 4111/cimple-worker is ready +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:10 | INFO | Process 4114/cimple-worker has started +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.430 | 4108 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.430 | 4116 | Added a new worker 9 to the queue +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.430 | 4108 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4114/cimple-worker: 2024-04-25 03:44:10.430 | 4114 | Waiting for a new command +2024-04-25 03:44:10 | INFO | Process 4114/cimple-worker is ready +2024-04-25 03:44:10 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/cimple.sqlite +2024-04-25 03:44:10 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:44:10 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:44:10 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:44:10 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:44:10 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:44:10 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:44:10 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:44:10 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:44:10 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:44:10 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-04-25 03:44:10 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-04-25 03:44:10 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-04-25 03:44:10 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-04-25 03:44:10 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:10 | INFO | Executing 1 clients +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.580 | 4108 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.583 | 4130 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/repo to the queue +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.583 | 4110 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/repo from the queue +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.583 | 4110 | Removed worker 8 from the queue +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.583 | 4108 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.583 | 4110 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/repo to worker 8 +2024-04-25 03:44:10 | INFO | 4111/cimple-worker: 2024-04-25 03:44:10.583 | 4111 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/repo to /tmp/git.b5dyy6 +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | 4111/cimple-worker: 2024-04-25 03:44:10.587 | 4111 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 4111/cimple-worker: 2024-04-25 03:44:10.588 | 4111 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 4111/cimple-worker: 2024-04-25 03:44:10.596 | 4111 | Recursively removing directory: /tmp/git.b5dyy6/ +2024-04-25 03:44:10 | INFO | 4111/cimple-worker: 2024-04-25 03:44:10.598 | 4111 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 4111/cimple-worker: 2024-04-25 03:44:10.598 | 4111 | Process output: 415087 bytes +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.602 | 4108 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4111/cimple-worker: 2024-04-25 03:44:10.605 | 4111 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.605 | 4108 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.605 | 4139 | Added a new worker 11 to the queue +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.605 | 4108 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.613 | 4138 | Marked run 1 as finished +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.613 | 4108 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.617 | 4108 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.617 | 4142 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/repo to the queue +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.617 | 4108 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:44:10 | 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-04-25 03:44:10 | INFO | Terminating process 4114/cimple-worker +2024-04-25 03:44:10 | INFO | 4114/cimple-worker: 2024-04-25 03:44:10.618 | 4114 | Shutting down +2024-04-25 03:44:10 | INFO | Terminating process 4111/cimple-worker +2024-04-25 03:44:10 | INFO | 4111/cimple-worker: 2024-04-25 03:44:10.620 | 4111 | Shutting down +2024-04-25 03:44:10 | INFO | Terminating process 4108/cimple-server +2024-04-25 03:44:10 | INFO | 4108/cimple-server: 2024-04-25 03:44:10.621 | 4108 | Shutting down
Passedsrc/test_repo.py::test_repo[output_long-numof_clients=1-runs_per_client=5]0.28
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/cimple.sqlite'] +2024-04-25 03:44:10 | INFO | Process 4143/cimple-server has started +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.625 | 4143 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/cimple.sqlite +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.625 | 4143 | SQLite database version: 0 +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.625 | 4143 | Newest database version: 1 +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.625 | 4143 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.638 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Process 4143/cimple-server is ready +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:10 | INFO | Process 4146/cimple-worker has started +2024-04-25 03:44:10 | INFO | 4146/cimple-worker: 2024-04-25 03:44:10.646 | 4146 | Waiting for a new command +2024-04-25 03:44:10 | INFO | Process 4146/cimple-worker is ready +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.646 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.647 | 4148 | Added a new worker 8 to the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.647 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Process 4149/cimple-worker has started +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.655 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.655 | 4151 | Added a new worker 9 to the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.655 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4149/cimple-worker: 2024-04-25 03:44:10.655 | 4149 | Waiting for a new command +2024-04-25 03:44:10 | INFO | Process 4149/cimple-worker is ready +2024-04-25 03:44:10 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/cimple.sqlite +2024-04-25 03:44:10 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:44:10 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:44:10 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:44:10 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:44:10 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:44:10 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:44:10 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:44:10 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:44:10 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:44:10 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-04-25 03:44:10 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-04-25 03:44:10 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-04-25 03:44:10 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-04-25 03:44:10 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:10 | INFO | Executing 5 clients +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.807 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.810 | 4165 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.810 | 4145 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo from the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.810 | 4145 | Removed worker 8 from the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.810 | 4145 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to worker 8 +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.810 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4146/cimple-worker: 2024-04-25 03:44:10.810 | 4146 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to /tmp/git.Lwukv1 +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.813 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.814 | 4167 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.814 | 4145 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo from the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.814 | 4145 | Removed worker 9 from the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.814 | 4145 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to worker 9 +2024-04-25 03:44:10 | INFO | 4149/cimple-worker: 2024-04-25 03:44:10.814 | 4149 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to /tmp/git.uhKGHb +2024-04-25 03:44:10 | INFO | 4146/cimple-worker: 2024-04-25 03:44:10.815 | 4146 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.814 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4146/cimple-worker: 2024-04-25 03:44:10.816 | 4146 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.817 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.819 | 4170 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.819 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 4149/cimple-worker: 2024-04-25 03:44:10.820 | 4149 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 4149/cimple-worker: 2024-04-25 03:44:10.821 | 4149 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.822 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.824 | 4177 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.824 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.827 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4146/cimple-worker: 2024-04-25 03:44:10.827 | 4146 | Recursively removing directory: /tmp/git.Lwukv1/ +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.829 | 4186 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.829 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4146/cimple-worker: 2024-04-25 03:44:10.829 | 4146 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 4146/cimple-worker: 2024-04-25 03:44:10.829 | 4146 | Process output: 415087 bytes +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.832 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4149/cimple-worker: 2024-04-25 03:44:10.833 | 4149 | Recursively removing directory: /tmp/git.uhKGHb/ +2024-04-25 03:44:10 | INFO | 4149/cimple-worker: 2024-04-25 03:44:10.835 | 4149 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 4149/cimple-worker: 2024-04-25 03:44:10.835 | 4149 | Process output: 415088 bytes +2024-04-25 03:44:10 | INFO | 4146/cimple-worker: 2024-04-25 03:44:10.836 | 4146 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.836 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.836 | 4189 | Added a new worker 10 to the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.836 | 4145 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo from the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.836 | 4145 | Removed worker 10 from the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.836 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.836 | 4145 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to worker 10 +2024-04-25 03:44:10 | INFO | 4146/cimple-worker: 2024-04-25 03:44:10.836 | 4146 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to /tmp/git.1TaDWv +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.840 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4146/cimple-worker: 2024-04-25 03:44:10.841 | 4146 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 4146/cimple-worker: 2024-04-25 03:44:10.842 | 4146 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.843 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4149/cimple-worker: 2024-04-25 03:44:10.843 | 4149 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.843 | 4192 | Added a new worker 13 to the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.843 | 4145 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo from the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.843 | 4145 | Removed worker 13 from the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.844 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.844 | 4145 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to worker 13 +2024-04-25 03:44:10 | INFO | 4149/cimple-worker: 2024-04-25 03:44:10.844 | 4149 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to /tmp/git.kg4Rbc +2024-04-25 03:44:10 | INFO | 4149/cimple-worker: 2024-04-25 03:44:10.849 | 4149 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 4149/cimple-worker: 2024-04-25 03:44:10.850 | 4149 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.854 | 4188 | Marked run 1 as finished +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.854 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4146/cimple-worker: 2024-04-25 03:44:10.854 | 4146 | Recursively removing directory: /tmp/git.1TaDWv/ +2024-04-25 03:44:10 | INFO | 4146/cimple-worker: 2024-04-25 03:44:10.857 | 4146 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 4146/cimple-worker: 2024-04-25 03:44:10.857 | 4146 | Process output: 415087 bytes +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.857 | 4190 | Marked run 2 as finished +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.858 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.861 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4149/cimple-worker: 2024-04-25 03:44:10.861 | 4149 | Recursively removing directory: /tmp/git.kg4Rbc/ +2024-04-25 03:44:10 | INFO | 4149/cimple-worker: 2024-04-25 03:44:10.863 | 4149 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 4149/cimple-worker: 2024-04-25 03:44:10.863 | 4149 | Process output: 415087 bytes +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.864 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.864 | 4207 | Added a new worker 10 to the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.864 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.864 | 4145 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo from the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.864 | 4145 | Removed worker 10 from the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.864 | 4145 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to worker 10 +2024-04-25 03:44:10 | INFO | 4146/cimple-worker: 2024-04-25 03:44:10.864 | 4146 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 4146/cimple-worker: 2024-04-25 03:44:10.865 | 4146 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to /tmp/git.Ww3NsB +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.866 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4146/cimple-worker: 2024-04-25 03:44:10.869 | 4146 | Checking out revision HEAD +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.869 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4149/cimple-worker: 2024-04-25 03:44:10.869 | 4149 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.870 | 4209 | Added a new worker 12 to the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.870 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4146/cimple-worker: 2024-04-25 03:44:10.870 | 4146 | Going to run: ./ci +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.875 | 4206 | Marked run 3 as finished +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.875 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.877 | 4208 | Marked run 4 as finished +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.878 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4146/cimple-worker: 2024-04-25 03:44:10.879 | 4146 | Recursively removing directory: /tmp/git.Ww3NsB/ +2024-04-25 03:44:10 | INFO | 4146/cimple-worker: 2024-04-25 03:44:10.880 | 4146 | Process exit code: 0 +2024-04-25 03:44:10 | INFO | 4146/cimple-worker: 2024-04-25 03:44:10.880 | 4146 | Process output: 415087 bytes +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.883 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4146/cimple-worker: 2024-04-25 03:44:10.886 | 4146 | Waiting for a new command +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.886 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.886 | 4218 | Added a new worker 10 to the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.886 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.893 | 4217 | Marked run 5 as finished +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.893 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.898 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.898 | 4221 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.898 | 4221 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.898 | 4221 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.898 | 4221 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.899 | 4221 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.899 | 4143 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:44:10 | 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-04-25 03:44:10 | INFO | Terminating process 4149/cimple-worker +2024-04-25 03:44:10 | INFO | 4149/cimple-worker: 2024-04-25 03:44:10.900 | 4149 | Shutting down +2024-04-25 03:44:10 | INFO | Terminating process 4146/cimple-worker +2024-04-25 03:44:10 | INFO | 4146/cimple-worker: 2024-04-25 03:44:10.901 | 4146 | Shutting down +2024-04-25 03:44:10 | INFO | Terminating process 4143/cimple-server +2024-04-25 03:44:10 | INFO | 4143/cimple-server: 2024-04-25 03:44:10.902 | 4143 | Shutting down
Passedsrc/test_repo.py::test_repo[output_long-numof_clients=5-runs_per_client=1]0.40
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/cimple.sqlite'] +2024-04-25 03:44:10 | INFO | Process 4222/cimple-server has started +2024-04-25 03:44:10 | INFO | 4222/cimple-server: 2024-04-25 03:44:10.907 | 4222 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/cimple.sqlite +2024-04-25 03:44:10 | INFO | 4222/cimple-server: 2024-04-25 03:44:10.907 | 4222 | SQLite database version: 0 +2024-04-25 03:44:10 | INFO | 4222/cimple-server: 2024-04-25 03:44:10.907 | 4222 | Newest database version: 1 +2024-04-25 03:44:10 | INFO | 4222/cimple-server: 2024-04-25 03:44:10.907 | 4222 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:10 | INFO | 4222/cimple-server: 2024-04-25 03:44:10.918 | 4222 | Waiting for new connections +2024-04-25 03:44:10 | INFO | Process 4222/cimple-server is ready +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:10 | INFO | Process 4225/cimple-worker has started +2024-04-25 03:44:10 | INFO | 4222/cimple-server: 2024-04-25 03:44:10.927 | 4222 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4222/cimple-server: 2024-04-25 03:44:10.927 | 4227 | Added a new worker 8 to the queue +2024-04-25 03:44:10 | INFO | 4222/cimple-server: 2024-04-25 03:44:10.927 | 4222 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4225/cimple-worker: 2024-04-25 03:44:10.927 | 4225 | Waiting for a new command +2024-04-25 03:44:10 | INFO | Process 4225/cimple-worker is ready +2024-04-25 03:44:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:10 | INFO | Process 4228/cimple-worker has started +2024-04-25 03:44:10 | INFO | 4222/cimple-server: 2024-04-25 03:44:10.935 | 4222 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4222/cimple-server: 2024-04-25 03:44:10.935 | 4230 | Added a new worker 9 to the queue +2024-04-25 03:44:10 | INFO | 4222/cimple-server: 2024-04-25 03:44:10.935 | 4222 | Waiting for new connections +2024-04-25 03:44:10 | INFO | 4228/cimple-worker: 2024-04-25 03:44:10.935 | 4228 | Waiting for a new command +2024-04-25 03:44:10 | INFO | Process 4228/cimple-worker is ready +2024-04-25 03:44:10 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/cimple.sqlite +2024-04-25 03:44:10 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:44:10 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:44:10 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:44:10 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:44:10 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:44:10 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:44:10 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:44:10 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:44:10 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:44:10 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-04-25 03:44:10 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-04-25 03:44:10 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-04-25 03:44:10 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-04-25 03:44:10 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:11 | INFO | Executing 1 clients +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.150 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Executing 1 clients +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.154 | 4249 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.154 | 4224 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo from the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.154 | 4224 | Removed worker 8 from the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.154 | 4224 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to worker 8 +2024-04-25 03:44:11 | INFO | 4225/cimple-worker: 2024-04-25 03:44:11.154 | 4225 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to /tmp/git.bQ9OwK +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.154 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4225/cimple-worker: 2024-04-25 03:44:11.159 | 4225 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4225/cimple-worker: 2024-04-25 03:44:11.160 | 4225 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.169 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Executing 1 clients +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.171 | 4253 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.171 | 4224 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo from the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.171 | 4224 | Removed worker 9 from the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.171 | 4224 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to worker 9 +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.171 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | 4228/cimple-worker: 2024-04-25 03:44:11.171 | 4228 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to /tmp/git.nZYEdt +2024-04-25 03:44:11 | INFO | 4228/cimple-worker: 2024-04-25 03:44:11.176 | 4228 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4228/cimple-worker: 2024-04-25 03:44:11.178 | 4228 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.181 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.192 | 4256 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.193 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | 4228/cimple-worker: 2024-04-25 03:44:11.213 | 4228 | Recursively removing directory: /tmp/git.nZYEdt/ +2024-04-25 03:44:11 | INFO | 4225/cimple-worker: 2024-04-25 03:44:11.216 | 4225 | Recursively removing directory: /tmp/git.bQ9OwK/ +2024-04-25 03:44:11 | INFO | 4228/cimple-worker: 2024-04-25 03:44:11.214 | 4228 | Process exit code: 0 +2024-04-25 03:44:11 | INFO | 4228/cimple-worker: 2024-04-25 03:44:11.214 | 4228 | Process output: 415088 bytes +2024-04-25 03:44:11 | INFO | 4225/cimple-worker: 2024-04-25 03:44:11.218 | 4225 | Process exit code: 0 +2024-04-25 03:44:11 | INFO | 4225/cimple-worker: 2024-04-25 03:44:11.218 | 4225 | Process output: 415088 bytes +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.219 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4228/cimple-worker: 2024-04-25 03:44:11.222 | 4228 | Waiting for a new command +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.223 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.223 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.226 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4225/cimple-worker: 2024-04-25 03:44:11.226 | 4225 | Waiting for a new command +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.227 | 4272 | Added a new worker 14 to the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.227 | 4224 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo from the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.227 | 4224 | Removed worker 14 from the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.227 | 4224 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to worker 14 +2024-04-25 03:44:11 | INFO | 4225/cimple-worker: 2024-04-25 03:44:11.227 | 4225 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to /tmp/git.SB8U2t +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.228 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.232 | 4271 | Added a new worker 12 to the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.232 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4225/cimple-worker: 2024-04-25 03:44:11.233 | 4225 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4225/cimple-worker: 2024-04-25 03:44:11.234 | 4225 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | Executing 1 clients +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.245 | 4269 | Marked run 2 as finished +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.245 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.246 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4225/cimple-worker: 2024-04-25 03:44:11.247 | 4225 | Recursively removing directory: /tmp/git.SB8U2t/ +2024-04-25 03:44:11 | INFO | 4225/cimple-worker: 2024-04-25 03:44:11.248 | 4225 | Process exit code: 0 +2024-04-25 03:44:11 | INFO | 4225/cimple-worker: 2024-04-25 03:44:11.248 | 4225 | Process output: 415087 bytes +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.249 | 4270 | Marked run 1 as finished +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.249 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.250 | 4282 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.250 | 4224 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo from the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.250 | 4224 | Removed worker 12 from the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.250 | 4224 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to worker 12 +2024-04-25 03:44:11 | INFO | 4228/cimple-worker: 2024-04-25 03:44:11.250 | 4228 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to /tmp/git.TCvsDg +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.251 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.253 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4228/cimple-worker: 2024-04-25 03:44:11.256 | 4228 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4228/cimple-worker: 2024-04-25 03:44:11.257 | 4228 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.257 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4225/cimple-worker: 2024-04-25 03:44:11.257 | 4225 | Waiting for a new command +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.257 | 4284 | Added a new worker 10 to the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.257 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Executing 1 clients +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.262 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.264 | 4291 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.264 | 4224 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo from the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.264 | 4224 | Removed worker 10 from the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.264 | 4224 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to worker 10 +2024-04-25 03:44:11 | INFO | 4225/cimple-worker: 2024-04-25 03:44:11.265 | 4225 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to /tmp/git.G4UdnP +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.265 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4225/cimple-worker: 2024-04-25 03:44:11.270 | 4225 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.271 | 4283 | Marked run 3 as finished +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.271 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4225/cimple-worker: 2024-04-25 03:44:11.272 | 4225 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4228/cimple-worker: 2024-04-25 03:44:11.272 | 4228 | Recursively removing directory: /tmp/git.TCvsDg/ +2024-04-25 03:44:11 | INFO | 4228/cimple-worker: 2024-04-25 03:44:11.273 | 4228 | Process exit code: 0 +2024-04-25 03:44:11 | INFO | 4228/cimple-worker: 2024-04-25 03:44:11.273 | 4228 | Process output: 415087 bytes +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.278 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.286 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.286 | 4303 | Added a new worker 10 to the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.286 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4228/cimple-worker: 2024-04-25 03:44:11.286 | 4228 | Waiting for a new command +2024-04-25 03:44:11 | INFO | 4225/cimple-worker: 2024-04-25 03:44:11.286 | 4225 | Recursively removing directory: /tmp/git.G4UdnP/ +2024-04-25 03:44:11 | INFO | 4225/cimple-worker: 2024-04-25 03:44:11.287 | 4225 | Process exit code: 0 +2024-04-25 03:44:11 | INFO | 4225/cimple-worker: 2024-04-25 03:44:11.287 | 4225 | Process output: 415088 bytes +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.290 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.291 | 4300 | Marked run 4 as finished +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.291 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.293 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.293 | 4305 | Added a new worker 8 to the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.293 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4225/cimple-worker: 2024-04-25 03:44:11.293 | 4225 | Waiting for a new command +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.300 | 4304 | Marked run 5 as finished +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.300 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.305 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.305 | 4308 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.305 | 4308 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.305 | 4308 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.305 | 4308 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.306 | 4308 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.306 | 4222 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:44:11 | 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-04-25 03:44:11 | INFO | Terminating process 4228/cimple-worker +2024-04-25 03:44:11 | INFO | 4228/cimple-worker: 2024-04-25 03:44:11.307 | 4228 | Shutting down +2024-04-25 03:44:11 | INFO | Terminating process 4225/cimple-worker +2024-04-25 03:44:11 | INFO | 4225/cimple-worker: 2024-04-25 03:44:11.308 | 4225 | Shutting down +2024-04-25 03:44:11 | INFO | Terminating process 4222/cimple-server +2024-04-25 03:44:11 | INFO | 4222/cimple-server: 2024-04-25 03:44:11.309 | 4222 | Shutting down
Passedsrc/test_repo.py::test_repo[output_long-numof_clients=5-runs_per_client=5]0.78
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/cimple.sqlite'] +2024-04-25 03:44:11 | INFO | Process 4309/cimple-server has started +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.314 | 4309 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/cimple.sqlite +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.314 | 4309 | SQLite database version: 0 +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.314 | 4309 | Newest database version: 1 +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.314 | 4309 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.325 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Process 4309/cimple-server is ready +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:11 | INFO | Process 4312/cimple-worker has started +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.334 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.334 | 4314 | Added a new worker 8 to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.334 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.334 | 4312 | Waiting for a new command +2024-04-25 03:44:11 | INFO | Process 4312/cimple-worker is ready +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:11 | INFO | Process 4315/cimple-worker has started +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.342 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.343 | 4317 | Added a new worker 9 to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.343 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.343 | 4315 | Waiting for a new command +2024-04-25 03:44:11 | INFO | Process 4315/cimple-worker is ready +2024-04-25 03:44:11 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/cimple.sqlite +2024-04-25 03:44:11 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:44:11 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:44:11 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:44:11 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:44:11 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:44:11 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:44:11 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:44:11 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:44:11 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:44:11 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-04-25 03:44:11 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-04-25 03:44:11 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-04-25 03:44:11 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-04-25 03:44:11 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:11 | INFO | Executing 5 clients +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.575 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Executing 5 clients +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.581 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.582 | 4335 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.582 | 4311 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.582 | 4311 | Removed worker 8 from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.582 | 4311 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 8 +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.582 | 4312 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.4zSVXs +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.583 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.588 | 4312 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.589 | 4312 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.591 | 4338 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.591 | 4311 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.591 | 4311 | Removed worker 9 from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.591 | 4311 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 9 +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.591 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.591 | 4315 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.eufEWr +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.595 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.596 | 4315 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.597 | 4315 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.607 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.608 | 4343 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.608 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | Executing 5 clients +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.610 | 4354 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.611 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | Executing 5 clients +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.615 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.614 | 4312 | Recursively removing directory: /tmp/git.4zSVXs/ +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.615 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.616 | 4312 | Process exit code: 0 +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.616 | 4312 | Process output: 415088 bytes +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.617 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.619 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.620 | 4364 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.620 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.619 | 4315 | Recursively removing directory: /tmp/git.eufEWr/ +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.621 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.623 | 4363 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.624 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.625 | 4365 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.622 | 4315 | Process exit code: 0 +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.622 | 4315 | Process output: 415088 bytes +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.625 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.626 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.626 | 4366 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.626 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.627 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.627 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.629 | 4312 | Waiting for a new command +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.629 | 4371 | Added a new worker 14 to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.629 | 4311 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.629 | 4311 | Removed worker 14 from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.629 | 4311 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 14 +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.630 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.630 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.630 | 4315 | Waiting for a new command +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.631 | 4312 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.GdTTc7 +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.631 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.632 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.634 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.637 | 4312 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.637 | 4375 | Added a new worker 21 to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.637 | 4311 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.637 | 4311 | Removed worker 21 from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.637 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.637 | 4311 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 21 +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.638 | 4312 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.638 | 4315 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.2jyix2 +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.640 | 4376 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.640 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.642 | 4377 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.642 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.643 | 4315 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.645 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.644 | 4315 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.647 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Executing 5 clients +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.652 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.652 | 4368 | Marked run 1 as finished +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.653 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.653 | 4312 | Recursively removing directory: /tmp/git.GdTTc7/ +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.654 | 4374 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.654 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.655 | 4312 | Process exit code: 0 +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.655 | 4312 | Process output: 415087 bytes +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.656 | 4315 | Recursively removing directory: /tmp/git.2jyix2/ +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.657 | 4373 | Marked run 2 as finished +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.657 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.658 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.658 | 4315 | Process exit code: 0 +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.658 | 4315 | Process output: 415088 bytes +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.659 | 4378 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.659 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.661 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.661 | 4401 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.662 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.662 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.662 | 4388 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.662 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.664 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.664 | 4404 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.664 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.666 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.667 | 4385 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.667 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.669 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.670 | 4315 | Waiting for a new command +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.671 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.671 | 4312 | Waiting for a new command +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.672 | 4399 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.672 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.672 | 4410 | Added a new worker 17 to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.673 | 4311 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.673 | 4311 | Removed worker 17 from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.673 | 4311 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 17 +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.674 | 4407 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.673 | 4312 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.cFC263 +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.675 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.677 | 4408 | Added a new worker 11 to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.677 | 4311 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.677 | 4311 | Removed worker 11 from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.677 | 4311 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 11 +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.677 | 4315 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.tHhsV6 +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.678 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.679 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.681 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.680 | 4312 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.682 | 4403 | Marked run 3 as finished +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.682 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.683 | 4312 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.684 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.684 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.685 | 4315 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.686 | 4413 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.686 | 4315 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.687 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.688 | 4415 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.689 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.694 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.694 | 4406 | Marked run 4 as finished +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.694 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.695 | 4416 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.695 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.702 | 4312 | Recursively removing directory: /tmp/git.cFC263/ +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.705 | 4425 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.704 | 4312 | Process exit code: 0 +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.704 | 4312 | Process output: 415088 bytes +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.709 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.709 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.712 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.712 | 4312 | Waiting for a new command +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.713 | 4435 | Added a new worker 15 to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.713 | 4311 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.713 | 4311 | Removed worker 15 from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.713 | 4311 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 15 +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.713 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.713 | 4312 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.Nfv5qk +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.714 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.718 | 4312 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.719 | 4312 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.720 | 4433 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.720 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.724 | 4434 | Marked run 5 as finished +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.725 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.726 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.725 | 4315 | Recursively removing directory: /tmp/git.tHhsV6/ +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.727 | 4315 | Process exit code: 0 +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.727 | 4315 | Process output: 415087 bytes +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.728 | 4439 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.728 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.731 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.731 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.732 | 4445 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.732 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.735 | 4315 | Waiting for a new command +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.735 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.740 | 4448 | Added a new worker 10 to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.740 | 4311 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.740 | 4311 | Removed worker 10 from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.740 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.740 | 4311 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 10 +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.740 | 4315 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.9Pfjdw +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.741 | 4312 | Recursively removing directory: /tmp/git.Nfv5qk/ +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.743 | 4312 | Process exit code: 0 +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.743 | 4312 | Process output: 415088 bytes +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.745 | 4444 | Marked run 6 as finished +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.745 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.746 | 4315 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.747 | 4315 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.747 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.750 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.750 | 4452 | Added a new worker 10 to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.750 | 4311 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.750 | 4311 | Removed worker 10 from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.750 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.750 | 4311 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 10 +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.750 | 4312 | Waiting for a new command +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.750 | 4312 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.5eJXjL +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.756 | 4312 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.757 | 4312 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.760 | 4315 | Recursively removing directory: /tmp/git.9Pfjdw/ +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.762 | 4449 | Marked run 7 as finished +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.762 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.762 | 4315 | Process exit code: 0 +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.762 | 4315 | Process output: 415088 bytes +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.766 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.767 | 4312 | Recursively removing directory: /tmp/git.5eJXjL/ +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.768 | 4312 | Process exit code: 0 +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.768 | 4312 | Process output: 415087 bytes +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.769 | 4315 | Waiting for a new command +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.769 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.769 | 4466 | Added a new worker 10 to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.769 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.769 | 4311 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.769 | 4311 | Removed worker 10 from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.769 | 4311 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 10 +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.769 | 4315 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.UionsB +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.772 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.773 | 4315 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.774 | 4315 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.776 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.776 | 4312 | Waiting for a new command +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.776 | 4469 | Added a new worker 13 to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.776 | 4311 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.776 | 4311 | Removed worker 13 from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.776 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.776 | 4311 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 13 +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.776 | 4312 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.bWlHUq +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.780 | 4465 | Marked run 8 as finished +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.780 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.783 | 4312 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.784 | 4312 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.784 | 4467 | Marked run 9 as finished +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.785 | 4315 | Recursively removing directory: /tmp/git.UionsB/ +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.785 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.786 | 4315 | Process exit code: 0 +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.786 | 4315 | Process output: 415087 bytes +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.789 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.792 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.792 | 4315 | Waiting for a new command +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.792 | 4312 | Recursively removing directory: /tmp/git.bWlHUq/ +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.792 | 4484 | Added a new worker 10 to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.792 | 4311 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.792 | 4311 | Removed worker 10 from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.793 | 4311 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 10 +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.793 | 4315 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.EL2MGG +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.793 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.794 | 4312 | Process exit code: 0 +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.794 | 4312 | Process output: 415087 bytes +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.797 | 4315 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.798 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.799 | 4315 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.800 | 4482 | Marked run 10 as finished +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.800 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.801 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.802 | 4488 | Added a new worker 8 to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.802 | 4311 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.802 | 4311 | Removed worker 8 from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.802 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.802 | 4311 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 8 +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.801 | 4312 | Waiting for a new command +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.802 | 4312 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.nNJykX +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.806 | 4312 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.808 | 4315 | Recursively removing directory: /tmp/git.EL2MGG/ +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.808 | 4312 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.810 | 4315 | Process exit code: 0 +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.810 | 4315 | Process output: 415087 bytes +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.811 | 4485 | Marked run 11 as finished +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.812 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.813 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.817 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.817 | 4502 | Added a new worker 10 to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.817 | 4311 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.817 | 4311 | Removed worker 10 from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.817 | 4311 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 10 +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.817 | 4315 | Waiting for a new command +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.817 | 4315 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.iJPIT0 +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.817 | 4312 | Recursively removing directory: /tmp/git.nNJykX/ +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.818 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.818 | 4312 | Process exit code: 0 +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.818 | 4312 | Process output: 415087 bytes +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.821 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.821 | 4315 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.822 | 4315 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.825 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.825 | 4506 | Added a new worker 13 to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.825 | 4311 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.825 | 4311 | Removed worker 13 from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.825 | 4311 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 13 +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.825 | 4312 | Waiting for a new command +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.825 | 4312 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.PimBfG +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.826 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.826 | 4499 | Marked run 12 as finished +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.826 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.830 | 4312 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.833 | 4315 | Recursively removing directory: /tmp/git.iJPIT0/ +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.833 | 4312 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.835 | 4315 | Process exit code: 0 +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.835 | 4315 | Process output: 415088 bytes +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.839 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.842 | 4315 | Waiting for a new command +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.842 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.842 | 4520 | Added a new worker 13 to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.842 | 4311 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.842 | 4311 | Removed worker 13 from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.842 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.842 | 4311 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 13 +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.874 | 4315 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.n5eD91 +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.879 | 4312 | Recursively removing directory: /tmp/git.PimBfG/ +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.881 | 4312 | Process exit code: 0 +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.881 | 4312 | Process output: 415086 bytes +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.884 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.887 | 4312 | Waiting for a new command +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.887 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.887 | 4522 | Added a new worker 15 to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.887 | 4311 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.887 | 4311 | Removed worker 15 from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.887 | 4311 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 15 +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.887 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.898 | 4312 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.AuXPb6 +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.899 | 4503 | Marked run 13 as finished +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.899 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.933 | 4517 | Marked run 14 as finished +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.934 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.935 | 4315 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.936 | 4315 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.938 | 4521 | Marked run 15 as finished +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.938 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.938 | 4312 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.939 | 4312 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.944 | 4315 | Recursively removing directory: /tmp/git.n5eD91/ +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.946 | 4315 | Process exit code: 0 +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.946 | 4315 | Process output: 415087 bytes +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.947 | 4312 | Recursively removing directory: /tmp/git.AuXPb6/ +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.948 | 4312 | Process exit code: 0 +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.948 | 4312 | Process output: 415087 bytes +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.950 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.953 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.954 | 4315 | Waiting for a new command +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.954 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.954 | 4539 | Added a new worker 12 to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.954 | 4311 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.954 | 4311 | Removed worker 12 from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.954 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.954 | 4311 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 12 +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.954 | 4315 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.2JCBoo +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.957 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.957 | 4540 | Added a new worker 12 to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.957 | 4311 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.957 | 4311 | Removed worker 12 from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.957 | 4311 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 12 +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.957 | 4312 | Waiting for a new command +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.957 | 4312 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.OJnwda +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.958 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.963 | 4315 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.964 | 4315 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.965 | 4537 | Marked run 16 as finished +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.965 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.966 | 4312 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.967 | 4312 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.969 | 4538 | Marked run 17 as finished +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.969 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.973 | 4315 | Recursively removing directory: /tmp/git.2JCBoo/ +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.974 | 4315 | Process exit code: 0 +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.974 | 4315 | Process output: 415087 bytes +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.976 | 4312 | Recursively removing directory: /tmp/git.OJnwda/ +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.977 | 4312 | Process exit code: 0 +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.977 | 4312 | Process output: 415087 bytes +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.978 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.980 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.980 | 4315 | Waiting for a new command +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.980 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.980 | 4557 | Added a new worker 12 to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.980 | 4311 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.980 | 4311 | Removed worker 12 from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.981 | 4311 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 12 +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.981 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.981 | 4315 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.Wv2jBE +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.983 | 4312 | Waiting for a new command +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.983 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.983 | 4558 | Added a new worker 12 to the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.983 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.983 | 4311 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.983 | 4311 | Removed worker 12 from the queue +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.983 | 4311 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 12 +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.983 | 4312 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.QWfo6g +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.990 | 4312 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.990 | 4315 | Checking out revision HEAD +2024-04-25 03:44:11 | INFO | 4312/cimple-worker: 2024-04-25 03:44:11.991 | 4312 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4315/cimple-worker: 2024-04-25 03:44:11.991 | 4315 | Going to run: ./ci +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.992 | 4556 | Marked run 19 as finished +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.992 | 4309 | Waiting for new connections +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.995 | 4555 | Marked run 18 as finished +2024-04-25 03:44:11 | INFO | 4309/cimple-server: 2024-04-25 03:44:11.996 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4312/cimple-worker: 2024-04-25 03:44:12.000 | 4312 | Recursively removing directory: /tmp/git.QWfo6g/ +2024-04-25 03:44:12 | INFO | 4315/cimple-worker: 2024-04-25 03:44:12.001 | 4315 | Recursively removing directory: /tmp/git.Wv2jBE/ +2024-04-25 03:44:12 | INFO | 4312/cimple-worker: 2024-04-25 03:44:12.002 | 4312 | Process exit code: 0 +2024-04-25 03:44:12 | INFO | 4312/cimple-worker: 2024-04-25 03:44:12.002 | 4312 | Process output: 415086 bytes +2024-04-25 03:44:12 | INFO | 4315/cimple-worker: 2024-04-25 03:44:12.002 | 4315 | Process exit code: 0 +2024-04-25 03:44:12 | INFO | 4315/cimple-worker: 2024-04-25 03:44:12.002 | 4315 | Process output: 415087 bytes +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.005 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.005 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.008 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.008 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.008 | 4576 | Added a new worker 14 to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.008 | 4311 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.008 | 4311 | Removed worker 14 from the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.008 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.008 | 4311 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 14 +2024-04-25 03:44:12 | INFO | 4315/cimple-worker: 2024-04-25 03:44:12.008 | 4315 | Waiting for a new command +2024-04-25 03:44:12 | INFO | 4315/cimple-worker: 2024-04-25 03:44:12.008 | 4315 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.mFWaR7 +2024-04-25 03:44:12 | INFO | 4312/cimple-worker: 2024-04-25 03:44:12.008 | 4312 | Waiting for a new command +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.008 | 4575 | Added a new worker 12 to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.009 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.009 | 4311 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.009 | 4311 | Removed worker 12 from the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.009 | 4311 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 12 +2024-04-25 03:44:12 | INFO | 4312/cimple-worker: 2024-04-25 03:44:12.009 | 4312 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.4Uz9z7 +2024-04-25 03:44:12 | INFO | 4315/cimple-worker: 2024-04-25 03:44:12.013 | 4315 | Checking out revision HEAD +2024-04-25 03:44:12 | INFO | 4315/cimple-worker: 2024-04-25 03:44:12.014 | 4315 | Going to run: ./ci +2024-04-25 03:44:12 | INFO | 4312/cimple-worker: 2024-04-25 03:44:12.015 | 4312 | Checking out revision HEAD +2024-04-25 03:44:12 | INFO | 4312/cimple-worker: 2024-04-25 03:44:12.016 | 4312 | Going to run: ./ci +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.017 | 4574 | Marked run 20 as finished +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.018 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.020 | 4573 | Marked run 21 as finished +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.021 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4315/cimple-worker: 2024-04-25 03:44:12.027 | 4315 | Recursively removing directory: /tmp/git.mFWaR7/ +2024-04-25 03:44:12 | INFO | 4315/cimple-worker: 2024-04-25 03:44:12.028 | 4315 | Process exit code: 0 +2024-04-25 03:44:12 | INFO | 4315/cimple-worker: 2024-04-25 03:44:12.028 | 4315 | Process output: 415088 bytes +2024-04-25 03:44:12 | INFO | 4312/cimple-worker: 2024-04-25 03:44:12.029 | 4312 | Recursively removing directory: /tmp/git.4Uz9z7/ +2024-04-25 03:44:12 | INFO | 4312/cimple-worker: 2024-04-25 03:44:12.030 | 4312 | Process exit code: 0 +2024-04-25 03:44:12 | INFO | 4312/cimple-worker: 2024-04-25 03:44:12.030 | 4312 | Process output: 415087 bytes +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.031 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.033 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4315/cimple-worker: 2024-04-25 03:44:12.034 | 4315 | Waiting for a new command +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.034 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.034 | 4593 | Added a new worker 12 to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.034 | 4311 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.034 | 4311 | Removed worker 12 from the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.034 | 4311 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 12 +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.034 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4315/cimple-worker: 2024-04-25 03:44:12.034 | 4315 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.6wETlY +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.036 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4312/cimple-worker: 2024-04-25 03:44:12.036 | 4312 | Waiting for a new command +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.036 | 4594 | Added a new worker 12 to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.036 | 4311 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.036 | 4311 | Removed worker 12 from the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.036 | 4311 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 12 +2024-04-25 03:44:12 | INFO | 4312/cimple-worker: 2024-04-25 03:44:12.037 | 4312 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.vAMukt +2024-04-25 03:44:12 | INFO | 4315/cimple-worker: 2024-04-25 03:44:12.039 | 4315 | Checking out revision HEAD +2024-04-25 03:44:12 | INFO | 4315/cimple-worker: 2024-04-25 03:44:12.040 | 4315 | Going to run: ./ci +2024-04-25 03:44:12 | INFO | 4312/cimple-worker: 2024-04-25 03:44:12.041 | 4312 | Checking out revision HEAD +2024-04-25 03:44:12 | INFO | 4312/cimple-worker: 2024-04-25 03:44:12.042 | 4312 | Going to run: ./ci +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.042 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.047 | 4591 | Marked run 22 as finished +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.047 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.050 | 4592 | Marked run 23 as finished +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.050 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4312/cimple-worker: 2024-04-25 03:44:12.052 | 4312 | Recursively removing directory: /tmp/git.vAMukt/ +2024-04-25 03:44:12 | INFO | 4315/cimple-worker: 2024-04-25 03:44:12.053 | 4315 | Recursively removing directory: /tmp/git.6wETlY/ +2024-04-25 03:44:12 | INFO | 4312/cimple-worker: 2024-04-25 03:44:12.053 | 4312 | Process exit code: 0 +2024-04-25 03:44:12 | INFO | 4312/cimple-worker: 2024-04-25 03:44:12.053 | 4312 | Process output: 415087 bytes +2024-04-25 03:44:12 | INFO | 4315/cimple-worker: 2024-04-25 03:44:12.054 | 4315 | Process exit code: 0 +2024-04-25 03:44:12 | INFO | 4315/cimple-worker: 2024-04-25 03:44:12.054 | 4315 | Process output: 415088 bytes +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.058 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.059 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4312/cimple-worker: 2024-04-25 03:44:12.062 | 4312 | Waiting for a new command +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.062 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.062 | 4611 | Added a new worker 12 to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.062 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.063 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.063 | 4612 | Added a new worker 13 to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.063 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4315/cimple-worker: 2024-04-25 03:44:12.063 | 4315 | Waiting for a new command +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.071 | 4609 | Marked run 25 as finished +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.071 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.078 | 4610 | Marked run 24 as finished +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.078 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.090 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.090 | 4615 | Adding a run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.090 | 4615 | Adding a run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.090 | 4615 | Adding a run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.090 | 4615 | Adding a run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.090 | 4615 | Adding a run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.090 | 4615 | Adding a run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.090 | 4615 | Adding a run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.090 | 4615 | Adding a run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.091 | 4615 | Adding a run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.091 | 4615 | Adding a run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.091 | 4615 | Adding a run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.091 | 4615 | Adding a run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.091 | 4615 | Adding a run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.091 | 4615 | Adding a run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.091 | 4615 | Adding a run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.092 | 4615 | Adding a run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.092 | 4615 | Adding a run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.092 | 4615 | Adding a run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.092 | 4615 | Adding a run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.092 | 4615 | Adding a run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.092 | 4615 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.092 | 4615 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.092 | 4615 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.093 | 4615 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.093 | 4615 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.093 | 4309 | Waiting for new connections +2024-04-25 03:44:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:44:12 | 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-04-25 03:44:12 | INFO | Terminating process 4315/cimple-worker +2024-04-25 03:44:12 | INFO | 4315/cimple-worker: 2024-04-25 03:44:12.095 | 4315 | Shutting down +2024-04-25 03:44:12 | INFO | Terminating process 4312/cimple-worker +2024-04-25 03:44:12 | INFO | 4312/cimple-worker: 2024-04-25 03:44:12.096 | 4312 | Shutting down +2024-04-25 03:44:12 | INFO | Terminating process 4309/cimple-server +2024-04-25 03:44:12 | INFO | 4309/cimple-server: 2024-04-25 03:44:12.097 | 4309 | Shutting down
Passedsrc/test_repo.py::test_repo[output_null-numof_clients=1-runs_per_client=1]0.23
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/cimple.sqlite'] +2024-04-25 03:44:12 | INFO | Process 4616/cimple-server has started +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.102 | 4616 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/cimple.sqlite +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.102 | 4616 | SQLite database version: 0 +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.102 | 4616 | Newest database version: 1 +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.102 | 4616 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.117 | 4616 | Waiting for new connections +2024-04-25 03:44:12 | INFO | Process 4616/cimple-server is ready +2024-04-25 03:44:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:12 | INFO | Process 4619/cimple-worker has started +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.125 | 4616 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.126 | 4621 | Added a new worker 8 to the queue +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.126 | 4616 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4619/cimple-worker: 2024-04-25 03:44:12.125 | 4619 | Waiting for a new command +2024-04-25 03:44:12 | INFO | Process 4619/cimple-worker is ready +2024-04-25 03:44:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:12 | INFO | Process 4622/cimple-worker has started +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.134 | 4616 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.134 | 4624 | Added a new worker 9 to the queue +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.134 | 4616 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4622/cimple-worker: 2024-04-25 03:44:12.134 | 4622 | Waiting for a new command +2024-04-25 03:44:12 | INFO | Process 4622/cimple-worker is ready +2024-04-25 03:44:12 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/cimple.sqlite +2024-04-25 03:44:12 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:44:12 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:44:12 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:44:12 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:44:12 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:44:12 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:44:12 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:44:12 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:44:12 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:44:12 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-04-25 03:44:12 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-04-25 03:44:12 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-04-25 03:44:12 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-04-25 03:44:12 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:12 | INFO | Executing 1 clients +2024-04-25 03:44:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/repo', 'HEAD'] +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.283 | 4616 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.293 | 4638 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/repo to the queue +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.293 | 4618 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/repo from the queue +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.293 | 4618 | Removed worker 8 from the queue +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.293 | 4618 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/repo to worker 8 +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.294 | 4616 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4619/cimple-worker: 2024-04-25 03:44:12.294 | 4619 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/repo to /tmp/git.ALJftc +2024-04-25 03:44:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:12 | INFO | 4619/cimple-worker: 2024-04-25 03:44:12.299 | 4619 | Checking out revision HEAD +2024-04-25 03:44:12 | INFO | 4619/cimple-worker: 2024-04-25 03:44:12.300 | 4619 | Going to run: ./ci +2024-04-25 03:44:12 | INFO | 4619/cimple-worker: 2024-04-25 03:44:12.320 | 4619 | Recursively removing directory: /tmp/git.ALJftc/ +2024-04-25 03:44:12 | INFO | 4619/cimple-worker: 2024-04-25 03:44:12.321 | 4619 | Process exit code: 254 +2024-04-25 03:44:12 | INFO | 4619/cimple-worker: 2024-04-25 03:44:12.321 | 4619 | Process output: 11 bytes +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.322 | 4616 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4619/cimple-worker: 2024-04-25 03:44:12.322 | 4619 | Waiting for a new command +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.322 | 4616 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.322 | 4645 | Added a new worker 12 to the queue +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.322 | 4616 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.323 | 4644 | Marked run 1 as finished +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.323 | 4616 | Waiting for new connections +2024-04-25 03:44:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.326 | 4616 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.326 | 4648 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/repo to the queue +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.326 | 4616 | Waiting for new connections +2024-04-25 03:44:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:44:12 | 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-04-25 03:44:12 | INFO | Terminating process 4622/cimple-worker +2024-04-25 03:44:12 | INFO | 4622/cimple-worker: 2024-04-25 03:44:12.327 | 4622 | Shutting down +2024-04-25 03:44:12 | INFO | Terminating process 4619/cimple-worker +2024-04-25 03:44:12 | INFO | 4619/cimple-worker: 2024-04-25 03:44:12.328 | 4619 | Shutting down +2024-04-25 03:44:12 | INFO | Terminating process 4616/cimple-server +2024-04-25 03:44:12 | INFO | 4616/cimple-server: 2024-04-25 03:44:12.329 | 4616 | Shutting down
Passedsrc/test_repo.py::test_repo[output_null-numof_clients=1-runs_per_client=5]0.28
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/cimple.sqlite'] +2024-04-25 03:44:12 | INFO | Process 4649/cimple-server has started +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.334 | 4649 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/cimple.sqlite +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.334 | 4649 | SQLite database version: 0 +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.334 | 4649 | Newest database version: 1 +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.334 | 4649 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.345 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | Process 4649/cimple-server is ready +2024-04-25 03:44:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:12 | INFO | Process 4652/cimple-worker has started +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.354 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.354 | 4654 | Added a new worker 8 to the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.354 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4652/cimple-worker: 2024-04-25 03:44:12.354 | 4652 | Waiting for a new command +2024-04-25 03:44:12 | INFO | Process 4652/cimple-worker is ready +2024-04-25 03:44:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:12 | INFO | Process 4655/cimple-worker has started +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.362 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.362 | 4657 | Added a new worker 9 to the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.362 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4655/cimple-worker: 2024-04-25 03:44:12.362 | 4655 | Waiting for a new command +2024-04-25 03:44:12 | INFO | Process 4655/cimple-worker is ready +2024-04-25 03:44:12 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/cimple.sqlite +2024-04-25 03:44:12 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:44:12 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:44:12 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:44:12 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:44:12 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:44:12 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:44:12 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:44:12 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:44:12 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:44:12 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-04-25 03:44:12 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-04-25 03:44:12 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-04-25 03:44:12 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-04-25 03:44:12 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:12 | INFO | Executing 5 clients +2024-04-25 03:44:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.511 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.515 | 4671 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.515 | 4651 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo from the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.515 | 4651 | Removed worker 8 from the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.515 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.515 | 4651 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to worker 8 +2024-04-25 03:44:12 | INFO | 4652/cimple-worker: 2024-04-25 03:44:12.515 | 4652 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to /tmp/git.KLmzkD +2024-04-25 03:44:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.518 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.519 | 4673 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.519 | 4651 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo from the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.519 | 4651 | Removed worker 9 from the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.519 | 4651 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to worker 9 +2024-04-25 03:44:12 | INFO | 4655/cimple-worker: 2024-04-25 03:44:12.519 | 4655 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to /tmp/git.7qBTha +2024-04-25 03:44:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.520 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4652/cimple-worker: 2024-04-25 03:44:12.520 | 4652 | Checking out revision HEAD +2024-04-25 03:44:12 | INFO | 4652/cimple-worker: 2024-04-25 03:44:12.521 | 4652 | Going to run: ./ci +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.522 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.523 | 4676 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.523 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] +2024-04-25 03:44:12 | INFO | 4655/cimple-worker: 2024-04-25 03:44:12.525 | 4655 | Checking out revision HEAD +2024-04-25 03:44:12 | INFO | 4655/cimple-worker: 2024-04-25 03:44:12.526 | 4655 | Going to run: ./ci +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.526 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.528 | 4681 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.528 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.531 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.532 | 4689 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.532 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:12 | INFO | 4652/cimple-worker: 2024-04-25 03:44:12.547 | 4652 | Recursively removing directory: /tmp/git.KLmzkD/ +2024-04-25 03:44:12 | INFO | 4652/cimple-worker: 2024-04-25 03:44:12.549 | 4652 | Process exit code: 254 +2024-04-25 03:44:12 | INFO | 4652/cimple-worker: 2024-04-25 03:44:12.549 | 4652 | Process output: 11 bytes +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.550 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.550 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.550 | 4691 | Added a new worker 10 to the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.550 | 4651 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo from the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.550 | 4651 | Removed worker 10 from the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.550 | 4651 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to worker 10 +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.550 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4652/cimple-worker: 2024-04-25 03:44:12.550 | 4652 | Waiting for a new command +2024-04-25 03:44:12 | INFO | 4652/cimple-worker: 2024-04-25 03:44:12.550 | 4652 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to /tmp/git.iqUZZR +2024-04-25 03:44:12 | INFO | 4655/cimple-worker: 2024-04-25 03:44:12.552 | 4655 | Recursively removing directory: /tmp/git.7qBTha/ +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.554 | 4690 | Marked run 1 as finished +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.554 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4655/cimple-worker: 2024-04-25 03:44:12.555 | 4655 | Process exit code: 254 +2024-04-25 03:44:12 | INFO | 4655/cimple-worker: 2024-04-25 03:44:12.555 | 4655 | Process output: 11 bytes +2024-04-25 03:44:12 | INFO | 4655/cimple-worker: 2024-04-25 03:44:12.555 | 4655 | Waiting for a new command +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.555 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.555 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.555 | 4693 | Added a new worker 10 to the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.556 | 4651 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo from the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.556 | 4651 | Removed worker 10 from the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.556 | 4651 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to worker 10 +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.556 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4655/cimple-worker: 2024-04-25 03:44:12.556 | 4655 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to /tmp/git.xvYMyE +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.557 | 4692 | Marked run 2 as finished +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.558 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4652/cimple-worker: 2024-04-25 03:44:12.558 | 4652 | Checking out revision HEAD +2024-04-25 03:44:12 | INFO | 4652/cimple-worker: 2024-04-25 03:44:12.559 | 4652 | Going to run: ./ci +2024-04-25 03:44:12 | INFO | 4655/cimple-worker: 2024-04-25 03:44:12.561 | 4655 | Checking out revision HEAD +2024-04-25 03:44:12 | INFO | 4655/cimple-worker: 2024-04-25 03:44:12.561 | 4655 | Going to run: ./ci +2024-04-25 03:44:12 | INFO | 4652/cimple-worker: 2024-04-25 03:44:12.579 | 4652 | Recursively removing directory: /tmp/git.iqUZZR/ +2024-04-25 03:44:12 | INFO | 4652/cimple-worker: 2024-04-25 03:44:12.581 | 4652 | Process exit code: 254 +2024-04-25 03:44:12 | INFO | 4652/cimple-worker: 2024-04-25 03:44:12.581 | 4652 | Process output: 11 bytes +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.581 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4652/cimple-worker: 2024-04-25 03:44:12.581 | 4652 | Waiting for a new command +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.581 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.581 | 4705 | Added a new worker 11 to the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.581 | 4651 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo from the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.581 | 4651 | Removed worker 11 from the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.581 | 4651 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to worker 11 +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.582 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4652/cimple-worker: 2024-04-25 03:44:12.582 | 4652 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to /tmp/git.LqqFxt +2024-04-25 03:44:12 | INFO | 4655/cimple-worker: 2024-04-25 03:44:12.582 | 4655 | Recursively removing directory: /tmp/git.xvYMyE/ +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.583 | 4704 | Marked run 3 as finished +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.583 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4655/cimple-worker: 2024-04-25 03:44:12.584 | 4655 | Process exit code: 254 +2024-04-25 03:44:12 | INFO | 4655/cimple-worker: 2024-04-25 03:44:12.584 | 4655 | Process output: 11 bytes +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.584 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4655/cimple-worker: 2024-04-25 03:44:12.584 | 4655 | Waiting for a new command +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.584 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.584 | 4707 | Added a new worker 11 to the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.584 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.585 | 4706 | Marked run 4 as finished +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.585 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4652/cimple-worker: 2024-04-25 03:44:12.587 | 4652 | Checking out revision HEAD +2024-04-25 03:44:12 | INFO | 4652/cimple-worker: 2024-04-25 03:44:12.587 | 4652 | Going to run: ./ci +2024-04-25 03:44:12 | INFO | 4652/cimple-worker: 2024-04-25 03:44:12.607 | 4652 | Recursively removing directory: /tmp/git.LqqFxt/ +2024-04-25 03:44:12 | INFO | 4652/cimple-worker: 2024-04-25 03:44:12.608 | 4652 | Process exit code: 254 +2024-04-25 03:44:12 | INFO | 4652/cimple-worker: 2024-04-25 03:44:12.608 | 4652 | Process output: 11 bytes +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.608 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.608 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.608 | 4714 | Added a new worker 12 to the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.608 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4652/cimple-worker: 2024-04-25 03:44:12.608 | 4652 | Waiting for a new command +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.609 | 4713 | Marked run 5 as finished +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.609 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.612 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.612 | 4717 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.612 | 4717 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.612 | 4717 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.612 | 4717 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.612 | 4717 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.612 | 4649 | Waiting for new connections +2024-04-25 03:44:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:44:12 | 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-04-25 03:44:12 | INFO | Terminating process 4655/cimple-worker +2024-04-25 03:44:12 | INFO | 4655/cimple-worker: 2024-04-25 03:44:12.614 | 4655 | Shutting down +2024-04-25 03:44:12 | INFO | Terminating process 4652/cimple-worker +2024-04-25 03:44:12 | INFO | 4652/cimple-worker: 2024-04-25 03:44:12.615 | 4652 | Shutting down +2024-04-25 03:44:12 | INFO | Terminating process 4649/cimple-server +2024-04-25 03:44:12 | INFO | 4649/cimple-server: 2024-04-25 03:44:12.616 | 4649 | Shutting down
Passedsrc/test_repo.py::test_repo[output_null-numof_clients=5-runs_per_client=1]0.42
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/cimple.sqlite'] +2024-04-25 03:44:12 | INFO | Process 4718/cimple-server has started +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.620 | 4718 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/cimple.sqlite +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.620 | 4718 | SQLite database version: 0 +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.620 | 4718 | Newest database version: 1 +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.620 | 4718 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.635 | 4718 | Waiting for new connections +2024-04-25 03:44:12 | INFO | Process 4718/cimple-server is ready +2024-04-25 03:44:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:12 | INFO | Process 4721/cimple-worker has started +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.643 | 4718 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.644 | 4723 | Added a new worker 8 to the queue +2024-04-25 03:44:12 | INFO | 4721/cimple-worker: 2024-04-25 03:44:12.643 | 4721 | Waiting for a new command +2024-04-25 03:44:12 | INFO | Process 4721/cimple-worker is ready +2024-04-25 03:44:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.644 | 4718 | Waiting for new connections +2024-04-25 03:44:12 | INFO | Process 4724/cimple-worker has started +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.652 | 4718 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.652 | 4726 | Added a new worker 9 to the queue +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.652 | 4718 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4724/cimple-worker: 2024-04-25 03:44:12.652 | 4724 | Waiting for a new command +2024-04-25 03:44:12 | INFO | Process 4724/cimple-worker is ready +2024-04-25 03:44:12 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/cimple.sqlite +2024-04-25 03:44:12 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:44:12 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:44:12 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:44:12 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:44:12 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:44:12 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:44:12 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:44:12 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:44:12 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:44:12 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-04-25 03:44:12 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-04-25 03:44:12 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-04-25 03:44:12 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-04-25 03:44:12 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:12 | INFO | Executing 1 clients +2024-04-25 03:44:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] +2024-04-25 03:44:12 | INFO | Executing 1 clients +2024-04-25 03:44:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] +2024-04-25 03:44:12 | INFO | Executing 1 clients +2024-04-25 03:44:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.885 | 4718 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.885 | 4718 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.886 | 4718 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.889 | 4748 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.889 | 4720 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo from the queue +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.889 | 4720 | Removed worker 8 from the queue +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.889 | 4720 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to worker 8 +2024-04-25 03:44:12 | INFO | 4721/cimple-worker: 2024-04-25 03:44:12.889 | 4721 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to /tmp/git.wSbu4e +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.889 | 4718 | Waiting for new connections +2024-04-25 03:44:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:12 | INFO | 4721/cimple-worker: 2024-04-25 03:44:12.895 | 4721 | Checking out revision HEAD +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.897 | 4750 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.897 | 4720 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo from the queue +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.897 | 4720 | Removed worker 9 from the queue +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.897 | 4720 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to worker 9 +2024-04-25 03:44:12 | INFO | 4724/cimple-worker: 2024-04-25 03:44:12.897 | 4724 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to /tmp/git.9XDjko +2024-04-25 03:44:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:12 | INFO | 4724/cimple-worker: 2024-04-25 03:44:12.902 | 4724 | Checking out revision HEAD +2024-04-25 03:44:12 | INFO | 4724/cimple-worker: 2024-04-25 03:44:12.903 | 4724 | Going to run: ./ci +2024-04-25 03:44:12 | INFO | 4721/cimple-worker: 2024-04-25 03:44:12.897 | 4721 | Going to run: ./ci +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.905 | 4718 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.915 | 4749 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.915 | 4718 | Waiting for new connections +2024-04-25 03:44:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:12 | INFO | Executing 1 clients +2024-04-25 03:44:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.951 | 4718 | Waiting for new connections +2024-04-25 03:44:12 | INFO | Executing 1 clients +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.953 | 4763 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.953 | 4718 | Waiting for new connections +2024-04-25 03:44:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:12 | INFO | 4721/cimple-worker: 2024-04-25 03:44:12.961 | 4721 | Recursively removing directory: /tmp/git.wSbu4e/ +2024-04-25 03:44:12 | INFO | 4721/cimple-worker: 2024-04-25 03:44:12.963 | 4721 | Process exit code: 254 +2024-04-25 03:44:12 | INFO | 4721/cimple-worker: 2024-04-25 03:44:12.963 | 4721 | Process output: 11 bytes +2024-04-25 03:44:12 | INFO | 4721/cimple-worker: 2024-04-25 03:44:12.963 | 4721 | Waiting for a new command +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.963 | 4718 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.963 | 4718 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.964 | 4767 | Added a new worker 10 to the queue +2024-04-25 03:44:12 | INFO | 4721/cimple-worker: 2024-04-25 03:44:12.964 | 4721 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to /tmp/git.2fP8hn +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.964 | 4720 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo from the queue +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.964 | 4720 | Removed worker 10 from the queue +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.964 | 4720 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to worker 10 +2024-04-25 03:44:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.966 | 4718 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.967 | 4718 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4724/cimple-worker: 2024-04-25 03:44:12.968 | 4724 | Recursively removing directory: /tmp/git.9XDjko/ +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.970 | 4768 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2024-04-25 03:44:12 | INFO | 4721/cimple-worker: 2024-04-25 03:44:12.971 | 4721 | Checking out revision HEAD +2024-04-25 03:44:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:12 | INFO | 4724/cimple-worker: 2024-04-25 03:44:12.971 | 4724 | Process exit code: 254 +2024-04-25 03:44:12 | INFO | 4724/cimple-worker: 2024-04-25 03:44:12.971 | 4724 | Process output: 11 bytes +2024-04-25 03:44:12 | INFO | 4724/cimple-worker: 2024-04-25 03:44:12.971 | 4724 | Waiting for a new command +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.971 | 4718 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.971 | 4718 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.971 | 4718 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.971 | 4770 | Added a new worker 12 to the queue +2024-04-25 03:44:12 | INFO | 4724/cimple-worker: 2024-04-25 03:44:12.972 | 4724 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to /tmp/git.5Te6C5 +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.972 | 4720 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo from the queue +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.972 | 4720 | Removed worker 12 from the queue +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.972 | 4718 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.972 | 4720 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to worker 12 +2024-04-25 03:44:12 | INFO | 4721/cimple-worker: 2024-04-25 03:44:12.972 | 4721 | Going to run: ./ci +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.974 | 4766 | Marked run 1 as finished +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.974 | 4718 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.978 | 4769 | Marked run 2 as finished +2024-04-25 03:44:12 | INFO | 4718/cimple-server: 2024-04-25 03:44:12.978 | 4718 | Waiting for new connections +2024-04-25 03:44:12 | INFO | 4724/cimple-worker: 2024-04-25 03:44:12.980 | 4724 | Checking out revision HEAD +2024-04-25 03:44:12 | INFO | 4724/cimple-worker: 2024-04-25 03:44:12.981 | 4724 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4724/cimple-worker: 2024-04-25 03:44:13.002 | 4724 | Recursively removing directory: /tmp/git.5Te6C5/ +2024-04-25 03:44:13 | INFO | 4724/cimple-worker: 2024-04-25 03:44:13.003 | 4724 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4724/cimple-worker: 2024-04-25 03:44:13.003 | 4724 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.003 | 4718 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.004 | 4718 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.004 | 4782 | Added a new worker 10 to the queue +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.004 | 4718 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.004 | 4720 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo from the queue +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.004 | 4720 | Removed worker 10 from the queue +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.004 | 4720 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to worker 10 +2024-04-25 03:44:13 | INFO | 4724/cimple-worker: 2024-04-25 03:44:13.004 | 4724 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4724/cimple-worker: 2024-04-25 03:44:13.004 | 4724 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to /tmp/git.lUO1q5 +2024-04-25 03:44:13 | INFO | 4721/cimple-worker: 2024-04-25 03:44:13.004 | 4721 | Recursively removing directory: /tmp/git.2fP8hn/ +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.005 | 4781 | Marked run 4 as finished +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.005 | 4718 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4721/cimple-worker: 2024-04-25 03:44:13.006 | 4721 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4721/cimple-worker: 2024-04-25 03:44:13.006 | 4721 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4721/cimple-worker: 2024-04-25 03:44:13.006 | 4721 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.006 | 4718 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.006 | 4718 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.006 | 4784 | Added a new worker 11 to the queue +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.006 | 4718 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.008 | 4783 | Marked run 3 as finished +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.008 | 4718 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4724/cimple-worker: 2024-04-25 03:44:13.009 | 4724 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4724/cimple-worker: 2024-04-25 03:44:13.010 | 4724 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4724/cimple-worker: 2024-04-25 03:44:13.029 | 4724 | Recursively removing directory: /tmp/git.lUO1q5/ +2024-04-25 03:44:13 | INFO | 4724/cimple-worker: 2024-04-25 03:44:13.030 | 4724 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4724/cimple-worker: 2024-04-25 03:44:13.030 | 4724 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.031 | 4718 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.031 | 4718 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.031 | 4791 | Added a new worker 12 to the queue +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.031 | 4718 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4724/cimple-worker: 2024-04-25 03:44:13.031 | 4724 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.032 | 4790 | Marked run 5 as finished +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.032 | 4718 | Waiting for new connections +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.035 | 4718 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.035 | 4794 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.035 | 4794 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.035 | 4794 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.035 | 4794 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.035 | 4794 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.035 | 4718 | Waiting for new connections +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:44:13 | 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-04-25 03:44:13 | INFO | Terminating process 4724/cimple-worker +2024-04-25 03:44:13 | INFO | 4724/cimple-worker: 2024-04-25 03:44:13.036 | 4724 | Shutting down +2024-04-25 03:44:13 | INFO | Terminating process 4721/cimple-worker +2024-04-25 03:44:13 | INFO | 4721/cimple-worker: 2024-04-25 03:44:13.038 | 4721 | Shutting down +2024-04-25 03:44:13 | INFO | Terminating process 4718/cimple-server +2024-04-25 03:44:13 | INFO | 4718/cimple-server: 2024-04-25 03:44:13.039 | 4718 | Shutting down
Passedsrc/test_repo.py::test_repo[output_null-numof_clients=5-runs_per_client=5]0.72
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/cimple.sqlite'] +2024-04-25 03:44:13 | INFO | Process 4795/cimple-server has started +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.043 | 4795 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/cimple.sqlite +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.043 | 4795 | SQLite database version: 0 +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.043 | 4795 | Newest database version: 1 +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.043 | 4795 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.057 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | Process 4795/cimple-server is ready +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:13 | INFO | Process 4798/cimple-worker has started +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.066 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.066 | 4800 | Added a new worker 8 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.066 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.066 | 4798 | Waiting for a new command +2024-04-25 03:44:13 | INFO | Process 4798/cimple-worker is ready +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:13 | INFO | Process 4801/cimple-worker has started +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.074 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.074 | 4803 | Added a new worker 9 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.074 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.074 | 4801 | Waiting for a new command +2024-04-25 03:44:13 | INFO | Process 4801/cimple-worker is ready +2024-04-25 03:44:13 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/cimple.sqlite +2024-04-25 03:44:13 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:44:13 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:44:13 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:44:13 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:44:13 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:44:13 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:44:13 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:44:13 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:44:13 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:44:13 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-04-25 03:44:13 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-04-25 03:44:13 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-04-25 03:44:13 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-04-25 03:44:13 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:13 | INFO | Executing 5 clients +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.307 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | Executing 5 clients +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.311 | 4821 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.311 | 4797 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.311 | 4797 | Removed worker 8 from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.311 | 4797 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 8 +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.311 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.311 | 4798 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.srvcVn +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.313 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.317 | 4798 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.318 | 4798 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.322 | 4824 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.323 | 4801 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.9MctcA +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.322 | 4797 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.322 | 4797 | Removed worker 9 from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.323 | 4797 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 9 +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.324 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.324 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.328 | 4828 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.328 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.330 | 4801 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.331 | 4801 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.335 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.335 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.336 | 4834 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.336 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | Executing 5 clients +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.341 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.342 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.344 | 4835 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.344 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.345 | 4841 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.346 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.347 | 4842 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.347 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.348 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.349 | 4849 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.350 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.351 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.354 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.356 | 4852 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.356 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.356 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.360 | 4851 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.361 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.363 | 4853 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.363 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | Executing 5 clients +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.365 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.368 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.368 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | Executing 5 clients +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.370 | 4858 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.370 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.372 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.372 | 4861 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.373 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.375 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.375 | 4860 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.376 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.376 | 4864 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.376 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.378 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.380 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.383 | 4866 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.383 | 4798 | Recursively removing directory: /tmp/git.srvcVn/ +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.384 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.385 | 4868 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.385 | 4798 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.385 | 4798 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.385 | 4798 | Waiting for a new command +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.385 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.385 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.387 | 4869 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.388 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.390 | 4872 | Added a new worker 13 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.390 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.390 | 4798 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.EXn3qu +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.390 | 4797 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.390 | 4797 | Removed worker 13 from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.390 | 4797 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 13 +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.391 | 4871 | Marked run 1 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.391 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.391 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.393 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.393 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.394 | 4801 | Recursively removing directory: /tmp/git.9MctcA/ +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.395 | 4877 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.395 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.396 | 4798 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.396 | 4801 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.396 | 4801 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.396 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.397 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.397 | 4801 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.397 | 4880 | Added a new worker 16 to the queue +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.398 | 4801 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.s1uBdC +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.398 | 4798 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.397 | 4797 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.397 | 4797 | Removed worker 16 from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.397 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.397 | 4797 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 16 +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.398 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.398 | 4876 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.399 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.402 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.402 | 4875 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.403 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.404 | 4801 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.404 | 4879 | Marked run 2 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.404 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.406 | 4801 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.407 | 4881 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.407 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.408 | 4885 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.408 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.410 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.413 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.416 | 4892 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.425 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.431 | 4893 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.431 | 4798 | Recursively removing directory: /tmp/git.EXn3qu/ +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.432 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.432 | 4798 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.432 | 4798 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.433 | 4798 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.434 | 4798 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.25VRt9 +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.433 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.433 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.433 | 4899 | Added a new worker 11 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.433 | 4797 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.433 | 4797 | Removed worker 11 from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.433 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.433 | 4797 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.438 | 4798 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.439 | 4798 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.442 | 4898 | Marked run 3 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.442 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.445 | 4801 | Recursively removing directory: /tmp/git.s1uBdC/ +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.447 | 4801 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.447 | 4801 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.447 | 4801 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.447 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.447 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.447 | 4906 | Added a new worker 10 to the queue +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.448 | 4801 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.L2k30t +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.448 | 4797 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.448 | 4797 | Removed worker 10 from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.448 | 4797 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 10 +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.449 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.451 | 4905 | Marked run 4 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.451 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.454 | 4801 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.455 | 4801 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.466 | 4798 | Recursively removing directory: /tmp/git.25VRt9/ +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.467 | 4798 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.467 | 4798 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.467 | 4798 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.467 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.467 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.467 | 4913 | Added a new worker 10 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.468 | 4797 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.468 | 4797 | Removed worker 10 from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.468 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.468 | 4797 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 10 +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.468 | 4798 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.VfkFHi +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.470 | 4912 | Marked run 5 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.470 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.473 | 4798 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.474 | 4798 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.478 | 4801 | Recursively removing directory: /tmp/git.L2k30t/ +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.480 | 4801 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.480 | 4801 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.480 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.480 | 4801 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.480 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.480 | 4920 | Added a new worker 11 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.480 | 4797 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.480 | 4797 | Removed worker 11 from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.480 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.480 | 4797 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.480 | 4801 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.KDRdY0 +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.482 | 4919 | Marked run 6 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.482 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.486 | 4801 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.487 | 4801 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.497 | 4798 | Recursively removing directory: /tmp/git.VfkFHi/ +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.498 | 4798 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.498 | 4798 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.498 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.498 | 4798 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.498 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.498 | 4927 | Added a new worker 11 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.498 | 4797 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.498 | 4797 | Removed worker 11 from the queue +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.499 | 4798 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.BSmcZt +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.498 | 4797 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.499 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.500 | 4926 | Marked run 7 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.500 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.503 | 4798 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.504 | 4798 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.507 | 4801 | Recursively removing directory: /tmp/git.KDRdY0/ +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.508 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.508 | 4801 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.508 | 4801 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.508 | 4801 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.508 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.508 | 4934 | Added a new worker 11 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.508 | 4797 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.508 | 4797 | Removed worker 11 from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.508 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.508 | 4797 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.509 | 4801 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.NtJEyn +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.510 | 4933 | Marked run 8 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.510 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.513 | 4801 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.514 | 4801 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.524 | 4798 | Recursively removing directory: /tmp/git.BSmcZt/ +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.526 | 4798 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.526 | 4798 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.526 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.526 | 4798 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.526 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.526 | 4941 | Added a new worker 11 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.526 | 4797 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.526 | 4797 | Removed worker 11 from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.526 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.526 | 4797 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.526 | 4798 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.FgSLoe +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.528 | 4940 | Marked run 9 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.528 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.532 | 4798 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.533 | 4798 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.535 | 4801 | Recursively removing directory: /tmp/git.NtJEyn/ +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.536 | 4801 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.536 | 4801 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.536 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.536 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.537 | 4946 | Added a new worker 11 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.537 | 4797 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.537 | 4797 | Removed worker 11 from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.537 | 4797 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.537 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.536 | 4801 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.537 | 4801 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.SaFE5J +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.538 | 4945 | Marked run 10 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.538 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.541 | 4801 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.542 | 4801 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.553 | 4798 | Recursively removing directory: /tmp/git.FgSLoe/ +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.554 | 4798 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.554 | 4798 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.554 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.554 | 4798 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.555 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.555 | 4955 | Added a new worker 10 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.555 | 4797 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.555 | 4797 | Removed worker 10 from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.555 | 4797 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 10 +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.555 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.555 | 4798 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.P3tYBb +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.556 | 4954 | Marked run 11 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.556 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.561 | 4798 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.562 | 4798 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.564 | 4801 | Recursively removing directory: /tmp/git.SaFE5J/ +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.565 | 4801 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.565 | 4801 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.565 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.565 | 4801 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.565 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.565 | 4960 | Added a new worker 11 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.565 | 4797 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.565 | 4797 | Removed worker 11 from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.565 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.565 | 4797 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.565 | 4801 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.EJKCRD +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.567 | 4959 | Marked run 12 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.567 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.570 | 4801 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.570 | 4801 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.582 | 4798 | Recursively removing directory: /tmp/git.P3tYBb/ +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.584 | 4798 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.584 | 4798 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.584 | 4798 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.584 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.584 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.584 | 4969 | Added a new worker 10 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.584 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.584 | 4797 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.584 | 4797 | Removed worker 10 from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.584 | 4797 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 10 +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.584 | 4798 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.4atijy +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.586 | 4968 | Marked run 13 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.586 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.589 | 4798 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.589 | 4798 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.592 | 4801 | Recursively removing directory: /tmp/git.EJKCRD/ +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.593 | 4801 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.593 | 4801 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.593 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.593 | 4801 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.593 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.593 | 4975 | Added a new worker 11 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.593 | 4797 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.593 | 4797 | Removed worker 11 from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.593 | 4797 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.593 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.594 | 4801 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.hiPmtV +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.595 | 4973 | Marked run 14 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.595 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.598 | 4801 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.598 | 4801 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.610 | 4798 | Recursively removing directory: /tmp/git.4atijy/ +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.611 | 4798 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.611 | 4798 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.611 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.611 | 4798 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.611 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.612 | 4983 | Added a new worker 11 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.612 | 4797 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.612 | 4797 | Removed worker 11 from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.612 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.612 | 4797 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.612 | 4798 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.xiHMHX +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.613 | 4982 | Marked run 15 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.613 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.617 | 4798 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.618 | 4798 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.620 | 4801 | Recursively removing directory: /tmp/git.hiPmtV/ +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.621 | 4801 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.621 | 4801 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.621 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.621 | 4801 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.621 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.622 | 4988 | Added a new worker 11 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.622 | 4797 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.622 | 4797 | Removed worker 11 from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.622 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.622 | 4797 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.622 | 4801 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.TVK0IC +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.623 | 4987 | Marked run 16 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.623 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.626 | 4801 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.627 | 4801 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.638 | 4798 | Recursively removing directory: /tmp/git.xiHMHX/ +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.640 | 4798 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.640 | 4798 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.640 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.640 | 4798 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.640 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.640 | 4997 | Added a new worker 11 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.640 | 4797 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.640 | 4797 | Removed worker 11 from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.640 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.640 | 4797 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.641 | 4798 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.O1WqBG +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.642 | 4996 | Marked run 17 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.642 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.646 | 4798 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.647 | 4798 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.649 | 4801 | Recursively removing directory: /tmp/git.TVK0IC/ +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.650 | 4801 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.650 | 4801 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.651 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.651 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.651 | 5002 | Added a new worker 11 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.651 | 4797 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.651 | 4797 | Removed worker 11 from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.651 | 4797 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.651 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.651 | 4801 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.651 | 4801 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.OpUtS1 +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.652 | 5001 | Marked run 18 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.652 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.655 | 4801 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.656 | 4801 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.669 | 4798 | Recursively removing directory: /tmp/git.O1WqBG/ +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.670 | 4798 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.670 | 4798 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.670 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.670 | 4798 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.670 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.670 | 5011 | Added a new worker 11 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.670 | 4797 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.670 | 4797 | Removed worker 11 from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.670 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.670 | 4797 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.671 | 4798 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.b7dAma +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.672 | 5010 | Marked run 19 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.672 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.675 | 4798 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.675 | 4798 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.677 | 4801 | Recursively removing directory: /tmp/git.OpUtS1/ +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.678 | 4801 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.678 | 4801 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.678 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.678 | 4801 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.678 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.678 | 5015 | Added a new worker 11 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.678 | 4797 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.678 | 4797 | Removed worker 11 from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.678 | 4797 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.679 | 4801 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.wlp3xu +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.679 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.680 | 5014 | Marked run 20 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.680 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.683 | 4801 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.684 | 4801 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.696 | 4798 | Recursively removing directory: /tmp/git.b7dAma/ +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.697 | 4798 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.697 | 4798 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.697 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.697 | 4798 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.697 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.697 | 5025 | Added a new worker 11 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.697 | 4797 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.697 | 4797 | Removed worker 11 from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.698 | 4797 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.698 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.698 | 4798 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.LNaYi3 +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.699 | 5024 | Marked run 21 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.699 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.702 | 4798 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.703 | 4798 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.703 | 4801 | Recursively removing directory: /tmp/git.wlp3xu/ +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.705 | 4801 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.705 | 4801 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.705 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.705 | 4801 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.705 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.705 | 5029 | Added a new worker 11 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.705 | 4797 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.705 | 4797 | Removed worker 11 from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.705 | 4797 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.705 | 4801 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.7t1PAS +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.706 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.707 | 5028 | Marked run 22 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.707 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.710 | 4801 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.710 | 4801 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.723 | 4798 | Recursively removing directory: /tmp/git.LNaYi3/ +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.725 | 4798 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.725 | 4798 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.725 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.725 | 4798 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.725 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.726 | 5039 | Added a new worker 11 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.726 | 4797 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.726 | 4797 | Removed worker 11 from the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.726 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.726 | 4797 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.726 | 4798 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.eAdjx6 +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.727 | 5038 | Marked run 23 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.727 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.730 | 4798 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.731 | 4801 | Recursively removing directory: /tmp/git.7t1PAS/ +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.731 | 4798 | Going to run: ./ci +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.732 | 4801 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.732 | 4801 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.732 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.733 | 4801 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.733 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.733 | 5042 | Added a new worker 11 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.733 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.734 | 5041 | Marked run 24 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.734 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.751 | 4798 | Recursively removing directory: /tmp/git.eAdjx6/ +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.752 | 4798 | Process exit code: 254 +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.752 | 4798 | Process output: 11 bytes +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.752 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.753 | 4798 | Waiting for a new command +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.753 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.753 | 5048 | Added a new worker 12 to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.753 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.754 | 5047 | Marked run 25 as finished +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.754 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 5051 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.757 | 4795 | Waiting for new connections +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:44:13 | 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-04-25 03:44:13 | INFO | Terminating process 4801/cimple-worker +2024-04-25 03:44:13 | INFO | 4801/cimple-worker: 2024-04-25 03:44:13.759 | 4801 | Shutting down +2024-04-25 03:44:13 | INFO | Terminating process 4798/cimple-worker +2024-04-25 03:44:13 | INFO | 4798/cimple-worker: 2024-04-25 03:44:13.761 | 4798 | Shutting down +2024-04-25 03:44:13 | INFO | Terminating process 4795/cimple-server +2024-04-25 03:44:13 | INFO | 4795/cimple-server: 2024-04-25 03:44:13.762 | 4795 | Shutting down
Passedsrc/test_repo.py::test_repo[segfault-numof_clients=1-runs_per_client=1]0.27
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/cimple.sqlite'] +2024-04-25 03:44:13 | INFO | Process 5052/cimple-server has started +2024-04-25 03:44:13 | INFO | 5052/cimple-server: 2024-04-25 03:44:13.766 | 5052 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/cimple.sqlite +2024-04-25 03:44:13 | INFO | 5052/cimple-server: 2024-04-25 03:44:13.766 | 5052 | SQLite database version: 0 +2024-04-25 03:44:13 | INFO | 5052/cimple-server: 2024-04-25 03:44:13.766 | 5052 | Newest database version: 1 +2024-04-25 03:44:13 | INFO | 5052/cimple-server: 2024-04-25 03:44:13.766 | 5052 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:13 | INFO | 5052/cimple-server: 2024-04-25 03:44:13.778 | 5052 | Waiting for new connections +2024-04-25 03:44:13 | INFO | Process 5052/cimple-server is ready +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:13 | INFO | Process 5055/cimple-worker has started +2024-04-25 03:44:13 | INFO | 5052/cimple-server: 2024-04-25 03:44:13.787 | 5052 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 5052/cimple-server: 2024-04-25 03:44:13.787 | 5057 | Added a new worker 8 to the queue +2024-04-25 03:44:13 | INFO | 5052/cimple-server: 2024-04-25 03:44:13.787 | 5052 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 5055/cimple-worker: 2024-04-25 03:44:13.787 | 5055 | Waiting for a new command +2024-04-25 03:44:13 | INFO | Process 5055/cimple-worker is ready +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:13 | INFO | Process 5058/cimple-worker has started +2024-04-25 03:44:13 | INFO | 5052/cimple-server: 2024-04-25 03:44:13.796 | 5052 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 5052/cimple-server: 2024-04-25 03:44:13.796 | 5060 | Added a new worker 9 to the queue +2024-04-25 03:44:13 | INFO | 5052/cimple-server: 2024-04-25 03:44:13.796 | 5052 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 5058/cimple-worker: 2024-04-25 03:44:13.796 | 5058 | Waiting for a new command +2024-04-25 03:44:13 | INFO | Process 5058/cimple-worker is ready +2024-04-25 03:44:13 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/cimple.sqlite +2024-04-25 03:44:13 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:44:13 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:44:13 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:44:13 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:44:13 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:44:13 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:44:13 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:44:13 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:44:13 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:44:13 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:13 | INFO | Executing 1 clients +2024-04-25 03:44:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/repo', 'HEAD'] +2024-04-25 03:44:13 | INFO | 5052/cimple-server: 2024-04-25 03:44:13.938 | 5052 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 5052/cimple-server: 2024-04-25 03:44:13.941 | 5071 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/repo to the queue +2024-04-25 03:44:13 | INFO | 5052/cimple-server: 2024-04-25 03:44:13.941 | 5054 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/repo from the queue +2024-04-25 03:44:13 | INFO | 5052/cimple-server: 2024-04-25 03:44:13.941 | 5054 | Removed worker 8 from the queue +2024-04-25 03:44:13 | INFO | 5052/cimple-server: 2024-04-25 03:44:13.941 | 5054 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/repo to worker 8 +2024-04-25 03:44:13 | INFO | 5052/cimple-server: 2024-04-25 03:44:13.941 | 5052 | Waiting for new connections +2024-04-25 03:44:13 | INFO | 5055/cimple-worker: 2024-04-25 03:44:13.941 | 5055 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/repo to /tmp/git.GiRXZs +2024-04-25 03:44:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:13 | INFO | 5055/cimple-worker: 2024-04-25 03:44:13.945 | 5055 | Checking out revision HEAD +2024-04-25 03:44:13 | INFO | 5055/cimple-worker: 2024-04-25 03:44:13.945 | 5055 | Going to run: ./ci +2024-04-25 03:44:14 | INFO | 5055/cimple-worker: 2024-04-25 03:44:14.031 | 5055 | Recursively removing directory: /tmp/git.GiRXZs/ +2024-04-25 03:44:14 | INFO | 5055/cimple-worker: 2024-04-25 03:44:14.032 | 5055 | Process exit code: -11 +2024-04-25 03:44:14 | INFO | 5055/cimple-worker: 2024-04-25 03:44:14.032 | 5055 | Process output: 26 bytes +2024-04-25 03:44:14 | INFO | 5052/cimple-server: 2024-04-25 03:44:14.032 | 5052 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5052/cimple-server: 2024-04-25 03:44:14.033 | 5052 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5055/cimple-worker: 2024-04-25 03:44:14.033 | 5055 | Waiting for a new command +2024-04-25 03:44:14 | INFO | 5052/cimple-server: 2024-04-25 03:44:14.033 | 5075 | Added a new worker 12 to the queue +2024-04-25 03:44:14 | INFO | 5052/cimple-server: 2024-04-25 03:44:14.033 | 5052 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5052/cimple-server: 2024-04-25 03:44:14.034 | 5074 | Marked run 1 as finished +2024-04-25 03:44:14 | INFO | 5052/cimple-server: 2024-04-25 03:44:14.034 | 5052 | Waiting for new connections +2024-04-25 03:44:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:44:14 | INFO | 5052/cimple-server: 2024-04-25 03:44:14.037 | 5052 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5052/cimple-server: 2024-04-25 03:44:14.037 | 5078 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/repo to the queue +2024-04-25 03:44:14 | INFO | 5052/cimple-server: 2024-04-25 03:44:14.037 | 5052 | Waiting for new connections +2024-04-25 03:44:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:44:14 | 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-04-25 03:44:14 | INFO | Terminating process 5058/cimple-worker +2024-04-25 03:44:14 | INFO | 5058/cimple-worker: 2024-04-25 03:44:14.038 | 5058 | Shutting down +2024-04-25 03:44:14 | INFO | Terminating process 5055/cimple-worker +2024-04-25 03:44:14 | INFO | 5055/cimple-worker: 2024-04-25 03:44:14.039 | 5055 | Shutting down +2024-04-25 03:44:14 | INFO | Terminating process 5052/cimple-server +2024-04-25 03:44:14 | INFO | 5052/cimple-server: 2024-04-25 03:44:14.041 | 5052 | Shutting down
Passedsrc/test_repo.py::test_repo[segfault-numof_clients=1-runs_per_client=5]0.46
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/cimple.sqlite'] +2024-04-25 03:44:14 | INFO | Process 5079/cimple-server has started +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.045 | 5079 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/cimple.sqlite +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.045 | 5079 | SQLite database version: 0 +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.045 | 5079 | Newest database version: 1 +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.045 | 5079 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.058 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | Process 5079/cimple-server is ready +2024-04-25 03:44:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:14 | INFO | Process 5082/cimple-worker has started +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.066 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.066 | 5084 | Added a new worker 8 to the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.067 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5082/cimple-worker: 2024-04-25 03:44:14.066 | 5082 | Waiting for a new command +2024-04-25 03:44:14 | INFO | Process 5082/cimple-worker is ready +2024-04-25 03:44:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:14 | INFO | Process 5085/cimple-worker has started +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.075 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.075 | 5087 | Added a new worker 9 to the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.075 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5085/cimple-worker: 2024-04-25 03:44:14.075 | 5085 | Waiting for a new command +2024-04-25 03:44:14 | INFO | Process 5085/cimple-worker is ready +2024-04-25 03:44:14 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/cimple.sqlite +2024-04-25 03:44:14 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:44:14 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:44:14 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:44:14 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:44:14 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:44:14 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:44:14 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:44:14 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:44:14 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:44:14 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:14 | INFO | Executing 5 clients +2024-04-25 03:44:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.218 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.220 | 5098 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.220 | 5081 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo from the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.220 | 5081 | Removed worker 8 from the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.220 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.220 | 5081 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to worker 8 +2024-04-25 03:44:14 | INFO | 5082/cimple-worker: 2024-04-25 03:44:14.220 | 5082 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to /tmp/git.PYcEg8 +2024-04-25 03:44:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.223 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.224 | 5100 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.224 | 5081 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo from the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.224 | 5081 | Removed worker 9 from the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.224 | 5081 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to worker 9 +2024-04-25 03:44:14 | INFO | 5085/cimple-worker: 2024-04-25 03:44:14.224 | 5085 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to /tmp/git.z6EFYJ +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.224 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:14 | INFO | 5082/cimple-worker: 2024-04-25 03:44:14.225 | 5082 | Checking out revision HEAD +2024-04-25 03:44:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] +2024-04-25 03:44:14 | INFO | 5082/cimple-worker: 2024-04-25 03:44:14.226 | 5082 | Going to run: ./ci +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.227 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.229 | 5103 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.229 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] +2024-04-25 03:44:14 | INFO | 5085/cimple-worker: 2024-04-25 03:44:14.230 | 5085 | Checking out revision HEAD +2024-04-25 03:44:14 | INFO | 5085/cimple-worker: 2024-04-25 03:44:14.231 | 5085 | Going to run: ./ci +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.234 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.236 | 5108 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.236 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.239 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.240 | 5110 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.241 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:14 | INFO | 5085/cimple-worker: 2024-04-25 03:44:14.317 | 5085 | Recursively removing directory: /tmp/git.z6EFYJ/ +2024-04-25 03:44:14 | INFO | 5085/cimple-worker: 2024-04-25 03:44:14.319 | 5085 | Process exit code: -11 +2024-04-25 03:44:14 | INFO | 5085/cimple-worker: 2024-04-25 03:44:14.319 | 5085 | Process output: 26 bytes +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.319 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.319 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5085/cimple-worker: 2024-04-25 03:44:14.319 | 5085 | Waiting for a new command +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.319 | 5112 | Added a new worker 11 to the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.319 | 5081 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo from the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.319 | 5081 | Removed worker 11 from the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.319 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.319 | 5081 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to worker 11 +2024-04-25 03:44:14 | INFO | 5085/cimple-worker: 2024-04-25 03:44:14.319 | 5085 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to /tmp/git.2sc8lC +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.320 | 5111 | Marked run 2 as finished +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.321 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5085/cimple-worker: 2024-04-25 03:44:14.323 | 5085 | Checking out revision HEAD +2024-04-25 03:44:14 | INFO | 5085/cimple-worker: 2024-04-25 03:44:14.324 | 5085 | Going to run: ./ci +2024-04-25 03:44:14 | INFO | 5082/cimple-worker: 2024-04-25 03:44:14.330 | 5082 | Recursively removing directory: /tmp/git.PYcEg8/ +2024-04-25 03:44:14 | INFO | 5082/cimple-worker: 2024-04-25 03:44:14.331 | 5082 | Process exit code: -11 +2024-04-25 03:44:14 | INFO | 5082/cimple-worker: 2024-04-25 03:44:14.331 | 5082 | Process output: 26 bytes +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.332 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5082/cimple-worker: 2024-04-25 03:44:14.332 | 5082 | Waiting for a new command +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.332 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.332 | 5116 | Added a new worker 11 to the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.332 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.332 | 5081 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo from the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.332 | 5081 | Removed worker 11 from the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.332 | 5081 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to worker 11 +2024-04-25 03:44:14 | INFO | 5082/cimple-worker: 2024-04-25 03:44:14.332 | 5082 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to /tmp/git.MSouD4 +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.333 | 5115 | Marked run 1 as finished +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.334 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5082/cimple-worker: 2024-04-25 03:44:14.338 | 5082 | Checking out revision HEAD +2024-04-25 03:44:14 | INFO | 5082/cimple-worker: 2024-04-25 03:44:14.339 | 5082 | Going to run: ./ci +2024-04-25 03:44:14 | INFO | 5085/cimple-worker: 2024-04-25 03:44:14.410 | 5085 | Recursively removing directory: /tmp/git.2sc8lC/ +2024-04-25 03:44:14 | INFO | 5085/cimple-worker: 2024-04-25 03:44:14.411 | 5085 | Process exit code: -11 +2024-04-25 03:44:14 | INFO | 5085/cimple-worker: 2024-04-25 03:44:14.411 | 5085 | Process output: 26 bytes +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.412 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.412 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.412 | 5120 | Added a new worker 11 to the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.412 | 5081 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo from the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.412 | 5081 | Removed worker 11 from the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.412 | 5081 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to worker 11 +2024-04-25 03:44:14 | INFO | 5085/cimple-worker: 2024-04-25 03:44:14.412 | 5085 | Waiting for a new command +2024-04-25 03:44:14 | INFO | 5085/cimple-worker: 2024-04-25 03:44:14.412 | 5085 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to /tmp/git.VLMBsK +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.412 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.414 | 5119 | Marked run 3 as finished +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.414 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5085/cimple-worker: 2024-04-25 03:44:14.416 | 5085 | Checking out revision HEAD +2024-04-25 03:44:14 | INFO | 5085/cimple-worker: 2024-04-25 03:44:14.417 | 5085 | Going to run: ./ci +2024-04-25 03:44:14 | INFO | 5082/cimple-worker: 2024-04-25 03:44:14.423 | 5082 | Recursively removing directory: /tmp/git.MSouD4/ +2024-04-25 03:44:14 | INFO | 5082/cimple-worker: 2024-04-25 03:44:14.424 | 5082 | Process exit code: -11 +2024-04-25 03:44:14 | INFO | 5082/cimple-worker: 2024-04-25 03:44:14.424 | 5082 | Process output: 26 bytes +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.424 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5082/cimple-worker: 2024-04-25 03:44:14.424 | 5082 | Waiting for a new command +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.424 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.424 | 5124 | Added a new worker 11 to the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.424 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.425 | 5123 | Marked run 4 as finished +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.425 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5085/cimple-worker: 2024-04-25 03:44:14.500 | 5085 | Recursively removing directory: /tmp/git.VLMBsK/ +2024-04-25 03:44:14 | INFO | 5085/cimple-worker: 2024-04-25 03:44:14.501 | 5085 | Process exit code: -11 +2024-04-25 03:44:14 | INFO | 5085/cimple-worker: 2024-04-25 03:44:14.502 | 5085 | Process output: 26 bytes +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.502 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.502 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.502 | 5126 | Added a new worker 12 to the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.502 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5085/cimple-worker: 2024-04-25 03:44:14.502 | 5085 | Waiting for a new command +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.503 | 5125 | Marked run 5 as finished +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.503 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.506 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.506 | 5129 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.506 | 5129 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.506 | 5129 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.506 | 5129 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.506 | 5129 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.506 | 5079 | Waiting for new connections +2024-04-25 03:44:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:44:14 | 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-04-25 03:44:14 | INFO | Terminating process 5085/cimple-worker +2024-04-25 03:44:14 | INFO | 5085/cimple-worker: 2024-04-25 03:44:14.508 | 5085 | Shutting down +2024-04-25 03:44:14 | INFO | Terminating process 5082/cimple-worker +2024-04-25 03:44:14 | INFO | 5082/cimple-worker: 2024-04-25 03:44:14.509 | 5082 | Shutting down +2024-04-25 03:44:14 | INFO | Terminating process 5079/cimple-server +2024-04-25 03:44:14 | INFO | 5079/cimple-server: 2024-04-25 03:44:14.510 | 5079 | Shutting down
Passedsrc/test_repo.py::test_repo[segfault-numof_clients=5-runs_per_client=1]0.58
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/cimple.sqlite'] +2024-04-25 03:44:14 | INFO | Process 5130/cimple-server has started +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.514 | 5130 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/cimple.sqlite +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.514 | 5130 | SQLite database version: 0 +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.514 | 5130 | Newest database version: 1 +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.514 | 5130 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.525 | 5130 | Waiting for new connections +2024-04-25 03:44:14 | INFO | Process 5130/cimple-server is ready +2024-04-25 03:44:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:14 | INFO | Process 5133/cimple-worker has started +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.534 | 5130 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.534 | 5135 | Added a new worker 8 to the queue +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.534 | 5130 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5133/cimple-worker: 2024-04-25 03:44:14.534 | 5133 | Waiting for a new command +2024-04-25 03:44:14 | INFO | Process 5133/cimple-worker is ready +2024-04-25 03:44:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:14 | INFO | Process 5136/cimple-worker has started +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.542 | 5130 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.542 | 5138 | Added a new worker 9 to the queue +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.542 | 5130 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5136/cimple-worker: 2024-04-25 03:44:14.542 | 5136 | Waiting for a new command +2024-04-25 03:44:14 | INFO | Process 5136/cimple-worker is ready +2024-04-25 03:44:14 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/cimple.sqlite +2024-04-25 03:44:14 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:44:14 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:44:14 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:44:14 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:44:14 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:44:14 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:44:14 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:44:14 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:44:14 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:44:14 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:14 | INFO | Executing 1 clients +2024-04-25 03:44:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.759 | 5130 | Waiting for new connections +2024-04-25 03:44:14 | INFO | Executing 1 clients +2024-04-25 03:44:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.769 | 5153 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.769 | 5132 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo from the queue +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.769 | 5132 | Removed worker 8 from the queue +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.769 | 5132 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to worker 8 +2024-04-25 03:44:14 | INFO | 5133/cimple-worker: 2024-04-25 03:44:14.769 | 5133 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to /tmp/git.bkP8uE +2024-04-25 03:44:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.770 | 5130 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.771 | 5130 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5133/cimple-worker: 2024-04-25 03:44:14.774 | 5133 | Checking out revision HEAD +2024-04-25 03:44:14 | INFO | 5133/cimple-worker: 2024-04-25 03:44:14.775 | 5133 | Going to run: ./ci +2024-04-25 03:44:14 | INFO | Executing 1 clients +2024-04-25 03:44:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.789 | 5156 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.789 | 5130 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5136/cimple-worker: 2024-04-25 03:44:14.789 | 5136 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to /tmp/git.QcMQxf +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.789 | 5132 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo from the queue +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.789 | 5132 | Removed worker 9 from the queue +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.789 | 5132 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to worker 9 +2024-04-25 03:44:14 | INFO | 5136/cimple-worker: 2024-04-25 03:44:14.795 | 5136 | Checking out revision HEAD +2024-04-25 03:44:14 | INFO | 5136/cimple-worker: 2024-04-25 03:44:14.796 | 5136 | Going to run: ./ci +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.798 | 5130 | Waiting for new connections +2024-04-25 03:44:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.799 | 5161 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.800 | 5130 | Waiting for new connections +2024-04-25 03:44:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:14 | INFO | Executing 1 clients +2024-04-25 03:44:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.851 | 5130 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.863 | 5166 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2024-04-25 03:44:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.864 | 5130 | Waiting for new connections +2024-04-25 03:44:14 | INFO | Executing 1 clients +2024-04-25 03:44:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.890 | 5130 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.892 | 5169 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2024-04-25 03:44:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:14 | INFO | 5133/cimple-worker: 2024-04-25 03:44:14.902 | 5133 | Recursively removing directory: /tmp/git.bkP8uE/ +2024-04-25 03:44:14 | INFO | 5133/cimple-worker: 2024-04-25 03:44:14.903 | 5133 | Process exit code: -11 +2024-04-25 03:44:14 | INFO | 5133/cimple-worker: 2024-04-25 03:44:14.903 | 5133 | Process output: 26 bytes +2024-04-25 03:44:14 | INFO | 5133/cimple-worker: 2024-04-25 03:44:14.903 | 5133 | Waiting for a new command +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.902 | 5130 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.904 | 5130 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.904 | 5130 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.904 | 5171 | Added a new worker 10 to the queue +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.904 | 5130 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.904 | 5132 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo from the queue +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.904 | 5132 | Removed worker 10 from the queue +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.904 | 5132 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to worker 10 +2024-04-25 03:44:14 | INFO | 5133/cimple-worker: 2024-04-25 03:44:14.905 | 5133 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to /tmp/git.YyI2RK +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.907 | 5170 | Marked run 1 as finished +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.907 | 5130 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5133/cimple-worker: 2024-04-25 03:44:14.910 | 5133 | Checking out revision HEAD +2024-04-25 03:44:14 | INFO | 5133/cimple-worker: 2024-04-25 03:44:14.911 | 5133 | Going to run: ./ci +2024-04-25 03:44:14 | INFO | 5136/cimple-worker: 2024-04-25 03:44:14.934 | 5136 | Recursively removing directory: /tmp/git.QcMQxf/ +2024-04-25 03:44:14 | INFO | 5136/cimple-worker: 2024-04-25 03:44:14.935 | 5136 | Process exit code: -11 +2024-04-25 03:44:14 | INFO | 5136/cimple-worker: 2024-04-25 03:44:14.935 | 5136 | Process output: 26 bytes +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.935 | 5130 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5136/cimple-worker: 2024-04-25 03:44:14.936 | 5136 | Waiting for a new command +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.936 | 5130 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.936 | 5175 | Added a new worker 11 to the queue +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.936 | 5132 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo from the queue +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.936 | 5132 | Removed worker 11 from the queue +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.936 | 5130 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.936 | 5132 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to worker 11 +2024-04-25 03:44:14 | INFO | 5136/cimple-worker: 2024-04-25 03:44:14.936 | 5136 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to /tmp/git.EsIoNF +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.937 | 5174 | Marked run 2 as finished +2024-04-25 03:44:14 | INFO | 5130/cimple-server: 2024-04-25 03:44:14.938 | 5130 | Waiting for new connections +2024-04-25 03:44:14 | INFO | 5136/cimple-worker: 2024-04-25 03:44:14.941 | 5136 | Checking out revision HEAD +2024-04-25 03:44:14 | INFO | 5136/cimple-worker: 2024-04-25 03:44:14.942 | 5136 | Going to run: ./ci +2024-04-25 03:44:15 | INFO | 5133/cimple-worker: 2024-04-25 03:44:15.000 | 5133 | Recursively removing directory: /tmp/git.YyI2RK/ +2024-04-25 03:44:15 | INFO | 5133/cimple-worker: 2024-04-25 03:44:15.002 | 5133 | Process exit code: -11 +2024-04-25 03:44:15 | INFO | 5133/cimple-worker: 2024-04-25 03:44:15.002 | 5133 | Process output: 26 bytes +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.002 | 5130 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.002 | 5130 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.002 | 5179 | Added a new worker 11 to the queue +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.002 | 5132 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo from the queue +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.002 | 5132 | Removed worker 11 from the queue +2024-04-25 03:44:15 | INFO | 5133/cimple-worker: 2024-04-25 03:44:15.002 | 5133 | Waiting for a new command +2024-04-25 03:44:15 | INFO | 5133/cimple-worker: 2024-04-25 03:44:15.002 | 5133 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to /tmp/git.apWLRy +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.002 | 5132 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to worker 11 +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.002 | 5130 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.004 | 5178 | Marked run 3 as finished +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.004 | 5130 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5133/cimple-worker: 2024-04-25 03:44:15.006 | 5133 | Checking out revision HEAD +2024-04-25 03:44:15 | INFO | 5133/cimple-worker: 2024-04-25 03:44:15.007 | 5133 | Going to run: ./ci +2024-04-25 03:44:15 | INFO | 5136/cimple-worker: 2024-04-25 03:44:15.027 | 5136 | Recursively removing directory: /tmp/git.EsIoNF/ +2024-04-25 03:44:15 | INFO | 5136/cimple-worker: 2024-04-25 03:44:15.028 | 5136 | Process exit code: -11 +2024-04-25 03:44:15 | INFO | 5136/cimple-worker: 2024-04-25 03:44:15.028 | 5136 | Process output: 26 bytes +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.029 | 5130 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5136/cimple-worker: 2024-04-25 03:44:15.029 | 5136 | Waiting for a new command +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.029 | 5130 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.029 | 5183 | Added a new worker 11 to the queue +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.029 | 5130 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.030 | 5182 | Marked run 4 as finished +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.030 | 5130 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5133/cimple-worker: 2024-04-25 03:44:15.090 | 5133 | Recursively removing directory: /tmp/git.apWLRy/ +2024-04-25 03:44:15 | INFO | 5133/cimple-worker: 2024-04-25 03:44:15.091 | 5133 | Process exit code: -11 +2024-04-25 03:44:15 | INFO | 5133/cimple-worker: 2024-04-25 03:44:15.091 | 5133 | Process output: 26 bytes +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.091 | 5130 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.091 | 5130 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.092 | 5185 | Added a new worker 12 to the queue +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.092 | 5130 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5133/cimple-worker: 2024-04-25 03:44:15.091 | 5133 | Waiting for a new command +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.093 | 5184 | Marked run 5 as finished +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.093 | 5130 | Waiting for new connections +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.095 | 5130 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.096 | 5188 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.096 | 5188 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.096 | 5188 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.096 | 5188 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.096 | 5188 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.096 | 5130 | Waiting for new connections +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:44:15 | 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-04-25 03:44:15 | INFO | Terminating process 5136/cimple-worker +2024-04-25 03:44:15 | INFO | 5136/cimple-worker: 2024-04-25 03:44:15.097 | 5136 | Shutting down +2024-04-25 03:44:15 | INFO | Terminating process 5133/cimple-worker +2024-04-25 03:44:15 | INFO | 5133/cimple-worker: 2024-04-25 03:44:15.098 | 5133 | Shutting down +2024-04-25 03:44:15 | INFO | Terminating process 5130/cimple-server +2024-04-25 03:44:15 | INFO | 5130/cimple-server: 2024-04-25 03:44:15.100 | 5130 | Shutting down
Passedsrc/test_repo.py::test_repo[segfault-numof_clients=5-runs_per_client=5]1.53
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/cimple.sqlite'] +2024-04-25 03:44:15 | INFO | Process 5189/cimple-server has started +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.104 | 5189 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/cimple.sqlite +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.104 | 5189 | SQLite database version: 0 +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.104 | 5189 | Newest database version: 1 +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.104 | 5189 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.115 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | Process 5189/cimple-server is ready +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:15 | INFO | Process 5192/cimple-worker has started +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.124 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.124 | 5194 | Added a new worker 8 to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.124 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.124 | 5192 | Waiting for a new command +2024-04-25 03:44:15 | INFO | Process 5192/cimple-worker is ready +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:15 | INFO | Process 5195/cimple-worker has started +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.133 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.133 | 5197 | Added a new worker 9 to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.133 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.133 | 5195 | Waiting for a new command +2024-04-25 03:44:15 | INFO | Process 5195/cimple-worker is ready +2024-04-25 03:44:15 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/cimple.sqlite +2024-04-25 03:44:15 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:44:15 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:44:15 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:44:15 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:44:15 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:44:15 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:44:15 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:44:15 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:44:15 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:44:15 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:15 | INFO | Executing 5 clients +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.356 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | Executing 5 clients +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.359 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.362 | 5215 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.362 | 5191 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.362 | 5191 | Removed worker 8 from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.362 | 5191 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 8 +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.362 | 5192 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.RDweX3 +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.363 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.368 | 5192 | Checking out revision HEAD +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.369 | 5192 | Going to run: ./ci +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.370 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.371 | 5214 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.371 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.W5jxbb +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.371 | 5191 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.371 | 5191 | Removed worker 9 from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.371 | 5191 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 9 +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.371 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.376 | 5195 | Checking out revision HEAD +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.377 | 5195 | Going to run: ./ci +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.379 | 5218 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.379 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.380 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.383 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.383 | 5224 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.384 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | Executing 5 clients +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.386 | 5226 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.386 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.388 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.390 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.391 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | Executing 5 clients +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.400 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.400 | 5231 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.401 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.402 | 5230 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.403 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.406 | 5232 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.407 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.408 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.409 | 5235 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.410 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.411 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.413 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.414 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.415 | 5240 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.415 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.418 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.419 | 5243 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.420 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.421 | 5241 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.422 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.423 | 5244 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.423 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.425 | 5246 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.425 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.426 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | Executing 5 clients +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.450 | 5249 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.452 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.454 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.462 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.467 | 5253 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.469 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.470 | 5254 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.470 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.470 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.474 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.476 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.476 | 5258 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.479 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.480 | 5256 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.481 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.483 | 5259 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.484 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.486 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.487 | 5262 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.488 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.490 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.492 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.493 | 5265 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.494 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.496 | 5264 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.496 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.498 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.499 | 5267 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.500 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.503 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.504 | 5269 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-04-25 03:44:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.507 | 5195 | Recursively removing directory: /tmp/git.W5jxbb/ +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.509 | 5195 | Process exit code: -11 +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.509 | 5195 | Process output: 26 bytes +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.509 | 5195 | Waiting for a new command +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.510 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.510 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.510 | 5271 | Added a new worker 12 to the queue +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.510 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.gUGXlT +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.510 | 5191 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.510 | 5191 | Removed worker 12 from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.510 | 5191 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 12 +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.512 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.515 | 5195 | Checking out revision HEAD +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.516 | 5195 | Going to run: ./ci +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.517 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.526 | 5192 | Recursively removing directory: /tmp/git.RDweX3/ +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.526 | 5270 | Marked run 2 as finished +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.527 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.528 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.528 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.528 | 5275 | Added a new worker 10 to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.528 | 5191 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.528 | 5191 | Removed worker 10 from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.528 | 5191 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 10 +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.528 | 5192 | Process exit code: -11 +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.528 | 5192 | Process output: 26 bytes +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.528 | 5192 | Waiting for a new command +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.528 | 5192 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.AZCD8Q +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.531 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.533 | 5274 | Marked run 1 as finished +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.533 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.533 | 5192 | Checking out revision HEAD +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.534 | 5192 | Going to run: ./ci +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.612 | 5195 | Recursively removing directory: /tmp/git.gUGXlT/ +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.614 | 5195 | Process exit code: -11 +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.614 | 5195 | Process output: 26 bytes +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.615 | 5195 | Waiting for a new command +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.614 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.615 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.615 | 5279 | Added a new worker 11 to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.615 | 5191 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.615 | 5191 | Removed worker 11 from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.615 | 5191 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.615 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.92XsJj +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.615 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.616 | 5278 | Marked run 3 as finished +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.616 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.619 | 5195 | Checking out revision HEAD +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.620 | 5195 | Going to run: ./ci +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.627 | 5192 | Recursively removing directory: /tmp/git.AZCD8Q/ +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.628 | 5192 | Process exit code: -11 +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.628 | 5192 | Process output: 26 bytes +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.628 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.628 | 5192 | Waiting for a new command +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.628 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.628 | 5283 | Added a new worker 10 to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.628 | 5191 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.628 | 5191 | Removed worker 10 from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.628 | 5191 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 10 +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.628 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.628 | 5192 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.5L8cMk +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.630 | 5282 | Marked run 4 as finished +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.630 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.632 | 5192 | Checking out revision HEAD +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.633 | 5192 | Going to run: ./ci +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.705 | 5195 | Recursively removing directory: /tmp/git.92XsJj/ +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.706 | 5195 | Process exit code: -11 +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.706 | 5195 | Process output: 26 bytes +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.706 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.707 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.707 | 5287 | Added a new worker 11 to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.707 | 5191 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.707 | 5191 | Removed worker 11 from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.707 | 5191 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.706 | 5195 | Waiting for a new command +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.707 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.y7fxWc +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.707 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.708 | 5286 | Marked run 5 as finished +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.708 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.711 | 5195 | Checking out revision HEAD +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.711 | 5195 | Going to run: ./ci +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.718 | 5192 | Recursively removing directory: /tmp/git.5L8cMk/ +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.719 | 5192 | Process exit code: -11 +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.719 | 5192 | Process output: 26 bytes +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.719 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.720 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.720 | 5291 | Added a new worker 11 to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.720 | 5191 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.720 | 5191 | Removed worker 11 from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.720 | 5191 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.720 | 5192 | Waiting for a new command +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.720 | 5192 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.QR3jro +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.720 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.721 | 5290 | Marked run 6 as finished +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.721 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.724 | 5192 | Checking out revision HEAD +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.725 | 5192 | Going to run: ./ci +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.797 | 5195 | Recursively removing directory: /tmp/git.y7fxWc/ +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.798 | 5195 | Process exit code: -11 +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.798 | 5195 | Process output: 26 bytes +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.799 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.799 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.799 | 5295 | Added a new worker 11 to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.799 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.799 | 5191 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.799 | 5191 | Removed worker 11 from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.799 | 5191 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.799 | 5195 | Waiting for a new command +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.799 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.ujF2sY +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.801 | 5294 | Marked run 7 as finished +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.801 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.803 | 5195 | Checking out revision HEAD +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.804 | 5195 | Going to run: ./ci +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.809 | 5192 | Recursively removing directory: /tmp/git.QR3jro/ +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.811 | 5192 | Process exit code: -11 +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.811 | 5192 | Process output: 26 bytes +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.811 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.811 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.811 | 5299 | Added a new worker 11 to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.811 | 5191 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.811 | 5191 | Removed worker 11 from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.811 | 5191 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.812 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.811 | 5192 | Waiting for a new command +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.812 | 5192 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.TRlmls +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.813 | 5298 | Marked run 8 as finished +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.813 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.816 | 5192 | Checking out revision HEAD +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.817 | 5192 | Going to run: ./ci +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.890 | 5195 | Recursively removing directory: /tmp/git.ujF2sY/ +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.891 | 5195 | Process exit code: -11 +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.891 | 5195 | Process output: 26 bytes +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.892 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.892 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.892 | 5195 | Waiting for a new command +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.892 | 5303 | Added a new worker 11 to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.892 | 5191 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.892 | 5191 | Removed worker 11 from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.892 | 5191 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.892 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.892 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.vdm5MW +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.893 | 5302 | Marked run 9 as finished +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.894 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.896 | 5195 | Checking out revision HEAD +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.897 | 5195 | Going to run: ./ci +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.903 | 5192 | Recursively removing directory: /tmp/git.TRlmls/ +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.904 | 5192 | Process exit code: -11 +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.904 | 5192 | Process output: 26 bytes +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.905 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.905 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.905 | 5192 | Waiting for a new command +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.905 | 5307 | Added a new worker 11 to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.905 | 5191 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.905 | 5191 | Removed worker 11 from the queue +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.905 | 5192 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.fcG7yL +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.905 | 5191 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.905 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.906 | 5306 | Marked run 10 as finished +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.906 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.910 | 5192 | Checking out revision HEAD +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.911 | 5192 | Going to run: ./ci +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.984 | 5195 | Recursively removing directory: /tmp/git.vdm5MW/ +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.986 | 5195 | Process exit code: -11 +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.986 | 5195 | Process output: 26 bytes +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.986 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.986 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.986 | 5311 | Added a new worker 11 to the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.986 | 5191 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.986 | 5191 | Removed worker 11 from the queue +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.986 | 5191 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.986 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.986 | 5195 | Waiting for a new command +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.986 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.TlFYfg +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.988 | 5310 | Marked run 11 as finished +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.988 | 5189 | Waiting for new connections +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.991 | 5195 | Checking out revision HEAD +2024-04-25 03:44:15 | INFO | 5195/cimple-worker: 2024-04-25 03:44:15.992 | 5195 | Going to run: ./ci +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.997 | 5192 | Recursively removing directory: /tmp/git.fcG7yL/ +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.999 | 5192 | Process exit code: -11 +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.999 | 5192 | Process output: 26 bytes +2024-04-25 03:44:15 | INFO | 5192/cimple-worker: 2024-04-25 03:44:15.999 | 5192 | Waiting for a new command +2024-04-25 03:44:15 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.999 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.999 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.999 | 5315 | Added a new worker 10 to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.999 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.999 | 5191 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.999 | 5191 | Removed worker 10 from the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:15.999 | 5191 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 10 +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.000 | 5192 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.cxhnTt +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.001 | 5314 | Marked run 12 as finished +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.001 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.004 | 5192 | Checking out revision HEAD +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.005 | 5192 | Going to run: ./ci +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.078 | 5195 | Recursively removing directory: /tmp/git.TlFYfg/ +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.079 | 5195 | Process exit code: -11 +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.079 | 5195 | Process output: 26 bytes +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.080 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.080 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.080 | 5319 | Added a new worker 11 to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.080 | 5191 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.080 | 5191 | Removed worker 11 from the queue +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.080 | 5195 | Waiting for a new command +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.080 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.R2g0ie +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.080 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.080 | 5191 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.082 | 5318 | Marked run 13 as finished +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.082 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.084 | 5195 | Checking out revision HEAD +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.085 | 5195 | Going to run: ./ci +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.091 | 5192 | Recursively removing directory: /tmp/git.cxhnTt/ +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.092 | 5192 | Process exit code: -11 +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.092 | 5192 | Process output: 26 bytes +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.093 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.093 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.093 | 5192 | Waiting for a new command +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.093 | 5323 | Added a new worker 11 to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.093 | 5191 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.093 | 5191 | Removed worker 11 from the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.093 | 5191 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.093 | 5192 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.D7TGs1 +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.093 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.095 | 5322 | Marked run 14 as finished +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.095 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.098 | 5192 | Checking out revision HEAD +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.098 | 5192 | Going to run: ./ci +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.169 | 5195 | Recursively removing directory: /tmp/git.R2g0ie/ +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.170 | 5195 | Process exit code: -11 +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.170 | 5195 | Process output: 26 bytes +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.170 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.170 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.170 | 5327 | Added a new worker 10 to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.170 | 5191 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.170 | 5191 | Removed worker 10 from the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.170 | 5191 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 10 +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.171 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.170 | 5195 | Waiting for a new command +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.171 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.H7Mqoa +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.173 | 5326 | Marked run 15 as finished +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.173 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.175 | 5195 | Checking out revision HEAD +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.176 | 5195 | Going to run: ./ci +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.181 | 5192 | Recursively removing directory: /tmp/git.D7TGs1/ +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.182 | 5192 | Process exit code: -11 +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.182 | 5192 | Process output: 26 bytes +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.182 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.183 | 5192 | Waiting for a new command +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.183 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.183 | 5331 | Added a new worker 11 to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.183 | 5191 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.183 | 5191 | Removed worker 11 from the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.183 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.183 | 5191 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.183 | 5192 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.WJlLTa +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.184 | 5330 | Marked run 16 as finished +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.184 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.188 | 5192 | Checking out revision HEAD +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.189 | 5192 | Going to run: ./ci +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.262 | 5195 | Recursively removing directory: /tmp/git.H7Mqoa/ +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.263 | 5195 | Process exit code: -11 +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.263 | 5195 | Process output: 26 bytes +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.263 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.264 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.264 | 5335 | Added a new worker 11 to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.264 | 5191 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.264 | 5191 | Removed worker 11 from the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.264 | 5191 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.264 | 5195 | Waiting for a new command +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.264 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.5BZpoB +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.264 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.265 | 5334 | Marked run 17 as finished +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.265 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.268 | 5195 | Checking out revision HEAD +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.269 | 5195 | Going to run: ./ci +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.275 | 5192 | Recursively removing directory: /tmp/git.WJlLTa/ +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.277 | 5192 | Process exit code: -11 +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.277 | 5192 | Process output: 26 bytes +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.277 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.277 | 5192 | Waiting for a new command +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.277 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.277 | 5339 | Added a new worker 11 to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.277 | 5191 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.277 | 5191 | Removed worker 11 from the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.277 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.277 | 5191 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.277 | 5192 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.GEW8Yp +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.279 | 5338 | Marked run 18 as finished +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.279 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.282 | 5192 | Checking out revision HEAD +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.283 | 5192 | Going to run: ./ci +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.354 | 5195 | Recursively removing directory: /tmp/git.5BZpoB/ +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.355 | 5195 | Process exit code: -11 +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.355 | 5195 | Process output: 26 bytes +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.356 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.356 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.356 | 5195 | Waiting for a new command +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.356 | 5343 | Added a new worker 11 to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.356 | 5191 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.356 | 5191 | Removed worker 11 from the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.356 | 5191 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.356 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.A5DugR +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.357 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.357 | 5342 | Marked run 19 as finished +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.358 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.360 | 5195 | Checking out revision HEAD +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.361 | 5195 | Going to run: ./ci +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.368 | 5192 | Recursively removing directory: /tmp/git.GEW8Yp/ +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.369 | 5192 | Process exit code: -11 +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.369 | 5192 | Process output: 26 bytes +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.369 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.369 | 5192 | Waiting for a new command +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.369 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.369 | 5347 | Added a new worker 11 to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.369 | 5191 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.369 | 5191 | Removed worker 11 from the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.369 | 5191 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.369 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.369 | 5192 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.AS8ptn +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.371 | 5346 | Marked run 20 as finished +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.371 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.374 | 5192 | Checking out revision HEAD +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.375 | 5192 | Going to run: ./ci +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.445 | 5195 | Recursively removing directory: /tmp/git.A5DugR/ +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.446 | 5195 | Process exit code: -11 +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.446 | 5195 | Process output: 26 bytes +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.446 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.446 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.446 | 5351 | Added a new worker 10 to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.446 | 5191 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.446 | 5191 | Removed worker 10 from the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.446 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.446 | 5191 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 10 +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.446 | 5195 | Waiting for a new command +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.447 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.TkAWcF +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.449 | 5350 | Marked run 21 as finished +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.449 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.451 | 5195 | Checking out revision HEAD +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.452 | 5195 | Going to run: ./ci +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.459 | 5192 | Recursively removing directory: /tmp/git.AS8ptn/ +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.460 | 5192 | Process exit code: -11 +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.460 | 5192 | Process output: 26 bytes +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.460 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.460 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.460 | 5355 | Added a new worker 11 to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.460 | 5191 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.460 | 5191 | Removed worker 11 from the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.460 | 5191 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.460 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.460 | 5192 | Waiting for a new command +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.460 | 5192 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.Vu9mz2 +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.461 | 5354 | Marked run 22 as finished +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.462 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.465 | 5192 | Checking out revision HEAD +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.466 | 5192 | Going to run: ./ci +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.538 | 5195 | Recursively removing directory: /tmp/git.TkAWcF/ +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.539 | 5195 | Process exit code: -11 +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.539 | 5195 | Process output: 26 bytes +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.539 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.539 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.539 | 5359 | Added a new worker 11 to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.539 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.539 | 5191 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.539 | 5191 | Removed worker 11 from the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.539 | 5191 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.539 | 5195 | Waiting for a new command +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.540 | 5195 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.mZEOrn +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.541 | 5358 | Marked run 23 as finished +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.541 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.545 | 5195 | Checking out revision HEAD +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.546 | 5195 | Going to run: ./ci +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.553 | 5192 | Recursively removing directory: /tmp/git.Vu9mz2/ +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.554 | 5192 | Process exit code: -11 +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.554 | 5192 | Process output: 26 bytes +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.555 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.555 | 5192 | Waiting for a new command +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.555 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.555 | 5363 | Added a new worker 11 to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.555 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.557 | 5362 | Marked run 24 as finished +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.557 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.628 | 5195 | Recursively removing directory: /tmp/git.mZEOrn/ +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.629 | 5195 | Process exit code: -11 +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.629 | 5195 | Process output: 26 bytes +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.630 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.630 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.630 | 5365 | Added a new worker 12 to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.630 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.630 | 5195 | Waiting for a new command +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.631 | 5364 | Marked run 25 as finished +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.631 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5368 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.634 | 5189 | Waiting for new connections +2024-04-25 03:44:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:44:16 | 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-04-25 03:44:16 | INFO | Terminating process 5195/cimple-worker +2024-04-25 03:44:16 | INFO | 5195/cimple-worker: 2024-04-25 03:44:16.636 | 5195 | Shutting down +2024-04-25 03:44:16 | INFO | Terminating process 5192/cimple-worker +2024-04-25 03:44:16 | INFO | 5192/cimple-worker: 2024-04-25 03:44:16.637 | 5192 | Shutting down +2024-04-25 03:44:16 | INFO | Terminating process 5189/cimple-server +2024-04-25 03:44:16 | INFO | 5189/cimple-server: 2024-04-25 03:44:16.639 | 5189 | Shutting down
Passedsrc/test_repo.py::test_repo_stress[output_simple-numof_clients=10-runs_per_client=50]4.68
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/cimple.sqlite'] +2024-04-25 03:44:16 | INFO | Process 5369/cimple-server has started +2024-04-25 03:44:16 | INFO | 5369/cimple-server: 2024-04-25 03:44:16.643 | 5369 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/cimple.sqlite +2024-04-25 03:44:16 | INFO | 5369/cimple-server: 2024-04-25 03:44:16.643 | 5369 | SQLite database version: 0 +2024-04-25 03:44:16 | INFO | 5369/cimple-server: 2024-04-25 03:44:16.643 | 5369 | Newest database version: 1 +2024-04-25 03:44:16 | INFO | 5369/cimple-server: 2024-04-25 03:44:16.643 | 5369 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:16 | INFO | 5369/cimple-server: 2024-04-25 03:44:16.655 | 5369 | Waiting for new connections +2024-04-25 03:44:16 | INFO | Process 5369/cimple-server is ready +2024-04-25 03:44:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:16 | INFO | Process 5372/cimple-worker has started +2024-04-25 03:44:16 | INFO | 5369/cimple-server: 2024-04-25 03:44:16.663 | 5369 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5369/cimple-server: 2024-04-25 03:44:16.663 | 5374 | Added a new worker 8 to the queue +2024-04-25 03:44:16 | INFO | 5369/cimple-server: 2024-04-25 03:44:16.663 | 5369 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5372/cimple-worker: 2024-04-25 03:44:16.663 | 5372 | Waiting for a new command +2024-04-25 03:44:16 | INFO | Process 5372/cimple-worker is ready +2024-04-25 03:44:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:16 | INFO | Process 5375/cimple-worker has started +2024-04-25 03:44:16 | INFO | 5369/cimple-server: 2024-04-25 03:44:16.672 | 5369 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5369/cimple-server: 2024-04-25 03:44:16.672 | 5377 | Added a new worker 9 to the queue +2024-04-25 03:44:16 | INFO | 5369/cimple-server: 2024-04-25 03:44:16.672 | 5369 | Waiting for new connections +2024-04-25 03:44:16 | INFO | 5375/cimple-worker: 2024-04-25 03:44:16.672 | 5375 | Waiting for a new command +2024-04-25 03:44:16 | INFO | Process 5375/cimple-worker is ready +2024-04-25 03:44:16 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/cimple.sqlite +2024-04-25 03:44:16 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:44:16 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:44:16 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:44:16 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:44:16 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:44:16 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:44:16 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:44:16 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:44:16 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:44:16 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-04-25 03:44:16 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-04-25 03:44:16 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-04-25 03:44:16 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-04-25 03:44:16 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:17 | INFO | Executing 50 clients +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.140 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Executing 50 clients +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | Executing 50 clients +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | Executing 50 clients +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.154 | 5402 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.154 | 5371 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.154 | 5371 | Removed worker 8 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.155 | 5371 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.155 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.MeiDm0 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.155 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.156 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Executing 50 clients +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.160 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.160 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.161 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.161 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.165 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.167 | 5413 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.168 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.0Wmldd +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.167 | 5371 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.167 | 5371 | Removed worker 9 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.167 | 5371 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 9 +2024-04-25 03:44:17 | INFO | Executing 50 clients +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.173 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | Executing 50 clients +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.175 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.176 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.176 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.178 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.179 | 5415 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.179 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.181 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.181 | 5410 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.182 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.183 | 5412 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.183 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.184 | 5421 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.184 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.187 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.187 | 5424 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.188 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.189 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.191 | 5423 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.191 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.195 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.195 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.195 | 5430 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.196 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.197 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Executing 50 clients +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.198 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.198 | 5432 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.199 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.200 | 5372 | Recursively removing directory: /tmp/git.MeiDm0/ +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.202 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.202 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.202 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.202 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.203 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.203 | 5441 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.203 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.204 | 5452 | Added a new worker 14 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.204 | 5371 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.204 | 5371 | Removed worker 14 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.204 | 5371 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.204 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.205 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.eQbStq +2024-04-25 03:44:17 | INFO | Executing 50 clients +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.205 | 5443 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.205 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.206 | 5375 | Recursively removing directory: /tmp/git.0Wmldd/ +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.208 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.209 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.209 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.209 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.209 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.209 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.209 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.209 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.209 | 5460 | Added a new worker 23 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.209 | 5371 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.209 | 5371 | Removed worker 23 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.209 | 5371 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 23 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.209 | 5450 | Marked run 1 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.209 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.210 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.210 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.CF1M0e +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.210 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.211 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.212 | 5440 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.213 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.212 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.214 | 5459 | Marked run 2 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.214 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.215 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.215 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.215 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.216 | 5447 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.217 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.217 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.219 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.219 | 5457 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.220 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Executing 50 clients +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.221 | 5456 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.221 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.222 | 5458 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.223 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.223 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.224 | 5461 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.224 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.225 | 5462 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.226 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.227 | 5464 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.227 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.227 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.227 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.229 | 5463 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.229 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.230 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.230 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.230 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.230 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.232 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.232 | 5372 | Recursively removing directory: /tmp/git.eQbStq/ +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.233 | 5375 | Recursively removing directory: /tmp/git.CF1M0e/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.234 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.234 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.234 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.235 | 5473 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.235 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.235 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.235 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.235 | 5499 | Added a new worker 29 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.235 | 5371 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.235 | 5371 | Removed worker 29 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.235 | 5371 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.235 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.h56moi +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.236 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.236 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.236 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.237 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.237 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.237 | 5478 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.237 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.237 | 5502 | Added a new worker 14 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.237 | 5371 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.237 | 5371 | Removed worker 14 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.238 | 5371 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.238 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.237 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.238 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.tqPmRj +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.239 | 5484 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.239 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.240 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.240 | 5485 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.241 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.242 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.242 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.242 | 5498 | Marked run 3 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.242 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.243 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.244 | 5501 | Marked run 4 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.244 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.244 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.245 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.245 | 5491 | Added a new run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.245 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.246 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.247 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.247 | 5492 | Added a new run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.248 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.249 | 5493 | Added a new run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.249 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.249 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.250 | 5494 | Added a new run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.251 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.252 | 5516 | Added a new run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.252 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.253 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.254 | 5497 | Added a new run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.254 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.255 | 5505 | Added a new run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.255 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.255 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.255 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.256 | 5372 | Recursively removing directory: /tmp/git.h56moi/ +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.258 | 5507 | Added a new run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.258 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.258 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.258 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.258 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.259 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.259 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.259 | 5529 | Added a new run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.259 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.260 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.260 | 5537 | Added a new worker 12 to the queue +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.259 | 5375 | Recursively removing directory: /tmp/git.tqPmRj/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.260 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.260 | 5371 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.260 | 5371 | Removed worker 12 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.260 | 5371 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.260 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.yAqyS7 +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.261 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.261 | 5510 | Added a new run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.261 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.263 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.263 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.263 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.263 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.263 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.264 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.264 | 5542 | Added a new worker 30 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.264 | 5371 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.264 | 5371 | Removed worker 30 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.264 | 5371 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 30 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.264 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.264 | 5536 | Marked run 5 as finished +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.264 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.x8gVUz +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.264 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.265 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.266 | 5496 | Added a new run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.266 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.267 | 5521 | Added a new run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.269 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.270 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.270 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.270 | 5526 | Added a new run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.270 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.270 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.272 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.273 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.272 | 5528 | Added a new run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.272 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.273 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.274 | 5541 | Marked run 6 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.274 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.275 | 5508 | Added a new run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.275 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.276 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.276 | 5534 | Added a new run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.277 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.278 | 5538 | Added a new run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.278 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.279 | 5543 | Added a new run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.280 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.280 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.281 | 5544 | Added a new run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.281 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.283 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.283 | 5372 | Recursively removing directory: /tmp/git.yAqyS7/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.284 | 5545 | Added a new run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.284 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.284 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.285 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.285 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.285 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.285 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.285 | 5576 | Added a new worker 27 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.286 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.286 | 5548 | Added a new run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.286 | 5371 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.286 | 5371 | Removed worker 27 from the queue +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.286 | 5375 | Recursively removing directory: /tmp/git.x8gVUz/ +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.286 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ZxUE1n +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.286 | 5371 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.286 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.288 | 5553 | Added a new run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.288 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.288 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.288 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.289 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.289 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.fTchKa +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.289 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.289 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.289 | 5582 | Added a new worker 27 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.289 | 5371 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.289 | 5371 | Removed worker 27 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.289 | 5371 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.289 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.290 | 5555 | Added a new run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.291 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.292 | 5556 | Added a new run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.293 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.293 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.294 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.295 | 5565 | Added a new run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.295 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.296 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.295 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.297 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.297 | 5575 | Marked run 7 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.297 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.298 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.298 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.299 | 5566 | Added a new run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.299 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.300 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.300 | 5581 | Marked run 8 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.301 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.302 | 5572 | Added a new run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.302 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.303 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.303 | 5574 | Added a new run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.304 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.305 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.306 | 5577 | Added a new run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.306 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.306 | 5372 | Recursively removing directory: /tmp/git.ZxUE1n/ +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.308 | 5584 | Added a new run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.308 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.309 | 5375 | Recursively removing directory: /tmp/git.fTchKa/ +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.308 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.308 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.309 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.310 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.310 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.310 | 5586 | Added a new run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.310 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.310 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.310 | 5612 | Added a new worker 15 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.310 | 5371 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.310 | 5371 | Removed worker 15 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.310 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.310 | 5371 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.311 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.PTcMAp +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.311 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.311 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.311 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.311 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.311 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.312 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.312 | 5591 | Added a new run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.313 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.314 | 5616 | Added a new worker 20 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.314 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.314 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Vemvsg +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.314 | 5371 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.314 | 5371 | Removed worker 20 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.314 | 5371 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 20 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.314 | 5611 | Marked run 9 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.315 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.315 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.315 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.316 | 5615 | Marked run 10 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.316 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.317 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.318 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.317 | 5590 | Added a new run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.318 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.319 | 5592 | Added a new run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.319 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.320 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.321 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.322 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.321 | 5593 | Added a new run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.323 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.323 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.323 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.324 | 5598 | Added a new run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.324 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.325 | 5605 | Added a new run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.326 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.327 | 5613 | Added a new run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.327 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.328 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.328 | 5617 | Added a new run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.329 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.330 | 5634 | Added a new run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.331 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.331 | 5619 | Added a new run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.331 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.332 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.333 | 5621 | Added a new run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.333 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.334 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.334 | 5372 | Recursively removing directory: /tmp/git.PTcMAp/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.334 | 5625 | Added a new run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.335 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.335 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.336 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.336 | 5375 | Recursively removing directory: /tmp/git.Vemvsg/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.336 | 5628 | Added a new run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.337 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.337 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.337 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.337 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.337 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.337 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.338 | 5655 | Added a new worker 25 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.338 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.338 | 5371 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.338 | 5371 | Removed worker 25 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.338 | 5371 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 25 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.338 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.338 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.339 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.339 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.7rSrfg +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.339 | 5638 | Added a new run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.339 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.339 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.339 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.339 | 5658 | Added a new worker 26 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.339 | 5371 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.339 | 5371 | Removed worker 26 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.339 | 5371 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 26 +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.340 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.yX0U8P +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.340 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.342 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.342 | 5649 | Added a new run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.342 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.343 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.343 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.345 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.346 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.347 | 5640 | Added a new run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.347 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.348 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.348 | 5654 | Marked run 11 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.348 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.349 | 5657 | Marked run 12 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.350 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.350 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.350 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.351 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.351 | 5646 | Added a new run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.351 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.352 | 5620 | Added a new run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.352 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.353 | 5652 | Added a new run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.354 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.355 | 5653 | Added a new run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.355 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.355 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.356 | 5659 | Added a new run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.357 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.359 | 5661 | Added a new run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.359 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.360 | 5372 | Recursively removing directory: /tmp/git.7rSrfg/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.361 | 5663 | Added a new run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.361 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.362 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.362 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.362 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.362 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.362 | 5692 | Added a new worker 23 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.362 | 5371 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.362 | 5371 | Removed worker 23 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.362 | 5371 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 23 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.363 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.362 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.362 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.362 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.363 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.67SlJL +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.364 | 5664 | Added a new run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.365 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.365 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.366 | 5665 | Added a new run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.366 | 5375 | Recursively removing directory: /tmp/git.yX0U8P/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.366 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.368 | 5691 | Marked run 13 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.368 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.369 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.369 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.369 | 5668 | Added a new run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.369 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.369 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.370 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.370 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.370 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.370 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.371 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.L1h34U +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.370 | 5700 | Added a new worker 27 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.370 | 5371 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.370 | 5371 | Removed worker 27 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.370 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.370 | 5371 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.371 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.371 | 5678 | Added a new run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.372 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.373 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.373 | 5682 | Added a new run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.374 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.375 | 5686 | Added a new run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.375 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.376 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.377 | 5690 | Added a new run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.377 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.377 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.378 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.378 | 5689 | Added a new run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.379 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.379 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.379 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.380 | 5695 | Added a new run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.380 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.382 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.382 | 5699 | Marked run 14 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.382 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.383 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.383 | 5696 | Added a new run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.383 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.383 | 5372 | Recursively removing directory: /tmp/git.67SlJL/ +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.384 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.384 | 5698 | Added a new run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.385 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.386 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.386 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.386 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.386 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.386 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.386 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.386 | 5721 | Added a new run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.387 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.387 | 5727 | Added a new worker 16 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.387 | 5371 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.387 | 5371 | Removed worker 16 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.387 | 5371 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.388 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.388 | 5726 | Marked run 15 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.389 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.390 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.390 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.387 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.rD3H5L +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.391 | 5375 | Recursively removing directory: /tmp/git.L1h34U/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.391 | 5705 | Added a new run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.392 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.393 | 5708 | Added a new run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.394 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.394 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.394 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.394 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.395 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.394 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.394 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.394 | 5738 | Added a new worker 27 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.394 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.394 | 5371 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.394 | 5371 | Removed worker 27 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.394 | 5371 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.395 | 5710 | Added a new run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.396 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.395 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.lfB0VC +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.397 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.398 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.398 | 5716 | Added a new run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.398 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.399 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.399 | 5737 | Marked run 16 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.400 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.401 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.401 | 5703 | Added a new run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.402 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.403 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.403 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.404 | 5720 | Added a new run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.404 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.405 | 5723 | Added a new run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.405 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.405 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.406 | 5728 | Added a new run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.406 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.407 | 5733 | Added a new run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.407 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.409 | 5735 | Added a new run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.410 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.410 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.410 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.411 | 5740 | Added a new run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.411 | 5372 | Recursively removing directory: /tmp/git.rD3H5L/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.411 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.412 | 5743 | Added a new run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.413 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.413 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.414 | 5744 | Added a new run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.414 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.414 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.414 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.414 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.415 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.415 | 5748 | Added a new run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.416 | 5772 | Added a new worker 9 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.416 | 5371 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.416 | 5371 | Removed worker 9 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.416 | 5371 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 9 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.416 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.416 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.416 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.YGwE9w +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.417 | 5754 | Added a new run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.417 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.418 | 5762 | Added a new run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.419 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.420 | 5375 | Recursively removing directory: /tmp/git.lfB0VC/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.420 | 5770 | Marked run 17 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.420 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.420 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.421 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.423 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.423 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.423 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.424 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.424 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.424 | 5784 | Added a new worker 31 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.424 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.424 | 5371 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.424 | 5371 | Removed worker 31 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.424 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.424 | 5371 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.424 | 5763 | Added a new run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.425 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.423 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.424 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.wSWjYx +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.424 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.425 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.426 | 5769 | Added a new run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.427 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.428 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.428 | 5783 | Marked run 18 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.428 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.430 | 5767 | Added a new run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.430 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.431 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.432 | 5775 | Added a new run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.432 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.432 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.433 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.433 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.434 | 5773 | Added a new run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.435 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.435 | 5372 | Recursively removing directory: /tmp/git.YGwE9w/ +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.436 | 5780 | Added a new run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.436 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.436 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.438 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.438 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.438 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.438 | 5778 | Added a new run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.438 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.438 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.438 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.439 | 5806 | Added a new worker 27 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.439 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.439 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.439 | 5371 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.439 | 5371 | Removed worker 27 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.439 | 5371 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.440 | 5781 | Added a new run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.440 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.440 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.440 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.9fCnvY +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.441 | 5782 | Added a new run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.441 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.442 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.443 | 5804 | Marked run 19 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.443 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.444 | 5785 | Added a new run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.445 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.445 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.446 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.446 | 5789 | Added a new run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.446 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.447 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.448 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.448 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.448 | 5793 | Added a new run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.449 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.448 | 5375 | Recursively removing directory: /tmp/git.wSWjYx/ +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.451 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.451 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.451 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.451 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.451 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.451 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.451 | 5825 | Added a new worker 22 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.451 | 5371 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.451 | 5371 | Removed worker 22 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.452 | 5371 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 22 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.452 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.452 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gqLHSp +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.452 | 5798 | Added a new run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.452 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.452 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.454 | 5805 | Added a new run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.454 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.455 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.457 | 5801 | Added a new run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.457 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.458 | 5372 | Recursively removing directory: /tmp/git.9fCnvY/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.458 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.459 | 5812 | Added a new run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.459 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.459 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.460 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.460 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.460 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.461 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.461 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.461 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.461 | 5808 | Added a new run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.461 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.460 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.462 | 5840 | Added a new worker 9 to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.462 | 5371 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.462 | 5371 | Removed worker 9 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.462 | 5371 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 9 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.462 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.462 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.2YkPwh +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.463 | 5815 | Added a new run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.463 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.465 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.465 | 5817 | Added a new run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.465 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.466 | 5820 | Added a new run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.467 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.467 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.468 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.468 | 5827 | Added a new run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.469 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.469 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.470 | 5823 | Added a new run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.470 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.471 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.471 | 5824 | Marked run 20 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.471 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.472 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.472 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.472 | 5839 | Marked run 21 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.473 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.473 | 5833 | Added a new run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.474 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.474 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.475 | 5375 | Recursively removing directory: /tmp/git.gqLHSp/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.475 | 5836 | Added a new run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.475 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.477 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.477 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.477 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.478 | 5837 | Added a new run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.478 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.478 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.478 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.478 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.479 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.W2Mb1B +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.478 | 5867 | Added a new worker 14 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.479 | 5371 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.479 | 5371 | Removed worker 14 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.479 | 5371 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.479 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.479 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.479 | 5843 | Added a new run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.480 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.482 | 5866 | Marked run 22 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.482 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.482 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.483 | 5372 | Recursively removing directory: /tmp/git.2YkPwh/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.483 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.483 | 5845 | Added a new run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.484 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.485 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.485 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.485 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.485 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.485 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.485 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.486 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.IUkXUs +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.485 | 5878 | Added a new worker 30 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.485 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.486 | 5371 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.486 | 5371 | Removed worker 30 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.486 | 5371 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 30 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.487 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.487 | 5849 | Added a new run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.487 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.488 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.489 | 5854 | Added a new run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.489 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.491 | 5855 | Added a new run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.491 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.492 | 5857 | Added a new run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.492 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.492 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.494 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.494 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.494 | 5861 | Added a new run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.494 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.495 | 5865 | Added a new run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.496 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.496 | 5872 | Added a new run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.497 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.497 | 5877 | Marked run 23 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.498 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.498 | 5874 | Added a new run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.499 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.499 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.500 | 5875 | Added a new run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.500 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.501 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.501 | 5375 | Recursively removing directory: /tmp/git.W2Mb1B/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.502 | 5880 | Added a new run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.502 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.503 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.503 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.504 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.504 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.504 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.504 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.505 | 5885 | Added a new run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.505 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.505 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.505 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.505 | 5907 | Added a new worker 8 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.505 | 5371 | Removed run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.505 | 5371 | Removed worker 8 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.505 | 5371 | Assigned run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.506 | 5887 | Added a new run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.506 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LKmCfz +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.507 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.507 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.508 | 5897 | Added a new run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.509 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.510 | 5901 | Added a new run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.512 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.511 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.512 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.513 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.513 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.513 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.514 | 5898 | Added a new run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.514 | 5372 | Recursively removing directory: /tmp/git.IUkXUs/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.514 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.515 | 5904 | Added a new run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.515 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.516 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.517 | 5903 | Added a new run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.517 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.517 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.517 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.518 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.518 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.519 | 5908 | Added a new run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.519 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.519 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.520 | 5906 | Marked run 24 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.520 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.521 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.521 | 5910 | Added a new run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.521 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.521 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.521 | 5927 | Added a new worker 11 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.521 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.521 | 5371 | Removed run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.521 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.521 | 5371 | Assigned run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.522 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.paXxqw +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.523 | 5916 | Added a new run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.523 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.524 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.525 | 5918 | Added a new run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.525 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.527 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.527 | 5919 | Added a new run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.527 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.528 | 5375 | Recursively removing directory: /tmp/git.LKmCfz/ +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.529 | 5926 | Marked run 25 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.529 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.529 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.530 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.530 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.531 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.530 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.530 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.531 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.531 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.531 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.531 | 5946 | Added a new worker 29 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.531 | 5371 | Removed run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.531 | 5371 | Removed worker 29 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.531 | 5371 | Assigned run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.531 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.532 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.532 | 5920 | Added a new run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.532 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.531 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zk0iUw +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.534 | 5923 | Added a new run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.535 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.536 | 5928 | Added a new run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.536 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.538 | 5945 | Marked run 26 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.538 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.538 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.539 | 5932 | Added a new run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.539 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.540 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.541 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.541 | 5372 | Recursively removing directory: /tmp/git.paXxqw/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.541 | 5933 | Added a new run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.542 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.543 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.542 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.543 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.543 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.543 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.543 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.543 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.543 | 5965 | Added a new worker 27 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.543 | 5371 | Removed run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.543 | 5371 | Removed worker 27 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.544 | 5371 | Assigned run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.544 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.PR7JCp +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.544 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.545 | 5937 | Added a new run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.545 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.547 | 5941 | Added a new run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.547 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.548 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.549 | 5943 | Added a new run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.550 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.550 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.551 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.551 | 5375 | Recursively removing directory: /tmp/git.zk0iUw/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.551 | 5944 | Added a new run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.552 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.553 | 5964 | Marked run 27 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.553 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.553 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.554 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.554 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.554 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.554 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.554 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.554 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.554 | 5980 | Added a new worker 27 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.554 | 5371 | Removed run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.554 | 5371 | Removed worker 27 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.554 | 5371 | Assigned run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.554 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.aLNLdC +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.555 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.555 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.556 | 5948 | Added a new run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.556 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.557 | 5953 | Added a new run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.558 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.559 | 5958 | Added a new run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.560 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.560 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.561 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.561 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.562 | 5959 | Added a new run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.562 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.562 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.563 | 5979 | Marked run 28 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.563 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.564 | 5963 | Added a new run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.565 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.565 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.565 | 5967 | Added a new run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.566 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.566 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.567 | 5970 | Added a new run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.567 | 5372 | Recursively removing directory: /tmp/git.PR7JCp/ +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.568 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.568 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.569 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.569 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.569 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.569 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.569 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.569 | 6004 | Added a new worker 29 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.569 | 5371 | Removed run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.569 | 5371 | Removed worker 29 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.569 | 5371 | Assigned run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.569 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.JYJqku +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.570 | 5975 | Added a new run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.571 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.572 | 5978 | Added a new run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.573 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.573 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.574 | 5982 | Added a new run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.574 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.574 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.575 | 5375 | Recursively removing directory: /tmp/git.aLNLdC/ +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.576 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.576 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.577 | 5989 | Added a new run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.578 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.578 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.578 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.578 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.578 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.578 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.579 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.K3M8Xd +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.578 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.579 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.579 | 6018 | Added a new worker 31 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.579 | 5371 | Removed run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.579 | 5371 | Removed worker 31 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.579 | 5371 | Assigned run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.579 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.579 | 5988 | Added a new run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.580 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.581 | 6003 | Marked run 29 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.582 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.583 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.583 | 5996 | Added a new run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.584 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.585 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.586 | 5999 | Added a new run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.586 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.586 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.587 | 6016 | Marked run 30 as finished +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.587 | 5372 | Recursively removing directory: /tmp/git.JYJqku/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.588 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.589 | 6001 | Added a new run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.589 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.590 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.590 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.590 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.591 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.DgONUC +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.597 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.598 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.597 | 5375 | Recursively removing directory: /tmp/git.K3M8Xd/ +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.600 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.600 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.601 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.601 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.KSj9UJ +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.608 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.609 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.590 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.590 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.590 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.590 | 6036 | Added a new worker 17 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.591 | 5371 | Removed run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.591 | 5371 | Removed worker 17 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.591 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.591 | 5371 | Assigned run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 17 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.591 | 6034 | Marked run 31 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.591 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.591 | 6023 | Added a new run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.592 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.593 | 6010 | Added a new run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.595 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.595 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.596 | 6012 | Added a new run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.596 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.599 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.600 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.600 | 6014 | Added a new run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.600 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.600 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.601 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.601 | 6050 | Added a new worker 27 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.601 | 5371 | Removed run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.601 | 5371 | Removed worker 27 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.601 | 5371 | Assigned run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.601 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.601 | 6019 | Added a new run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.602 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.604 | 6042 | Added a new run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.604 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.605 | 6025 | Added a new run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.606 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.607 | 6031 | Added a new run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.608 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.616 | 5372 | Recursively removing directory: /tmp/git.DgONUC/ +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.608 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.610 | 6043 | Added a new run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.610 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.611 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.611 | 6047 | Added a new run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.612 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.612 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.613 | 6035 | Added a new run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.613 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.613 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.615 | 6002 | Added a new run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.615 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.616 | 6049 | Marked run 32 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.616 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.617 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.617 | 6048 | Added a new run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.617 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.619 | 6064 | Added a new run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.619 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.619 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.619 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.619 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.619 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.619 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.620 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.621 | 6066 | Added a new run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.621 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.622 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.622 | 6076 | Added a new worker 25 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.623 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.623 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.623 | 5371 | Removed run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.623 | 5371 | Removed worker 25 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.623 | 5371 | Assigned run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 25 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.623 | 6067 | Added a new run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.624 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.623 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.0ShiG0 +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.625 | 6068 | Added a new run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.626 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.626 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.626 | 5375 | Recursively removing directory: /tmp/git.KSj9UJ/ +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.628 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.628 | 6075 | Marked run 33 as finished +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.628 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.628 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.629 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.629 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.629 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.629 | 6092 | Added a new worker 29 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.629 | 5371 | Removed run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.629 | 5371 | Removed worker 29 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.629 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.629 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.629 | 5371 | Assigned run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.629 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gopfBb +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.629 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.630 | 6070 | Added a new run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.631 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.631 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.632 | 6072 | Added a new run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.632 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.633 | 6060 | Added a new run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.634 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.636 | 6078 | Added a new run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.636 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.636 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.637 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.637 | 6081 | Added a new run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.638 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.638 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.638 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.639 | 6091 | Marked run 34 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.639 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.640 | 6084 | Added a new run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.640 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.642 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.642 | 6085 | Added a new run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.643 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.643 | 5372 | Recursively removing directory: /tmp/git.0ShiG0/ +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.644 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.644 | 6088 | Added a new run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.645 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.645 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.646 | 6090 | Added a new run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.646 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.646 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.646 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.646 | 6120 | Added a new worker 26 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.646 | 5371 | Removed run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.646 | 5371 | Removed worker 26 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.646 | 5371 | Assigned run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 26 +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.646 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.646 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.646 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.647 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Bwt9gj +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.648 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.649 | 6093 | Added a new run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.649 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.650 | 5375 | Recursively removing directory: /tmp/git.gopfBb/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.650 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.651 | 6097 | Added a new run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.651 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.651 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.653 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.653 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.653 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.653 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.653 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.653 | 6130 | Added a new worker 31 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.653 | 5371 | Removed run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.653 | 5371 | Removed worker 31 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.653 | 5371 | Assigned run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.653 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.653 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.hVYFnn +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.654 | 6118 | Marked run 35 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.654 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.654 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.654 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.655 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.656 | 6100 | Added a new run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.656 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.656 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.657 | 6103 | Added a new run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.658 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.659 | 6111 | Added a new run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.660 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.660 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.661 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.661 | 6114 | Added a new run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.662 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.662 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.663 | 6129 | Marked run 36 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.663 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.664 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.665 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.665 | 6116 | Added a new run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.665 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.666 | 5372 | Recursively removing directory: /tmp/git.Bwt9gj/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.667 | 6117 | Added a new run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.667 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.668 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.668 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.669 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.669 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Pr7pd0 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.668 | 6125 | Added a new run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.669 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.669 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.669 | 6154 | Added a new worker 18 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.669 | 5371 | Removed run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.669 | 5371 | Removed worker 18 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.669 | 5371 | Assigned run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 18 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.669 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.670 | 6128 | Added a new run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.671 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.671 | 5375 | Recursively removing directory: /tmp/git.hVYFnn/ +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.674 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.674 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.672 | 6126 | Added a new run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.673 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.674 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.674 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.674 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.674 | 6161 | Added a new worker 25 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.674 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.674 | 5371 | Removed run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.674 | 5371 | Removed worker 25 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.674 | 5371 | Assigned run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 25 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.674 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.IcSr6a +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.675 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.676 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.677 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.677 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.677 | 6153 | Marked run 37 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.677 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.677 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.678 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.679 | 6160 | Marked run 38 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.679 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.680 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.680 | 6131 | Added a new run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.681 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.681 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.682 | 6137 | Added a new run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.683 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.684 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.684 | 6139 | Added a new run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.684 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.685 | 5372 | Recursively removing directory: /tmp/git.Pr7pd0/ +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.686 | 6144 | Added a new run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.686 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.687 | 6146 | Added a new run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.687 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.687 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.687 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.687 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.687 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.688 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.688 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.688 | 6181 | Added a new worker 22 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.688 | 5371 | Removed run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.688 | 5371 | Removed worker 22 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.688 | 5371 | Assigned run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 22 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.689 | 6158 | Added a new run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.688 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.q5fOcO +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.689 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.690 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.691 | 6164 | Added a new run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.691 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.691 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.692 | 6165 | Added a new run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.692 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.694 | 6163 | Added a new run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.694 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.695 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.695 | 6180 | Marked run 39 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.696 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.696 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.697 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.697 | 5375 | Recursively removing directory: /tmp/git.IcSr6a/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.697 | 6166 | Added a new run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.697 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.698 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.699 | 6175 | Added a new run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.699 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.699 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.699 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.699 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.699 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.699 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.700 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.700 | 6182 | Added a new run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.701 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.702 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.702 | 6179 | Added a new run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.702 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.702 | 6199 | Added a new worker 7 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.703 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.703 | 5371 | Removed run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.703 | 5371 | Removed worker 7 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.703 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.703 | 5371 | Assigned run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 7 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.703 | 6186 | Added a new run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.704 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.703 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.XYjR3l +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.705 | 6194 | Added a new run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.705 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.706 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.706 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.707 | 6191 | Added a new run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.707 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.707 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.708 | 6198 | Marked run 40 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.708 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.709 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.710 | 6195 | Added a new run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.710 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.710 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.711 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.711 | 6201 | Added a new run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.711 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.712 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.712 | 5372 | Recursively removing directory: /tmp/git.q5fOcO/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.713 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.713 | 6216 | Added a new run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.713 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.715 | 6205 | Added a new run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.715 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.715 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.715 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.716 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.715 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.716 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.716 | 6210 | Added a new run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.716 | 6226 | Added a new worker 23 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.717 | 5371 | Removed run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.717 | 5371 | Removed worker 23 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.717 | 5371 | Assigned run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 23 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.717 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.eATM0k +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.717 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.717 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.718 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.719 | 6211 | Added a new run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.719 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.720 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.720 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.720 | 6225 | Marked run 41 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.721 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.722 | 6212 | Added a new run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.722 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.722 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.724 | 6203 | Added a new run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.724 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.724 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.725 | 6217 | Added a new run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.726 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.725 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.726 | 6222 | Added a new run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.727 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.728 | 6227 | Added a new run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.728 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.729 | 6229 | Added a new run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.730 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.730 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.730 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.731 | 5375 | Recursively removing directory: /tmp/git.XYjR3l/ +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.733 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.733 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.732 | 6230 | Added a new run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.732 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.733 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.733 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.734 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.734 | 6259 | Added a new worker 29 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.734 | 5371 | Removed run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.734 | 5371 | Removed worker 29 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.734 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.734 | 5371 | Assigned run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.734 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.733 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.734 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.C8mH6x +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.735 | 5372 | Recursively removing directory: /tmp/git.eATM0k/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.736 | 6232 | Added a new run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.736 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.737 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.737 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.737 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.738 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.738 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.738 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.738 | 6264 | Added a new worker 31 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.738 | 5371 | Removed run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.738 | 5371 | Removed worker 31 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.738 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.738 | 5371 | Assigned run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.739 | 6233 | Added a new run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.739 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.738 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.IkprSY +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.740 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.741 | 6235 | Added a new run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.741 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.743 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.743 | 6258 | Marked run 42 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.743 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.743 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.744 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.745 | 6245 | Added a new run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.745 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.745 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.745 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.746 | 6263 | Marked run 43 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.747 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.747 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.747 | 6248 | Added a new run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.748 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.749 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.749 | 6249 | Added a new run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.750 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.751 | 6251 | Added a new run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.751 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.751 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.752 | 6256 | Added a new run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.753 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.753 | 6260 | Added a new run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.754 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.756 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.756 | 6261 | Added a new run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.756 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.757 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.757 | 6265 | Added a new run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.757 | 5372 | Recursively removing directory: /tmp/git.IkprSY/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.757 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.758 | 5375 | Recursively removing directory: /tmp/git.C8mH6x/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.759 | 6268 | Added a new run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.759 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.761 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.761 | 6269 | Added a new run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.761 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.762 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.762 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.763 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.763 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.763 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.763 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.763 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.763 | 6275 | Added a new run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.763 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.763 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.763 | 6301 | Added a new worker 29 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.763 | 5371 | Removed run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.763 | 5371 | Removed worker 29 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.763 | 5371 | Assigned run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.764 | 6303 | Added a new worker 29 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.764 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.764 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.763 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.764 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.PydS2X +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.764 | 5371 | Removed run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.764 | 5371 | Removed worker 29 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.764 | 5371 | Assigned run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.766 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.765 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.KQfypG +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.766 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.767 | 6281 | Added a new run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.767 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.769 | 6288 | Added a new run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.769 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.769 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.770 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.771 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.772 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.772 | 6291 | Added a new run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.772 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.772 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.774 | 6294 | Added a new run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.775 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.776 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.777 | 6300 | Marked run 44 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.777 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.778 | 6293 | Added a new run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.778 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.779 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.779 | 6297 | Added a new run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.780 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.781 | 5375 | Recursively removing directory: /tmp/git.PydS2X/ +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.780 | 5372 | Recursively removing directory: /tmp/git.KQfypG/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.781 | 6298 | Added a new run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.781 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.782 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.783 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.783 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.783 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.783 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.783 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.784 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.783 | 6302 | Marked run 45 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.783 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.783 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.783 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.784 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.784 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.784 | 6333 | Added a new worker 33 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.784 | 5371 | Removed run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.784 | 5371 | Removed worker 33 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.784 | 5371 | Assigned run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 33 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.784 | 6335 | Added a new worker 33 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.784 | 5371 | Removed run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.784 | 5371 | Removed worker 33 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.784 | 5371 | Assigned run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 33 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.784 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.784 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.785 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.1VV7Fn +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.784 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.X1FPiW +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.785 | 6304 | Added a new run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.786 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.788 | 6306 | Added a new run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.788 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.789 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.790 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.791 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.792 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.791 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.791 | 6307 | Added a new run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.791 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.792 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.793 | 6310 | Added a new run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.793 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.795 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.795 | 6332 | Marked run 47 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.795 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.796 | 6312 | Added a new run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.796 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.798 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.798 | 6334 | Marked run 46 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.798 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.799 | 6320 | Added a new run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.800 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.800 | 5372 | Recursively removing directory: /tmp/git.X1FPiW/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.800 | 6347 | Added a new run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.801 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.801 | 5375 | Recursively removing directory: /tmp/git.1VV7Fn/ +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.802 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.802 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.803 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.803 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.803 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.803 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.803 | 6354 | Added a new run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.803 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.803 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.804 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.804 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.804 | 6366 | Added a new worker 29 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.804 | 5371 | Removed run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.804 | 5371 | Removed worker 29 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.804 | 5371 | Assigned run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.804 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.803 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.803 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.804 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.804 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3SsEzM +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.805 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.w5ZRip +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.805 | 6364 | Added a new worker 28 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.805 | 5371 | Removed run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.805 | 5371 | Removed worker 28 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.805 | 5371 | Assigned run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 28 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.806 | 6336 | Added a new run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.807 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.807 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.807 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.808 | 6337 | Added a new run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.809 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.810 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.810 | 6363 | Marked run 48 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.810 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.812 | 6340 | Added a new run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.812 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.812 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.812 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.813 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.813 | 6365 | Marked run 49 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.813 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.814 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.814 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.814 | 6343 | Added a new run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.815 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.816 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.816 | 6327 | Added a new run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.816 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.817 | 6330 | Added a new run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.819 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.819 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.820 | 6368 | Added a new run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.820 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.820 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.821 | 6362 | Added a new run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.821 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.822 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.823 | 6361 | Added a new run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.823 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.824 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.824 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.825 | 6369 | Added a new run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.825 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.826 | 5372 | Recursively removing directory: /tmp/git.w5ZRip/ +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.827 | 5375 | Recursively removing directory: /tmp/git.3SsEzM/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.827 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.828 | 6372 | Added a new run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.828 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.828 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.828 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.828 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.828 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.829 | 6402 | Added a new worker 27 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.829 | 5371 | Removed run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.829 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.829 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.829 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.829 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.IGrbF2 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.829 | 5371 | Removed worker 27 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.829 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.829 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.829 | 5371 | Assigned run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.829 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.830 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.830 | 6406 | Added a new worker 31 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.830 | 6374 | Added a new run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.831 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.831 | 5371 | Removed run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.831 | 5371 | Removed worker 31 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.831 | 5371 | Assigned run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.831 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.831 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Aa1awf +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.832 | 6384 | Added a new run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.832 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.833 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.833 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.835 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.836 | 6401 | Marked run 51 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.836 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.838 | 6405 | Marked run 50 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.838 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.838 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.837 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.839 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.839 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.839 | 6378 | Added a new run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.840 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.840 | 6386 | Added a new run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.841 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.842 | 6394 | Added a new run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.843 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.844 | 6397 | Added a new run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.844 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.845 | 6396 | Added a new run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.845 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.846 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.847 | 6404 | Added a new run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.847 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.848 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.848 | 5375 | Recursively removing directory: /tmp/git.Aa1awf/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.849 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.850 | 6408 | Added a new run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.850 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.850 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.851 | 5372 | Recursively removing directory: /tmp/git.IGrbF2/ +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.852 | 6410 | Added a new run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.853 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.853 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.853 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.852 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.852 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.852 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.853 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.u9An2O +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.852 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.852 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.853 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.853 | 6437 | Added a new worker 25 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.853 | 5371 | Removed run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.853 | 5371 | Removed worker 25 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.853 | 5371 | Assigned run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 25 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.853 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.853 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.854 | 6441 | Added a new worker 11 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.854 | 5371 | Removed run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.854 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.854 | 5371 | Assigned run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.854 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.BuFsUr +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.855 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.856 | 6421 | Added a new run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.857 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.857 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.858 | 6436 | Marked run 53 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.859 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.859 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.860 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.860 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.860 | 6411 | Added a new run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.861 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.862 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.862 | 6400 | Added a new run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.862 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.863 | 6427 | Added a new run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.864 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.864 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.865 | 6440 | Marked run 52 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.865 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.866 | 6431 | Added a new run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.866 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.867 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.867 | 6433 | Added a new run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.868 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.869 | 6434 | Added a new run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.869 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.869 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.870 | 6439 | Added a new run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.870 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.871 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.871 | 5372 | Recursively removing directory: /tmp/git.BuFsUr/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.873 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.873 | 6443 | Added a new run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.873 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.873 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.873 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.874 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.874 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.874 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.874 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.874 | 5375 | Recursively removing directory: /tmp/git.u9An2O/ +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.875 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.iPMCHX +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.875 | 6472 | Added a new worker 27 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.875 | 5371 | Removed run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.875 | 5371 | Removed worker 27 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.875 | 5371 | Assigned run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.876 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.876 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.876 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.876 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.877 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.877 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.877 | 6476 | Added a new worker 32 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.877 | 5371 | Removed run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.877 | 5371 | Removed worker 32 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.877 | 5371 | Assigned run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 32 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.877 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.877 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.877 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.rVtyFl +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.878 | 6461 | Added a new run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.878 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.881 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.879 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.879 | 6446 | Added a new run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.881 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.882 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.882 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.882 | 6471 | Marked run 55 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.883 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.884 | 6452 | Added a new run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.884 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.884 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.884 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.886 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.886 | 6456 | Added a new run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.886 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.888 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.889 | 6475 | Marked run 54 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.889 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.890 | 6442 | Added a new run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.890 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.891 | 6470 | Added a new run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.892 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.892 | 5372 | Recursively removing directory: /tmp/git.iPMCHX/ +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.894 | 6477 | Added a new run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.894 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.894 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.894 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.895 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.894 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.895 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.895 | 5375 | Recursively removing directory: /tmp/git.rVtyFl/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.896 | 6502 | Added a new worker 17 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.896 | 5371 | Removed run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.896 | 5371 | Removed worker 17 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.896 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.896 | 5371 | Assigned run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 17 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.896 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.BN4Paf +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.897 | 6467 | Added a new run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.897 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.898 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.899 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.899 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.899 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.899 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.899 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.899 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.899 | 6508 | Added a new worker 6 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.899 | 6474 | Added a new run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.900 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.900 | 5371 | Removed run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.900 | 5371 | Removed worker 6 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.900 | 5371 | Assigned run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.900 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.900 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.b7o1HO +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.901 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.901 | 6469 | Added a new run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.902 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.903 | 6480 | Added a new run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.904 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.905 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.905 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.905 | 6482 | Added a new run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.906 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.906 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.907 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.907 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.908 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.908 | 6488 | Added a new run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.908 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.909 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.909 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.910 | 6501 | Marked run 56 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.910 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.911 | 6507 | Marked run 57 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.911 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.912 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.912 | 6493 | Added a new run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.912 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.914 | 6503 | Added a new run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.915 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.915 | 6504 | Added a new run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.915 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.916 | 6506 | Added a new run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.916 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.917 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.918 | 6510 | Added a new run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.918 | 5372 | Recursively removing directory: /tmp/git.BN4Paf/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.919 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.920 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.920 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.920 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.920 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.920 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.921 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.921 | 6541 | Added a new worker 27 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.921 | 5371 | Removed run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.921 | 5371 | Removed worker 27 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.921 | 5371 | Assigned run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.921 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.6smNun +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.921 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.922 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.922 | 5375 | Recursively removing directory: /tmp/git.b7o1HO/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.923 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.924 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.924 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.924 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.924 | 6513 | Added a new run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.924 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.924 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.924 | 6545 | Added a new worker 31 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.924 | 5371 | Removed run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.924 | 5371 | Removed worker 31 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.924 | 5371 | Assigned run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.925 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.925 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.hwVcDF +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.927 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.926 | 6516 | Added a new run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.927 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.927 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.928 | 6517 | Added a new run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.928 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.928 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.930 | 6540 | Marked run 58 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.930 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.931 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.931 | 6518 | Added a new run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.931 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.931 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.933 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.933 | 6522 | Added a new run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.933 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.933 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.934 | 6532 | Added a new run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.935 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.936 | 6533 | Added a new run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.937 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.937 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.938 | 5372 | Recursively removing directory: /tmp/git.6smNun/ +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.938 | 6539 | Added a new run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.939 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.940 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.940 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.941 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.941 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.941 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.941 | 6544 | Marked run 59 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.941 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.941 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.941 | 6571 | Added a new worker 29 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.941 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.941 | 5371 | Removed run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.941 | 5371 | Removed worker 29 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.941 | 5371 | Assigned run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.942 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.942 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.QFfdkC +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.942 | 6542 | Added a new run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.942 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.944 | 6543 | Added a new run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.944 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.946 | 6570 | Marked run 60 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.946 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.946 | 5375 | Recursively removing directory: /tmp/git.hwVcDF/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.947 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.947 | 6548 | Added a new run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.948 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.948 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.949 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.949 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.949 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.949 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.949 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.949 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.950 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.RqFEuy +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.950 | 6552 | Added a new run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.950 | 6582 | Added a new worker 28 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.950 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.950 | 5371 | Removed run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.950 | 5371 | Removed worker 28 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.950 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.950 | 5371 | Assigned run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 28 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.950 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.951 | 6554 | Added a new run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.952 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.953 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.954 | 6581 | Marked run 61 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.954 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.954 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.955 | 6558 | Added a new run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.956 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.956 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.956 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.957 | 6567 | Added a new run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.957 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.958 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.959 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.960 | 6565 | Added a new run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.960 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.960 | 5372 | Recursively removing directory: /tmp/git.QFfdkC/ +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.962 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.962 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.963 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.963 | 6568 | Added a new run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.963 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.963 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.963 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.fSuEgm +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.963 | 6602 | Added a new worker 27 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.963 | 5371 | Removed run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.963 | 5371 | Removed worker 27 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.963 | 5371 | Assigned run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.963 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.964 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.964 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.966 | 5375 | Recursively removing directory: /tmp/git.RqFEuy/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.966 | 6601 | Marked run 62 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.966 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.967 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.968 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.968 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.969 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.969 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.968 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.969 | 6572 | Added a new run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.969 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.969 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.969 | 6611 | Added a new worker 22 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.969 | 5371 | Removed run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.969 | 5371 | Removed worker 22 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.969 | 5371 | Assigned run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 22 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.969 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.969 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.t6Kh5i +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.970 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.971 | 6610 | Marked run 63 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.972 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.972 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.973 | 6578 | Added a new run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.973 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.975 | 6588 | Added a new run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.975 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.977 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.977 | 6580 | Added a new run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.977 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.978 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.979 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.979 | 6590 | Added a new run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.979 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.980 | 5375 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.980 | 6587 | Added a new run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.980 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.980 | 5372 | Recursively removing directory: /tmp/git.fSuEgm/ +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.982 | 5372 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.982 | 5372 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.982 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.982 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.982 | 6629 | Added a new worker 23 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.983 | 5371 | Removed run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.983 | 5371 | Removed worker 23 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.983 | 5371 | Assigned run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 23 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.983 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.983 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.982 | 5372 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.983 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.swXAUQ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.984 | 6597 | Added a new run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.984 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.984 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.987 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.989 | 5375 | Recursively removing directory: /tmp/git.t6Kh5i/ +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.991 | 6605 | Added a new run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.991 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.991 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.991 | 5375 | Process exit code: 0 +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.991 | 5375 | Process output: 57 bytes +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.991 | 5375 | Waiting for a new command +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.992 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.992 | 6642 | Added a new worker 31 to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.992 | 5371 | Removed run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.992 | 5371 | Removed worker 31 from the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.992 | 5371 | Assigned run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.992 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.992 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.2ySkOw +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.993 | 6628 | Marked run 64 as finished +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.994 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.994 | 5372 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | 5372/cimple-worker: 2024-04-25 03:44:17.995 | 5372 | Going to run: ./ci +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.995 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.997 | 6606 | Added a new run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.998 | 5369 | Waiting for new connections +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.999 | 6609 | Added a new run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:17 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.999 | 6640 | Marked run 65 as finished +2024-04-25 03:44:17 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.998 | 5375 | Checking out revision HEAD +2024-04-25 03:44:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:17.999 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:17.999 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.002 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.002 | 6614 | Added a new run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.002 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.003 | 6622 | Added a new run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.004 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.005 | 6623 | Added a new run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.005 | 5372 | Recursively removing directory: /tmp/git.swXAUQ/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.006 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.007 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.007 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.008 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.007 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.007 | 6631 | Added a new run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.008 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.008 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.008 | 6663 | Added a new worker 22 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.008 | 5371 | Removed run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.008 | 5371 | Removed worker 22 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.008 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.008 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.008 | 5371 | Assigned run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 22 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.009 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.BWLlZL +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.009 | 6632 | Added a new run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.010 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.011 | 6662 | Marked run 66 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.011 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.012 | 5375 | Recursively removing directory: /tmp/git.2ySkOw/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.013 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.013 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.014 | 6630 | Added a new run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.014 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.014 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.014 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.014 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.014 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.014 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.015 | 6673 | Added a new worker 26 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.015 | 5371 | Removed run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.015 | 5371 | Removed worker 26 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.015 | 5371 | Assigned run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 26 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.015 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.015 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.015 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.yeMhpQ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.017 | 6638 | Added a new run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.017 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.017 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.018 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.019 | 6644 | Added a new run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.019 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.020 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.021 | 6653 | Added a new run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.022 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.022 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.023 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.023 | 6652 | Added a new run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.023 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.024 | 6672 | Marked run 67 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.024 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.025 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.025 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.026 | 6659 | Added a new run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.026 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.027 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.027 | 6660 | Added a new run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.028 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.029 | 6664 | Added a new run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.029 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.031 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.031 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.032 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.032 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.032 | 6698 | Added a new worker 29 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.032 | 5371 | Removed run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.032 | 5371 | Removed worker 29 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.032 | 5371 | Assigned run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.029 | 5372 | Recursively removing directory: /tmp/git.BWLlZL/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.031 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.031 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.031 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.032 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.tfxoKq +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.033 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.033 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.034 | 6670 | Added a new run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.034 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.035 | 5375 | Recursively removing directory: /tmp/git.yeMhpQ/ +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.037 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.037 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.038 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.038 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.7QEbSD +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.036 | 6677 | Added a new run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.037 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.037 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.037 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.037 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.038 | 6708 | Added a new worker 31 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.038 | 5371 | Removed run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.038 | 5371 | Removed worker 31 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.038 | 5371 | Assigned run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.038 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.039 | 6697 | Marked run 68 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.039 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.039 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.040 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.041 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.041 | 6671 | Added a new run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.041 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.043 | 6680 | Added a new run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.043 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.044 | 6706 | Marked run 69 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.044 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.044 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.046 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.046 | 6682 | Added a new run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.046 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.046 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.047 | 6685 | Added a new run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.047 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.048 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.048 | 5372 | Recursively removing directory: /tmp/git.tfxoKq/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.050 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.050 | 6690 | Added a new run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.050 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.051 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.051 | 6695 | Added a new run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.052 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.052 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.052 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.052 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.052 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.052 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.053 | 6730 | Added a new worker 23 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.053 | 5371 | Removed run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.053 | 5371 | Removed worker 23 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.053 | 5371 | Assigned run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 23 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.053 | 6702 | Added a new run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.053 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.054 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.054 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.055 | 6699 | Added a new run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.055 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.054 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.y61Q74 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.056 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.057 | 6705 | Added a new run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.058 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.058 | 5375 | Recursively removing directory: /tmp/git.7QEbSD/ +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.059 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.059 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.059 | 6729 | Marked run 70 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.059 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.061 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.061 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.061 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.061 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.061 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.061 | 6742 | Added a new worker 29 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.062 | 5371 | Removed run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.062 | 5371 | Removed worker 29 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.062 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.062 | 5371 | Assigned run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.062 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.062 | 6710 | Added a new run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.062 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.061 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.062 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.CridDZ +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.064 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.064 | 6717 | Added a new run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.064 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.066 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.067 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.068 | 6741 | Marked run 71 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.068 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.070 | 6726 | Added a new run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.070 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.071 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.071 | 6722 | Added a new run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.072 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.072 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.073 | 6724 | Added a new run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.073 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.073 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.074 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.074 | 6733 | Added a new run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.075 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.075 | 5372 | Recursively removing directory: /tmp/git.y61Q74/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.077 | 6737 | Added a new run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.078 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.078 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.078 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.078 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.078 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.078 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.078 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.079 | 6766 | Added a new worker 6 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.079 | 6739 | Added a new run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.079 | 5371 | Removed run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.079 | 5371 | Removed worker 6 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.079 | 5371 | Assigned run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.079 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.079 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.7nDwR5 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.080 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.081 | 6740 | Added a new run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.081 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.082 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.083 | 6743 | Added a new run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.083 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.083 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.084 | 5375 | Recursively removing directory: /tmp/git.CridDZ/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.085 | 6747 | Added a new run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.085 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.085 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.087 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.087 | 6748 | Added a new run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.088 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.088 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.088 | 6780 | Added a new worker 26 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.088 | 5371 | Removed run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.088 | 5371 | Removed worker 26 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.088 | 5371 | Assigned run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 26 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.089 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.089 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.087 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.087 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.088 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.088 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.yam5Wh +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.088 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.090 | 6757 | Added a new run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.091 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.091 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.092 | 6759 | Added a new run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.092 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.094 | 6765 | Marked run 72 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.094 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.095 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.095 | 6779 | Marked run 73 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.096 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.096 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.097 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.097 | 6763 | Added a new run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.097 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.098 | 5372 | Recursively removing directory: /tmp/git.7nDwR5/ +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.099 | 6767 | Added a new run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.099 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.100 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.100 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.100 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.100 | 6773 | Added a new run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.100 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.101 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.101 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.102 | 6799 | Added a new worker 24 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.102 | 6774 | Added a new run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.103 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.103 | 5371 | Removed run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.103 | 5371 | Removed worker 24 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.103 | 5371 | Assigned run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 24 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.103 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zeBen3 +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.103 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.104 | 6776 | Added a new run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.104 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.106 | 6782 | Added a new run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.106 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.107 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.107 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.108 | 5375 | Recursively removing directory: /tmp/git.yam5Wh/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.108 | 6783 | Added a new run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.108 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.110 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.110 | 6784 | Added a new run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.110 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.110 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.111 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.111 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.111 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.111 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.111 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.111 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.WQwcd6 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.111 | 6815 | Added a new worker 27 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.111 | 5371 | Removed run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.111 | 5371 | Removed worker 27 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.111 | 5371 | Assigned run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.111 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.114 | 6798 | Marked run 74 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.114 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.115 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.115 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.116 | 6814 | Marked run 75 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.116 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.117 | 6788 | Added a new run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.117 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.119 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.119 | 6794 | Added a new run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.120 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.120 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.121 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.121 | 5372 | Recursively removing directory: /tmp/git.zeBen3/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.121 | 6808 | Added a new run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.121 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.123 | 6802 | Added a new run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.123 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.123 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.124 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.124 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LBMd4d +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.124 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.124 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.124 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.124 | 6835 | Added a new worker 23 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.124 | 5371 | Removed run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.124 | 5371 | Removed worker 23 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.124 | 5371 | Assigned run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 23 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.124 | 6813 | Added a new run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.125 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.126 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.126 | 6817 | Added a new run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.126 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.128 | 6809 | Added a new run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.128 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.129 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.130 | 6834 | Marked run 76 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.130 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.130 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.131 | 6820 | Added a new run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.132 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.132 | 5375 | Recursively removing directory: /tmp/git.WQwcd6/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.132 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.133 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.134 | 6829 | Added a new run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.134 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.135 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.135 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.135 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.136 | 6833 | Added a new run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.136 | 6852 | Added a new worker 27 to the queue +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.136 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.136 | 5371 | Removed run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.136 | 5371 | Removed worker 27 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.136 | 5371 | Assigned run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.136 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.136 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.rlQDYF +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.137 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.138 | 6821 | Added a new run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.138 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.138 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.139 | 6811 | Added a new run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.140 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.140 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.141 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.141 | 6843 | Added a new run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.142 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.143 | 6844 | Added a new run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.143 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.143 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.144 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.145 | 6841 | Added a new run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.145 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.145 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.145 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.146 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.147 | 6851 | Marked run 77 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.147 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.147 | 5372 | Recursively removing directory: /tmp/git.LBMd4d/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.148 | 6862 | Added a new run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.148 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.148 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.150 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.150 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.150 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.150 | 6849 | Added a new run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.150 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.150 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.151 | 6876 | Added a new worker 25 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.151 | 5371 | Removed run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.151 | 5371 | Removed worker 25 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.151 | 5371 | Assigned run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 25 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.151 | 6855 | Added a new run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.152 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.152 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.152 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.xJBC6u +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.153 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.153 | 6858 | Added a new run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.153 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.155 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.156 | 6875 | Marked run 78 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.156 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.157 | 5375 | Recursively removing directory: /tmp/git.rlQDYF/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.157 | 6846 | Added a new run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.158 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.158 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.159 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.160 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.160 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.160 | 6864 | Added a new run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.160 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.160 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.160 | 6890 | Added a new worker 29 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.160 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.160 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.160 | 5371 | Removed run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.160 | 5371 | Removed worker 29 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.160 | 5371 | Assigned run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.160 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.cKTrOP +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.161 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.162 | 6866 | Added a new run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.162 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.162 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.163 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.164 | 6870 | Added a new run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.164 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.164 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.165 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.165 | 6889 | Marked run 79 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.166 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.167 | 6872 | Added a new run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.167 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.168 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.169 | 6878 | Added a new run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.169 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.169 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.170 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.170 | 6882 | Added a new run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.171 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.172 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.173 | 6884 | Added a new run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.173 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.173 | 5372 | Recursively removing directory: /tmp/git.xJBC6u/ +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.175 | 6899 | Added a new run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.175 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.175 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.175 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.175 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.176 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.176 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.176 | 6913 | Added a new worker 27 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.176 | 5371 | Removed run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.176 | 5371 | Removed worker 27 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.176 | 5371 | Assigned run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.176 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.175 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.177 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.QkVgAT +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.176 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.177 | 6887 | Added a new run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.177 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.179 | 6895 | Added a new run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.180 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.181 | 6894 | Added a new run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.181 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.182 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.183 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.183 | 6905 | Added a new run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.184 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.183 | 5375 | Recursively removing directory: /tmp/git.cKTrOP/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.183 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.184 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.185 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.185 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.185 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.185 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.185 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.186 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Zwix7u +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.185 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.185 | 6931 | Added a new worker 31 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.185 | 5371 | Removed run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.186 | 5371 | Removed worker 31 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.186 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.186 | 5371 | Assigned run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.187 | 6912 | Marked run 80 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.187 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.187 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.188 | 6896 | Added a new run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.188 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.190 | 6888 | Added a new run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.190 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.191 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.191 | 6909 | Added a new run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.192 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.193 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.194 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.194 | 6914 | Added a new run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.194 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.195 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.195 | 6930 | Marked run 81 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.196 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.196 | 5372 | Recursively removing directory: /tmp/git.QkVgAT/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.196 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.197 | 6937 | Added a new run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.197 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.198 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.199 | 6921 | Added a new run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.199 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.199 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.199 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.199 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.199 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.200 | 6951 | Added a new worker 26 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.200 | 5371 | Removed run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.200 | 5371 | Removed worker 26 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.200 | 5371 | Assigned run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 26 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.200 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.200 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.200 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.xrjymJ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.202 | 6924 | Added a new run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.202 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.203 | 6926 | Added a new run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.204 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.204 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.205 | 5375 | Recursively removing directory: /tmp/git.Zwix7u/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.206 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.206 | 6949 | Marked run 82 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.206 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.206 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.207 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.207 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.207 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.207 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.207 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.208 | 6963 | Added a new worker 32 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.208 | 5371 | Removed run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.208 | 5371 | Removed worker 32 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.208 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.208 | 5371 | Assigned run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 32 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.207 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.208 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.wzmm61 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.209 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.208 | 6929 | Added a new run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.209 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.211 | 6961 | Added a new run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.211 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.212 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.212 | 6962 | Marked run 83 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.213 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.214 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.214 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.214 | 6916 | Added a new run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.215 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.216 | 6941 | Added a new run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.216 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.216 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.216 | 5372 | Recursively removing directory: /tmp/git.xrjymJ/ +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.218 | 6945 | Added a new run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.218 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.219 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.219 | 6948 | Added a new run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.219 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.219 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.219 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.219 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.220 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.220 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.220 | 6980 | Added a new worker 24 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.220 | 5371 | Removed run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.220 | 5371 | Removed worker 24 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.220 | 5371 | Assigned run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 24 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.220 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.220 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gOVUrt +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.221 | 6953 | Added a new run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.221 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.221 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.223 | 6958 | Added a new run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.223 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.224 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.225 | 6960 | Added a new run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.226 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.227 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.228 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.228 | 6982 | Added a new run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.228 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.228 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.229 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.230 | 6979 | Marked run 84 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.230 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.231 | 6967 | Added a new run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.231 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.232 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.232 | 5375 | Recursively removing directory: /tmp/git.wzmm61/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.233 | 6972 | Added a new run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.233 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.234 | 6978 | Added a new run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.235 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.235 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.235 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.235 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.235 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.235 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.236 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.236 | 7007 | Added a new worker 7 to the queue +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.237 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ly5Soa +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.236 | 6932 | Added a new run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.237 | 5371 | Removed run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.237 | 5371 | Removed worker 7 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.237 | 5371 | Assigned run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 7 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.237 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.238 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.238 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.239 | 6984 | Added a new run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.240 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.240 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.240 | 5372 | Recursively removing directory: /tmp/git.gOVUrt/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.241 | 6987 | Added a new run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.242 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.243 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.243 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.243 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.243 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.243 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.244 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.244 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.244 | 6988 | Added a new run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.244 | 7017 | Added a new worker 31 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.244 | 5371 | Removed run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.244 | 5371 | Removed worker 31 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.244 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.244 | 5371 | Assigned run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.245 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.245 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.VAvpf2 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.246 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.246 | 6991 | Added a new run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.246 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.248 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.249 | 6994 | Added a new run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.249 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.250 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.251 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.251 | 7006 | Marked run 85 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.251 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.252 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.252 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.252 | 7016 | Marked run 86 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.252 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.254 | 6999 | Added a new run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.254 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.255 | 7008 | Added a new run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.255 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.255 | 5375 | Recursively removing directory: /tmp/git.ly5Soa/ +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.256 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.258 | 7009 | Added a new run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.258 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.258 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.258 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.258 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.258 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.258 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.259 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.259 | 7042 | Added a new worker 28 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.259 | 5371 | Removed run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.259 | 5371 | Removed worker 28 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.259 | 5371 | Assigned run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 28 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.259 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.YA9Ocf +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.259 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.260 | 5372 | Recursively removing directory: /tmp/git.VAvpf2/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.262 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.262 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.262 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.262 | 7012 | Added a new run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.262 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.263 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.263 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.263 | 7047 | Added a new worker 31 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.263 | 5371 | Removed run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.263 | 5371 | Removed worker 31 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.263 | 5371 | Assigned run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.263 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.263 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.YMsNK2 +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.264 | 7014 | Added a new run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.264 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.266 | 7018 | Added a new run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.266 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.268 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.268 | 7041 | Marked run 87 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.268 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.269 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.269 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.270 | 7020 | Added a new run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.270 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.270 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.271 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.271 | 7050 | Added a new run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.271 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.273 | 7027 | Added a new run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.273 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.274 | 7029 | Added a new run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.274 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.275 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.276 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.277 | 7037 | Added a new run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.277 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.277 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.278 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.278 | 7043 | Added a new run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.278 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.280 | 7045 | Added a new run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.281 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.282 | 5375 | Recursively removing directory: /tmp/git.YA9Ocf/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.283 | 5372 | Recursively removing directory: /tmp/git.YMsNK2/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.283 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.283 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.284 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.282 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.283 | 7023 | Added a new run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.283 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.284 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.284 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.284 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.285 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.285 | 7080 | Added a new worker 33 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.285 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.285 | 5371 | Removed run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.285 | 5371 | Removed worker 33 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.285 | 5371 | Assigned run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 33 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.285 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.285 | 7083 | Added a new worker 25 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.285 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.285 | 5371 | Removed run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.285 | 5371 | Removed worker 25 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.285 | 5371 | Assigned run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 25 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.285 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.EF2NBb +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.284 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.284 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.284 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.285 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.4YDPet +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.286 | 7052 | Added a new run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.287 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.288 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.290 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.290 | 7062 | Added a new run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.290 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.291 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.291 | 7046 | Marked run 88 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.292 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.292 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.292 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.293 | 7078 | Added a new run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.293 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.294 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.294 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.295 | 7063 | Added a new run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.295 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.296 | 7079 | Marked run 89 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.296 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.297 | 7082 | Marked run 90 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.297 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.298 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.299 | 7066 | Added a new run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.299 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.300 | 7068 | Added a new run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.300 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.301 | 5375 | Recursively removing directory: /tmp/git.EF2NBb/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.303 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.303 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.303 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.303 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.303 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.303 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.303 | 7077 | Added a new run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.304 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.304 | 7108 | Added a new worker 20 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.304 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.304 | 5371 | Removed run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.304 | 5371 | Removed worker 20 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.304 | 5371 | Assigned run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 20 +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.305 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zeltDN +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.304 | 5372 | Recursively removing directory: /tmp/git.4YDPet/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.306 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.306 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.307 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.307 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.307 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.307 | 7112 | Added a new worker 27 to the queue +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.308 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.HZtjc9 +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.307 | 7054 | Added a new run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.308 | 5371 | Removed run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.308 | 5371 | Removed worker 27 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.308 | 5371 | Assigned run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.308 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.309 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.310 | 7084 | Added a new run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.311 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.311 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.312 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.312 | 7107 | Marked run 91 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.312 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.314 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.314 | 7086 | Added a new run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.314 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.316 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.316 | 7109 | Added a new run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.316 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.317 | 7111 | Marked run 92 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.317 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.318 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.319 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.319 | 7091 | Added a new run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.320 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.321 | 7097 | Added a new run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.321 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.322 | 7100 | Added a new run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.322 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.323 | 7087 | Added a new run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.323 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.324 | 7113 | Added a new run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.325 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.329 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.330 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.334 | 7116 | Added a new run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.336 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.336 | 7126 | Added a new run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.337 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.337 | 7127 | Added a new run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.338 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.338 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.339 | 7119 | Added a new run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.339 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.339 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.342 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.342 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.344 | 5375 | Recursively removing directory: /tmp/git.zeltDN/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.345 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.345 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.346 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.346 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.346 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.346 | 7141 | Added a new worker 19 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.347 | 5371 | Removed run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.347 | 5371 | Removed worker 19 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.347 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.347 | 5371 | Assigned run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 19 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.347 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.aDmWCX +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.351 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.352 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.353 | 7139 | Added a new run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.354 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.355 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.356 | 7136 | Added a new run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.356 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.357 | 7137 | Added a new run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.358 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.359 | 7140 | Marked run 93 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.360 | 7138 | Added a new run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.361 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.361 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.364 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.365 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.367 | 7145 | Added a new run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.367 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.368 | 7152 | Added a new run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.368 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.369 | 5372 | Recursively removing directory: /tmp/git.HZtjc9/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.369 | 7151 | Added a new run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.370 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.371 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.371 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.371 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.371 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.371 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.373 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.377 | 7155 | Added a new run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.377 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.377 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.379 | 7154 | Added a new run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.379 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.385 | 7162 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.385 | 5371 | Removed run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.385 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.385 | 5371 | Assigned run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.385 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.HzHIs0 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.386 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.390 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.392 | 7161 | Marked run 94 as finished +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.392 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.392 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.403 | 7164 | Added a new run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.405 | 5375 | Recursively removing directory: /tmp/git.aDmWCX/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.407 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.407 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.408 | 7170 | Added a new worker 12 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.408 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.409 | 5371 | Removed run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.409 | 5371 | Removed worker 12 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.409 | 5371 | Assigned run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.407 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.407 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.407 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.409 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.AXMmWT +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.410 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.411 | 7163 | Added a new run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.411 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.414 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.415 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.411 | 5372 | Recursively removing directory: /tmp/git.HzHIs0/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.415 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.415 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.416 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.416 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.416 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.423 | 7169 | Marked run 95 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.423 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.423 | 7175 | Added a new worker 8 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.423 | 5371 | Removed run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.423 | 5371 | Removed worker 8 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.423 | 5371 | Assigned run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.423 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.423 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.rTeW8Q +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.425 | 7174 | Marked run 96 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.425 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.429 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.430 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.439 | 5375 | Recursively removing directory: /tmp/git.AXMmWT/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.441 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.441 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.441 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.441 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.441 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.442 | 7189 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.442 | 5371 | Removed run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.442 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.442 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.442 | 5371 | Assigned run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.442 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.pRDOJl +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.446 | 5372 | Recursively removing directory: /tmp/git.rTeW8Q/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.447 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.448 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.448 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.448 | 7188 | Marked run 97 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.448 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.448 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.448 | 7191 | Added a new worker 10 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.448 | 5371 | Removed run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.448 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.448 | 5371 | Assigned run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.448 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.449 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.HK7ex8 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.449 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.450 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.453 | 7190 | Marked run 98 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.453 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.455 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.456 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.457 | 5375 | Recursively removing directory: /tmp/git.pRDOJl/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.458 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.458 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.459 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.459 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.459 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.459 | 7200 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.459 | 5371 | Removed run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.459 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.459 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.459 | 5371 | Assigned run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.459 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Yt1OdP +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.460 | 7199 | Marked run 99 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.460 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.463 | 5372 | Recursively removing directory: /tmp/git.HK7ex8/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.464 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.464 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.465 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.465 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.465 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.465 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.465 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.465 | 7208 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.465 | 5371 | Removed run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.465 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.465 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.465 | 5371 | Assigned run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.465 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.UFKAPb +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.467 | 7207 | Marked run 100 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.467 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.470 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.471 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.471 | 5375 | Recursively removing directory: /tmp/git.Yt1OdP/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.472 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.472 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.472 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.472 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.472 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.472 | 7216 | Added a new worker 10 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.472 | 5371 | Removed run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.472 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.472 | 5371 | Assigned run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.473 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.473 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.IOfpxT +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.474 | 7215 | Marked run 101 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.474 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.477 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.478 | 5372 | Recursively removing directory: /tmp/git.UFKAPb/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.478 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.479 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.479 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.479 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.479 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.479 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.479 | 7224 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.479 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.479 | 5371 | Removed run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.479 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.479 | 5371 | Assigned run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.480 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.D07Squ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.481 | 7223 | Marked run 102 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.481 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.484 | 5375 | Recursively removing directory: /tmp/git.IOfpxT/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.484 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.485 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.486 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.486 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.486 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.486 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.486 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.486 | 7232 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.486 | 5371 | Removed run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.486 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.486 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.486 | 5371 | Assigned run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.486 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.8lH3aC +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.487 | 7231 | Marked run 103 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.487 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.491 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.492 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.492 | 5372 | Recursively removing directory: /tmp/git.D07Squ/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.494 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.494 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.494 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.494 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.494 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.494 | 7240 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.494 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.494 | 5371 | Removed run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.494 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.494 | 5371 | Assigned run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.494 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.5zNX7X +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.496 | 7239 | Marked run 104 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.496 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.498 | 5375 | Recursively removing directory: /tmp/git.8lH3aC/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.499 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.500 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.500 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.500 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.500 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.500 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.500 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.500 | 7247 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.500 | 5371 | Removed run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.500 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.500 | 5371 | Assigned run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.500 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.500 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Z6I6ay +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.502 | 7246 | Marked run 105 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.502 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.505 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.505 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.506 | 5372 | Recursively removing directory: /tmp/git.5zNX7X/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.508 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.508 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.508 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.508 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.508 | 7257 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.508 | 5371 | Removed run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.508 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.508 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.508 | 5371 | Assigned run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.508 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.508 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.HZCNCz +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.510 | 7256 | Marked run 106 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.511 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.512 | 5375 | Recursively removing directory: /tmp/git.Z6I6ay/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.513 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.513 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.513 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.514 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.514 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.514 | 7263 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.514 | 5371 | Removed run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.514 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.514 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.514 | 5371 | Assigned run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.514 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.514 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Qu3RCB +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.513 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.515 | 7262 | Marked run 107 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.516 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.519 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.519 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.520 | 5372 | Recursively removing directory: /tmp/git.HZCNCz/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.521 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.521 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.521 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.522 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.522 | 7273 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.522 | 5371 | Removed run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.522 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.522 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.522 | 5371 | Assigned run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.522 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.522 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.f6bIiv +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.523 | 7272 | Marked run 108 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.523 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.526 | 5375 | Recursively removing directory: /tmp/git.Qu3RCB/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.527 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.527 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.527 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.527 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.527 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.527 | 7279 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.527 | 5371 | Removed run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.527 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.527 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.527 | 5371 | Assigned run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.527 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.527 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.9KaYdH +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.529 | 7278 | Marked run 109 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.529 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.529 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.532 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.532 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.535 | 5372 | Recursively removing directory: /tmp/git.f6bIiv/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.536 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.536 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.536 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.536 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.536 | 7290 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.536 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.536 | 5371 | Removed run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.536 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.536 | 5371 | Assigned run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.536 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.536 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.aFWQGN +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.538 | 7289 | Marked run 110 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.538 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.539 | 5375 | Recursively removing directory: /tmp/git.9KaYdH/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.540 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.540 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.540 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.541 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.541 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.541 | 7295 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.541 | 5371 | Removed run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.541 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.541 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.541 | 5371 | Assigned run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.541 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.xuwMZ0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.542 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.542 | 7294 | Marked run 111 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.543 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.543 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.546 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.546 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.548 | 5372 | Recursively removing directory: /tmp/git.aFWQGN/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.550 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.550 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.550 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.550 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.EBAaP7 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.550 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.550 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.550 | 7306 | Added a new worker 10 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.550 | 5371 | Removed run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.550 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.550 | 5371 | Assigned run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.550 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.552 | 7305 | Marked run 112 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.552 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.553 | 5375 | Recursively removing directory: /tmp/git.xuwMZ0/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.554 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.554 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.554 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.555 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.555 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.555 | 7311 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.555 | 5371 | Removed run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.555 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.555 | 5371 | Assigned run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.555 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.555 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.agiQig +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.555 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.556 | 7310 | Marked run 113 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.557 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.556 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.560 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.560 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.562 | 5372 | Recursively removing directory: /tmp/git.EBAaP7/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.564 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.564 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.564 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.564 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.564 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.564 | 7322 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.564 | 5371 | Removed run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.564 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.564 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.564 | 5371 | Assigned run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.564 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.alH1mS +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.566 | 7321 | Marked run 114 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.566 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.567 | 5375 | Recursively removing directory: /tmp/git.agiQig/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.568 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.568 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.568 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.568 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.568 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.568 | 7327 | Added a new worker 10 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.568 | 5371 | Removed run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.568 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.568 | 5371 | Assigned run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.568 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.568 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.JmWHfh +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.569 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.570 | 7326 | Marked run 115 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.570 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.570 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.573 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.574 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.576 | 5372 | Recursively removing directory: /tmp/git.alH1mS/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.578 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.578 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.578 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.578 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.578 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.578 | 7340 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.578 | 5371 | Removed run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.578 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.578 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.579 | 5371 | Assigned run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.579 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3FAGej +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.580 | 5375 | Recursively removing directory: /tmp/git.JmWHfh/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.581 | 7339 | Marked run 116 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.581 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.582 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.582 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.582 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.582 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.582 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.582 | 7343 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.582 | 5371 | Removed run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.582 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.582 | 5371 | Assigned run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.582 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.582 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3e7ykb +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.583 | 7342 | Marked run 117 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.583 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.584 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.585 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.586 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.587 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.590 | 5372 | Recursively removing directory: /tmp/git.3FAGej/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.592 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.592 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.592 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.592 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.592 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.592 | 7357 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.592 | 5371 | Removed run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.592 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.592 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.592 | 5371 | Assigned run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.593 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Vfhf7I +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.593 | 5375 | Recursively removing directory: /tmp/git.3e7ykb/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.593 | 7356 | Marked run 118 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.594 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.595 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.595 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.595 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.595 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.595 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.595 | 7359 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.595 | 5371 | Removed run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.595 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.595 | 5371 | Assigned run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.595 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.595 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.PQiJub +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.596 | 7358 | Marked run 119 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.596 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.598 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.598 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.599 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.600 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.604 | 5372 | Recursively removing directory: /tmp/git.Vfhf7I/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.606 | 5375 | Recursively removing directory: /tmp/git.PQiJub/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.606 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.606 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.606 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.606 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.606 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.606 | 7373 | Added a new worker 10 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.606 | 5371 | Removed run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.606 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.606 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.606 | 5371 | Assigned run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.606 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.kVnmzx +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.608 | 7372 | Marked run 120 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.608 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.608 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.608 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.608 | 7375 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.608 | 5371 | Removed run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.608 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.608 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.608 | 5371 | Assigned run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.608 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.608 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.608 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.609 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.UG6YDI +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.610 | 7374 | Marked run 121 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.610 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.612 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.613 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.613 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.614 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.619 | 5372 | Recursively removing directory: /tmp/git.kVnmzx/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.620 | 5375 | Recursively removing directory: /tmp/git.UG6YDI/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.620 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.620 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.621 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.620 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.621 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.621 | 7389 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.621 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.621 | 5371 | Removed run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.621 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.621 | 5371 | Assigned run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.621 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.o8fEXZ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.622 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.622 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.623 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.623 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.623 | 7391 | Added a new worker 8 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.623 | 7388 | Marked run 122 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.623 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.623 | 5371 | Removed run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.623 | 5371 | Removed worker 8 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.623 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.623 | 5371 | Assigned run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.623 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.623 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.NXb4qr +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.624 | 7390 | Marked run 123 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.624 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.626 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.627 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.627 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.628 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.632 | 5372 | Recursively removing directory: /tmp/git.o8fEXZ/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.634 | 5375 | Recursively removing directory: /tmp/git.NXb4qr/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.634 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.634 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.634 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.634 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.634 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.634 | 7405 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.634 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.634 | 5371 | Removed run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.634 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.634 | 5371 | Assigned run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.635 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.IxlP31 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.636 | 7404 | Marked run 124 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.636 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.636 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.636 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.637 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.637 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.637 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.637 | 7407 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.637 | 5371 | Removed run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.637 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.637 | 5371 | Assigned run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.637 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.638 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3botmK +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.638 | 7406 | Marked run 125 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.638 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.640 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.640 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.642 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.642 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.646 | 5372 | Recursively removing directory: /tmp/git.IxlP31/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.648 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.648 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.648 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.648 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.648 | 7421 | Added a new worker 10 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.648 | 5371 | Removed run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.648 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.648 | 5371 | Assigned run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.648 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.648 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.648 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.uw1H1H +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.648 | 5375 | Recursively removing directory: /tmp/git.3botmK/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.650 | 7420 | Marked run 126 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.650 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.651 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.651 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.651 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.651 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.aukl31 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.651 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.651 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.651 | 7423 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.651 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.651 | 5371 | Removed run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.651 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.651 | 5371 | Assigned run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.652 | 7422 | Marked run 127 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.652 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.654 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.655 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.655 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.656 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.660 | 5372 | Recursively removing directory: /tmp/git.uw1H1H/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.662 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.662 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.662 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.662 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.662 | 7437 | Added a new worker 10 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.662 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.662 | 5371 | Removed run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.662 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.662 | 5371 | Assigned run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.662 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.662 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.2BkOd2 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.662 | 5375 | Recursively removing directory: /tmp/git.aukl31/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.664 | 7436 | Marked run 128 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.664 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.664 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.664 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.664 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.665 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.665 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.665 | 7439 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.665 | 5371 | Removed run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.665 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.665 | 5371 | Assigned run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.665 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.665 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.eGk6Cl +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.667 | 7438 | Marked run 129 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.667 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.668 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.668 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.669 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.670 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.674 | 5372 | Recursively removing directory: /tmp/git.2BkOd2/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.675 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.675 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.675 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.676 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.676 | 7453 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.676 | 5371 | Removed run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.676 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.676 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.676 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.pWL6NN +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.676 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.676 | 5371 | Assigned run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.676 | 5375 | Recursively removing directory: /tmp/git.eGk6Cl/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.677 | 7452 | Marked run 130 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.677 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.679 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.679 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.679 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.679 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.679 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.679 | 7455 | Added a new worker 10 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.679 | 5371 | Removed run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.679 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.679 | 5371 | Assigned run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.679 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.IbqGjT +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.679 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.681 | 7454 | Marked run 131 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.681 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.682 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.682 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.683 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.684 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.688 | 5372 | Recursively removing directory: /tmp/git.pWL6NN/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.689 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.689 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.690 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.690 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.690 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.690 | 7469 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.690 | 5371 | Removed run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.690 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.690 | 5371 | Assigned run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.690 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.690 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.9KNWYz +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.690 | 5375 | Recursively removing directory: /tmp/git.IbqGjT/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.691 | 7468 | Marked run 132 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.692 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.692 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.692 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.692 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.692 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.693 | 7471 | Added a new worker 10 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.693 | 5371 | Removed run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.693 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.693 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.693 | 5371 | Assigned run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.692 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.693 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Xsc9bm +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.694 | 7470 | Marked run 133 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.695 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.696 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.697 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.697 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.698 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.703 | 5372 | Recursively removing directory: /tmp/git.9KNWYz/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.704 | 5375 | Recursively removing directory: /tmp/git.Xsc9bm/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.704 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.704 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.704 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.705 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.705 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.705 | 7485 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.705 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.705 | 5371 | Removed run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.705 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.705 | 5371 | Assigned run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.705 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.uFbhbI +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.706 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.706 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.706 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.706 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.706 | 7484 | Marked run 134 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.707 | 7487 | Added a new worker 6 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.707 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.707 | 5371 | Removed run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.707 | 5371 | Removed worker 6 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.707 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.707 | 5371 | Assigned run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.707 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.0slJCW +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.708 | 7486 | Marked run 135 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.708 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.711 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.711 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.712 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.713 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.717 | 5372 | Recursively removing directory: /tmp/git.uFbhbI/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.719 | 5375 | Recursively removing directory: /tmp/git.0slJCW/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.719 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.719 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.719 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.719 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.719 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.719 | 7501 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.719 | 5371 | Removed run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.719 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.719 | 5371 | Assigned run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.719 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.719 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.IUQqfd +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.721 | 7500 | Marked run 136 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.721 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.721 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.721 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.721 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.721 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.721 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.721 | 7503 | Added a new worker 10 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.721 | 5371 | Removed run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.721 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.721 | 5371 | Assigned run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.722 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.722 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.SoYCR0 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.724 | 7502 | Marked run 137 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.724 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.725 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.726 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.727 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.728 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.731 | 5372 | Recursively removing directory: /tmp/git.IUQqfd/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.733 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.733 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.733 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.733 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.733 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.733 | 7517 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.733 | 5371 | Removed run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.733 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.733 | 5371 | Assigned run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.734 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.734 | 5375 | Recursively removing directory: /tmp/git.SoYCR0/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.734 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.XiaipJ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.735 | 7516 | Marked run 138 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.736 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.736 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.736 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.736 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.736 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.736 | 7519 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.736 | 5371 | Removed run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.736 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.736 | 5371 | Assigned run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.737 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.736 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.736 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.axwLaZ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.738 | 7518 | Marked run 139 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.738 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.739 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.740 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.741 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.742 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.745 | 5372 | Recursively removing directory: /tmp/git.XiaipJ/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.747 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.747 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.747 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.747 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.747 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.747 | 7533 | Added a new worker 10 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.747 | 5371 | Removed run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.747 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.747 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.747 | 5371 | Assigned run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.747 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.a76HNu +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.748 | 5375 | Recursively removing directory: /tmp/git.axwLaZ/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.749 | 7532 | Marked run 140 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.749 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.749 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.749 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.750 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.750 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.750 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.750 | 7535 | Added a new worker 10 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.750 | 5371 | Removed run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.750 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.750 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.750 | 5371 | Assigned run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.750 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.REtv7D +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.751 | 7534 | Marked run 141 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.752 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.753 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.753 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.754 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.755 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.759 | 5372 | Recursively removing directory: /tmp/git.a76HNu/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.760 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.760 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.761 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.761 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.761 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.761 | 7549 | Added a new worker 10 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.761 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.761 | 5371 | Removed run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.761 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.761 | 5371 | Assigned run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.761 | 5375 | Recursively removing directory: /tmp/git.REtv7D/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.762 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.0vnrbh +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.763 | 7548 | Marked run 142 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.763 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.764 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.764 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.764 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.764 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.764 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.764 | 7551 | Added a new worker 10 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.764 | 5371 | Removed run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.764 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.764 | 5371 | Assigned run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.764 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.764 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.urydKu +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.766 | 7550 | Marked run 143 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.766 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.767 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.768 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.769 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.770 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.774 | 5372 | Recursively removing directory: /tmp/git.0vnrbh/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.775 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.775 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.775 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.775 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.775 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.775 | 7565 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.775 | 5371 | Removed run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.775 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.775 | 5371 | Assigned run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.775 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.776 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.jtppWF +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.776 | 5375 | Recursively removing directory: /tmp/git.urydKu/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.777 | 7564 | Marked run 144 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.777 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.778 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.778 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.778 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.778 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.778 | 7567 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.778 | 5371 | Removed run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.778 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.778 | 5371 | Assigned run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.779 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.778 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.778 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.WTLIld +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.780 | 7566 | Marked run 145 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.780 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.782 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.782 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.783 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.783 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.788 | 5372 | Recursively removing directory: /tmp/git.jtppWF/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.789 | 5375 | Recursively removing directory: /tmp/git.WTLIld/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.790 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.790 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.790 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.790 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.790 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.790 | 7581 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.790 | 5371 | Removed run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.790 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.790 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.790 | 5371 | Assigned run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.791 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.790 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.oQbPmo +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.790 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.790 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.791 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.791 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Nns7HZ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.791 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.791 | 7583 | Added a new worker 13 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.791 | 5371 | Removed run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.791 | 5371 | Removed worker 13 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.791 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.791 | 5371 | Assigned run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.792 | 7580 | Marked run 146 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.792 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.793 | 7582 | Marked run 147 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.793 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.795 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.795 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.796 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.796 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.802 | 5372 | Recursively removing directory: /tmp/git.oQbPmo/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.802 | 5375 | Recursively removing directory: /tmp/git.Nns7HZ/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.803 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.803 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.803 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.803 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.803 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.803 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.803 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.803 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.803 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.803 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.803 | 7597 | Added a new worker 15 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.803 | 5371 | Removed run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.803 | 5371 | Removed worker 15 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.803 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.804 | 5371 | Assigned run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.804 | 7599 | Added a new worker 16 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.804 | 5371 | Removed run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.804 | 5371 | Removed worker 16 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.804 | 5371 | Assigned run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.804 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.804 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.BK1OZ3 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.804 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3lwKX6 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.805 | 7596 | Marked run 148 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.805 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.806 | 7598 | Marked run 149 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.807 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.809 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.809 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.810 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.810 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.817 | 5372 | Recursively removing directory: /tmp/git.BK1OZ3/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.817 | 5375 | Recursively removing directory: /tmp/git.3lwKX6/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.818 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.818 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.818 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.818 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.818 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.818 | 7613 | Added a new worker 10 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.818 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.819 | 5371 | Removed run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.819 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.819 | 5371 | Assigned run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.819 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.819 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.819 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.819 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.819 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.819 | 7615 | Added a new worker 13 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.819 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.819 | 5371 | Removed run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.819 | 5371 | Removed worker 13 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.820 | 5371 | Assigned run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.820 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.RRJowz +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.819 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.KCubmD +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.821 | 7612 | Marked run 150 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.822 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.823 | 7614 | Marked run 151 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.823 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.824 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.825 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.825 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.826 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.831 | 5375 | Recursively removing directory: /tmp/git.RRJowz/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.831 | 5372 | Recursively removing directory: /tmp/git.KCubmD/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.832 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.832 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.832 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.832 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.832 | 7629 | Added a new worker 10 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.833 | 5371 | Removed run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.833 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.833 | 5371 | Assigned run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.833 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.833 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.833 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.833 | 7631 | Added a new worker 13 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.833 | 5371 | Removed run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.833 | 5371 | Removed worker 13 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.833 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.833 | 5371 | Assigned run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.832 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.833 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.iZl7Le +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.833 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.833 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.833 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.833 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.rIuTum +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.836 | 7628 | Marked run 153 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.836 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.837 | 7630 | Marked run 152 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.837 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.838 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.838 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.839 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.839 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.845 | 5372 | Recursively removing directory: /tmp/git.rIuTum/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.845 | 5375 | Recursively removing directory: /tmp/git.iZl7Le/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.846 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.846 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.846 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.846 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.846 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.846 | 7645 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.846 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.846 | 5371 | Removed run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.846 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.846 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.846 | 5371 | Assigned run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.847 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.847 | 7647 | Added a new worker 13 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.847 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.847 | 5371 | Removed run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.847 | 5371 | Removed worker 13 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.847 | 5371 | Assigned run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.846 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.846 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.847 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.847 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.qLh21U +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.847 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.JKU4eX +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.849 | 7644 | Marked run 155 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.849 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.850 | 7646 | Marked run 154 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.850 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.852 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.852 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.852 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.853 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.858 | 5372 | Recursively removing directory: /tmp/git.JKU4eX/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.859 | 5375 | Recursively removing directory: /tmp/git.qLh21U/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.860 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.860 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.860 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.860 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.860 | 7661 | Added a new worker 10 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.860 | 5371 | Removed run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.860 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.860 | 5371 | Assigned run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.860 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.860 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.860 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.860 | 7663 | Added a new worker 13 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.860 | 5371 | Removed run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.860 | 5371 | Removed worker 13 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.860 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.861 | 5371 | Assigned run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.860 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.860 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.860 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.861 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.FOqRyv +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.860 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.860 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.yLLuk3 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.863 | 7660 | Marked run 156 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.863 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.864 | 7662 | Marked run 157 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.864 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.865 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.866 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.866 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.866 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.872 | 5372 | Recursively removing directory: /tmp/git.yLLuk3/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.872 | 5375 | Recursively removing directory: /tmp/git.FOqRyv/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.873 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.873 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.873 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.873 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.873 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.873 | 7677 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.873 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.873 | 5371 | Removed run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.873 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.874 | 5371 | Assigned run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.874 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.kdLf83 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.874 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.874 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.874 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.874 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.875 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.875 | 7679 | Added a new worker 14 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.875 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.875 | 5371 | Removed run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.875 | 5371 | Removed worker 14 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.875 | 5371 | Assigned run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.875 | 7676 | Marked run 158 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.875 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.875 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.cayZNH +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.877 | 7678 | Marked run 159 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.877 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.879 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.879 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.880 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.880 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.886 | 5375 | Recursively removing directory: /tmp/git.cayZNH/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.886 | 5372 | Recursively removing directory: /tmp/git.kdLf83/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.888 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.888 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.888 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.888 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.888 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.888 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.888 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.888 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.888 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.888 | 7694 | Added a new worker 14 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.888 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.888 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.888 | 7695 | Added a new worker 10 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.888 | 5371 | Removed run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.888 | 5371 | Removed worker 14 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.888 | 5371 | Assigned run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.889 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.oosWzO +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.889 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.CPgToK +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.888 | 5371 | Removed run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.888 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.888 | 5371 | Assigned run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.888 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.889 | 7693 | Marked run 161 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.890 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.891 | 7692 | Marked run 160 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.891 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.893 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.893 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.894 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.894 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.900 | 5372 | Recursively removing directory: /tmp/git.oosWzO/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.900 | 5375 | Recursively removing directory: /tmp/git.CPgToK/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.901 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.901 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.901 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.901 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.901 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.901 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.901 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.901 | 7709 | Added a new worker 13 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.902 | 5371 | Removed run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.902 | 5371 | Removed worker 13 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.902 | 5371 | Assigned run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.902 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.902 | 7711 | Added a new worker 8 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.902 | 5371 | Removed run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.902 | 5371 | Removed worker 8 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.902 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.902 | 5371 | Assigned run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.902 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.901 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.902 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.CqxZEp +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.902 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.902 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.WV1iBo +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.903 | 7708 | Marked run 162 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.903 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.905 | 7710 | Marked run 163 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.905 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.907 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.908 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.908 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.909 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.914 | 5372 | Recursively removing directory: /tmp/git.CqxZEp/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.914 | 5375 | Recursively removing directory: /tmp/git.WV1iBo/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.915 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.915 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.915 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.915 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.916 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.916 | 7725 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.916 | 5371 | Removed run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.916 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.916 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.916 | 5371 | Assigned run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.916 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.916 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.916 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.916 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.E8d9k5 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.916 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.916 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.916 | 7727 | Added a new worker 13 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.916 | 5371 | Removed run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.916 | 5371 | Removed worker 13 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.916 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.916 | 5371 | Assigned run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.917 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.0qXyt6 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.918 | 7724 | Marked run 164 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.918 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.919 | 7726 | Marked run 165 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.919 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.921 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.921 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.922 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.922 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.927 | 5375 | Recursively removing directory: /tmp/git.0qXyt6/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.927 | 5372 | Recursively removing directory: /tmp/git.E8d9k5/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.929 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.929 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.929 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.929 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.929 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.929 | 7742 | Added a new worker 14 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.929 | 5371 | Removed run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.929 | 5371 | Removed worker 14 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.929 | 5371 | Assigned run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.929 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.929 | 7743 | Added a new worker 10 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.929 | 5371 | Removed run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.929 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.929 | 5371 | Assigned run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.929 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.929 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.929 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.929 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.929 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.929 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.NxXADS +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.929 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.929 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ZQhUAB +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.932 | 7741 | Marked run 166 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.932 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.933 | 7740 | Marked run 167 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.934 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.934 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.935 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.935 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.936 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.940 | 5375 | Recursively removing directory: /tmp/git.ZQhUAB/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.942 | 5372 | Recursively removing directory: /tmp/git.NxXADS/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.942 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.942 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.942 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.942 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.942 | 7757 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.942 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.942 | 5371 | Removed run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.942 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.943 | 5371 | Assigned run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.942 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.943 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.t2Fra3 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.944 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.944 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.944 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.944 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ps4GzZ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.944 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.944 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.944 | 7759 | Added a new worker 13 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.944 | 5371 | Removed run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.944 | 5371 | Removed worker 13 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.944 | 7756 | Marked run 168 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.944 | 5371 | Assigned run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.944 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.944 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.946 | 7758 | Marked run 169 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.946 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.948 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.949 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.949 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.950 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.955 | 5375 | Recursively removing directory: /tmp/git.t2Fra3/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.956 | 5372 | Recursively removing directory: /tmp/git.ps4GzZ/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.956 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.956 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.956 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.956 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.956 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.956 | 7773 | Added a new worker 10 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.956 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.957 | 5371 | Removed run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.957 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.957 | 5371 | Assigned run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.957 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Fmpzzc +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.958 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.958 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.958 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.958 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.958 | 7772 | Marked run 170 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.958 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.958 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.958 | 7775 | Added a new worker 7 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.958 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.959 | 5371 | Removed run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.959 | 5371 | Removed worker 7 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.959 | 5371 | Assigned run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 7 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.959 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.5A1jir +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.960 | 7774 | Marked run 171 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.960 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.962 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.963 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.964 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.964 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.969 | 5375 | Recursively removing directory: /tmp/git.Fmpzzc/ +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.970 | 5372 | Recursively removing directory: /tmp/git.5A1jir/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.970 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.970 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.970 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.970 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.970 | 7789 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.970 | 5371 | Removed run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.970 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.970 | 5371 | Assigned run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.970 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.971 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.YRLkWq +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.971 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.972 | 7788 | Marked run 172 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.972 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.972 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.972 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.973 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.972 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.973 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.973 | 7791 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.973 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.973 | 5371 | Removed run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.973 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.973 | 5371 | Assigned run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.973 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.U5MoJC +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.974 | 7790 | Marked run 173 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.974 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.976 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.976 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.977 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.978 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.982 | 5375 | Recursively removing directory: /tmp/git.YRLkWq/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.984 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.984 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.984 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.984 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.984 | 7805 | Added a new worker 11 to the queue +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.984 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.984 | 5372 | Recursively removing directory: /tmp/git.U5MoJC/ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.984 | 5371 | Removed run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.984 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.MAQfdQ +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.984 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.984 | 5371 | Assigned run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.984 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.986 | 7804 | Marked run 174 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.986 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.987 | 5372 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.987 | 5372 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.987 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.987 | 5372 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.987 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.987 | 7807 | Added a new worker 10 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.987 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.987 | 5371 | Removed run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.987 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.987 | 5371 | Assigned run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.987 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ad3c28 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.989 | 7806 | Marked run 175 as finished +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.989 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.990 | 5375 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.991 | 5375 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.992 | 5372 | Checking out revision HEAD +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.993 | 5372 | Going to run: ./ci +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.997 | 5375 | Recursively removing directory: /tmp/git.MAQfdQ/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.998 | 5375 | Process exit code: 0 +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.998 | 5375 | Process output: 57 bytes +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.998 | 5375 | Waiting for a new command +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.998 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.998 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.998 | 7821 | Added a new worker 10 to the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.998 | 5371 | Removed run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.998 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.999 | 5371 | Assigned run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:18 | INFO | 5369/cimple-server: 2024-04-25 03:44:18.999 | 5369 | Waiting for new connections +2024-04-25 03:44:18 | INFO | 5372/cimple-worker: 2024-04-25 03:44:18.999 | 5372 | Recursively removing directory: /tmp/git.ad3c28/ +2024-04-25 03:44:18 | INFO | 5375/cimple-worker: 2024-04-25 03:44:18.999 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.8CGwUd +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.000 | 7820 | Marked run 176 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.000 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.001 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.001 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.001 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.001 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.002 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.002 | 7823 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.002 | 5371 | Removed run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.002 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.002 | 5371 | Assigned run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.002 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.002 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3v9kjb +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.003 | 7822 | Marked run 177 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.003 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.004 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.005 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.006 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.007 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.010 | 5375 | Recursively removing directory: /tmp/git.8CGwUd/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.012 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.012 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.012 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.012 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.012 | 7837 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.012 | 5371 | Removed run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.012 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.012 | 5371 | Assigned run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.012 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.012 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.012 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.1OGlf0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.013 | 5372 | Recursively removing directory: /tmp/git.3v9kjb/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.014 | 7836 | Marked run 178 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.014 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.015 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.015 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.015 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.015 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.015 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.015 | 7839 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.015 | 5371 | Removed run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.015 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.015 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.015 | 5371 | Assigned run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.016 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.HNCZqh +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.017 | 7838 | Marked run 179 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.017 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.017 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.018 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.020 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.021 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.024 | 5375 | Recursively removing directory: /tmp/git.1OGlf0/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.025 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.025 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.025 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.025 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.025 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.025 | 7852 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.026 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.026 | 5371 | Removed run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.026 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.026 | 5371 | Assigned run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.026 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.8ltzUP +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.027 | 5372 | Recursively removing directory: /tmp/git.HNCZqh/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.027 | 7851 | Marked run 180 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.027 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.029 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.029 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.029 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.029 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.029 | 7855 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.029 | 5371 | Removed run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.029 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.029 | 5371 | Assigned run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.029 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.029 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.029 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.0gp3sK +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.031 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.031 | 7854 | Marked run 181 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.031 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.032 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.034 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.034 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.038 | 5375 | Recursively removing directory: /tmp/git.8ltzUP/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.040 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.040 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.040 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.040 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.040 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.040 | 7869 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.040 | 5371 | Removed run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.040 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.040 | 5371 | Assigned run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.040 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.040 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.AD4hXv +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.040 | 5372 | Recursively removing directory: /tmp/git.0gp3sK/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.041 | 7868 | Marked run 182 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.042 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.042 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.042 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.042 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.043 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.043 | 7871 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.043 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.043 | 5371 | Removed run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.043 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.043 | 5371 | Assigned run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.043 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.043 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.MBWrPo +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.044 | 7870 | Marked run 183 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.045 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.045 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.046 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.047 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.048 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.052 | 5375 | Recursively removing directory: /tmp/git.AD4hXv/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.053 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.053 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.053 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.054 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.054 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.054 | 7885 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.054 | 5371 | Removed run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.054 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.054 | 5371 | Assigned run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.054 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.qwKJCr +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.054 | 5372 | Recursively removing directory: /tmp/git.MBWrPo/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.054 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.055 | 7884 | Marked run 184 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.056 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.056 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.056 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.056 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.056 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.056 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.056 | 7887 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.056 | 5371 | Removed run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.056 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.057 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.057 | 5371 | Assigned run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.057 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.L3EnGJ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.058 | 7886 | Marked run 185 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.059 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.060 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.061 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.062 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.062 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.066 | 5375 | Recursively removing directory: /tmp/git.qwKJCr/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.068 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.068 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.068 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.068 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.068 | 7901 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.068 | 5371 | Removed run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.068 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.068 | 5371 | Assigned run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.068 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.068 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ppuBBd +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.069 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.069 | 5372 | Recursively removing directory: /tmp/git.L3EnGJ/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.070 | 7900 | Marked run 186 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.070 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.071 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.071 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.071 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.071 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.072 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.072 | 7903 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.072 | 5371 | Removed run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.072 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.072 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.072 | 5371 | Assigned run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.072 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.tCTzZT +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.073 | 7902 | Marked run 187 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.073 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.074 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.075 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.077 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.078 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.081 | 5375 | Recursively removing directory: /tmp/git.ppuBBd/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.082 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.082 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.083 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.083 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.083 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.083 | 7916 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.083 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.JKNdF2 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.083 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.083 | 5371 | Removed run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.083 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.083 | 5371 | Assigned run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.084 | 5372 | Recursively removing directory: /tmp/git.tCTzZT/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.084 | 7915 | Marked run 188 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.084 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.086 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.086 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.086 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.086 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.086 | 7919 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.086 | 5371 | Removed run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.086 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.086 | 5371 | Assigned run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.086 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.086 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.086 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Pknx9y +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.088 | 7918 | Marked run 189 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.088 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.088 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.089 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.090 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.091 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.095 | 5375 | Recursively removing directory: /tmp/git.JKNdF2/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.096 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.096 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.096 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.097 | 5372 | Recursively removing directory: /tmp/git.Pknx9y/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.097 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.097 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.097 | 7933 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.097 | 5371 | Removed run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.097 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.097 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.097 | 5371 | Assigned run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.097 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.foMuCU +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.098 | 7932 | Marked run 190 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.098 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.099 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.099 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.099 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.099 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.099 | 7935 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.099 | 5371 | Removed run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.099 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.099 | 5371 | Assigned run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.099 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.099 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.099 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.bdwSWV +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.101 | 7934 | Marked run 191 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.101 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.102 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.103 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.104 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.105 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.109 | 5375 | Recursively removing directory: /tmp/git.foMuCU/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.110 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.111 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.111 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.111 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.111 | 7949 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.111 | 5371 | Removed run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.111 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.111 | 5371 | Assigned run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.111 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.111 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.slFJqI +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.111 | 5372 | Recursively removing directory: /tmp/git.bdwSWV/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.111 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.112 | 7948 | Marked run 192 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.112 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.113 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.113 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.114 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.114 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.114 | 7951 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.114 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.114 | 5371 | Removed run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.114 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.114 | 5371 | Assigned run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.114 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.114 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.TmUZDn +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.115 | 7950 | Marked run 193 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.116 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.117 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.117 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.118 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.119 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.123 | 5375 | Recursively removing directory: /tmp/git.slFJqI/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.125 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.125 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.125 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.125 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.125 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.125 | 7965 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.125 | 5371 | Removed run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.125 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.125 | 5371 | Assigned run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.125 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.125 | 5372 | Recursively removing directory: /tmp/git.TmUZDn/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.125 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.etfl53 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.127 | 7964 | Marked run 194 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.127 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.127 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.127 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.127 | 7967 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.127 | 5371 | Removed run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.127 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.127 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.127 | 5371 | Assigned run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.127 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.127 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.127 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.127 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.1JyXeU +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.130 | 7966 | Marked run 195 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.130 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.131 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.131 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.132 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.133 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.137 | 5375 | Recursively removing directory: /tmp/git.etfl53/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.138 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.138 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.138 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.139 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.139 | 7981 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.139 | 5371 | Removed run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.139 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.139 | 5371 | Assigned run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.139 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.139 | 5372 | Recursively removing directory: /tmp/git.1JyXeU/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.139 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.139 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.k1WYxE +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.140 | 7980 | Marked run 196 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.140 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.141 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.141 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.141 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.141 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.141 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.141 | 7983 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.141 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.141 | 5371 | Removed run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.141 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.141 | 5371 | Assigned run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.141 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.PREKHz +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.143 | 7982 | Marked run 197 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.143 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.144 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.145 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.146 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.146 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.151 | 5375 | Recursively removing directory: /tmp/git.k1WYxE/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.152 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.152 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.152 | 5372 | Recursively removing directory: /tmp/git.PREKHz/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.152 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.152 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.152 | 7997 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.152 | 5371 | Removed run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.152 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.152 | 5371 | Assigned run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.153 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.152 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.153 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3CUd3f +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.154 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.154 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.154 | 7996 | Marked run 198 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.155 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.155 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.155 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.155 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.155 | 7999 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.155 | 5371 | Removed run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.155 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.155 | 5371 | Assigned run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.155 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.155 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.lNf318 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.156 | 7998 | Marked run 199 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.156 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.158 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.159 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.160 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.161 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.164 | 5375 | Recursively removing directory: /tmp/git.3CUd3f/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.166 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.166 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.166 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.166 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.166 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.166 | 8013 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.166 | 5371 | Removed run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.166 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.166 | 5371 | Assigned run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.166 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.166 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.EufJN5 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.166 | 5372 | Recursively removing directory: /tmp/git.lNf318/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.168 | 8012 | Marked run 200 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.168 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.169 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.169 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.169 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.169 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.169 | 8015 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.169 | 5371 | Removed run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.169 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.169 | 5371 | Assigned run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.169 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.169 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.js595m +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.170 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.171 | 8014 | Marked run 201 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.171 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.172 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.173 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.174 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.175 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.179 | 5375 | Recursively removing directory: /tmp/git.EufJN5/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.180 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.180 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.180 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.181 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.181 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.181 | 8029 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.181 | 5371 | Removed run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.181 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.181 | 5371 | Assigned run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.181 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.181 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.cOKywh +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.181 | 5372 | Recursively removing directory: /tmp/git.js595m/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.182 | 8028 | Marked run 202 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.183 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.183 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.183 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.183 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.183 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.183 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.183 | 8031 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.183 | 5371 | Removed run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.183 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.183 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.184 | 5371 | Assigned run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.184 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.IeWzvo +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.185 | 8030 | Marked run 203 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.185 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.186 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.187 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.188 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.189 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.192 | 5375 | Recursively removing directory: /tmp/git.cOKywh/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.194 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.194 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.194 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.194 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.194 | 8045 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.194 | 5371 | Removed run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.194 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.194 | 5371 | Assigned run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.194 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.194 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.194 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.kF7dW3 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.195 | 5372 | Recursively removing directory: /tmp/git.IeWzvo/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.196 | 8044 | Marked run 204 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.196 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.197 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.197 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.197 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.197 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.197 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.197 | 8047 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.197 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.197 | 5371 | Removed run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.197 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.197 | 5371 | Assigned run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.197 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ybdUmZ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.199 | 8046 | Marked run 205 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.199 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.200 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.201 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.202 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.203 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.207 | 5375 | Recursively removing directory: /tmp/git.kF7dW3/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.208 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.208 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.208 | 5372 | Recursively removing directory: /tmp/git.ybdUmZ/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.209 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.209 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.209 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.209 | 8061 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.209 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.209 | 5371 | Removed run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.209 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.209 | 5371 | Assigned run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.210 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.TWLSxH +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.210 | 8060 | Marked run 206 as finished +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.211 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.211 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.211 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.211 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.211 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.211 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.211 | 8063 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.211 | 5371 | Removed run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.211 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.211 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.211 | 5371 | Assigned run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.211 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.NsqDrr +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.213 | 8062 | Marked run 207 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.213 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.215 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.215 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.215 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.216 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.221 | 5375 | Recursively removing directory: /tmp/git.TWLSxH/ +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.222 | 5372 | Recursively removing directory: /tmp/git.NsqDrr/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.223 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.223 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.223 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.223 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.223 | 8077 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.223 | 5371 | Removed run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.223 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.223 | 5371 | Assigned run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.223 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.223 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.223 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.34uhmZ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.225 | 8076 | Marked run 208 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.225 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.225 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.225 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.225 | 8079 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.225 | 5371 | Removed run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.225 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.225 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.225 | 5371 | Assigned run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.225 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.225 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.225 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.226 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.bkNPvr +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.226 | 8078 | Marked run 209 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.226 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.228 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.229 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.230 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.231 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.235 | 5375 | Recursively removing directory: /tmp/git.34uhmZ/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.236 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.236 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.237 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.237 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.237 | 8093 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.237 | 5371 | Removed run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.237 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.237 | 5371 | Assigned run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.237 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.237 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.jOFnkd +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.237 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.238 | 5372 | Recursively removing directory: /tmp/git.bkNPvr/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.238 | 8092 | Marked run 210 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.239 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.240 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.240 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.240 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.240 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.240 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.240 | 8095 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.240 | 5371 | Removed run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.240 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.240 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.240 | 5371 | Assigned run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.240 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.coXLdU +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.242 | 8094 | Marked run 211 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.242 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.243 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.243 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.245 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.246 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.249 | 5375 | Recursively removing directory: /tmp/git.jOFnkd/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.251 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.251 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.251 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.251 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.251 | 8109 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.251 | 5371 | Removed run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.251 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.251 | 5371 | Assigned run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.251 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.251 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.251 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.rWPZ9o +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.252 | 5372 | Recursively removing directory: /tmp/git.coXLdU/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.253 | 8108 | Marked run 212 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.253 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.254 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.254 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.254 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.254 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.254 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.254 | 8111 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.254 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.254 | 5371 | Removed run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.254 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.254 | 5371 | Assigned run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.254 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.q7YRFY +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.256 | 8110 | Marked run 213 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.256 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.257 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.258 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.259 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.260 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.263 | 5375 | Recursively removing directory: /tmp/git.rWPZ9o/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.265 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.265 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.265 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.265 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.265 | 8125 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.265 | 5371 | Removed run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.265 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.265 | 5371 | Assigned run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.265 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.265 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.265 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.fyb1F2 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.266 | 5372 | Recursively removing directory: /tmp/git.q7YRFY/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.268 | 8124 | Marked run 214 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.268 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.268 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.268 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.269 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.269 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.269 | 8127 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.269 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.269 | 5371 | Removed run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.269 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.269 | 5371 | Assigned run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.269 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.269 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.tHj264 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.270 | 8126 | Marked run 215 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.270 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.271 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.272 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.274 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.274 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.277 | 5375 | Recursively removing directory: /tmp/git.fyb1F2/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.279 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.279 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.279 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.279 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.279 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.279 | 8141 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.279 | 5371 | Removed run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.279 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.279 | 5371 | Assigned run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.279 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.279 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.kWxGeb +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.280 | 5372 | Recursively removing directory: /tmp/git.tHj264/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.281 | 8140 | Marked run 216 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.281 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.282 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.282 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.283 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.283 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.283 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.283 | 8143 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.283 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.283 | 5371 | Removed run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.283 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.283 | 5371 | Assigned run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.283 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.SZepdS +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.285 | 8142 | Marked run 217 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.285 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.286 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.287 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.288 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.289 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.293 | 5375 | Recursively removing directory: /tmp/git.kWxGeb/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.294 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.294 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.294 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.294 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.294 | 8157 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.294 | 5371 | Removed run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.294 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.295 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.295 | 5371 | Assigned run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.294 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.295 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.EfKsXp +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.295 | 5372 | Recursively removing directory: /tmp/git.SZepdS/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.296 | 8156 | Marked run 218 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.296 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.297 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.297 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.297 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.298 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.298 | 8159 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.298 | 5371 | Removed run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.298 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.298 | 5371 | Assigned run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.298 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.298 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.298 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.i5kw8a +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.299 | 8158 | Marked run 219 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.299 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.300 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.301 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.302 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.303 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.306 | 5375 | Recursively removing directory: /tmp/git.EfKsXp/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.307 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.307 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.308 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.308 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.308 | 8173 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.308 | 5371 | Removed run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.308 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.308 | 5371 | Assigned run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.308 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.308 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.308 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.EiO6oi +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.309 | 5372 | Recursively removing directory: /tmp/git.i5kw8a/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.310 | 8172 | Marked run 220 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.310 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.311 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.311 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.311 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.311 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.311 | 8175 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.311 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.311 | 5371 | Removed run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.311 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.311 | 5371 | Assigned run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.311 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.311 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Mswj4f +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.313 | 8174 | Marked run 221 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.314 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.314 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.315 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.316 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.317 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.320 | 5375 | Recursively removing directory: /tmp/git.EiO6oi/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.322 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.322 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.322 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.322 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.322 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.322 | 8189 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.322 | 5371 | Removed run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.322 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.322 | 5371 | Assigned run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.322 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Q8vKJG +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.323 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.323 | 5372 | Recursively removing directory: /tmp/git.Mswj4f/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.324 | 8188 | Marked run 222 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.324 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.325 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.325 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.325 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.325 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.325 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.325 | 8191 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.325 | 5371 | Removed run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.326 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.326 | 5371 | Assigned run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.326 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.326 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ba0B60 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.327 | 8190 | Marked run 223 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.327 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.328 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.329 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.331 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.331 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.335 | 5375 | Recursively removing directory: /tmp/git.Q8vKJG/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.336 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.336 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.336 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.336 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.336 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.336 | 8204 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.336 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.336 | 5371 | Removed run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.336 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.336 | 5371 | Assigned run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.336 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.jDEadx +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.338 | 5372 | Recursively removing directory: /tmp/git.ba0B60/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.338 | 8203 | Marked run 224 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.338 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.339 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.339 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.339 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.339 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.340 | 8207 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.340 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.340 | 5371 | Removed run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.340 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.340 | 5371 | Assigned run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.339 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.340 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Dvxxj6 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.342 | 8206 | Marked run 225 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.342 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.343 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.344 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.345 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.346 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.350 | 5375 | Recursively removing directory: /tmp/git.jDEadx/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.351 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.351 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.351 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.351 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.351 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.351 | 8221 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.351 | 5371 | Removed run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.351 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.352 | 5371 | Assigned run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.352 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.352 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.yeYDXh +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.352 | 5372 | Recursively removing directory: /tmp/git.Dvxxj6/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.353 | 8220 | Marked run 226 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.353 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.354 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.354 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.354 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.354 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.354 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.354 | 8223 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.355 | 5371 | Removed run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.355 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.355 | 5371 | Assigned run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.355 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.355 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.TLxj2f +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.356 | 8222 | Marked run 227 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.357 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.357 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.358 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.359 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.360 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.364 | 5375 | Recursively removing directory: /tmp/git.yeYDXh/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.365 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.365 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.365 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.365 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.365 | 8237 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.365 | 5371 | Removed run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.365 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.365 | 5371 | Assigned run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.366 | 5372 | Recursively removing directory: /tmp/git.TLxj2f/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.365 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.366 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.366 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.31tam9 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.367 | 8236 | Marked run 228 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.367 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.368 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.368 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.368 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.368 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.368 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.368 | 8239 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.368 | 5371 | Removed run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.368 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.368 | 5371 | Assigned run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.368 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.368 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.RRjbvA +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.370 | 8238 | Marked run 229 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.370 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.371 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.372 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.373 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.373 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.378 | 5375 | Recursively removing directory: /tmp/git.31tam9/ +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.379 | 5372 | Recursively removing directory: /tmp/git.RRjbvA/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.379 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.379 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.380 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.380 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.380 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.380 | 8253 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.380 | 5371 | Removed run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.380 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.380 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.380 | 5371 | Assigned run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.380 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.V92Z8Y +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.381 | 8252 | Marked run 230 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.381 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.382 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.382 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.382 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.382 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.382 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.382 | 8255 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.382 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.382 | 5371 | Removed run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.382 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.382 | 5371 | Assigned run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.382 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.M7x27l +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.384 | 8254 | Marked run 231 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.384 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.385 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.386 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.386 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.387 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.392 | 5375 | Recursively removing directory: /tmp/git.V92Z8Y/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.393 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.393 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.393 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.393 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.393 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.393 | 8269 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.393 | 5371 | Removed run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.393 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.393 | 5371 | Assigned run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.394 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.393 | 5372 | Recursively removing directory: /tmp/git.M7x27l/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.394 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.nKY2ya +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.395 | 8268 | Marked run 232 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.395 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.396 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.396 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.396 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.396 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.396 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.396 | 8271 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.396 | 5371 | Removed run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.396 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.396 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.397 | 5371 | Assigned run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.396 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.W764Ry +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.398 | 8270 | Marked run 233 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.398 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.399 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.400 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.401 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.402 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.405 | 5375 | Recursively removing directory: /tmp/git.nKY2ya/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.407 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.407 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.407 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.407 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.407 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.407 | 8284 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.407 | 5371 | Removed run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.407 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.407 | 5371 | Assigned run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.407 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.408 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.n9v9gx +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.409 | 5372 | Recursively removing directory: /tmp/git.W764Ry/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.409 | 8283 | Marked run 234 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.409 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.410 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.410 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.410 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.410 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.410 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.410 | 8287 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.410 | 5371 | Removed run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.410 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.410 | 5371 | Assigned run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.411 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.411 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.nFUZG6 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.412 | 8286 | Marked run 235 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.412 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.413 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.414 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.415 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.416 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.420 | 5375 | Recursively removing directory: /tmp/git.n9v9gx/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.421 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.421 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.421 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.422 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.422 | 8301 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.422 | 5371 | Removed run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.422 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.422 | 5371 | Assigned run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.422 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.422 | 5372 | Recursively removing directory: /tmp/git.nFUZG6/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.422 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.422 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.jtZHbP +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.423 | 8300 | Marked run 236 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.423 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.424 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.424 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.424 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.424 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.424 | 8303 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.424 | 5371 | Removed run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.424 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.424 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.424 | 5371 | Assigned run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.424 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.424 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.RJmc35 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.426 | 8302 | Marked run 237 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.426 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.428 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.428 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.429 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.429 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.434 | 5375 | Recursively removing directory: /tmp/git.jtZHbP/ +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.435 | 5372 | Recursively removing directory: /tmp/git.RJmc35/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.435 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.435 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.436 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.436 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.436 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.436 | 8317 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.436 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.436 | 5371 | Removed run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.436 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.436 | 5371 | Assigned run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.436 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.XSauRt +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.438 | 8316 | Marked run 238 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.438 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.438 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.438 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.438 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.438 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.438 | 8319 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.438 | 5371 | Removed run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.438 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.438 | 5371 | Assigned run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.438 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.438 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.438 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.GOTX7n +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.440 | 8318 | Marked run 239 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.440 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.442 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.442 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.444 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.444 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.448 | 5375 | Recursively removing directory: /tmp/git.XSauRt/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.450 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.450 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.450 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.450 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.450 | 8333 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.450 | 5371 | Removed run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.450 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.450 | 5371 | Assigned run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.450 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.450 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.2t7umC +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.451 | 5372 | Recursively removing directory: /tmp/git.GOTX7n/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.451 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.452 | 8332 | Marked run 240 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.452 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.453 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.453 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.453 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.453 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.453 | 8335 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.453 | 5371 | Removed run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.453 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.453 | 5371 | Assigned run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.454 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.453 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.453 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.5otTZU +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.455 | 8334 | Marked run 241 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.455 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.456 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.456 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.458 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.459 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.462 | 5375 | Recursively removing directory: /tmp/git.2t7umC/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.464 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.464 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.464 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.464 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.464 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.464 | 8349 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.464 | 5371 | Removed run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.464 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.464 | 5371 | Assigned run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.464 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.464 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Xa2d7J +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.465 | 5372 | Recursively removing directory: /tmp/git.5otTZU/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.466 | 8348 | Marked run 242 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.466 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.466 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.466 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.467 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.467 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.467 | 8351 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.467 | 5371 | Removed run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.467 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.467 | 5371 | Assigned run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.467 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.467 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.467 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ltUcke +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.469 | 8350 | Marked run 243 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.469 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.469 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.470 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.471 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.472 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.476 | 5375 | Recursively removing directory: /tmp/git.Xa2d7J/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.478 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.478 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.478 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.478 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.478 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.478 | 8365 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.478 | 5371 | Removed run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.478 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.478 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.478 | 5371 | Assigned run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.478 | 5372 | Recursively removing directory: /tmp/git.ltUcke/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.478 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.F9Tl7a +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.480 | 8364 | Marked run 244 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.480 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.481 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.481 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.481 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.481 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.481 | 8367 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.481 | 5371 | Removed run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.481 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.481 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.481 | 5371 | Assigned run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.481 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.481 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.pZgum5 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.483 | 8366 | Marked run 245 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.483 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.484 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.484 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.486 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.487 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.490 | 5375 | Recursively removing directory: /tmp/git.F9Tl7a/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.492 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.492 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.492 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.492 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.492 | 8381 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.492 | 5371 | Removed run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.492 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.492 | 5371 | Assigned run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.492 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.492 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Xsvcwe +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.492 | 5372 | Recursively removing directory: /tmp/git.pZgum5/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.492 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.495 | 8380 | Marked run 246 as finished +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.495 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.495 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.495 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.495 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.495 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.495 | 8383 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.496 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.496 | 5371 | Removed run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.496 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.496 | 5371 | Assigned run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.496 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.O8B45b +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.497 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.498 | 8382 | Marked run 247 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.498 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.498 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.500 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.501 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.504 | 5375 | Recursively removing directory: /tmp/git.Xsvcwe/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.505 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.505 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.506 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.506 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.506 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.506 | 8396 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.506 | 5371 | Removed run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.506 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.506 | 5371 | Assigned run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.507 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.507 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Lz3W80 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.507 | 8395 | Marked run 248 as finished +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.508 | 5372 | Recursively removing directory: /tmp/git.O8B45b/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.508 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.509 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.509 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.509 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.509 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.509 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.509 | 8399 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.509 | 5371 | Removed run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.509 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.509 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.509 | 5371 | Assigned run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.510 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LvIeXT +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.511 | 8398 | Marked run 249 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.511 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.512 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.512 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.514 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.515 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.518 | 5375 | Recursively removing directory: /tmp/git.Lz3W80/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.519 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.519 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.519 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.519 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.519 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.520 | 8412 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.520 | 5371 | Removed run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.520 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.520 | 5371 | Assigned run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.520 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.520 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gEcz6c +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.521 | 5372 | Recursively removing directory: /tmp/git.LvIeXT/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.521 | 8411 | Marked run 250 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.522 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.523 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.523 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.523 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.523 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.523 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.523 | 8415 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.523 | 5371 | Removed run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.523 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.523 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.523 | 5371 | Assigned run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.523 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.BTNFyG +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.526 | 8414 | Marked run 251 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.526 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.526 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.527 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.528 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.529 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.532 | 5375 | Recursively removing directory: /tmp/git.gEcz6c/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.534 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.534 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.534 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.534 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.534 | 8429 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.534 | 5371 | Removed run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.534 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.534 | 5371 | Assigned run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.534 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.534 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.sFD3FL +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.535 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.535 | 5372 | Recursively removing directory: /tmp/git.BTNFyG/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.536 | 8428 | Marked run 252 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.537 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.538 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.538 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.538 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.538 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.538 | 8431 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.538 | 5371 | Removed run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.538 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.538 | 5371 | Assigned run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.538 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.538 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.538 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.kR3D6P +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.539 | 8430 | Marked run 253 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.540 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.540 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.541 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.543 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.544 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.546 | 5375 | Recursively removing directory: /tmp/git.sFD3FL/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.548 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.548 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.548 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.548 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.548 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.548 | 8444 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.548 | 5371 | Removed run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.548 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.548 | 5371 | Assigned run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.548 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.L1H2rk +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.549 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.550 | 8443 | Marked run 254 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.550 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.550 | 5372 | Recursively removing directory: /tmp/git.kR3D6P/ +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.551 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.551 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.552 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.552 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.552 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.552 | 8447 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.552 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.552 | 5371 | Removed run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.552 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.552 | 5371 | Assigned run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.552 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.AnzyZB +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.554 | 8446 | Marked run 255 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.554 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.554 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.555 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.558 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.559 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.561 | 5375 | Recursively removing directory: /tmp/git.L1H2rk/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.562 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.562 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.562 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.562 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.562 | 8458 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.562 | 5371 | Removed run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.562 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.562 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.562 | 5371 | Assigned run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.562 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.562 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.GyWgPb +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.565 | 5372 | Recursively removing directory: /tmp/git.AnzyZB/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.565 | 8457 | Marked run 256 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.565 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.566 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.566 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.566 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.567 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.567 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.567 | 8463 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.567 | 5371 | Removed run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.567 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.567 | 5371 | Assigned run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.567 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.567 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.CZpRLM +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.568 | 8462 | Marked run 257 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.569 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.569 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.569 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.571 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.572 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.575 | 5375 | Recursively removing directory: /tmp/git.GyWgPb/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.577 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.577 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.577 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.577 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.577 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.577 | 8477 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.577 | 5371 | Removed run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.577 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.577 | 5371 | Assigned run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.577 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.577 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.FHcCWN +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.578 | 5372 | Recursively removing directory: /tmp/git.CZpRLM/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.579 | 8476 | Marked run 258 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.579 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.580 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.580 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.581 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.581 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.581 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.581 | 8479 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.581 | 5371 | Removed run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.581 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.581 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.581 | 5371 | Assigned run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.581 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.auVT3M +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.583 | 8478 | Marked run 259 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.583 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.583 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.584 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.586 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.586 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.590 | 5375 | Recursively removing directory: /tmp/git.FHcCWN/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.591 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.591 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.591 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.591 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.591 | 8493 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.591 | 5371 | Removed run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.591 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.592 | 5371 | Assigned run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.592 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.591 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.592 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.YBoCrx +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.593 | 5372 | Recursively removing directory: /tmp/git.auVT3M/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.593 | 8492 | Marked run 260 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.593 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.594 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.594 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.594 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.595 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.595 | 8495 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.595 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.595 | 5371 | Removed run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.595 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.595 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.595 | 5371 | Assigned run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.595 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.VqKqBB +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.596 | 8494 | Marked run 261 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.596 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.597 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.598 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.599 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.600 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.603 | 5375 | Recursively removing directory: /tmp/git.YBoCrx/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.605 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.605 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.605 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.605 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.605 | 8509 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.605 | 5371 | Removed run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.605 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.605 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.606 | 5372 | Recursively removing directory: /tmp/git.VqKqBB/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.605 | 5371 | Assigned run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.605 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.2sAv5C +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.606 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.607 | 8508 | Marked run 262 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.607 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.608 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.608 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.608 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.608 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.608 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.608 | 8511 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.609 | 5371 | Removed run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.609 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.609 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.609 | 5371 | Assigned run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.609 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.YSNx6A +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.610 | 8510 | Marked run 263 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.610 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.611 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.611 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.613 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.614 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.617 | 5375 | Recursively removing directory: /tmp/git.2sAv5C/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.618 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.618 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.619 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.619 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.619 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.619 | 8524 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.619 | 5371 | Removed run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.619 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.619 | 5371 | Assigned run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.619 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.619 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.HhCkz6 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.620 | 5372 | Recursively removing directory: /tmp/git.YSNx6A/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.621 | 8523 | Marked run 264 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.621 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.622 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.622 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.622 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.622 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.622 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.622 | 8527 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.622 | 5371 | Removed run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.622 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.622 | 5371 | Assigned run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.622 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.622 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.X2TMUB +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.624 | 8526 | Marked run 265 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.624 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.624 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.625 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.627 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.628 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.631 | 5375 | Recursively removing directory: /tmp/git.HhCkz6/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.632 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.632 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.632 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.632 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.632 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.632 | 8541 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.633 | 5371 | Removed run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.633 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.633 | 5371 | Assigned run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.633 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.633 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.5UipnY +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.633 | 5372 | Recursively removing directory: /tmp/git.X2TMUB/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.634 | 8540 | Marked run 266 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.635 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.636 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.636 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.636 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.636 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.636 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.636 | 8543 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.636 | 5371 | Removed run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.636 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.636 | 5371 | Assigned run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.636 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.pjJQUq +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.636 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.638 | 8542 | Marked run 267 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.638 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.639 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.640 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.641 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.642 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.645 | 5375 | Recursively removing directory: /tmp/git.5UipnY/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.647 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.647 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.647 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.647 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.647 | 8557 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.647 | 5371 | Removed run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.647 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.647 | 5371 | Assigned run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.648 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.647 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.647 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Mayn22 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.648 | 5372 | Recursively removing directory: /tmp/git.pjJQUq/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.649 | 8556 | Marked run 268 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.649 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.649 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.649 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.650 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.650 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.650 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.650 | 8559 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.650 | 5371 | Removed run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.650 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.650 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.650 | 5371 | Assigned run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.650 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.fGcVSw +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.652 | 8558 | Marked run 269 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.652 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.653 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.654 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.655 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.655 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.660 | 5375 | Recursively removing directory: /tmp/git.Mayn22/ +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.661 | 5372 | Recursively removing directory: /tmp/git.fGcVSw/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.661 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.661 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.661 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.662 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.662 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.662 | 8573 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.662 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.662 | 5371 | Removed run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.662 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.662 | 5371 | Assigned run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.662 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.BjvjKq +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.663 | 8572 | Marked run 270 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.663 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.664 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.664 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.664 | 8575 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.664 | 5371 | Removed run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.664 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.664 | 5371 | Assigned run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.663 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.663 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.664 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.664 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.K9Ea3F +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.664 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.666 | 8574 | Marked run 271 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.666 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.667 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.668 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.669 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.669 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.673 | 5375 | Recursively removing directory: /tmp/git.BjvjKq/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.675 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.675 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.675 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.675 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.675 | 8589 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.675 | 5371 | Removed run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.675 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.675 | 5371 | Assigned run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.675 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.675 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Q5MfIb +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.676 | 5372 | Recursively removing directory: /tmp/git.K9Ea3F/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.676 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.677 | 8588 | Marked run 272 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.678 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.678 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.678 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.678 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.679 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.679 | 8591 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.679 | 5371 | Removed run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.679 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.679 | 5371 | Assigned run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.679 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.679 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.679 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.uwdM0U +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.680 | 8590 | Marked run 273 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.680 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.681 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.682 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.683 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.684 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.687 | 5375 | Recursively removing directory: /tmp/git.Q5MfIb/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.689 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.689 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.689 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.689 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.689 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.689 | 8605 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.689 | 5371 | Removed run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.689 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.689 | 5371 | Assigned run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.689 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.689 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.eHcpVM +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.690 | 5372 | Recursively removing directory: /tmp/git.uwdM0U/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.691 | 8604 | Marked run 274 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.691 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.692 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.692 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.692 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.692 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.692 | 8607 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.692 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.692 | 5371 | Removed run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.692 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.692 | 5371 | Assigned run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.692 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.692 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.XlXUbN +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.694 | 8606 | Marked run 275 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.694 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.694 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.695 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.697 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.697 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.701 | 5375 | Recursively removing directory: /tmp/git.eHcpVM/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.702 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.702 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.702 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.703 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.703 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.703 | 8621 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.703 | 5371 | Removed run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.703 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.703 | 5371 | Assigned run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.703 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.703 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.AKkSzO +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.704 | 5372 | Recursively removing directory: /tmp/git.XlXUbN/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.704 | 8620 | Marked run 276 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.704 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.706 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.706 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.706 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.706 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.706 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.706 | 8623 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.706 | 5371 | Removed run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.706 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.706 | 5371 | Assigned run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.706 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.706 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.wfGaCb +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.707 | 8622 | Marked run 277 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.708 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.709 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.710 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.711 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.712 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.715 | 5375 | Recursively removing directory: /tmp/git.AKkSzO/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.717 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.717 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.717 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.717 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.717 | 8637 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.717 | 5371 | Removed run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.717 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.717 | 5371 | Assigned run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.717 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.717 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.fW9am6 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.718 | 5372 | Recursively removing directory: /tmp/git.wfGaCb/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.718 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.719 | 8636 | Marked run 278 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.719 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.720 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.720 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.720 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.720 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.720 | 8639 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.720 | 5371 | Removed run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.720 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.720 | 5371 | Assigned run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.720 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.720 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.720 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Q8o9SG +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.722 | 8638 | Marked run 279 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.722 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.723 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.724 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.725 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.725 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.729 | 5375 | Recursively removing directory: /tmp/git.fW9am6/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.731 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.731 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.731 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.731 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.731 | 8653 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.731 | 5371 | Removed run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.731 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.731 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.731 | 5371 | Assigned run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.731 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.731 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.nhuNT7 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.731 | 5372 | Recursively removing directory: /tmp/git.Q8o9SG/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.733 | 8652 | Marked run 280 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.734 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.734 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.734 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.734 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.734 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.734 | 8655 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.734 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.734 | 5371 | Removed run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.734 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.734 | 5371 | Assigned run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.734 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.735 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.xnUNRY +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.736 | 8654 | Marked run 281 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.736 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.737 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.738 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.739 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.740 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.743 | 5375 | Recursively removing directory: /tmp/git.nhuNT7/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.745 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.745 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.745 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.745 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.745 | 8669 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.745 | 5371 | Removed run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.745 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.745 | 5371 | Assigned run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.746 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.745 | 5372 | Recursively removing directory: /tmp/git.xnUNRY/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.745 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.745 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3LN43e +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.747 | 8668 | Marked run 282 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.747 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.747 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.747 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.748 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.748 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.748 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.748 | 8671 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.748 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.748 | 5371 | Removed run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.748 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.748 | 5371 | Assigned run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.748 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3fiNri +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.749 | 8670 | Marked run 283 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.750 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.751 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.752 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.752 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.753 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.758 | 5375 | Recursively removing directory: /tmp/git.3LN43e/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.759 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.759 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.759 | 5372 | Recursively removing directory: /tmp/git.3fiNri/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.759 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.759 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.759 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.759 | 8685 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.759 | 5371 | Removed run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.759 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.759 | 5371 | Assigned run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.760 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.kYZm1R +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.760 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.761 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.761 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.762 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.761 | 8684 | Marked run 284 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.761 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.762 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.TjeFqx +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.762 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.762 | 8687 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.762 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.762 | 5371 | Removed run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.762 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.762 | 5371 | Assigned run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.763 | 8686 | Marked run 285 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.763 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.765 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.765 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.766 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.766 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.772 | 5375 | Recursively removing directory: /tmp/git.kYZm1R/ +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.772 | 5372 | Recursively removing directory: /tmp/git.TjeFqx/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.773 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.773 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.773 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.773 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.773 | 8701 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.773 | 5371 | Removed run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.773 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.773 | 5371 | Assigned run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.773 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.774 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.AgupGo +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.774 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.774 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.774 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.774 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.774 | 8703 | Added a new worker 13 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.774 | 5371 | Removed run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.774 | 5371 | Removed worker 13 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.774 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.774 | 5371 | Assigned run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.774 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.774 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.RCoKcZ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.776 | 8700 | Marked run 286 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.776 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.777 | 8702 | Marked run 287 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.777 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.779 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.780 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.780 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.780 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.786 | 5375 | Recursively removing directory: /tmp/git.AgupGo/ +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.786 | 5372 | Recursively removing directory: /tmp/git.RCoKcZ/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.787 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.787 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.787 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.787 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.787 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.788 | 8717 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.788 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.788 | 5371 | Removed run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.788 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.788 | 5371 | Assigned run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.788 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.788 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.788 | 8719 | Added a new worker 13 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.788 | 5371 | Removed run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.788 | 5371 | Removed worker 13 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.788 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.788 | 5371 | Assigned run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.788 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.XVYLDY +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.788 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.788 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.788 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.788 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.PvyWHc +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.790 | 8716 | Marked run 288 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.790 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.791 | 8718 | Marked run 289 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.791 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.793 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.793 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.793 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.794 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.799 | 5375 | Recursively removing directory: /tmp/git.XVYLDY/ +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.800 | 5372 | Recursively removing directory: /tmp/git.PvyWHc/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.801 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.801 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.801 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.801 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.801 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.801 | 8733 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.801 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.801 | 5371 | Removed run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.801 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.801 | 5371 | Assigned run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.801 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.802 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.802 | 8735 | Added a new worker 13 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.802 | 5371 | Removed run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.802 | 5371 | Removed worker 13 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.802 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.802 | 5371 | Assigned run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.801 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.801 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.802 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.802 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.CEo64l +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.801 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.HyYrab +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.803 | 8732 | Marked run 290 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.803 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.805 | 8734 | Marked run 291 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.805 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.806 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.807 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.807 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.807 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.813 | 5375 | Recursively removing directory: /tmp/git.HyYrab/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.814 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.814 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.814 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.814 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.814 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.814 | 8749 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.814 | 5371 | Removed run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.814 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.814 | 5371 | Assigned run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.815 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.815 | 5372 | Recursively removing directory: /tmp/git.CEo64l/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.815 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.H0Wow6 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.816 | 8748 | Marked run 292 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.816 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.817 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.817 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.817 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.817 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.817 | 8751 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.817 | 5371 | Removed run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.817 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.817 | 5371 | Assigned run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.817 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.817 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.nGyX0l +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.818 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.819 | 8750 | Marked run 293 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.819 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.820 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.821 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.822 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.822 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.827 | 5375 | Recursively removing directory: /tmp/git.H0Wow6/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.828 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.828 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.828 | 5372 | Recursively removing directory: /tmp/git.nGyX0l/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.828 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.828 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.828 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.828 | 8765 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.828 | 5371 | Removed run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.828 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.828 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.829 | 5371 | Assigned run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.829 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.edqveT +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.830 | 8764 | Marked run 294 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.830 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.831 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.831 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.831 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.831 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.831 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.831 | 8767 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.831 | 5371 | Removed run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.831 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.831 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.831 | 5371 | Assigned run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.831 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.QEZWdv +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.833 | 8766 | Marked run 295 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.833 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.834 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.835 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.836 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.836 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.840 | 5375 | Recursively removing directory: /tmp/git.edqveT/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.842 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.842 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.842 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.842 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.842 | 8781 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.842 | 5371 | Removed run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.842 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.842 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.842 | 5371 | Assigned run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.842 | 5372 | Recursively removing directory: /tmp/git.QEZWdv/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.842 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.843 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ChmCFA +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.844 | 8780 | Marked run 296 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.844 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.845 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.845 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.845 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.845 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.845 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.oBrWe6 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.845 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.845 | 8783 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.845 | 5371 | Removed run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.845 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.845 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.845 | 5371 | Assigned run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.847 | 8782 | Marked run 297 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.848 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.848 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.849 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.850 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.851 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.854 | 5375 | Recursively removing directory: /tmp/git.ChmCFA/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.856 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.856 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.856 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.856 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.856 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.856 | 8797 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.856 | 5371 | Removed run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.856 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.856 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.856 | 5371 | Assigned run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.857 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.god7Oc +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.857 | 5372 | Recursively removing directory: /tmp/git.oBrWe6/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.858 | 8796 | Marked run 298 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.858 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.859 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.859 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.859 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.859 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.859 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.859 | 8799 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.859 | 5371 | Removed run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.859 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.859 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.859 | 5371 | Assigned run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.860 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3lqBkn +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.861 | 8798 | Marked run 299 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.861 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.862 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.863 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.864 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.865 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.868 | 5375 | Recursively removing directory: /tmp/git.god7Oc/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.870 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.870 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.870 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.870 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.870 | 8813 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.870 | 5371 | Removed run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.870 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.870 | 5371 | Assigned run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.870 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.870 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gV0yaR +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.871 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.871 | 5372 | Recursively removing directory: /tmp/git.3lqBkn/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.872 | 8812 | Marked run 300 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.872 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.873 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.873 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.873 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.873 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.873 | 8815 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.873 | 5371 | Removed run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.873 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.873 | 5371 | Assigned run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.873 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.873 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.873 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.lc8Pzh +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.874 | 8814 | Marked run 301 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.875 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.876 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.876 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.882 | 5375 | Recursively removing directory: /tmp/git.gV0yaR/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.883 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.883 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.883 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.883 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.883 | 8823 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.883 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.883 | 5371 | Removed run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.883 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.883 | 5371 | Assigned run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.883 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.883 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.HrVa9c +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.885 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.885 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.885 | 8822 | Marked run 302 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.886 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.888 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.889 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.891 | 5372 | Recursively removing directory: /tmp/git.lc8Pzh/ +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.892 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.892 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.893 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.893 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.893 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.893 | 8834 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.893 | 5371 | Removed run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.893 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.893 | 5371 | Assigned run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.893 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.893 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LzyLhD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.895 | 5375 | Recursively removing directory: /tmp/git.HrVa9c/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.895 | 8833 | Marked run 303 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.895 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.897 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.897 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.897 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.897 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.897 | 8839 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.897 | 5371 | Removed run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.897 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.897 | 5371 | Assigned run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.897 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.897 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.897 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.w5B3Se +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.899 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.899 | 8838 | Marked run 304 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.899 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.900 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.902 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.903 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.905 | 5372 | Recursively removing directory: /tmp/git.LzyLhD/ +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.907 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.907 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.907 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.907 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.907 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.908 | 8852 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.908 | 5371 | Removed run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.908 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.908 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.908 | 5371 | Assigned run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.908 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.PerULg +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.909 | 8851 | Marked run 305 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.909 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.909 | 5375 | Recursively removing directory: /tmp/git.w5B3Se/ +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.911 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.911 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.911 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.911 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.911 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.911 | 8855 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.911 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.911 | 5371 | Removed run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.911 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.911 | 5371 | Assigned run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.911 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.phSSQH +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.913 | 8854 | Marked run 306 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.913 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.913 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.914 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.916 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.916 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.920 | 5372 | Recursively removing directory: /tmp/git.PerULg/ +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.922 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.922 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.922 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.922 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.922 | 8869 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.922 | 5371 | Removed run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.922 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.922 | 5371 | Assigned run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.922 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.922 | 5375 | Recursively removing directory: /tmp/git.phSSQH/ +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.922 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.923 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.L8iE03 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.924 | 8868 | Marked run 307 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.924 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.925 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.925 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.925 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.925 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.925 | 8871 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.925 | 5371 | Removed run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.925 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.925 | 5371 | Assigned run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.925 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.925 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.wU1HO6 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.926 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.927 | 8870 | Marked run 308 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.927 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.928 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.929 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.930 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.931 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.935 | 5372 | Recursively removing directory: /tmp/git.L8iE03/ +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.936 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.936 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.936 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.936 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.937 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LaG66z +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.936 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.937 | 8885 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.937 | 5371 | Removed run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.937 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.937 | 5371 | Assigned run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.937 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.937 | 5375 | Recursively removing directory: /tmp/git.wU1HO6/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.938 | 8884 | Marked run 309 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.938 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.939 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.939 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.939 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.940 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.940 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.940 | 8887 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.940 | 5371 | Removed run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.940 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.940 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.940 | 5371 | Assigned run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.940 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.54Gzoe +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.942 | 8886 | Marked run 310 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.942 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.942 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.943 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.945 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.946 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.948 | 5372 | Recursively removing directory: /tmp/git.LaG66z/ +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.950 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.950 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.950 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.950 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.950 | 8900 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.950 | 5371 | Removed run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.950 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.950 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.950 | 5371 | Assigned run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.950 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.950 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.KqCOzr +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.952 | 5375 | Recursively removing directory: /tmp/git.54Gzoe/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.952 | 8899 | Marked run 311 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.952 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.953 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.953 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.954 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.954 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.954 | 8903 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.954 | 5371 | Removed run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.954 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.954 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.954 | 5371 | Assigned run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.954 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.954 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.8f6exu +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.956 | 8902 | Marked run 312 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.956 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.956 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.956 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.959 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.959 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.962 | 5372 | Recursively removing directory: /tmp/git.KqCOzr/ +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.964 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.964 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.964 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.964 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.964 | 8917 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.964 | 5371 | Removed run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.964 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.964 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.964 | 5371 | Assigned run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.964 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.965 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.NEJ17f +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.965 | 5375 | Recursively removing directory: /tmp/git.8f6exu/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.966 | 8916 | Marked run 313 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.966 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.968 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.968 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.968 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.968 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.968 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.968 | 8919 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.968 | 5371 | Removed run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.968 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.968 | 5371 | Assigned run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.968 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.968 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.0oK8fi +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.970 | 8918 | Marked run 314 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.970 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.970 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.971 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.973 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.974 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.977 | 5372 | Recursively removing directory: /tmp/git.NEJ17f/ +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.979 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.979 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.979 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.979 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.979 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.979 | 8933 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.979 | 5371 | Removed run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.979 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.979 | 5371 | Assigned run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.979 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.979 | 5375 | Recursively removing directory: /tmp/git.0oK8fi/ +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.979 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.mk8uEZ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.981 | 8932 | Marked run 315 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.981 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.982 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.982 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.982 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.982 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.982 | 8935 | Added a new worker 10 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.982 | 5371 | Removed run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.982 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.982 | 5371 | Assigned run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.982 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.982 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.982 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.dC6sIp +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.984 | 8934 | Marked run 316 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.984 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.985 | 5372 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.986 | 5372 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.986 | 5375 | Checking out revision HEAD +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.987 | 5375 | Going to run: ./ci +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.992 | 5372 | Recursively removing directory: /tmp/git.mk8uEZ/ +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.993 | 5372 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.993 | 5372 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.993 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.993 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.993 | 8949 | Added a new worker 11 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.993 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.993 | 5371 | Removed run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.994 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.993 | 5372 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.993 | 5375 | Recursively removing directory: /tmp/git.dC6sIp/ +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.994 | 5371 | Assigned run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.994 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.w1oK37 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.995 | 5375 | Process exit code: 0 +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.995 | 5375 | Process output: 57 bytes +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.996 | 5375 | Waiting for a new command +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.996 | 8948 | Marked run 317 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.996 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.996 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.996 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.996 | 8951 | Added a new worker 6 to the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.996 | 5371 | Removed run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.996 | 5371 | Removed worker 6 from the queue +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.996 | 5371 | Assigned run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.996 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5375/cimple-worker: 2024-04-25 03:44:19.996 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.EcwEOz +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.998 | 8950 | Marked run 318 as finished +2024-04-25 03:44:19 | INFO | 5369/cimple-server: 2024-04-25 03:44:19.998 | 5369 | Waiting for new connections +2024-04-25 03:44:19 | INFO | 5372/cimple-worker: 2024-04-25 03:44:19.999 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.000 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.001 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.001 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.006 | 5372 | Recursively removing directory: /tmp/git.w1oK37/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.008 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.008 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.008 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.008 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.008 | 8965 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.008 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.008 | 5371 | Removed run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.008 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.008 | 5375 | Recursively removing directory: /tmp/git.EcwEOz/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.008 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.008 | 5371 | Assigned run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.008 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.jAZb1i +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.010 | 8964 | Marked run 319 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.010 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.010 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.010 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.010 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.011 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.011 | 8967 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.011 | 5371 | Removed run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.011 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.011 | 5371 | Assigned run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.011 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.011 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.011 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.j9GdgJ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.013 | 8966 | Marked run 320 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.013 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.014 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.015 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.016 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.016 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.020 | 5372 | Recursively removing directory: /tmp/git.jAZb1i/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.022 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.022 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.022 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.022 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.022 | 8981 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.022 | 5371 | Removed run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.022 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.022 | 5371 | Assigned run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.022 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.022 | 5375 | Recursively removing directory: /tmp/git.j9GdgJ/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.022 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.022 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.q9uy23 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.024 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.024 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.025 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.024 | 8980 | Marked run 321 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.025 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.025 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.025 | 8983 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.025 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.025 | 5371 | Removed run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.025 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.025 | 5371 | Assigned run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.025 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.eQ3yee +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.027 | 8982 | Marked run 322 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.027 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.028 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.029 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.030 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.031 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.035 | 5372 | Recursively removing directory: /tmp/git.q9uy23/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.037 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.037 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.037 | 5375 | Recursively removing directory: /tmp/git.eQ3yee/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.037 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.037 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.037 | 8997 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.037 | 5371 | Removed run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.037 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.037 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.037 | 5371 | Assigned run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.037 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.038 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Fl7q7w +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.038 | 8996 | Marked run 323 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.039 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.039 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.039 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.039 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.039 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.039 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.039 | 8999 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.039 | 5371 | Removed run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.039 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.039 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.nwMtPb +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.039 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.039 | 5371 | Assigned run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.041 | 8998 | Marked run 324 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.041 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.043 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.043 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.044 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.045 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.049 | 5372 | Recursively removing directory: /tmp/git.Fl7q7w/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.051 | 5375 | Recursively removing directory: /tmp/git.nwMtPb/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.051 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.051 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.051 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.051 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.051 | 9013 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.051 | 5371 | Removed run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.051 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.051 | 5371 | Assigned run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.051 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.051 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.E0oSF7 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.052 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.053 | 9012 | Marked run 325 as finished +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.053 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.053 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.054 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.054 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.054 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.054 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.054 | 9015 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.054 | 5371 | Removed run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.054 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.054 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.054 | 5371 | Assigned run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.054 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.5I8rAc +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.056 | 9014 | Marked run 326 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.057 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.057 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.058 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.059 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.060 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.064 | 5372 | Recursively removing directory: /tmp/git.E0oSF7/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.065 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.065 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.065 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.066 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.066 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.066 | 9029 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.066 | 5371 | Removed run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.066 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.066 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.066 | 5371 | Assigned run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.066 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.DgDQeg +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.066 | 5375 | Recursively removing directory: /tmp/git.5I8rAc/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.067 | 9028 | Marked run 327 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.067 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.068 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.068 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.068 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.068 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.069 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.069 | 9031 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.069 | 5371 | Removed run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.069 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.069 | 5371 | Assigned run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.069 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.069 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.lWiMZH +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.071 | 9030 | Marked run 328 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.071 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.071 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.072 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.074 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.074 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.078 | 5372 | Recursively removing directory: /tmp/git.DgDQeg/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.080 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.080 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.080 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.080 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.080 | 9045 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.080 | 5371 | Removed run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.080 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.080 | 5371 | Assigned run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.080 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.080 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.pDZfnM +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.080 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.080 | 5375 | Recursively removing directory: /tmp/git.lWiMZH/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.082 | 9044 | Marked run 329 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.082 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.083 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.083 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.083 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.083 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.083 | 9047 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.083 | 5371 | Removed run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.083 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.083 | 5371 | Assigned run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.083 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.083 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.083 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ZViCJ3 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.085 | 9046 | Marked run 330 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.085 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.086 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.087 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.088 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.089 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.092 | 5372 | Recursively removing directory: /tmp/git.pDZfnM/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.094 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.094 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.094 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.094 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.094 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.094 | 9061 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.094 | 5371 | Removed run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.094 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.094 | 5371 | Assigned run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.094 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.094 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.x6Q190 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.095 | 5375 | Recursively removing directory: /tmp/git.ZViCJ3/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.096 | 9060 | Marked run 331 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.096 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.097 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.097 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.097 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.097 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.097 | 9063 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.097 | 5371 | Removed run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.097 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.097 | 5371 | Assigned run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.097 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.097 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.097 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.PYhc0w +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.099 | 9062 | Marked run 332 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.099 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.100 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.101 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.102 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.103 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.107 | 5372 | Recursively removing directory: /tmp/git.x6Q190/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.109 | 5375 | Recursively removing directory: /tmp/git.PYhc0w/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.109 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.109 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.109 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.109 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.109 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.109 | 9077 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.109 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.109 | 5371 | Removed run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.109 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.109 | 5371 | Assigned run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.109 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.K3Rynj +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.111 | 9076 | Marked run 333 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.111 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.111 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.111 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.112 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.112 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.112 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.112 | 9079 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.112 | 5371 | Removed run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.112 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.112 | 5371 | Assigned run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.112 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.112 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.fe8cEY +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.113 | 9078 | Marked run 334 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.113 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.115 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.115 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.116 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.117 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.121 | 5372 | Recursively removing directory: /tmp/git.K3Rynj/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.122 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.122 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.123 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.123 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.123 | 9093 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.123 | 5371 | Removed run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.123 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.123 | 5371 | Assigned run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.123 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.123 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.123 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.pEhLn2 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.123 | 5375 | Recursively removing directory: /tmp/git.fe8cEY/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.125 | 9092 | Marked run 335 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.125 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.125 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.125 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.126 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.126 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.126 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.126 | 9095 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.126 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.126 | 5371 | Removed run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.126 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.126 | 5371 | Assigned run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.126 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.HTIx5P +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.128 | 9094 | Marked run 336 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.128 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.129 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.130 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.131 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.131 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.136 | 5372 | Recursively removing directory: /tmp/git.pEhLn2/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.137 | 5375 | Recursively removing directory: /tmp/git.HTIx5P/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.137 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.137 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.137 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.137 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.137 | 9109 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.137 | 5371 | Removed run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.137 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.137 | 5371 | Assigned run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.138 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.137 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.138 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.RbzaWj +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.139 | 9108 | Marked run 337 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.139 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.140 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.140 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.140 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.140 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.140 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.140 | 9111 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.140 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.140 | 5371 | Removed run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.140 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.140 | 5371 | Assigned run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.140 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Jh2Q6X +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.141 | 9110 | Marked run 338 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.142 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.143 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.143 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.145 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.145 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.149 | 5372 | Recursively removing directory: /tmp/git.RbzaWj/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.151 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.151 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.151 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.151 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.151 | 9125 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.151 | 5371 | Removed run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.151 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.151 | 5371 | Assigned run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.151 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.151 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Fpf7tL +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.151 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.152 | 5375 | Recursively removing directory: /tmp/git.Jh2Q6X/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.153 | 9124 | Marked run 339 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.153 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.154 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.154 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.154 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.154 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.154 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.154 | 9127 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.154 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.154 | 5371 | Removed run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.154 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.154 | 5371 | Assigned run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.154 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LPF0eH +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.156 | 9126 | Marked run 340 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.156 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.157 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.158 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.159 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.160 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.164 | 5372 | Recursively removing directory: /tmp/git.Fpf7tL/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.165 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.165 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.165 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.165 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.165 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.165 | 9141 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.165 | 5371 | Removed run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.165 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.165 | 5371 | Assigned run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.165 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.165 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.W4sr70 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.166 | 5375 | Recursively removing directory: /tmp/git.LPF0eH/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.167 | 9140 | Marked run 341 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.167 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.168 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.168 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.168 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.168 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.168 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.168 | 9143 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.168 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.168 | 5371 | Removed run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.168 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.168 | 5371 | Assigned run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.168 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.7sFQuD +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.170 | 9142 | Marked run 342 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.170 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.171 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.172 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.173 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.174 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.178 | 5372 | Recursively removing directory: /tmp/git.W4sr70/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.179 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.179 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.180 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.180 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.180 | 9157 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.180 | 5371 | Removed run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.180 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.180 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.180 | 5371 | Assigned run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.180 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.180 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.reiCji +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.181 | 5375 | Recursively removing directory: /tmp/git.7sFQuD/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.181 | 9156 | Marked run 343 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.181 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.182 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.182 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.183 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.183 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.183 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.183 | 9159 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.183 | 5371 | Removed run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.183 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.183 | 5371 | Assigned run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.183 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.183 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.BVEaHs +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.184 | 9158 | Marked run 344 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.185 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.186 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.186 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.187 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.188 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.192 | 5372 | Recursively removing directory: /tmp/git.reiCji/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.193 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.193 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.193 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.193 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.193 | 9173 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.193 | 5371 | Removed run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.193 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.194 | 5371 | Assigned run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.194 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.193 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.194 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.HkluDR +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.195 | 5375 | Recursively removing directory: /tmp/git.BVEaHs/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.195 | 9172 | Marked run 345 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.195 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.196 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.196 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.196 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.196 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.196 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.196 | 9175 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.196 | 5371 | Removed run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.196 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.196 | 5371 | Assigned run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.197 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.197 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LS54WM +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.198 | 9174 | Marked run 346 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.199 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.199 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.200 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.201 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.202 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.206 | 5372 | Recursively removing directory: /tmp/git.HkluDR/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.207 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.207 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.207 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.207 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.207 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.207 | 9189 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.207 | 5371 | Removed run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.207 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.207 | 5371 | Assigned run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.208 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.208 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Cdiviw +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.208 | 5375 | Recursively removing directory: /tmp/git.LS54WM/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.210 | 9188 | Marked run 347 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.210 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.210 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.210 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.210 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.211 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.211 | 9191 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.211 | 5371 | Removed run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.211 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.211 | 5371 | Assigned run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.211 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.211 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.TUAD47 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.211 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.212 | 9190 | Marked run 348 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.212 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.213 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.214 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.215 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.216 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.220 | 5372 | Recursively removing directory: /tmp/git.Cdiviw/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.221 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.221 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.221 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.221 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.221 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.221 | 9205 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.221 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.222 | 5371 | Removed run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.222 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.222 | 5371 | Assigned run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.222 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.qjooHQ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.222 | 5375 | Recursively removing directory: /tmp/git.TUAD47/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.223 | 9204 | Marked run 349 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.223 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.224 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.224 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.224 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.224 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.224 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.224 | 9207 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.224 | 5371 | Removed run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.224 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.224 | 5371 | Assigned run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.225 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.224 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.0BEtOG +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.226 | 9206 | Marked run 350 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.226 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.227 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.228 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.229 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.229 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.234 | 5372 | Recursively removing directory: /tmp/git.qjooHQ/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.235 | 5375 | Recursively removing directory: /tmp/git.0BEtOG/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.236 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.236 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.236 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.236 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.236 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.236 | 9221 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.236 | 5371 | Removed run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.236 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.236 | 5371 | Assigned run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.236 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.KUCI8D +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.236 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.238 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.238 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.238 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.238 | 9220 | Marked run 351 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.238 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.238 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.238 | 9223 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.238 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.leQXvR +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.238 | 5371 | Removed run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.238 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.238 | 5371 | Assigned run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.238 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.240 | 9222 | Marked run 352 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.240 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.242 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.243 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.243 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.244 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.249 | 5372 | Recursively removing directory: /tmp/git.KUCI8D/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.250 | 5375 | Recursively removing directory: /tmp/git.leQXvR/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.250 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.250 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.250 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.250 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.250 | 9237 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.250 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.250 | 5371 | Removed run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.250 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.250 | 5371 | Assigned run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.250 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.251 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.jAFPBl +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.252 | 9236 | Marked run 353 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.252 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.252 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.252 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.252 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.252 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.253 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.pCWyO8 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.252 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.252 | 9239 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.252 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.252 | 5371 | Removed run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.252 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.252 | 5371 | Assigned run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.254 | 9238 | Marked run 354 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.254 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.256 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.257 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.257 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.257 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.263 | 5372 | Recursively removing directory: /tmp/git.jAFPBl/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.263 | 5375 | Recursively removing directory: /tmp/git.pCWyO8/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.264 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.264 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.264 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.264 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.264 | 9253 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.264 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.264 | 5371 | Removed run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.264 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.264 | 5371 | Assigned run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.264 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.264 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.A2Bk6O +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.265 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.265 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.266 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.265 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.266 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.266 | 9255 | Added a new worker 14 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.266 | 5371 | Removed run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.266 | 5371 | Removed worker 14 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.266 | 5371 | Assigned run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.266 | 9252 | Marked run 355 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.266 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.266 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.266 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.UP5elF +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.268 | 9254 | Marked run 356 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.268 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.270 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.271 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.271 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.271 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.277 | 5372 | Recursively removing directory: /tmp/git.A2Bk6O/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.277 | 5375 | Recursively removing directory: /tmp/git.UP5elF/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.279 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.279 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.279 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.279 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.279 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.279 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.279 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.279 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.279 | 9270 | Added a new worker 15 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.279 | 5371 | Removed run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.279 | 5371 | Removed worker 15 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.279 | 5371 | Assigned run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.279 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.279 | 9271 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.279 | 5371 | Removed run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.279 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.279 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.279 | 5371 | Assigned run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.279 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.280 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.p6gVUU +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.279 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.279 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3Oz77v +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.281 | 9269 | Marked run 357 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.281 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.282 | 9268 | Marked run 358 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.282 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.284 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.284 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.285 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.285 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.291 | 5372 | Recursively removing directory: /tmp/git.p6gVUU/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.291 | 5375 | Recursively removing directory: /tmp/git.3Oz77v/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.292 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.292 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.292 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.292 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.292 | 9285 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.292 | 5371 | Removed run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.292 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.292 | 5371 | Assigned run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.292 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.292 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.292 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.292 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.292 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.292 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.V651o7 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.293 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.293 | 9287 | Added a new worker 15 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.293 | 5371 | Removed run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.293 | 5371 | Removed worker 15 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.293 | 5371 | Assigned run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.293 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.293 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.293 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.taz4gW +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.294 | 9284 | Marked run 360 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.294 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.296 | 9286 | Marked run 359 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.296 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.298 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.299 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.299 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.300 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.305 | 5372 | Recursively removing directory: /tmp/git.V651o7/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.305 | 5375 | Recursively removing directory: /tmp/git.taz4gW/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.306 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.306 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.307 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.307 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.307 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.307 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.307 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.307 | 9301 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.307 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.307 | 5371 | Removed run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.307 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.307 | 5371 | Assigned run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.307 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.307 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.307 | 9303 | Added a new worker 13 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.307 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.307 | 5371 | Removed run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.307 | 5371 | Removed worker 13 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.307 | 5371 | Assigned run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.307 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gwWdD6 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.307 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.307 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.qoZLRN +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.309 | 9300 | Marked run 361 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.309 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.310 | 9302 | Marked run 362 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.310 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.312 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.312 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.313 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.313 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.319 | 5372 | Recursively removing directory: /tmp/git.gwWdD6/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.319 | 5375 | Recursively removing directory: /tmp/git.qoZLRN/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.320 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.320 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.321 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.320 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.321 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.321 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.321 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.321 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.321 | 9318 | Added a new worker 14 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.321 | 5371 | Removed run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.321 | 5371 | Removed worker 14 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.321 | 5371 | Assigned run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.321 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.321 | 9319 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.321 | 5371 | Removed run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.321 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.321 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.321 | 5371 | Assigned run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.322 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.321 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.321 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.9T0LRQ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.321 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.wTundY +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.323 | 9316 | Marked run 363 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.323 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.324 | 9317 | Marked run 364 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.325 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.326 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.326 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.327 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.327 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.332 | 5372 | Recursively removing directory: /tmp/git.9T0LRQ/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.333 | 5375 | Recursively removing directory: /tmp/git.wTundY/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.334 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.334 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.334 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.334 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.334 | 9333 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.334 | 5371 | Removed run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.334 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.334 | 5371 | Assigned run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.334 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.334 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.334 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.334 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.334 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.334 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.6onuhz +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.335 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.335 | 9335 | Added a new worker 9 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.335 | 5371 | Removed run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.335 | 5371 | Removed worker 9 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.335 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.335 | 5371 | Assigned run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 9 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.335 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.335 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.7pKa34 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.336 | 9332 | Marked run 365 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.336 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.337 | 9334 | Marked run 366 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.337 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.339 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.340 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.340 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.340 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.346 | 5375 | Recursively removing directory: /tmp/git.7pKa34/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.346 | 5372 | Recursively removing directory: /tmp/git.6onuhz/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.347 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.347 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.347 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.348 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.348 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.348 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.348 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.N2I05d +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.348 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.348 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.348 | 9349 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.348 | 5371 | Removed run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.348 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.348 | 5371 | Assigned run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.348 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.348 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.348 | 9351 | Added a new worker 13 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.348 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.348 | 5371 | Removed run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.348 | 5371 | Removed worker 13 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.348 | 5371 | Assigned run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.349 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.83vW0w +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.349 | 9348 | Marked run 368 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.350 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.351 | 9350 | Marked run 367 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.351 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.353 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.353 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.353 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.354 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.359 | 5375 | Recursively removing directory: /tmp/git.N2I05d/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.359 | 5372 | Recursively removing directory: /tmp/git.83vW0w/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.360 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.360 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.361 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.361 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.361 | 9365 | Added a new worker 12 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.361 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.361 | 5371 | Removed run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.361 | 5371 | Removed worker 12 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.361 | 5371 | Assigned run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.361 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.361 | 9367 | Added a new worker 12 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.361 | 5371 | Removed run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.361 | 5371 | Removed worker 12 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.361 | 5371 | Assigned run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.361 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.361 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.361 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.361 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.361 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.361 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.hD1eO6 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.361 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.361 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.JYgzqD +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.363 | 9364 | Marked run 369 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.363 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.365 | 9366 | Marked run 370 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.365 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.366 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.367 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.367 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.367 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.372 | 5375 | Recursively removing directory: /tmp/git.JYgzqD/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.373 | 5372 | Recursively removing directory: /tmp/git.hD1eO6/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.374 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.374 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.374 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.374 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.374 | 9381 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.374 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.374 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.374 | 5371 | Removed run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.374 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.375 | 5371 | Assigned run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.375 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gfT1Hh +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.376 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.376 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.376 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.376 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.376 | 9383 | Added a new worker 13 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.376 | 5371 | Removed run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.376 | 5371 | Removed worker 13 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.376 | 5371 | Assigned run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.376 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.376 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.376 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.vB8Bod +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.377 | 9380 | Marked run 371 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.377 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.378 | 9382 | Marked run 372 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.378 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.380 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.380 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.381 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.382 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.386 | 5375 | Recursively removing directory: /tmp/git.gfT1Hh/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.387 | 5372 | Recursively removing directory: /tmp/git.vB8Bod/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.387 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.387 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.388 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.388 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.388 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.388 | 9397 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.388 | 5371 | Removed run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.388 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.388 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.388 | 5371 | Assigned run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.388 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.MQ6nVs +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.390 | 9396 | Marked run 373 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.390 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.390 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.390 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.390 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.390 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.390 | 9399 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.390 | 5371 | Removed run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.390 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.390 | 5371 | Assigned run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.390 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.391 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.390 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.IFp189 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.392 | 9398 | Marked run 374 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.392 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.393 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.394 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.395 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.396 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.400 | 5375 | Recursively removing directory: /tmp/git.MQ6nVs/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.401 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.401 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.401 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.401 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.401 | 9413 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.402 | 5371 | Removed run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.402 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.402 | 5371 | Assigned run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.401 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.402 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.WOmzat +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.402 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.402 | 5372 | Recursively removing directory: /tmp/git.IFp189/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.403 | 9412 | Marked run 375 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.403 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.404 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.404 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.404 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.404 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.404 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.404 | 9415 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.404 | 5371 | Removed run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.404 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.404 | 5371 | Assigned run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.405 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.404 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3Ta27Z +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.406 | 9414 | Marked run 376 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.406 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.408 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.409 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.409 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.410 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.414 | 5375 | Recursively removing directory: /tmp/git.WOmzat/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.416 | 5372 | Recursively removing directory: /tmp/git.3Ta27Z/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.416 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.416 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.416 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.416 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.416 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.416 | 9429 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.416 | 5371 | Removed run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.416 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.416 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.416 | 5371 | Assigned run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.416 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.4uemyJ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.418 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.418 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.419 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.419 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.419 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.419 | 9428 | Marked run 377 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.419 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.419 | 9431 | Added a new worker 6 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.419 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.419 | 5371 | Removed run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.419 | 5371 | Removed worker 6 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.419 | 5371 | Assigned run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.419 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.PPR2QB +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.421 | 9430 | Marked run 378 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.421 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.422 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.422 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.425 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.426 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.428 | 5375 | Recursively removing directory: /tmp/git.4uemyJ/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.429 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.429 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.429 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.430 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.430 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.430 | 9443 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.430 | 5371 | Removed run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.430 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.430 | 5371 | Assigned run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.430 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.42bPwW +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.430 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.432 | 9441 | Marked run 379 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.432 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.432 | 5372 | Recursively removing directory: /tmp/git.PPR2QB/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.434 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.434 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.434 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.434 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.434 | 9447 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.434 | 5371 | Removed run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.434 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.434 | 5371 | Assigned run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.434 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.434 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.UIp4F6 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.434 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.435 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.436 | 9446 | Marked run 380 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.436 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.436 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.439 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.440 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.442 | 5375 | Recursively removing directory: /tmp/git.42bPwW/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.443 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.443 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.443 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.443 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.444 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.444 | 9460 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.444 | 5371 | Removed run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.444 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.444 | 5371 | Assigned run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.444 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.444 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.4QkU39 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.445 | 9458 | Marked run 381 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.446 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.446 | 5372 | Recursively removing directory: /tmp/git.UIp4F6/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.447 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.447 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.448 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.448 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.448 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.448 | 9463 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.448 | 5371 | Removed run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.448 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.448 | 5371 | Assigned run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.448 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.448 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.XnXL3O +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.450 | 9462 | Marked run 382 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.450 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.450 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.451 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.453 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.453 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.457 | 5375 | Recursively removing directory: /tmp/git.4QkU39/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.458 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.458 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.459 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.459 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.459 | 9477 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.459 | 5371 | Removed run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.459 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.459 | 5371 | Assigned run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.459 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.459 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.qosAvW +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.459 | 5372 | Recursively removing directory: /tmp/git.XnXL3O/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.459 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.461 | 9476 | Marked run 383 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.461 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.461 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.461 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.462 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.462 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.462 | 9479 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.462 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.462 | 5371 | Removed run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.462 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.462 | 5371 | Assigned run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.462 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.462 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.fcUV9z +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.463 | 9478 | Marked run 384 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.463 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.464 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.465 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.467 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.468 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.471 | 5375 | Recursively removing directory: /tmp/git.qosAvW/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.472 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.472 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.473 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.473 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.473 | 9492 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.473 | 5371 | Removed run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.473 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.473 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.473 | 5371 | Assigned run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.472 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.473 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.6Te1wM +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.474 | 5372 | Recursively removing directory: /tmp/git.fcUV9z/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.474 | 9491 | Marked run 385 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.475 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.476 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.476 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.476 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.476 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.476 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.476 | 9495 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.476 | 5371 | Removed run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.476 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.476 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.476 | 5371 | Assigned run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.476 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.VezmrM +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.478 | 9494 | Marked run 386 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.478 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.479 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.479 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.481 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.481 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.485 | 5375 | Recursively removing directory: /tmp/git.6Te1wM/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.487 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.487 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.487 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.487 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.487 | 9509 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.487 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.487 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.487 | 5371 | Removed run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.487 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ykmUXI +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.487 | 5372 | Recursively removing directory: /tmp/git.VezmrM/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.487 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.487 | 5371 | Assigned run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.489 | 9508 | Marked run 387 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.489 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.490 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.490 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.490 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.490 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.490 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.490 | 9511 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.490 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.490 | 5371 | Removed run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.490 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.490 | 5371 | Assigned run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.491 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.g4pDPI +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.491 | 9510 | Marked run 388 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.491 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.493 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.494 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.495 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.495 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.499 | 5375 | Recursively removing directory: /tmp/git.ykmUXI/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.501 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.501 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.501 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.501 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.501 | 9525 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.501 | 5371 | Removed run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.501 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.501 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.501 | 5371 | Assigned run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.501 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.501 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.2KkuD2 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.502 | 5372 | Recursively removing directory: /tmp/git.g4pDPI/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.504 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.504 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.504 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.505 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.505 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.505 | 9527 | Added a new worker 13 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.505 | 5371 | Removed run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.505 | 5371 | Removed worker 13 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.505 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.505 | 5371 | Assigned run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.505 | 9524 | Marked run 389 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.505 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.505 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.nkQxHP +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.508 | 9526 | Marked run 390 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.508 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.509 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.509 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.510 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.510 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.515 | 5375 | Recursively removing directory: /tmp/git.2KkuD2/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.516 | 5372 | Recursively removing directory: /tmp/git.nkQxHP/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.517 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.517 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.517 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.517 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.517 | 9541 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.517 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.517 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.517 | 5371 | Removed run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.517 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.517 | 5371 | Assigned run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.518 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.694npi +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.519 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.519 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.519 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.519 | 9540 | Marked run 391 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.519 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.519 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.519 | 9543 | Added a new worker 7 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.519 | 5371 | Removed run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.519 | 5371 | Removed worker 7 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.519 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.519 | 5371 | Assigned run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 7 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.519 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.XO6WRa +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.521 | 9542 | Marked run 392 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.521 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.523 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.524 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.524 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.525 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.530 | 5375 | Recursively removing directory: /tmp/git.694npi/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.531 | 5372 | Recursively removing directory: /tmp/git.XO6WRa/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.531 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.531 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.531 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.531 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.531 | 9557 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.531 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.531 | 5371 | Removed run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.531 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.531 | 5371 | Assigned run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.531 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.532 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.6AH4Gw +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.533 | 9556 | Marked run 393 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.533 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.533 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.533 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.534 | 9559 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.534 | 5371 | Removed run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.534 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.534 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.534 | 5371 | Assigned run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.533 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.533 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.533 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.534 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.C1BUSK +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.535 | 9558 | Marked run 394 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.535 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.538 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.538 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.539 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.540 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.544 | 5375 | Recursively removing directory: /tmp/git.6AH4Gw/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.546 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.546 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.546 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.546 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.546 | 5372 | Recursively removing directory: /tmp/git.C1BUSK/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.546 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.546 | 9573 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.546 | 5371 | Removed run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.546 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.546 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.546 | 5371 | Assigned run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.546 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.kxk0za +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.548 | 9572 | Marked run 395 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.548 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.548 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.548 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.548 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.548 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.548 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.548 | 9575 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.548 | 5371 | Removed run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.548 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.548 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.548 | 5371 | Assigned run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.548 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.jWZQTZ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.550 | 9574 | Marked run 396 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.550 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.551 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.552 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.553 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.554 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.557 | 5375 | Recursively removing directory: /tmp/git.kxk0za/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.559 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.559 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.559 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.559 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.559 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.559 | 9589 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.559 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.559 | 5371 | Removed run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.559 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.559 | 5371 | Assigned run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.560 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.xTkVNK +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.560 | 5372 | Recursively removing directory: /tmp/git.jWZQTZ/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.561 | 9588 | Marked run 397 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.561 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.562 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.562 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.562 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.562 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.562 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.562 | 9591 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.562 | 5371 | Removed run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.562 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.562 | 5371 | Assigned run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.562 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.562 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.jn351o +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.564 | 9590 | Marked run 398 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.564 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.565 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.566 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.567 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.568 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.571 | 5375 | Recursively removing directory: /tmp/git.xTkVNK/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.573 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.573 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.573 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.573 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.573 | 9605 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.573 | 5371 | Removed run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.573 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.573 | 5371 | Assigned run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.573 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.573 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.573 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.q61mlg +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.574 | 5372 | Recursively removing directory: /tmp/git.jn351o/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.575 | 9604 | Marked run 399 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.575 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.576 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.576 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.576 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.576 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.576 | 9607 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.576 | 5371 | Removed run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.576 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.576 | 5371 | Assigned run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.576 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.576 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.576 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.34LrFx +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.578 | 9606 | Marked run 400 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.578 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.579 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.580 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.581 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.581 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.586 | 5375 | Recursively removing directory: /tmp/git.q61mlg/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.587 | 5372 | Recursively removing directory: /tmp/git.34LrFx/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.587 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.587 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.588 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.588 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.588 | 9621 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.588 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.588 | 5371 | Removed run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.588 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.588 | 5371 | Assigned run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.588 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.588 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.F1RoyN +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.589 | 9620 | Marked run 401 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.589 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.590 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.590 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.590 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.590 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.590 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.590 | 9623 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.590 | 5371 | Removed run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.590 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.590 | 5371 | Assigned run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.590 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.590 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.9KI55Q +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.592 | 9622 | Marked run 402 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.592 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.593 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.594 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.595 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.596 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.599 | 5375 | Recursively removing directory: /tmp/git.F1RoyN/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.601 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.601 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.601 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.601 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.601 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.601 | 9637 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.602 | 5371 | Removed run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.602 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.602 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.602 | 5371 | Assigned run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.601 | 5372 | Recursively removing directory: /tmp/git.9KI55Q/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.602 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.cPhpYm +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.603 | 9636 | Marked run 403 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.603 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.604 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.604 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.604 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.604 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.604 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.604 | 9639 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.604 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.604 | 5371 | Removed run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.604 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.604 | 5371 | Assigned run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.604 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.JtJ6Sw +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.606 | 9638 | Marked run 404 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.606 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.608 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.608 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.609 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.610 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.614 | 5375 | Recursively removing directory: /tmp/git.cPhpYm/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.615 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.615 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.616 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.616 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.616 | 9653 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.616 | 5371 | Removed run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.616 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.616 | 5371 | Assigned run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.616 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.616 | 5372 | Recursively removing directory: /tmp/git.JtJ6Sw/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.616 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.616 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.EwNw4c +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.618 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.618 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.618 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.618 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.618 | 9652 | Marked run 405 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.618 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.618 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.618 | 9655 | Added a new worker 7 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.619 | 5371 | Removed run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.619 | 5371 | Removed worker 7 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.619 | 5371 | Assigned run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 7 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.619 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.619 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.7qaof1 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.620 | 9654 | Marked run 406 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.621 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.622 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.623 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.624 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.624 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.628 | 5375 | Recursively removing directory: /tmp/git.EwNw4c/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.630 | 5372 | Recursively removing directory: /tmp/git.7qaof1/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.630 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.630 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.630 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.630 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.630 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.630 | 9669 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.630 | 5371 | Removed run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.630 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.631 | 5371 | Assigned run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.631 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.631 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.WtzCpY +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.632 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.632 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.632 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.633 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.633 | 9671 | Added a new worker 13 to the queue +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.632 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.633 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.mv2Eog +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.633 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.633 | 5371 | Removed run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.633 | 5371 | Removed worker 13 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.633 | 5371 | Assigned run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.633 | 9668 | Marked run 407 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.633 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.634 | 9670 | Marked run 408 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.635 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.636 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.637 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.637 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.638 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.642 | 5375 | Recursively removing directory: /tmp/git.WtzCpY/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.644 | 5372 | Recursively removing directory: /tmp/git.mv2Eog/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.644 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.644 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.644 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.644 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.644 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.644 | 9685 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.644 | 5371 | Removed run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.644 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.645 | 5371 | Assigned run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.645 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.645 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.qWhKHG +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.646 | 9684 | Marked run 409 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.646 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.647 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.647 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.647 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.647 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.647 | 9687 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.647 | 5371 | Removed run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.647 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.647 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.647 | 5371 | Assigned run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.647 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.647 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.hxlIJb +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.650 | 9686 | Marked run 410 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.650 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.651 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.652 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.653 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.653 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.657 | 5375 | Recursively removing directory: /tmp/git.qWhKHG/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.658 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.658 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.659 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.659 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.659 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.659 | 9701 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.659 | 5371 | Removed run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.659 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.659 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.659 | 5371 | Assigned run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.659 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.0V8zBe +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.659 | 5372 | Recursively removing directory: /tmp/git.hxlIJb/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.661 | 9700 | Marked run 411 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.661 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.662 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.662 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.662 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.662 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.662 | 9703 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.662 | 5371 | Removed run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.662 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.662 | 5371 | Assigned run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.662 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.662 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.662 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.AvW31c +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.663 | 9702 | Marked run 412 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.664 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.664 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.665 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.666 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.667 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.671 | 5375 | Recursively removing directory: /tmp/git.0V8zBe/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.672 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.672 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.672 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.672 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.672 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.672 | 9717 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.673 | 5371 | Removed run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.673 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.673 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.673 | 5371 | Assigned run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.673 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.lFAjcP +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.673 | 5372 | Recursively removing directory: /tmp/git.AvW31c/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.674 | 9716 | Marked run 413 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.675 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.675 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.675 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.675 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.676 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.676 | 9719 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.676 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.676 | 5371 | Removed run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.676 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.676 | 5371 | Assigned run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.676 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.676 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.57o0aj +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.677 | 9718 | Marked run 414 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.677 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.678 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.679 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.681 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.682 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.685 | 5375 | Recursively removing directory: /tmp/git.lFAjcP/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.686 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.686 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.686 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.686 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.687 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.687 | 9732 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.687 | 5371 | Removed run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.687 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.687 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.687 | 5371 | Assigned run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.687 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.A254de +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.688 | 9731 | Marked run 415 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.688 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.688 | 5372 | Recursively removing directory: /tmp/git.57o0aj/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.690 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.690 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.690 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.690 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.691 | 9735 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.691 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.691 | 5371 | Removed run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.690 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.691 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.691 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.9fTL4Y +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.691 | 5371 | Assigned run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.692 | 9734 | Marked run 416 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.692 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.693 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.693 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.695 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.696 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.699 | 5375 | Recursively removing directory: /tmp/git.A254de/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.700 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.700 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.701 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.701 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.701 | 9748 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.701 | 5371 | Removed run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.701 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.701 | 5371 | Assigned run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.701 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.701 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.701 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ghbiij +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.702 | 5372 | Recursively removing directory: /tmp/git.9fTL4Y/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.703 | 9747 | Marked run 417 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.703 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.704 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.704 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.704 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.704 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.704 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.704 | 9751 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.704 | 5371 | Removed run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.704 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.704 | 5371 | Assigned run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.705 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.e3n4a8 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.705 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.706 | 9750 | Marked run 418 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.706 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.707 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.707 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.709 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.710 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.713 | 5375 | Recursively removing directory: /tmp/git.ghbiij/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.714 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.714 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.714 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.714 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.714 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.714 | 9764 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.714 | 5371 | Removed run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.714 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.715 | 5371 | Assigned run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.715 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.715 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.VhWNDp +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.716 | 5372 | Recursively removing directory: /tmp/git.e3n4a8/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.717 | 9763 | Marked run 419 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.717 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.718 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.718 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.718 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.718 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.718 | 9767 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.718 | 5371 | Removed run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.718 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.718 | 5371 | Assigned run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.718 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.718 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.XEvIJD +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.719 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.720 | 9766 | Marked run 420 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.720 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.721 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.721 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.723 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.723 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.727 | 5375 | Recursively removing directory: /tmp/git.VhWNDp/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.729 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.729 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.729 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.729 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.729 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.729 | 9781 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.729 | 5371 | Removed run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.729 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.729 | 5371 | Assigned run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.729 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.729 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ycooB8 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.730 | 5372 | Recursively removing directory: /tmp/git.XEvIJD/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.731 | 9780 | Marked run 421 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.731 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.732 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.732 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.732 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.732 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.732 | 9783 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.732 | 5371 | Removed run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.732 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.732 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.732 | 5371 | Assigned run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.732 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.732 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.QOguUg +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.734 | 9782 | Marked run 422 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.734 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.735 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.736 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.737 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.738 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.741 | 5375 | Recursively removing directory: /tmp/git.ycooB8/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.743 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.743 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.743 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.743 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.743 | 9796 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.743 | 5371 | Removed run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.743 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.743 | 5371 | Assigned run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.743 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.743 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.743 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Du8MeL +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.744 | 5372 | Recursively removing directory: /tmp/git.QOguUg/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.745 | 9795 | Marked run 423 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.745 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.746 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.746 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.746 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.746 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.746 | 9799 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.746 | 5371 | Removed run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.746 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.746 | 5371 | Assigned run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.746 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.746 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.746 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.6IbhHK +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.748 | 9798 | Marked run 424 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.748 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.749 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.749 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.751 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.751 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.755 | 5375 | Recursively removing directory: /tmp/git.Du8MeL/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.757 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.757 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.757 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.757 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.757 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.757 | 9813 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.757 | 5371 | Removed run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.757 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.757 | 5371 | Assigned run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.757 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.758 | 5372 | Recursively removing directory: /tmp/git.6IbhHK/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.758 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.5EH2zh +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.759 | 9812 | Marked run 425 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.759 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.760 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.760 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.760 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.760 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.760 | 9815 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.760 | 5371 | Removed run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.760 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.760 | 5371 | Assigned run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.760 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.760 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.760 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.s5N6cQ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.763 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.764 | 9814 | Marked run 426 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.764 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.764 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.766 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.767 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.770 | 5375 | Recursively removing directory: /tmp/git.5EH2zh/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.772 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.772 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.772 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.772 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.772 | 9829 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.772 | 5371 | Removed run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.772 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.772 | 5371 | Assigned run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.772 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.772 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.772 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.aIfGDR +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.772 | 5372 | Recursively removing directory: /tmp/git.s5N6cQ/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.774 | 9828 | Marked run 427 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.774 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.775 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.775 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.775 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.775 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.775 | 9831 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.775 | 5371 | Removed run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.775 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.775 | 5371 | Assigned run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.775 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.775 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.775 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.OqXE6W +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.777 | 9830 | Marked run 428 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.777 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.778 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.778 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.780 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.781 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.784 | 5375 | Recursively removing directory: /tmp/git.aIfGDR/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.785 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.785 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.785 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.785 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.785 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.785 | 9844 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.786 | 5371 | Removed run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.786 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.786 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.786 | 5371 | Assigned run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.786 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ojKads +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.787 | 5372 | Recursively removing directory: /tmp/git.OqXE6W/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.787 | 9843 | Marked run 429 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.788 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.789 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.789 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.789 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.789 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.789 | 9847 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.789 | 5371 | Removed run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.789 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.789 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.789 | 5371 | Assigned run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.789 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.789 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.J3xcca +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.791 | 9846 | Marked run 430 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.791 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.792 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.792 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.794 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.794 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.798 | 5375 | Recursively removing directory: /tmp/git.ojKads/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.799 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.799 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.799 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.799 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.800 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.800 | 9861 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.800 | 5371 | Removed run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.800 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.800 | 5371 | Assigned run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.800 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.800 | 5372 | Recursively removing directory: /tmp/git.J3xcca/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.800 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.9lzuoB +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.802 | 9860 | Marked run 431 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.802 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.802 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.802 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.803 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.803 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.803 | 9863 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.803 | 5371 | Removed run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.803 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.803 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.803 | 5371 | Assigned run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.803 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.803 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.pEIEZ8 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.805 | 9862 | Marked run 432 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.805 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.806 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.806 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.808 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.809 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.812 | 5375 | Recursively removing directory: /tmp/git.9lzuoB/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.814 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.814 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.814 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.814 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.814 | 9877 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.814 | 5371 | Removed run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.814 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.814 | 5371 | Assigned run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.814 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.814 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.814 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.uIi0kg +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.815 | 5372 | Recursively removing directory: /tmp/git.pEIEZ8/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.816 | 9876 | Marked run 433 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.816 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.817 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.817 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.817 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.817 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.817 | 9879 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.817 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.817 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.817 | 5371 | Removed run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.818 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.cG1Gdq +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.817 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.817 | 5371 | Assigned run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.819 | 9878 | Marked run 434 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.819 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.820 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.820 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.822 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.823 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.826 | 5375 | Recursively removing directory: /tmp/git.uIi0kg/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.827 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.827 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.828 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.828 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.828 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.828 | 9892 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.828 | 5371 | Removed run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.828 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.828 | 5371 | Assigned run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.828 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.828 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gIs97V +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.829 | 5372 | Recursively removing directory: /tmp/git.cG1Gdq/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.830 | 9891 | Marked run 435 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.830 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.831 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.831 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.831 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.831 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.831 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.831 | 9895 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.831 | 5371 | Removed run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.831 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.831 | 5371 | Assigned run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.831 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.831 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zrlLqO +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.833 | 9894 | Marked run 436 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.833 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.833 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.834 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.836 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.836 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.840 | 5375 | Recursively removing directory: /tmp/git.gIs97V/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.842 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.842 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.842 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.842 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.842 | 9909 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.842 | 5371 | Removed run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.842 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.842 | 5371 | Assigned run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.842 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.842 | 5372 | Recursively removing directory: /tmp/git.zrlLqO/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.842 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.842 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.y2rOCR +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.844 | 9908 | Marked run 437 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.844 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.845 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.845 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.845 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.845 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.845 | 9911 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.845 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.845 | 5371 | Removed run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.845 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.845 | 5371 | Assigned run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.845 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.845 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.5yrTwN +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.846 | 9910 | Marked run 438 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.846 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.848 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.848 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.850 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.850 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.854 | 5375 | Recursively removing directory: /tmp/git.y2rOCR/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.855 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.855 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.856 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.856 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.856 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.856 | 9925 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.856 | 5371 | Removed run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.856 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.856 | 5371 | Assigned run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.856 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.j3RzGk +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.856 | 5372 | Recursively removing directory: /tmp/git.5yrTwN/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.856 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.858 | 9924 | Marked run 439 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.858 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.859 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.859 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.859 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.859 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.859 | 9927 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.859 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.859 | 5371 | Removed run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.859 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.859 | 5371 | Assigned run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.859 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.859 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.xG4Zxt +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.861 | 9926 | Marked run 440 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.861 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.862 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.862 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.864 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.865 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.868 | 5375 | Recursively removing directory: /tmp/git.j3RzGk/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.869 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.869 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.870 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.870 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.870 | 9941 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.870 | 5371 | Removed run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.870 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.870 | 5371 | Assigned run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.870 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.870 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.PJTPiS +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.870 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.871 | 5372 | Recursively removing directory: /tmp/git.xG4Zxt/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.871 | 9940 | Marked run 441 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.871 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.873 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.873 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.873 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.873 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.873 | 9943 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.873 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.873 | 5371 | Removed run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.873 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.873 | 5371 | Assigned run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.873 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.873 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.C4WG89 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.876 | 9942 | Marked run 442 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.876 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.876 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.877 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.879 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.879 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.883 | 5375 | Recursively removing directory: /tmp/git.PJTPiS/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.884 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.884 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.884 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.884 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.884 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.884 | 9957 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.884 | 5371 | Removed run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.884 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.885 | 5371 | Assigned run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.885 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.885 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.sFR0GP +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.886 | 5372 | Recursively removing directory: /tmp/git.C4WG89/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.886 | 9956 | Marked run 443 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.886 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.887 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.887 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.887 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.887 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.887 | 9959 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.887 | 5371 | Removed run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.887 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.888 | 5371 | Assigned run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.888 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.887 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.888 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.hbZD9W +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.889 | 9958 | Marked run 444 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.890 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.890 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.891 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.892 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.893 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.897 | 5375 | Recursively removing directory: /tmp/git.sFR0GP/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.898 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.898 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.898 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.899 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.899 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.899 | 9973 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.899 | 5371 | Removed run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.899 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.899 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.899 | 5371 | Assigned run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.899 | 5372 | Recursively removing directory: /tmp/git.hbZD9W/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.899 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.5GxFvn +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.900 | 9972 | Marked run 445 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.900 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.902 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.902 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.902 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.902 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.902 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.902 | 9975 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.902 | 5371 | Removed run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.902 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.902 | 5371 | Assigned run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.902 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.35tFYh +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.902 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.903 | 9974 | Marked run 446 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.904 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.905 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.906 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.907 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.908 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.912 | 5375 | Recursively removing directory: /tmp/git.5GxFvn/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.913 | 5372 | Recursively removing directory: /tmp/git.35tFYh/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.913 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.913 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.914 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.914 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.914 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.914 | 9989 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.914 | 5371 | Removed run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.914 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.914 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.914 | 5371 | Assigned run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.914 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.BDCzTr +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.915 | 9988 | Marked run 447 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.915 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.916 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.916 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.916 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.916 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.916 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.916 | 9991 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.916 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.916 | 5371 | Removed run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.916 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.916 | 5371 | Assigned run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.917 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Fuulut +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.918 | 9990 | Marked run 448 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.918 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.920 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.921 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.922 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.922 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.926 | 5375 | Recursively removing directory: /tmp/git.BDCzTr/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.928 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.928 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.928 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.928 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.928 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.928 | 10005 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.928 | 5371 | Removed run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.928 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.928 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.928 | 5371 | Assigned run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.928 | 5372 | Recursively removing directory: /tmp/git.Fuulut/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.928 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.TjRTAY +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.930 | 10004 | Marked run 449 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.930 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.931 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.931 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.931 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.931 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.931 | 10007 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.931 | 5371 | Removed run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.931 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.931 | 5371 | Assigned run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.932 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.931 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.932 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.fC8MRF +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.933 | 10006 | Marked run 450 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.933 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.934 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.935 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.936 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.937 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.940 | 5375 | Recursively removing directory: /tmp/git.TjRTAY/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.942 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.942 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.942 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.942 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.942 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.YVdX5v +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.942 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.942 | 10020 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.942 | 5371 | Removed run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.942 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.942 | 5371 | Assigned run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.942 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.944 | 5372 | Recursively removing directory: /tmp/git.fC8MRF/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.944 | 10019 | Marked run 451 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.944 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.945 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.945 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.946 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.946 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.946 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.946 | 10023 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.946 | 5371 | Removed run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.946 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.946 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.946 | 5371 | Assigned run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.946 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.QddoAW +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.947 | 10022 | Marked run 452 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.948 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.948 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.949 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.951 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.951 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.955 | 5375 | Recursively removing directory: /tmp/git.YVdX5v/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.956 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.956 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.956 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.956 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.957 | 10037 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.957 | 5371 | Removed run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.957 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.957 | 5371 | Assigned run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.957 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.956 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.957 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.RGG0L0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.957 | 5372 | Recursively removing directory: /tmp/git.QddoAW/ +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.958 | 10036 | Marked run 453 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.958 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.959 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.959 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.959 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.959 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.959 | 10039 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.959 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.959 | 5371 | Removed run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.959 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.960 | 5371 | Assigned run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.959 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.960 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zaAcAx +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.961 | 10038 | Marked run 454 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.961 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.963 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.963 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.964 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.965 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.969 | 5375 | Recursively removing directory: /tmp/git.RGG0L0/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.970 | 5372 | Recursively removing directory: /tmp/git.zaAcAx/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.970 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.970 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.971 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.970 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.971 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.971 | 10053 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.971 | 5371 | Removed run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.971 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.971 | 5371 | Assigned run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.971 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.971 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.hU0nUo +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.973 | 10052 | Marked run 455 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.973 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.973 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.973 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.973 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.973 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.973 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3QfsqX +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.973 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.973 | 10055 | Added a new worker 10 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.973 | 5371 | Removed run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.973 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.973 | 5371 | Assigned run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.973 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.974 | 10054 | Marked run 456 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.975 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.976 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.977 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.978 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.979 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.983 | 5375 | Recursively removing directory: /tmp/git.hU0nUo/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.985 | 5372 | Recursively removing directory: /tmp/git.3QfsqX/ +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.985 | 5375 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.985 | 5375 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.985 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.985 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.985 | 10069 | Added a new worker 11 to the queue +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.985 | 5375 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.985 | 5371 | Removed run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.985 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.985 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.985 | 5371 | Assigned run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.985 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Sfas6n +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.986 | 5372 | Process exit code: 0 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.986 | 5372 | Process output: 57 bytes +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.986 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.986 | 5372 | Waiting for a new command +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.986 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.986 | 10071 | Added a new worker 13 to the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.987 | 5371 | Removed run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.987 | 5371 | Removed worker 13 from the queue +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.987 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.987 | 5371 | Assigned run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.987 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zUvui3 +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.988 | 10068 | Marked run 457 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.988 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.990 | 10070 | Marked run 458 as finished +2024-04-25 03:44:20 | INFO | 5369/cimple-server: 2024-04-25 03:44:20.990 | 5369 | Waiting for new connections +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.991 | 5375 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.992 | 5372 | Checking out revision HEAD +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.992 | 5375 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.993 | 5372 | Going to run: ./ci +2024-04-25 03:44:20 | INFO | 5375/cimple-worker: 2024-04-25 03:44:20.998 | 5375 | Recursively removing directory: /tmp/git.Sfas6n/ +2024-04-25 03:44:20 | INFO | 5372/cimple-worker: 2024-04-25 03:44:20.999 | 5372 | Recursively removing directory: /tmp/git.zUvui3/ +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.000 | 5375 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.000 | 5375 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.000 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.000 | 5375 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.000 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.000 | 10085 | Added a new worker 11 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.000 | 5371 | Removed run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.000 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.000 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.000 | 5371 | Assigned run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.000 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.001 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.001 | 10087 | Added a new worker 13 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.001 | 5371 | Removed run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.001 | 5371 | Removed worker 13 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.001 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.001 | 5371 | Assigned run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.001 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.oh1fVM +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.000 | 5372 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.000 | 5372 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.000 | 5372 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.001 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.KXx3xy +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.002 | 10084 | Marked run 459 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.002 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.004 | 10086 | Marked run 460 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.004 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.005 | 5375 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.005 | 5372 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.006 | 5375 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.006 | 5372 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.012 | 5375 | Recursively removing directory: /tmp/git.oh1fVM/ +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.012 | 5372 | Recursively removing directory: /tmp/git.KXx3xy/ +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.013 | 5375 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.013 | 5375 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.013 | 5372 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.013 | 5372 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.014 | 5372 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.014 | 5375 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.013 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.013 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.014 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.014 | 10102 | Added a new worker 15 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.014 | 5371 | Removed run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.014 | 5371 | Removed worker 15 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.014 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.014 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.014 | 5371 | Assigned run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.014 | 10103 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.014 | 5371 | Removed run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.014 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.014 | 5371 | Assigned run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.014 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.014 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.xZwZgs +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.014 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.euUf2h +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.015 | 10100 | Marked run 461 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.016 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.017 | 10101 | Marked run 462 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.017 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.019 | 5372 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.019 | 5375 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.019 | 5372 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.020 | 5375 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.025 | 5372 | Recursively removing directory: /tmp/git.xZwZgs/ +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.025 | 5375 | Recursively removing directory: /tmp/git.euUf2h/ +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.026 | 5372 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.026 | 5372 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.027 | 5372 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.027 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.027 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.026 | 5375 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.027 | 5375 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.027 | 5375 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.027 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.NWzQA8 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.027 | 10117 | Added a new worker 12 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.027 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.027 | 5371 | Removed run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.027 | 5371 | Removed worker 12 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.027 | 5371 | Assigned run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.027 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.027 | 10119 | Added a new worker 8 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.027 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.027 | 5371 | Removed run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.027 | 5371 | Removed worker 8 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.027 | 5371 | Assigned run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.027 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.027 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.whEIVF +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.030 | 10118 | Marked run 463 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.030 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.031 | 10116 | Marked run 464 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.031 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.033 | 5375 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.033 | 5372 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.034 | 5372 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.034 | 5375 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.039 | 5375 | Recursively removing directory: /tmp/git.NWzQA8/ +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.040 | 5372 | Recursively removing directory: /tmp/git.whEIVF/ +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.041 | 5375 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.041 | 5375 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.041 | 5375 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.041 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.041 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.041 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.041 | 10134 | Added a new worker 15 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.041 | 5371 | Removed run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.041 | 5371 | Removed worker 15 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.041 | 5371 | Assigned run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.041 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.041 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.042 | 10135 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.042 | 5371 | Removed run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.042 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.042 | 5371 | Assigned run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.042 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.041 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.y0rPe6 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.041 | 5372 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.041 | 5372 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.041 | 5372 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.042 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.W8c7xp +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.043 | 10132 | Marked run 466 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.044 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.045 | 10133 | Marked run 465 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.045 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.047 | 5375 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.048 | 5372 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.048 | 5375 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.048 | 5372 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.053 | 5375 | Recursively removing directory: /tmp/git.y0rPe6/ +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.054 | 5372 | Recursively removing directory: /tmp/git.W8c7xp/ +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.055 | 5375 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.055 | 5375 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.055 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.055 | 5375 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.055 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.055 | 10149 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.055 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.055 | 5371 | Removed run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.055 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.055 | 5371 | Assigned run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.055 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.VFFiUr +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.056 | 5372 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.056 | 5372 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.056 | 5372 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.056 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.056 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.056 | 10151 | Added a new worker 13 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.056 | 5371 | Removed run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.056 | 5371 | Removed worker 13 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.056 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.056 | 5371 | Assigned run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.056 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.j7DLDP +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.057 | 10148 | Marked run 467 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.057 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.059 | 10150 | Marked run 468 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.059 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.061 | 5375 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.061 | 5372 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.061 | 5375 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.062 | 5372 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.067 | 5375 | Recursively removing directory: /tmp/git.VFFiUr/ +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.067 | 5372 | Recursively removing directory: /tmp/git.j7DLDP/ +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.068 | 5375 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.068 | 5375 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.068 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.068 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.069 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.069 | 10166 | Added a new worker 15 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.069 | 5371 | Removed run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.069 | 5371 | Removed worker 15 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.069 | 5371 | Assigned run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.069 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.069 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.069 | 10167 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.069 | 5371 | Removed run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.069 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.069 | 5371 | Assigned run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.069 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.069 | 5375 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.069 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.sNo0Ti +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.068 | 5372 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.068 | 5372 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.069 | 5372 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.069 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.1lUoJo +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.071 | 10164 | Marked run 469 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.071 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.072 | 10165 | Marked run 470 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.072 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.075 | 5375 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.075 | 5372 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.075 | 5375 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.076 | 5372 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.081 | 5375 | Recursively removing directory: /tmp/git.sNo0Ti/ +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.082 | 5372 | Recursively removing directory: /tmp/git.1lUoJo/ +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.083 | 5375 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.083 | 5375 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.083 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.083 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.083 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.083 | 5372 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.083 | 5372 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.083 | 5372 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.083 | 5375 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.083 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.IhoJlF +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.083 | 10182 | Added a new worker 15 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.083 | 5371 | Removed run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.083 | 5371 | Removed worker 15 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.083 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.083 | 5371 | Assigned run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.083 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.083 | 10183 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.084 | 5371 | Removed run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.084 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.084 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.084 | 5371 | Assigned run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.084 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.1vscc8 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.085 | 10180 | Marked run 471 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.085 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.087 | 10181 | Marked run 472 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.087 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.088 | 5375 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.089 | 5372 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.089 | 5375 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.089 | 5372 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.095 | 5375 | Recursively removing directory: /tmp/git.IhoJlF/ +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.095 | 5372 | Recursively removing directory: /tmp/git.1vscc8/ +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.096 | 5375 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.096 | 5375 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.096 | 5372 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.096 | 5372 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.097 | 5372 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.097 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.097 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.097 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.097 | 10198 | Added a new worker 15 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.097 | 5371 | Removed run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.097 | 5371 | Removed worker 15 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.097 | 5371 | Assigned run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.097 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.097 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.097 | 10199 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.097 | 5371 | Removed run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.097 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.097 | 5371 | Assigned run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.097 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.097 | 5375 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.097 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.prNU9v +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.097 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.hmrkhL +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.100 | 10196 | Marked run 473 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.100 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.102 | 10197 | Marked run 474 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.102 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.103 | 5372 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.103 | 5375 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.104 | 5372 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.104 | 5375 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.110 | 5372 | Recursively removing directory: /tmp/git.hmrkhL/ +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.110 | 5375 | Recursively removing directory: /tmp/git.prNU9v/ +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.111 | 5372 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.111 | 5372 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.111 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.111 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.111 | 10213 | Added a new worker 11 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.111 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.111 | 5371 | Removed run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.111 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.111 | 5371 | Assigned run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.111 | 5375 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.112 | 5375 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.112 | 5375 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.112 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.112 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.112 | 10215 | Added a new worker 13 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.112 | 5371 | Removed run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.112 | 5371 | Removed worker 13 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.112 | 5371 | Assigned run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.112 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.112 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.R8oZtI +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.111 | 5372 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.111 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.2cYEbZ +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.113 | 10212 | Marked run 475 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.113 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.115 | 10214 | Marked run 476 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.115 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.117 | 5372 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.117 | 5375 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.118 | 5372 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.118 | 5375 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.123 | 5372 | Recursively removing directory: /tmp/git.2cYEbZ/ +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.123 | 5375 | Recursively removing directory: /tmp/git.R8oZtI/ +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.125 | 5372 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.125 | 5372 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.125 | 5375 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.125 | 5375 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.125 | 5375 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.125 | 5372 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.125 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.7COeaj +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.125 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.125 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.125 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.125 | 10230 | Added a new worker 14 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.125 | 5371 | Removed run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.125 | 5371 | Removed worker 14 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.125 | 5371 | Assigned run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.125 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.125 | 10231 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.125 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.125 | 5371 | Removed run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.125 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.125 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.125 | 5371 | Assigned run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.126 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.1dexJg +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.127 | 10228 | Marked run 477 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.127 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.128 | 10229 | Marked run 478 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.128 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.131 | 5372 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.131 | 5375 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.132 | 5372 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.132 | 5375 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.138 | 5372 | Recursively removing directory: /tmp/git.7COeaj/ +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.139 | 5375 | Recursively removing directory: /tmp/git.1dexJg/ +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.139 | 5372 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.139 | 5372 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.139 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.140 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.140 | 10245 | Added a new worker 11 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.140 | 5371 | Removed run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.140 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.140 | 5371 | Assigned run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.140 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.139 | 5372 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.140 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.mIgFUc +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.140 | 5375 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.140 | 5375 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.140 | 5375 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.140 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.140 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.140 | 10247 | Added a new worker 13 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.140 | 5371 | Removed run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.140 | 5371 | Removed worker 13 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.141 | 5371 | Assigned run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.141 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.141 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.BbwSCe +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.142 | 10244 | Marked run 479 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.142 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.143 | 10246 | Marked run 480 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.143 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.145 | 5372 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.145 | 5375 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.146 | 5372 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.146 | 5375 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.152 | 5372 | Recursively removing directory: /tmp/git.mIgFUc/ +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.152 | 5375 | Recursively removing directory: /tmp/git.BbwSCe/ +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.153 | 5372 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.153 | 5372 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.153 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.153 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.153 | 10261 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.153 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.153 | 5371 | Removed run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.153 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.153 | 5371 | Assigned run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.153 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.154 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.154 | 10263 | Added a new worker 13 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.154 | 5371 | Removed run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.154 | 5371 | Removed worker 13 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.154 | 5371 | Assigned run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.154 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.153 | 5372 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.153 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.8tqdga +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.153 | 5375 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.153 | 5375 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.153 | 5375 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.154 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3kA2KF +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.155 | 10260 | Marked run 481 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.156 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.157 | 10262 | Marked run 482 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.157 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.159 | 5372 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.159 | 5375 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.160 | 5372 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.160 | 5375 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.166 | 5375 | Recursively removing directory: /tmp/git.3kA2KF/ +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.166 | 5372 | Recursively removing directory: /tmp/git.8tqdga/ +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.167 | 5375 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.167 | 5375 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.167 | 5372 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.167 | 5372 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.167 | 5372 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.167 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.167 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.168 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.168 | 10278 | Added a new worker 15 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.168 | 5371 | Removed run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.168 | 5371 | Removed worker 15 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.168 | 5371 | Assigned run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.168 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.168 | 10279 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.168 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.168 | 5371 | Removed run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.168 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.168 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.168 | 5371 | Assigned run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.167 | 5375 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.168 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.WfAWs7 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.169 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.d2Y9Yi +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.170 | 10277 | Marked run 483 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.170 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.171 | 10276 | Marked run 484 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.171 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.173 | 5375 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.173 | 5372 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.174 | 5375 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.174 | 5372 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.179 | 5375 | Recursively removing directory: /tmp/git.WfAWs7/ +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.180 | 5372 | Recursively removing directory: /tmp/git.d2Y9Yi/ +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.181 | 5375 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.181 | 5375 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.181 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.181 | 5375 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.181 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.181 | 10293 | Added a new worker 11 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.181 | 5371 | Removed run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.181 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.181 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.181 | 5371 | Assigned run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.182 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.182 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.182 | 10295 | Added a new worker 13 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.182 | 5371 | Removed run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.182 | 5371 | Removed worker 13 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.182 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.182 | 5371 | Assigned run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.182 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.T6MShr +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.182 | 5372 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.182 | 5372 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.182 | 5372 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.182 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Rslg6B +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.183 | 10292 | Marked run 485 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.183 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.184 | 10294 | Marked run 486 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.185 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.187 | 5372 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.187 | 5375 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.187 | 5372 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.188 | 5375 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.193 | 5372 | Recursively removing directory: /tmp/git.Rslg6B/ +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.194 | 5375 | Recursively removing directory: /tmp/git.T6MShr/ +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.194 | 5372 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.194 | 5372 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.194 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.194 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.195 | 10309 | Added a new worker 11 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.195 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.195 | 5371 | Removed run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.195 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.195 | 5371 | Assigned run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.194 | 5372 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.195 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ALGtcu +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.195 | 5375 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.195 | 5375 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.196 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.196 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.196 | 10311 | Added a new worker 14 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.196 | 5371 | Removed run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.196 | 5371 | Removed worker 14 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.196 | 5371 | Assigned run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.196 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.196 | 10308 | Marked run 488 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.196 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.196 | 5375 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.196 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.5JuGjr +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.198 | 10310 | Marked run 487 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.198 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.200 | 5372 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.200 | 5375 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.200 | 5372 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.201 | 5375 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.206 | 5372 | Recursively removing directory: /tmp/git.ALGtcu/ +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.207 | 5375 | Recursively removing directory: /tmp/git.5JuGjr/ +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.208 | 5372 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.208 | 5372 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.208 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.208 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.208 | 10325 | Added a new worker 11 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.208 | 5371 | Removed run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.208 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.208 | 5371 | Assigned run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.208 | 5372 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.208 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.S1K1Mb +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.208 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.210 | 5375 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.210 | 5375 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.210 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.210 | 5375 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.210 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.210 | 10327 | Added a new worker 12 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.210 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.210 | 10324 | Marked run 489 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.210 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.210 | 5371 | Removed run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.210 | 5371 | Removed worker 12 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.210 | 5371 | Assigned run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.210 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Td8JCj +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.213 | 10326 | Marked run 490 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.213 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.214 | 5372 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.215 | 5375 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.215 | 5372 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.216 | 5375 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.221 | 5372 | Recursively removing directory: /tmp/git.S1K1Mb/ +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.222 | 5375 | Recursively removing directory: /tmp/git.Td8JCj/ +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.222 | 5372 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.222 | 5372 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.222 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.222 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.222 | 10341 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.223 | 5371 | Removed run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.223 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.223 | 5371 | Assigned run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.223 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.222 | 5372 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.223 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.g7oJHB +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.224 | 5375 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.224 | 5375 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.224 | 5375 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.224 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.224 | 10340 | Marked run 491 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.224 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.224 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.225 | 10343 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.225 | 5371 | Removed run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.225 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.225 | 5371 | Assigned run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.225 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.225 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.tei7NP +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.226 | 10342 | Marked run 492 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.226 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.228 | 5372 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.229 | 5372 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.229 | 5375 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.230 | 5375 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.235 | 5372 | Recursively removing directory: /tmp/git.g7oJHB/ +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.236 | 5375 | Recursively removing directory: /tmp/git.tei7NP/ +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.237 | 5372 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.237 | 5372 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.237 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.237 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.237 | 10357 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.237 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.237 | 5371 | Removed run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.237 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.237 | 5371 | Assigned run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.237 | 5372 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.237 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.naLv9c +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.238 | 5375 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.238 | 5375 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.238 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.238 | 5375 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.239 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.239 | 10359 | Added a new worker 13 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.239 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.239 | 5371 | Removed run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.239 | 5371 | Removed worker 13 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.239 | 5371 | Assigned run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.239 | 10356 | Marked run 493 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.239 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.239 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.RIqo9H +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.241 | 10358 | Marked run 494 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.241 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.242 | 5372 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.246 | 5372 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.246 | 5375 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.247 | 5375 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.251 | 5372 | Recursively removing directory: /tmp/git.naLv9c/ +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.253 | 5372 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.253 | 5372 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.253 | 5375 | Recursively removing directory: /tmp/git.RIqo9H/ +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.253 | 5372 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.253 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.253 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.253 | 10373 | Added a new worker 11 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.253 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.253 | 5371 | Removed run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.253 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.254 | 5371 | Assigned run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.254 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.AD3UPD +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.255 | 10372 | Marked run 495 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.255 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.255 | 5375 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.255 | 5375 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.256 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.256 | 5375 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.256 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.256 | 10375 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.256 | 5371 | Removed run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.256 | 5371 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.256 | 5371 | Assigned run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.256 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.256 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.SBM5CP +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.257 | 10374 | Marked run 496 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.258 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.260 | 5372 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.261 | 5372 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.261 | 5375 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.262 | 5375 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.267 | 5372 | Recursively removing directory: /tmp/git.AD3UPD/ +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.268 | 5375 | Recursively removing directory: /tmp/git.SBM5CP/ +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.268 | 5372 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.268 | 5372 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.268 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.268 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.268 | 10389 | Added a new worker 11 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.268 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.269 | 5371 | Removed run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.269 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.269 | 5371 | Assigned run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.268 | 5372 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.269 | 5372 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.jrEAG7 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.270 | 5375 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.270 | 5375 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.270 | 10388 | Marked run 497 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.270 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.270 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.270 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.270 | 5375 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.271 | 10391 | Added a new worker 11 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.271 | 5371 | Removed run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.271 | 5371 | Removed worker 11 from the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.271 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.271 | 5371 | Assigned run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.271 | 5375 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Ah59NK +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.272 | 10390 | Marked run 498 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.272 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.274 | 5372 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.275 | 5372 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.276 | 5375 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.277 | 5375 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.281 | 5372 | Recursively removing directory: /tmp/git.jrEAG7/ +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.282 | 5372 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.282 | 5372 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.282 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.282 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.282 | 10405 | Added a new worker 11 to the queue +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.282 | 5372 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.283 | 5375 | Recursively removing directory: /tmp/git.Ah59NK/ +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.282 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.284 | 10404 | Marked run 499 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.284 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.285 | 5375 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.285 | 5375 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.285 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.285 | 5375 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.285 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.285 | 10407 | Added a new worker 12 to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.285 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.286 | 10406 | Marked run 500 as finished +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.286 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.292 | 10410 | Adding a run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.293 | 10410 | Adding a run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.294 | 10410 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.295 | 5369 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:44:21 | 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-04-25 03:44:21 | INFO | Terminating process 5375/cimple-worker +2024-04-25 03:44:21 | INFO | 5375/cimple-worker: 2024-04-25 03:44:21.315 | 5375 | Shutting down +2024-04-25 03:44:21 | INFO | Terminating process 5372/cimple-worker +2024-04-25 03:44:21 | INFO | 5372/cimple-worker: 2024-04-25 03:44:21.316 | 5372 | Shutting down +2024-04-25 03:44:21 | INFO | Terminating process 5369/cimple-server +2024-04-25 03:44:21 | INFO | 5369/cimple-server: 2024-04-25 03:44:21.317 | 5369 | Shutting down
Passedsrc/test_repo.py::test_repo_stress[output_simple-numof_clients=1-runs_per_client=2000]16.40
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/cimple.sqlite'] +2024-04-25 03:44:21 | INFO | Process 10411/cimple-server has started +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.326 | 10411 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/cimple.sqlite +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.327 | 10411 | SQLite database version: 0 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.327 | 10411 | Newest database version: 1 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.327 | 10411 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.338 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Process 10411/cimple-server is ready +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:21 | INFO | Process 10414/cimple-worker has started +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.346 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.346 | 10416 | Added a new worker 8 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.346 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.346 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | Process 10414/cimple-worker is ready +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:21 | INFO | Process 10417/cimple-worker has started +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.355 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.355 | 10419 | Added a new worker 9 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.355 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.355 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | Process 10417/cimple-worker is ready +2024-04-25 03:44:21 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/cimple.sqlite +2024-04-25 03:44:21 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:44:21 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:44:21 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:44:21 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:44:21 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:44:21 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:44:21 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:44:21 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:44:21 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:44:21 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-04-25 03:44:21 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-04-25 03:44:21 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-04-25 03:44:21 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-04-25 03:44:21 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:21 | INFO | Executing 2000 clients +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.505 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.507 | 10433 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.507 | 10413 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.507 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.507 | 10413 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.507 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.507 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KxXl5l +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.510 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.511 | 10435 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.511 | 10413 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.511 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.511 | 10413 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.511 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pDiCaG +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.512 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.512 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.513 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.514 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.516 | 10438 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.516 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.516 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.517 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.519 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.520 | 10414 | Recursively removing directory: /tmp/git.KxXl5l/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.521 | 10446 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.521 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.522 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.522 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.522 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.523 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.523 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.523 | 10453 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.523 | 10413 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.523 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.523 | 10413 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.523 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3CzKN8 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.523 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.524 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.524 | 10452 | Marked run 1 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.524 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.525 | 10417 | Recursively removing directory: /tmp/git.pDiCaG/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.526 | 10455 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.526 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.526 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.527 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.527 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.527 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.527 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.527 | 10458 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.527 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.527 | 10413 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.527 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.527 | 10413 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.527 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xG7mnX +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.529 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.529 | 10457 | Marked run 2 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.529 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.529 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.530 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.531 | 10459 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.531 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.533 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.534 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.534 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.535 | 10464 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.535 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.537 | 10414 | Recursively removing directory: /tmp/git.3CzKN8/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.538 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.539 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.539 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.539 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.540 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.540 | 10472 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.540 | 10477 | Added a new worker 8 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.540 | 10413 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.540 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.540 | 10413 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.540 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.540 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rG5eeA +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.541 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.541 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.541 | 10417 | Recursively removing directory: /tmp/git.xG7mnX/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.542 | 10476 | Marked run 3 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.543 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.543 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.543 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.543 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.543 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.543 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.543 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.544 | 10481 | Added a new worker 13 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.544 | 10413 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.544 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.544 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.544 | 10413 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.544 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8mAKBN +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.545 | 10479 | Marked run 4 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.545 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.546 | 10480 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.547 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.547 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.547 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.549 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.550 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.549 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.551 | 10484 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.551 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.554 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.554 | 10414 | Recursively removing directory: /tmp/git.rG5eeA/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.555 | 10494 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.556 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.556 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.556 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.557 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.557 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.557 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.556 | 10417 | Recursively removing directory: /tmp/git.8mAKBN/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.557 | 10500 | Added a new worker 11 to the queue +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.557 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HHdBZZ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.557 | 10413 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.557 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.557 | 10413 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.558 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.559 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.559 | 10499 | Marked run 5 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.559 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.559 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.559 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.559 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.560 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.560 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.560 | 10503 | Added a new worker 13 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.560 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.560 | 10413 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.560 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.560 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zikl6A +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.560 | 10413 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.561 | 10501 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.561 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.563 | 10502 | Marked run 6 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.563 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.563 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.564 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.564 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.566 | 10505 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.566 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.567 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.567 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.569 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.570 | 10511 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.570 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.572 | 10414 | Recursively removing directory: /tmp/git.HHdBZZ/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.573 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.574 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.574 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.574 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.574 | 10417 | Recursively removing directory: /tmp/git.zikl6A/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.574 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.574 | 10523 | Added a new worker 13 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.574 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.574 | 10413 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.574 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.574 | 10413 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.574 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.574 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IeE2Dz +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.575 | 10521 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.576 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.576 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.576 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.576 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.576 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.576 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.576 | 10526 | Added a new worker 13 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.576 | 10413 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.576 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.576 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.576 | 10413 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.577 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QXAoLi +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.578 | 10522 | Marked run 7 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.578 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.579 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.580 | 10524 | Marked run 8 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.580 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.581 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.581 | 10527 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.582 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.581 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.583 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.583 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.584 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.585 | 10532 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.586 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.588 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.588 | 10414 | Recursively removing directory: /tmp/git.IeE2Dz/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.590 | 10540 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.590 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.590 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.590 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.591 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.591 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.591 | 10545 | Added a new worker 6 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.591 | 10413 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.591 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.591 | 10413 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.591 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.591 | 10417 | Recursively removing directory: /tmp/git.QXAoLi/ +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.590 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.591 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Azk5vj +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.593 | 10544 | Marked run 9 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.593 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.593 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.593 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.594 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.594 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NkPMbG +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.594 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.594 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.594 | 10548 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.594 | 10413 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.594 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.594 | 10413 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.594 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.594 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.595 | 10547 | Marked run 10 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.595 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.597 | 10549 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.597 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.598 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.599 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.599 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.600 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.600 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.601 | 10552 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.602 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.604 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.606 | 10561 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.606 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.606 | 10414 | Recursively removing directory: /tmp/git.Azk5vj/ +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.607 | 10417 | Recursively removing directory: /tmp/git.NkPMbG/ +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.608 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.608 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.608 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.608 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.608 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.608 | 10568 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.608 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.608 | 10413 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.608 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.608 | 10413 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.608 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.608 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.609 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.609 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.609 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YBZm1C +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.609 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.609 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zSezMl +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.609 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.609 | 10571 | Added a new worker 15 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.609 | 10413 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.609 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.609 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.609 | 10413 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.610 | 10567 | Marked run 11 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.610 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.611 | 10569 | Marked run 12 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.611 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.613 | 10570 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.613 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.614 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.615 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.615 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.616 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.616 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.617 | 10574 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.617 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.620 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.621 | 10584 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.622 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.622 | 10414 | Recursively removing directory: /tmp/git.YBZm1C/ +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.624 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.624 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.623 | 10417 | Recursively removing directory: /tmp/git.zSezMl/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.624 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.624 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.624 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.624 | 10590 | Added a new worker 12 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.624 | 10413 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.624 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.624 | 10413 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.624 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.624 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.624 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dxMbxw +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.626 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.626 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.626 | 10589 | Marked run 13 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.626 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.626 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.626 | 10593 | Added a new worker 13 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.626 | 10413 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.626 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.627 | 10413 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.627 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.626 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.627 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ztR52Z +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.628 | 10591 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.628 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.629 | 10592 | Marked run 14 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.630 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.630 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.631 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.631 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.632 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.633 | 10595 | Added a new run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.633 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.633 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.635 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.637 | 10601 | Added a new run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.637 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.638 | 10414 | Recursively removing directory: /tmp/git.dxMbxw/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.640 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.640 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.640 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.640 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.640 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.640 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.640 | 10613 | Added a new worker 13 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.640 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.640 | 10413 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.640 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.640 | 10413 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.641 | 10417 | Recursively removing directory: /tmp/git.ztR52Z/ +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.641 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0jLy7J +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.641 | 10611 | Added a new run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.642 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.643 | 10612 | Marked run 15 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.643 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.643 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.643 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.644 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.644 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.644 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.644 | 10616 | Added a new worker 11 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.644 | 10413 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.644 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.644 | 10413 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.644 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.644 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ysh7y8 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.644 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.646 | 10615 | Marked run 16 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.646 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.647 | 10617 | Added a new run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.648 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.648 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.649 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.649 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.650 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.650 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.652 | 10620 | Added a new run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.652 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.655 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.656 | 10414 | Recursively removing directory: /tmp/git.0jLy7J/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.656 | 10632 | Added a new run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.657 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.657 | 10417 | Recursively removing directory: /tmp/git.ysh7y8/ +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.658 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.658 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.658 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.658 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.658 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.658 | 10636 | Added a new worker 11 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.658 | 10413 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.658 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.658 | 10413 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.659 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.658 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hF61lD +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.659 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.659 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.659 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.659 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.659 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.659 | 10638 | Added a new worker 13 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.659 | 10413 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.659 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.659 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.659 | 10413 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.660 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.660 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HzxZSD +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.660 | 10635 | Marked run 17 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.661 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.662 | 10639 | Added a new run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.662 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.663 | 10637 | Marked run 18 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.664 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.665 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.665 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.665 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.666 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.667 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.667 | 10641 | Added a new run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.667 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.670 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.671 | 10647 | Added a new run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.672 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.674 | 10414 | Recursively removing directory: /tmp/git.hF61lD/ +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.674 | 10417 | Recursively removing directory: /tmp/git.HzxZSD/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.674 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.675 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.675 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.676 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.676 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.676 | 10659 | Added a new worker 14 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.676 | 10413 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.676 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.676 | 10413 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.676 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.676 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.676 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.676 | 10661 | Added a new worker 15 to the queue +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.676 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.676 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.676 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.677 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8zQOSF +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.676 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.676 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DOjPvT +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.676 | 10413 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.676 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.676 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.677 | 10413 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.677 | 10657 | Added a new run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.677 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.679 | 10658 | Marked run 19 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.679 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.680 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.680 | 10660 | Marked run 20 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.681 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.682 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.682 | 10663 | Added a new run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.683 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.683 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.683 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.684 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.686 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.687 | 10668 | Added a new run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.687 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.690 | 10414 | Recursively removing directory: /tmp/git.DOjPvT/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.691 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.692 | 10417 | Recursively removing directory: /tmp/git.8zQOSF/ +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.692 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.692 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.693 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.693 | 10679 | Added a new run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.693 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.693 | 10681 | Added a new worker 12 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.693 | 10413 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.693 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.693 | 10413 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.694 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.694 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.694 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.694 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.694 | 10684 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.694 | 10413 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.694 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.694 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.694 | 10413 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.693 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.693 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ALwdCE +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.693 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.693 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.694 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.694 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KvGhmA +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.695 | 10680 | Marked run 21 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.695 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.696 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.698 | 10683 | Marked run 22 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.698 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.699 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.699 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.700 | 10685 | Added a new run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.700 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.700 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.701 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.702 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.704 | 10690 | Added a new run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.704 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.706 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.707 | 10414 | Recursively removing directory: /tmp/git.ALwdCE/ +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.708 | 10417 | Recursively removing directory: /tmp/git.KvGhmA/ +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.708 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.708 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.709 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.709 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.709 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.709 | 10703 | Added a new worker 13 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.709 | 10413 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.709 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.709 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.709 | 10413 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.709 | 10700 | Added a new run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.709 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.709 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.709 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.709 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.D0oHNx +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.710 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.710 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.710 | 10706 | Added a new worker 13 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.710 | 10413 | Removed run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.710 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.710 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.710 | 10413 | Assigned run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.711 | 10702 | Marked run 23 as finished +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.710 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LaET3M +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.712 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.712 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.713 | 10704 | Marked run 24 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.713 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.715 | 10707 | Added a new run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.715 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.715 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.716 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.716 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.717 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.717 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.719 | 10710 | Added a new run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.719 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.722 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.723 | 10721 | Added a new run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.723 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.724 | 10414 | Recursively removing directory: /tmp/git.D0oHNx/ +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.724 | 10417 | Recursively removing directory: /tmp/git.LaET3M/ +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.725 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.725 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.725 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.725 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.726 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.726 | 10726 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.726 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.726 | 10413 | Removed run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.726 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.726 | 10413 | Assigned run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.726 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bwXn6L +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.726 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.726 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.726 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.726 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.726 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.726 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.726 | 10729 | Added a new worker 15 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.726 | 10413 | Removed run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.726 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.726 | 10413 | Assigned run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.727 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.727 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Qbx46W +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.728 | 10725 | Marked run 25 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.728 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.729 | 10727 | Added a new run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.729 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.731 | 10728 | Marked run 26 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.731 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.732 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.732 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.733 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.733 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.734 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.734 | 10731 | Added a new run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.734 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.737 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.738 | 10737 | Added a new run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.738 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.740 | 10414 | Recursively removing directory: /tmp/git.bwXn6L/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.741 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.742 | 10417 | Recursively removing directory: /tmp/git.Qbx46W/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.743 | 10747 | Added a new run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.743 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.743 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.743 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.743 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.743 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.743 | 10749 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.743 | 10413 | Removed run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.743 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.743 | 10413 | Assigned run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.743 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.744 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QbB8lh +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.744 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.744 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.744 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.744 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.744 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.744 | 10752 | Added a new worker 13 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.744 | 10413 | Removed run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.744 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.744 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.744 | 10413 | Assigned run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.745 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vcV9cl +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.746 | 10748 | Marked run 27 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.746 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.747 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.747 | 10751 | Marked run 28 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.747 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.749 | 10753 | Added a new run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.749 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.750 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.750 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.751 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.751 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.752 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.753 | 10757 | Added a new run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.753 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.756 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.758 | 10417 | Recursively removing directory: /tmp/git.vcV9cl/ +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.758 | 10414 | Recursively removing directory: /tmp/git.QbB8lh/ +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.759 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.759 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.759 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.759 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.759 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.759 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.759 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.759 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.759 | 10771 | Added a new worker 16 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.759 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.759 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.759 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.759 | 10413 | Removed run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.759 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.759 | 10413 | Assigned run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.759 | 10773 | Added a new worker 9 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.759 | 10413 | Removed run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.759 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.759 | 10413 | Assigned run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.760 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.760 | 10767 | Added a new run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.759 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OGFWSY +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.760 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X5Mp4M +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.761 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.763 | 10770 | Marked run 30 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.763 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.763 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.764 | 10772 | Marked run 29 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.764 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.765 | 10775 | Added a new run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.765 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.766 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.766 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.766 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.767 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.768 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.770 | 10779 | Added a new run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.770 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.773 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.773 | 10414 | Recursively removing directory: /tmp/git.X5Mp4M/ +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.774 | 10417 | Recursively removing directory: /tmp/git.OGFWSY/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.775 | 10790 | Added a new run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.775 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.775 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.775 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.775 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.776 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.776 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.776 | 10794 | Added a new worker 11 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.776 | 10413 | Removed run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.776 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.776 | 10413 | Assigned run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.776 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.776 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.776 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.776 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.l5V4Fb +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.776 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.776 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.777 | 10796 | Added a new worker 13 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.777 | 10413 | Removed run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.777 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.777 | 10413 | Assigned run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.777 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.777 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xccAc4 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.778 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.778 | 10793 | Marked run 32 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.779 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.780 | 10795 | Marked run 31 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.780 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.781 | 10797 | Added a new run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.782 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.782 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.783 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.783 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.784 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.784 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.786 | 10801 | Added a new run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.786 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.789 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.790 | 10414 | Recursively removing directory: /tmp/git.l5V4Fb/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.790 | 10812 | Added a new run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.790 | 10417 | Recursively removing directory: /tmp/git.xccAc4/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.791 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.792 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.792 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.792 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.792 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.792 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.792 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.792 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.792 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.792 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.792 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.792 | 10818 | Added a new worker 15 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.792 | 10413 | Removed run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.792 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.792 | 10413 | Assigned run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.792 | 10817 | Added a new worker 15 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.792 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.793 | 10413 | Removed run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.793 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.793 | 10413 | Assigned run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.793 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.794 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.792 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.arjX15 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.793 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vX0VgU +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.795 | 10815 | Marked run 33 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.795 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.797 | 10819 | Added a new run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.797 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.798 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.798 | 10816 | Marked run 34 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.799 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.799 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.799 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.800 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.800 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.801 | 10822 | Added a new run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.802 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.804 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.805 | 10831 | Added a new run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.806 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.807 | 10417 | Recursively removing directory: /tmp/git.arjX15/ +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.807 | 10414 | Recursively removing directory: /tmp/git.vX0VgU/ +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.808 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.808 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.808 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.808 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.808 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.808 | 10838 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.808 | 10413 | Removed run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.808 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.808 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.808 | 10413 | Assigned run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.808 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cZdD14 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.809 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.809 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.809 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.810 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.810 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.810 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.810 | 10841 | Added a new worker 16 to the queue +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.810 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nnUfTE +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.810 | 10413 | Removed run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.810 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.810 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.810 | 10413 | Assigned run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.810 | 10837 | Marked run 35 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.811 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.812 | 10839 | Added a new run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.812 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.813 | 10840 | Marked run 36 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.814 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.814 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.815 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.815 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.815 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.816 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.817 | 10843 | Added a new run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.817 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.820 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.821 | 10851 | Added a new run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.821 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.822 | 10417 | Recursively removing directory: /tmp/git.cZdD14/ +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.823 | 10414 | Recursively removing directory: /tmp/git.nnUfTE/ +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.824 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.824 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.824 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.824 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.824 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.824 | 10860 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.824 | 10413 | Removed run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.824 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.824 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.824 | 10413 | Assigned run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.825 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.825 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.824 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.02LCtZ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.825 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.825 | 10863 | Added a new worker 15 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.825 | 10413 | Removed run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.825 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.825 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.825 | 10413 | Assigned run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.825 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.825 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.825 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.825 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KAEehZ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.826 | 10859 | Marked run 37 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.826 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.828 | 10861 | Added a new run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.828 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.830 | 10862 | Marked run 38 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.830 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.831 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.831 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.831 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.832 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.832 | 10865 | Added a new run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.832 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.833 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.835 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.836 | 10871 | Added a new run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.837 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.839 | 10417 | Recursively removing directory: /tmp/git.02LCtZ/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.839 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.840 | 10414 | Recursively removing directory: /tmp/git.KAEehZ/ +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.841 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.841 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.841 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.841 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.841 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.841 | 10883 | Added a new worker 13 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.841 | 10413 | Removed run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.841 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.842 | 10413 | Assigned run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.842 | 10881 | Added a new run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.842 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.842 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.842 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rC32HV +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.843 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.843 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.843 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.843 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.844 | 10886 | Added a new worker 6 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.844 | 10413 | Removed run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.844 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.844 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.844 | 10413 | Assigned run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.844 | 10882 | Marked run 39 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.844 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.843 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.844 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sLsYao +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.845 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.846 | 10885 | Marked run 40 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.846 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.847 | 10887 | Added a new run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.848 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.848 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.849 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.850 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.850 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.850 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.851 | 10890 | Added a new run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.852 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.855 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.855 | 10417 | Recursively removing directory: /tmp/git.rC32HV/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.856 | 10900 | Added a new run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.857 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.857 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.857 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.858 | 10906 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.858 | 10413 | Removed run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.858 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.858 | 10413 | Assigned run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.858 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.857 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.857 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.857 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.858 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.usIu81 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.858 | 10414 | Recursively removing directory: /tmp/git.sLsYao/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.859 | 10905 | Marked run 41 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.859 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.860 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.861 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.861 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.861 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.861 | 10907 | Added a new run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.861 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.862 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.862 | 10909 | Added a new worker 8 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.862 | 10413 | Removed run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.862 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.862 | 10413 | Assigned run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.863 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.862 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Eisu4x +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.864 | 10908 | Marked run 42 as finished +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.864 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.864 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.865 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.866 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.866 | 10911 | Added a new run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.866 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.868 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.869 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.869 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.870 | 10915 | Added a new run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.870 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.873 | 10417 | Recursively removing directory: /tmp/git.usIu81/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.873 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.875 | 10924 | Added a new run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.875 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.875 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.875 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.875 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.875 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.875 | 10929 | Added a new worker 6 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.875 | 10413 | Removed run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.875 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.875 | 10413 | Assigned run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.876 | 10414 | Recursively removing directory: /tmp/git.Eisu4x/ +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.876 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fmHpF3 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.876 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.878 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.878 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.878 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.878 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.878 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.878 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.878 | 10933 | Added a new worker 16 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.878 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.878 | 10413 | Removed run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.878 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.879 | 10413 | Assigned run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.879 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.onSjHG +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.879 | 10928 | Marked run 43 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.880 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.881 | 10931 | Marked run 44 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.881 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.882 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.882 | 10932 | Added a new run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.883 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.883 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.884 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.885 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.886 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.887 | 10938 | Added a new run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.887 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.890 | 10417 | Recursively removing directory: /tmp/git.fmHpF3/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.891 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.892 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.892 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.892 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.893 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ORGiWX +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.892 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.892 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.892 | 10951 | Added a new worker 13 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.892 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.892 | 10413 | Removed run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.892 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.893 | 10413 | Assigned run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.893 | 10948 | Added a new run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.893 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.892 | 10414 | Recursively removing directory: /tmp/git.onSjHG/ +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.895 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.895 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.895 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.895 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.895 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.895 | 10954 | Added a new worker 6 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.896 | 10413 | Removed run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.896 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.896 | 10413 | Assigned run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.896 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OGiOo0 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.896 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.896 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.896 | 10950 | Marked run 45 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.896 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.898 | 10953 | Marked run 46 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.898 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.899 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.899 | 10955 | Added a new run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.899 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.899 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.901 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.902 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.903 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.904 | 10958 | Added a new run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.904 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.906 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.907 | 10417 | Recursively removing directory: /tmp/git.ORGiWX/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.908 | 10967 | Added a new run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.908 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.909 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.909 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.909 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.909 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.909 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.909 | 10973 | Added a new worker 11 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.909 | 10413 | Removed run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.909 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.909 | 10413 | Assigned run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.909 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.910 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8EcVOG +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.911 | 10972 | Marked run 47 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.911 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.911 | 10414 | Recursively removing directory: /tmp/git.OGiOo0/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.911 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.913 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.913 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.913 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.913 | 10975 | Added a new run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.913 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.914 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.914 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.914 | 10977 | Added a new worker 6 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.914 | 10413 | Removed run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.914 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.914 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.914 | 10413 | Assigned run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.914 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KzfhUh +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.916 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.916 | 10976 | Marked run 48 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.916 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.917 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.917 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.918 | 10979 | Added a new run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.918 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.920 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.920 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.921 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.923 | 10985 | Added a new run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.923 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.925 | 10417 | Recursively removing directory: /tmp/git.8EcVOG/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.926 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.926 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.926 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.926 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.926 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.927 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bz9Cjj +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.927 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.927 | 10997 | Added a new worker 13 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.927 | 10413 | Removed run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.927 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.927 | 10413 | Assigned run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.927 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.928 | 10414 | Recursively removing directory: /tmp/git.KzfhUh/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.928 | 10994 | Added a new run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.928 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.930 | 10996 | Marked run 49 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.930 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.930 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.930 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.930 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.930 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.931 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zLLkH1 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.930 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.931 | 11000 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.931 | 10413 | Removed run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.931 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.931 | 10413 | Assigned run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.931 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.931 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.933 | 10999 | Marked run 50 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.933 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.934 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.934 | 11001 | Added a new run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.934 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.935 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.936 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.937 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.937 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.938 | 11004 | Added a new run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.939 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.942 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.942 | 10417 | Recursively removing directory: /tmp/git.bz9Cjj/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.943 | 11014 | Added a new run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.943 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.944 | 10414 | Recursively removing directory: /tmp/git.zLLkH1/ +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.944 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.944 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.944 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.944 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.944 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.945 | 11020 | Added a new worker 11 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.945 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.945 | 10413 | Removed run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.945 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.945 | 10413 | Assigned run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.946 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oibYHJ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.946 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.947 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.947 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.947 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.947 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.947 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.947 | 11023 | Added a new worker 15 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.947 | 10413 | Removed run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.947 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.947 | 10413 | Assigned run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.947 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.947 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jeU940 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.948 | 11021 | Added a new run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.949 | 11019 | Marked run 51 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.949 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.949 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.950 | 11022 | Marked run 52 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.951 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.952 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.952 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.952 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.953 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.954 | 11025 | Added a new run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.954 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.954 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.957 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.958 | 11032 | Added a new run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.958 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.959 | 10417 | Recursively removing directory: /tmp/git.oibYHJ/ +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.961 | 10414 | Recursively removing directory: /tmp/git.jeU940/ +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.961 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.961 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.961 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.961 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.961 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.961 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.961 | 11043 | Added a new worker 12 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.961 | 10413 | Removed run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.961 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.961 | 10413 | Assigned run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.962 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.962 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tRLbKU +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.963 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.963 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.963 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.963 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.963 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.963 | 11045 | Added a new worker 16 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.963 | 10413 | Removed run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.963 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.963 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.963 | 10413 | Assigned run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.964 | 11041 | Added a new run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.963 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Es2F3m +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.964 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.965 | 11042 | Marked run 53 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.966 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.967 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.967 | 11044 | Marked run 54 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.967 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.969 | 11047 | Added a new run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.969 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.969 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.970 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.970 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.971 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.972 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.973 | 11052 | Added a new run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.974 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.976 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.976 | 10417 | Recursively removing directory: /tmp/git.tRLbKU/ +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.978 | 10414 | Recursively removing directory: /tmp/git.Es2F3m/ +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.978 | 11063 | Added a new run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.978 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.979 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.979 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.979 | 11066 | Added a new worker 10 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.979 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.979 | 10413 | Removed run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.979 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.979 | 10417 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.979 | 10417 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.979 | 10414 | Process exit code: 0 +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.979 | 10414 | Process output: 57 bytes +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.980 | 10414 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.980 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qg6AfI +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.979 | 10417 | Waiting for a new command +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.979 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CrUBXB +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.979 | 10413 | Assigned run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.980 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.980 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.980 | 11068 | Added a new worker 13 to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.980 | 10413 | Removed run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.980 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.980 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.980 | 10413 | Assigned run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.982 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.988 | 11065 | Marked run 55 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.988 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.989 | 11069 | Added a new run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.989 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.991 | 11067 | Marked run 56 as finished +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.991 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.992 | 10417 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.992 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.993 | 10414 | Checking out revision HEAD +2024-04-25 03:44:21 | INFO | 10417/cimple-worker: 2024-04-25 03:44:21.993 | 10417 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.994 | 11071 | Added a new run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10414/cimple-worker: 2024-04-25 03:44:21.994 | 10414 | Going to run: ./ci +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.994 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.997 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.998 | 11077 | Added a new run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:21 | INFO | 10411/cimple-server: 2024-04-25 03:44:21.999 | 10411 | Waiting for new connections +2024-04-25 03:44:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.001 | 10417 | Recursively removing directory: /tmp/git.CrUBXB/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.001 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.002 | 10414 | Recursively removing directory: /tmp/git.qg6AfI/ +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.002 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.002 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.003 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.003 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.003 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.003 | 11089 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.003 | 10413 | Removed run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.003 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.003 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.003 | 10413 | Assigned run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.003 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gkIe9i +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.004 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.004 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.004 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.004 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.004 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.005 | 11091 | Added a new worker 15 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.005 | 10413 | Removed run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.005 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.005 | 10413 | Assigned run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.005 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.005 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NOIQE1 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.006 | 11087 | Added a new run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.006 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.007 | 11088 | Marked run 57 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.007 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.008 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.009 | 11090 | Marked run 58 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.009 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.009 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.011 | 11093 | Added a new run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.011 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.011 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.011 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.012 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.013 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.015 | 11098 | Added a new run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.015 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.018 | 10417 | Recursively removing directory: /tmp/git.gkIe9i/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.018 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.019 | 10414 | Recursively removing directory: /tmp/git.NOIQE1/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.020 | 11109 | Added a new run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.020 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.020 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.020 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.020 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.020 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.021 | 11111 | Added a new worker 11 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.021 | 10413 | Removed run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.021 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.021 | 10413 | Assigned run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.021 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.021 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7K5Ktz +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.022 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.022 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.022 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.023 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5w1giO +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.022 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.022 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.023 | 11114 | Added a new worker 6 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.023 | 10413 | Removed run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.023 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.023 | 10413 | Assigned run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.023 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.023 | 11110 | Marked run 59 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.023 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.024 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.026 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.027 | 11113 | Marked run 60 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.027 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.027 | 11115 | Added a new run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.027 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.027 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.028 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.029 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.030 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.031 | 11118 | Added a new run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.031 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.034 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.034 | 10417 | Recursively removing directory: /tmp/git.7K5Ktz/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.035 | 11128 | Added a new run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.035 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.036 | 10414 | Recursively removing directory: /tmp/git.5w1giO/ +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.036 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.036 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.037 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.037 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.037 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.037 | 11134 | Added a new worker 11 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.037 | 10413 | Removed run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.037 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.037 | 10413 | Assigned run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.037 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.037 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NoGT6Q +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.039 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.039 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.039 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.039 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.039 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.039 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.039 | 11133 | Marked run 61 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.039 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.039 | 11137 | Added a new worker 7 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.039 | 10413 | Removed run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.039 | 10413 | Removed worker 7 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.039 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.039 | 10413 | Assigned run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.039 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aizPXP +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.041 | 11136 | Marked run 62 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.041 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.042 | 11135 | Added a new run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.043 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.044 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.045 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.045 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.045 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.045 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.047 | 11140 | Added a new run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.047 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.050 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.052 | 11149 | Added a new run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.052 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.052 | 10417 | Recursively removing directory: /tmp/git.NoGT6Q/ +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.053 | 10414 | Recursively removing directory: /tmp/git.aizPXP/ +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.054 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.054 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.054 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.054 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.054 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.054 | 11156 | Added a new worker 10 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.054 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.054 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.054 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.054 | 10413 | Removed run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.054 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.055 | 10413 | Assigned run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.055 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.055 | 11159 | Added a new worker 15 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.055 | 10413 | Removed run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.055 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.055 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.055 | 10413 | Assigned run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.054 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.054 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.055 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.055 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ksjlpO +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.055 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MbP1oN +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.056 | 11155 | Marked run 63 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.056 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.058 | 11157 | Added a new run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.058 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.060 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.061 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.061 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.061 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.062 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.063 | 11158 | Marked run 64 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.063 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.064 | 11161 | Added a new run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.065 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.068 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.068 | 10417 | Recursively removing directory: /tmp/git.MbP1oN/ +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.069 | 10414 | Recursively removing directory: /tmp/git.ksjlpO/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.070 | 11174 | Added a new run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.071 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.071 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.070 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.070 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.071 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.071 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.071 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.071 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.071 | 11177 | Added a new worker 10 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.071 | 10413 | Removed run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.071 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.071 | 10413 | Assigned run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.071 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.072 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.072 | 11180 | Added a new worker 7 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.072 | 10413 | Removed run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.072 | 10413 | Removed worker 7 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.072 | 10413 | Assigned run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.072 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DVdY54 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.072 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qI79hO +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.074 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.075 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.083 | 11176 | Marked run 65 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.083 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.088 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.089 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.089 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.090 | 11179 | Marked run 66 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.090 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.090 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.111 | 11181 | Added a new run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.111 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.112 | 10414 | Recursively removing directory: /tmp/git.DVdY54/ +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.113 | 10417 | Recursively removing directory: /tmp/git.qI79hO/ +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.113 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.113 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.113 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.113 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.114 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.114 | 11196 | Added a new worker 10 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.114 | 10413 | Removed run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.114 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.114 | 10413 | Assigned run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.114 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NvT2qu +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.114 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.115 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.116 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.116 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.116 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.116 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.116 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.116 | 11199 | Added a new worker 15 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.116 | 10413 | Removed run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.116 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.116 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.116 | 10413 | Assigned run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.116 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7h5Ys8 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.134 | 11195 | Marked run 68 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.134 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.137 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.137 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.138 | 11197 | Added a new run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.138 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.138 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.138 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.139 | 11198 | Marked run 67 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.139 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.141 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.143 | 11205 | Added a new run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.143 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.145 | 10417 | Recursively removing directory: /tmp/git.7h5Ys8/ +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.146 | 10414 | Recursively removing directory: /tmp/git.NvT2qu/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.146 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.147 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.147 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.147 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.147 | 11217 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.147 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.147 | 10413 | Removed run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.148 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.148 | 10413 | Assigned run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.148 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.148 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.148 | 11215 | Added a new run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.148 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.148 | 11219 | Added a new worker 6 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.148 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.148 | 10413 | Removed run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.148 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.149 | 10413 | Assigned run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.147 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.148 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wHdra6 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.148 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.148 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.148 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.149 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RvwbMt +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.150 | 11216 | Marked run 70 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.150 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.151 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.152 | 11218 | Marked run 69 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.152 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.153 | 11221 | Added a new run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.154 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.154 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.155 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.156 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.156 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.156 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.158 | 11224 | Added a new run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.158 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.161 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.162 | 10417 | Recursively removing directory: /tmp/git.wHdra6/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.163 | 11234 | Added a new run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.163 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.164 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.164 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.164 | 10414 | Recursively removing directory: /tmp/git.RvwbMt/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.164 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.164 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.164 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.164 | 11240 | Added a new worker 11 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.164 | 10413 | Removed run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.164 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.164 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.164 | 10413 | Assigned run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.165 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.42ttE9 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.166 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.167 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.167 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.167 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.167 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.167 | 11243 | Added a new worker 15 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.167 | 10413 | Removed run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.167 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.167 | 10413 | Assigned run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.167 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.168 | 11239 | Marked run 71 as finished +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.167 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.167 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5xa5Jb +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.169 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.170 | 11242 | Marked run 72 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.170 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.171 | 11241 | Added a new run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.172 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.172 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.172 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.173 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.173 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.174 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.176 | 11247 | Added a new run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.176 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.179 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.180 | 10414 | Recursively removing directory: /tmp/git.5xa5Jb/ +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.180 | 10417 | Recursively removing directory: /tmp/git.42ttE9/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.181 | 11258 | Added a new run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.181 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.182 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.182 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.182 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.182 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.182 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.182 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.182 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.182 | 11262 | Added a new worker 11 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.182 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.182 | 10413 | Removed run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.182 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.182 | 10413 | Assigned run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.183 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.183 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.183 | 11264 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.183 | 10413 | Removed run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.183 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.183 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.183 | 10413 | Assigned run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.183 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dhP4JV +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.183 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.183 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pMmzFW +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.185 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.185 | 11261 | Marked run 74 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.186 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.187 | 11263 | Marked run 73 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.187 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.188 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.189 | 11265 | Added a new run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.189 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.189 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.189 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.190 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.192 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.193 | 11270 | Added a new run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.193 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.196 | 10417 | Recursively removing directory: /tmp/git.pMmzFW/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.197 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.197 | 10414 | Recursively removing directory: /tmp/git.dhP4JV/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.198 | 11281 | Added a new run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.199 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.199 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.199 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.199 | 11283 | Added a new worker 11 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.199 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.199 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.199 | 10413 | Removed run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.199 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.199 | 10413 | Assigned run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.199 | 11286 | Added a new worker 11 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.200 | 10413 | Removed run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.200 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.200 | 10413 | Assigned run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.200 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.199 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.199 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.199 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.200 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PpkpsN +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.198 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.198 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.199 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.199 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4OUjvm +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.201 | 11282 | Marked run 76 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.201 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.204 | 11287 | Added a new run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.204 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.206 | 11285 | Marked run 75 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.206 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.207 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.207 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.207 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.208 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.209 | 11289 | Added a new run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.209 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.209 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.212 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.213 | 11296 | Added a new run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.214 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.215 | 10414 | Recursively removing directory: /tmp/git.PpkpsN/ +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.216 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.216 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.216 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.216 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.216 | 11306 | Added a new worker 10 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.216 | 10413 | Removed run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.216 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.216 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.217 | 10413 | Assigned run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.217 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.216 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.217 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.g7s9pi +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.217 | 10417 | Recursively removing directory: /tmp/git.4OUjvm/ +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.219 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.219 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.220 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.220 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.220 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.220 | 11309 | Added a new worker 15 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.220 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.220 | 10413 | Removed run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.220 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.220 | 10413 | Assigned run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.220 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.i1WAhW +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.221 | 11305 | Marked run 78 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.221 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.222 | 11308 | Marked run 77 as finished +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.222 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.223 | 11307 | Added a new run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.223 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.223 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.223 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.225 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.226 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.226 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.227 | 11312 | Added a new run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.228 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.230 | 10414 | Recursively removing directory: /tmp/git.g7s9pi/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.230 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.232 | 11324 | Added a new run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.232 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.232 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.233 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.232 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.233 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.233 | 10417 | Recursively removing directory: /tmp/git.i1WAhW/ +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.233 | 11327 | Added a new worker 11 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.233 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.233 | 10413 | Removed run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.233 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.233 | 10413 | Assigned run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.234 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lIps8k +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.235 | 11326 | Marked run 79 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.235 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.235 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.235 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.235 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.235 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.235 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.235 | 11331 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.236 | 10413 | Removed run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.236 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.236 | 10413 | Assigned run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.236 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.235 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.236 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.J7VbvB +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.237 | 11329 | Added a new run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.237 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.239 | 11330 | Marked run 80 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.240 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.240 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.240 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.241 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.242 | 11333 | Added a new run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.242 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.242 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.243 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.245 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.246 | 11339 | Added a new run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.247 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.248 | 10414 | Recursively removing directory: /tmp/git.lIps8k/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.249 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.250 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.250 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.250 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.250 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.250 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.250 | 11351 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.250 | 10413 | Removed run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.250 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.250 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.250 | 10413 | Assigned run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.250 | 10417 | Recursively removing directory: /tmp/git.J7VbvB/ +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.250 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.78tqEK +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.251 | 11349 | Added a new run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.252 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.253 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.253 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.253 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.253 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.253 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.253 | 11354 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.254 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.254 | 10413 | Removed run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.254 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.254 | 10413 | Assigned run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.254 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.y74tpX +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.254 | 11350 | Marked run 81 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.255 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.255 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.256 | 11353 | Marked run 82 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.256 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.257 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.258 | 11355 | Added a new run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.258 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.258 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.259 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.260 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.261 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.262 | 11360 | Added a new run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.263 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.266 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.266 | 10414 | Recursively removing directory: /tmp/git.78tqEK/ +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.267 | 10417 | Recursively removing directory: /tmp/git.y74tpX/ +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.268 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.268 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.268 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.268 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.268 | 11370 | Added a new run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.269 | 11373 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.269 | 10413 | Removed run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.269 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.269 | 10413 | Assigned run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.269 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.269 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.269 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.270 | 11376 | Added a new worker 6 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.270 | 10413 | Removed run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.270 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.270 | 10413 | Assigned run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.270 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.269 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.269 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.269 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.270 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tyWmCO +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.268 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.269 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Bmnqqt +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.272 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.272 | 11372 | Marked run 83 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.272 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.273 | 11377 | Added a new run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.274 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.275 | 11375 | Marked run 84 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.275 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.276 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.276 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.277 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.278 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.278 | 11379 | Added a new run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.278 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.279 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.281 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.283 | 11386 | Added a new run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.284 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.284 | 10414 | Recursively removing directory: /tmp/git.Bmnqqt/ +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.286 | 10417 | Recursively removing directory: /tmp/git.tyWmCO/ +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.286 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.286 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.286 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.286 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.286 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.286 | 11397 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.286 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.286 | 10413 | Removed run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.286 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.286 | 10413 | Assigned run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.286 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.287 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5IMXal +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.288 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.288 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.288 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.288 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.288 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.288 | 11399 | Added a new worker 15 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.288 | 10413 | Removed run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.288 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.288 | 10413 | Assigned run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.289 | 11396 | Marked run 85 as finished +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.288 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RLVbmN +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.289 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.289 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.290 | 11395 | Added a new run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.290 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.292 | 11398 | Marked run 86 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.292 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.293 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.293 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.294 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.294 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.295 | 11401 | Added a new run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.295 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.295 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.297 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.299 | 11406 | Added a new run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.299 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.301 | 10414 | Recursively removing directory: /tmp/git.5IMXal/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.302 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.302 | 10417 | Recursively removing directory: /tmp/git.RLVbmN/ +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.303 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.303 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.303 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.303 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.303 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.303 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GcUqMC +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.303 | 11419 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.303 | 10413 | Removed run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.303 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.303 | 10413 | Assigned run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.303 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.304 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.304 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.304 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.304 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.304 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.304 | 11421 | Added a new worker 15 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.304 | 10413 | Removed run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.304 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.304 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.304 | 10413 | Assigned run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.305 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rJAuzp +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.306 | 11417 | Added a new run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.306 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.308 | 11418 | Marked run 87 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.308 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.309 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.310 | 11420 | Marked run 88 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.310 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.311 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.311 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.311 | 11423 | Added a new run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.312 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.312 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.312 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.314 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.316 | 11429 | Added a new run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.317 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.318 | 10414 | Recursively removing directory: /tmp/git.GcUqMC/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.319 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.319 | 10417 | Recursively removing directory: /tmp/git.rJAuzp/ +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.320 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.320 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.321 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.321 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.321 | 11441 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.321 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.321 | 10413 | Removed run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.321 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.321 | 10413 | Assigned run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.321 | 11439 | Added a new run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.321 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.321 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.322 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.321 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.321 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ABAoaA +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.322 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.322 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.322 | 11443 | Added a new worker 12 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.322 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.322 | 10413 | Removed run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.322 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.322 | 10413 | Assigned run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.322 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YVB0FV +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.324 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.325 | 11440 | Marked run 89 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.325 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.326 | 11445 | Added a new run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.326 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.328 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.328 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.328 | 11442 | Marked run 90 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.328 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.329 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.329 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.329 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.331 | 11449 | Added a new run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.331 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.333 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.335 | 11459 | Added a new run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.335 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.336 | 10414 | Recursively removing directory: /tmp/git.ABAoaA/ +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.336 | 10417 | Recursively removing directory: /tmp/git.YVB0FV/ +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.337 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.337 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.337 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.337 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.337 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.338 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.337 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.337 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.337 | 11464 | Added a new worker 10 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.338 | 10413 | Removed run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.338 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.338 | 10413 | Assigned run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.338 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EBJwdx +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.338 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.338 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.338 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.339 | 11466 | Added a new worker 15 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.339 | 10413 | Removed run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.339 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.339 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.339 | 10413 | Assigned run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.339 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.K5DA8F +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.340 | 11463 | Marked run 92 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.340 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.342 | 11467 | Added a new run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.342 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.344 | 11465 | Marked run 91 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.344 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.345 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.345 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.345 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.345 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.346 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.347 | 11469 | Added a new run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.347 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.349 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.351 | 11477 | Added a new run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.351 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.352 | 10414 | Recursively removing directory: /tmp/git.K5DA8F/ +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.353 | 10417 | Recursively removing directory: /tmp/git.EBJwdx/ +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.354 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.354 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.354 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.354 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.354 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.354 | 11487 | Added a new worker 12 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.354 | 10413 | Removed run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.354 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.354 | 10413 | Assigned run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.354 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.355 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.355 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.355 | 11489 | Added a new worker 15 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.355 | 10413 | Removed run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.355 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.355 | 10413 | Assigned run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.355 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.354 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.354 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mTJ8X5 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.354 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.354 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.355 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.355 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6t5lek +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.356 | 11485 | Added a new run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.356 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.358 | 11486 | Marked run 94 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.359 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.359 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.360 | 11488 | Marked run 93 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.360 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.362 | 11491 | Added a new run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.362 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.362 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.363 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.363 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.364 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.365 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.367 | 11495 | Added a new run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.367 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.369 | 10414 | Recursively removing directory: /tmp/git.mTJ8X5/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.370 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.371 | 10417 | Recursively removing directory: /tmp/git.6t5lek/ +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.372 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.372 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.372 | 11507 | Added a new run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.372 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.372 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.372 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.372 | 11509 | Added a new worker 11 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.372 | 10413 | Removed run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.372 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.372 | 10413 | Assigned run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.372 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.373 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.372 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1AHfVf +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.373 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.373 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.373 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.374 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7LSnci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.373 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.373 | 11512 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.373 | 10413 | Removed run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.373 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.373 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.373 | 10413 | Assigned run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.375 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.375 | 11508 | Marked run 95 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.375 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.376 | 11513 | Added a new run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.377 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.378 | 11511 | Marked run 96 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.378 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.379 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.379 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.380 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.380 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.381 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.382 | 11515 | Added a new run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.382 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.384 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.386 | 10414 | Recursively removing directory: /tmp/git.1AHfVf/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.386 | 11525 | Added a new run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.387 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.388 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.388 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.388 | 10417 | Recursively removing directory: /tmp/git.7LSnci/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.388 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.388 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.388 | 11532 | Added a new worker 10 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.388 | 10413 | Removed run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.388 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.388 | 10413 | Assigned run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.388 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.388 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.389 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ErfkmY +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.389 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.390 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.390 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.391 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.391 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.391 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.391 | 11535 | Added a new worker 16 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.391 | 10413 | Removed run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.391 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.391 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.391 | 10413 | Assigned run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.391 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bpeks8 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.392 | 11531 | Marked run 97 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.392 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.393 | 11533 | Added a new run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.394 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.394 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.395 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.395 | 11534 | Marked run 98 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.396 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.397 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.397 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.398 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.398 | 11538 | Added a new run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.399 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.401 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.402 | 10414 | Recursively removing directory: /tmp/git.ErfkmY/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.403 | 11547 | Added a new run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.404 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.404 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.403 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.404 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.404 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.404 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.404 | 11553 | Added a new worker 10 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.404 | 10413 | Removed run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.404 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.404 | 10413 | Assigned run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.405 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.404 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.j32iNU +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.406 | 10417 | Recursively removing directory: /tmp/git.bpeks8/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.406 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.407 | 11552 | Marked run 99 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.408 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.409 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.409 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.409 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.409 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.409 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.409 | 11557 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.409 | 10413 | Removed run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.409 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.409 | 10413 | Assigned run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.409 | 11555 | Added a new run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.410 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.409 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BiT0zB +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.410 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.410 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.412 | 11556 | Marked run 100 as finished +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.412 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.412 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.413 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.414 | 11560 | Added a new run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.415 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.415 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.416 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.417 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.419 | 11567 | Added a new run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.419 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.419 | 10414 | Recursively removing directory: /tmp/git.j32iNU/ +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.421 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.421 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.421 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.422 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.422 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.422 | 11576 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.422 | 10413 | Removed run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.422 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.422 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.422 | 10413 | Assigned run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.422 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.422 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3RLKSZ +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.423 | 10417 | Recursively removing directory: /tmp/git.BiT0zB/ +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.425 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.425 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.425 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.425 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.425 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.425 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V6l1Y8 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.425 | 11579 | Added a new worker 15 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.425 | 10413 | Removed run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.425 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.425 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.425 | 10413 | Assigned run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.426 | 11577 | Added a new run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.426 | 11574 | Marked run 101 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.426 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.428 | 11578 | Marked run 102 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.428 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.429 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.429 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.431 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.431 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.431 | 11581 | Added a new run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.432 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.432 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.434 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.435 | 11586 | Added a new run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.435 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.438 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.438 | 10414 | Recursively removing directory: /tmp/git.3RLKSZ/ +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.439 | 10417 | Recursively removing directory: /tmp/git.V6l1Y8/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.440 | 11597 | Added a new run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.440 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.440 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.440 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.441 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.441 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.441 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.441 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.441 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.441 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.441 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2aXdGv +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.441 | 11599 | Added a new worker 11 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.441 | 10413 | Removed run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.441 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.441 | 10413 | Assigned run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.441 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.441 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.441 | 11602 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.441 | 10413 | Removed run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.441 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.441 | 10413 | Assigned run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.442 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.442 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cthUqK +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.444 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.445 | 11598 | Marked run 103 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.445 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.447 | 11603 | Added a new run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.447 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.447 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.449 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.449 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.449 | 11601 | Marked run 104 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.450 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.450 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.450 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.452 | 11607 | Added a new run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.452 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.455 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.456 | 11617 | Added a new run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.456 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.456 | 10414 | Recursively removing directory: /tmp/git.2aXdGv/ +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.457 | 10417 | Recursively removing directory: /tmp/git.cthUqK/ +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.458 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.458 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.458 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.458 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.458 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.458 | 11622 | Added a new worker 10 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.458 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.459 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.459 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.459 | 10413 | Removed run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.459 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.459 | 10413 | Assigned run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.459 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.459 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.459 | 11624 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.459 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.459 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.459 | 10413 | Removed run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.459 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.459 | 10413 | Assigned run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.459 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YykshP +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.459 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.460 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7RmjMv +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.460 | 11621 | Marked run 105 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.461 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.462 | 11623 | Marked run 106 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.462 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.463 | 11625 | Added a new run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.464 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.465 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.466 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.466 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.466 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.466 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.468 | 11627 | Added a new run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.468 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.471 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.472 | 11636 | Added a new run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.472 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.473 | 10417 | Recursively removing directory: /tmp/git.7RmjMv/ +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.474 | 10414 | Recursively removing directory: /tmp/git.YykshP/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.475 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.475 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.475 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.475 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.475 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.475 | 11645 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.475 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.475 | 10413 | Removed run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.475 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.475 | 10413 | Assigned run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.475 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.476 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SIikg5 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.476 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.476 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.476 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.476 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.476 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.476 | 11647 | Added a new worker 11 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.476 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.476 | 10413 | Removed run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.476 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.476 | 10413 | Assigned run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.476 | 11643 | Added a new run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.477 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cKv4Je +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.477 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.479 | 11644 | Marked run 108 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.479 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.479 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.480 | 11646 | Marked run 107 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.480 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.482 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.482 | 11649 | Added a new run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.482 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.482 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.483 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.484 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.485 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.486 | 11654 | Added a new run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.487 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.490 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.490 | 10417 | Recursively removing directory: /tmp/git.SIikg5/ +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.491 | 10414 | Recursively removing directory: /tmp/git.cKv4Je/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.492 | 11665 | Added a new run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.492 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.492 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.492 | 11667 | Added a new worker 11 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.492 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.492 | 10413 | Removed run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.492 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.492 | 10413 | Assigned run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.492 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.492 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.492 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.493 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SI8uiS +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.493 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.493 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.493 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.493 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.494 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.494 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XYSb7Q +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.494 | 11670 | Added a new worker 14 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.494 | 10413 | Removed run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.494 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.494 | 10413 | Assigned run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.494 | 11666 | Marked run 109 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.494 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.495 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.496 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.497 | 11669 | Marked run 110 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.497 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.499 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.499 | 11671 | Added a new run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.499 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.499 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.500 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.501 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.503 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.504 | 11676 | Added a new run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.505 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.507 | 10417 | Recursively removing directory: /tmp/git.SI8uiS/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.508 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.509 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.509 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.510 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.510 | 10414 | Recursively removing directory: /tmp/git.XYSb7Q/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.509 | 11686 | Added a new run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.510 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.510 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.510 | 11689 | Added a new worker 10 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.510 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.510 | 10413 | Removed run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.510 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.510 | 10413 | Assigned run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.510 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.W6L195 +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.512 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.513 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.513 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.513 | 11693 | Added a new worker 6 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.513 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.513 | 10413 | Removed run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.513 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.513 | 10413 | Assigned run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.512 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.512 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.513 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.513 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ek9Faa +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.513 | 11688 | Marked run 111 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.514 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.515 | 11691 | Added a new run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.516 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.516 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.517 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.518 | 11692 | Marked run 112 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.518 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.518 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.519 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.520 | 11696 | Added a new run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.520 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.521 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.523 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.524 | 10417 | Recursively removing directory: /tmp/git.W6L195/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.525 | 11705 | Added a new run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.525 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.526 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.526 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.526 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.526 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.526 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.526 | 11712 | Added a new worker 10 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.526 | 10413 | Removed run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.526 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.526 | 10413 | Assigned run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.527 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.526 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.J4zYSz +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.528 | 10414 | Recursively removing directory: /tmp/git.ek9Faa/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.528 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.529 | 11711 | Marked run 113 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.529 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.531 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.531 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.531 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.531 | 11713 | Added a new run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.531 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.531 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.531 | 11715 | Added a new worker 10 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.531 | 10413 | Removed run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.531 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.531 | 10413 | Assigned run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.531 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HTA1Mf +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.532 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.534 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.534 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.534 | 11714 | Marked run 114 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.534 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.535 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.536 | 11717 | Added a new run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.536 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.538 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.538 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.539 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.540 | 11721 | Added a new run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.540 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.543 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.543 | 10417 | Recursively removing directory: /tmp/git.J4zYSz/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.544 | 11730 | Added a new run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.545 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.545 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.545 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.545 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.546 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hW6Cna +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.546 | 10414 | Recursively removing directory: /tmp/git.HTA1Mf/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.545 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.545 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.545 | 11736 | Added a new worker 11 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.545 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.546 | 10413 | Removed run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.546 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.546 | 10413 | Assigned run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.547 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.548 | 11735 | Marked run 115 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.548 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.548 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.548 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.548 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.549 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.549 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.549 | 11739 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.549 | 10413 | Removed run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.549 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.549 | 10413 | Assigned run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.549 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.549 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bmZPF7 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.549 | 11737 | Added a new run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.549 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.551 | 11738 | Marked run 116 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.551 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.552 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.553 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.553 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.554 | 11741 | Added a new run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.554 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.555 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.556 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.557 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.559 | 11747 | Added a new run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.559 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.560 | 10417 | Recursively removing directory: /tmp/git.hW6Cna/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.561 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.562 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.562 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.562 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.562 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.562 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.562 | 11757 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.562 | 10413 | Removed run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.562 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.562 | 10413 | Assigned run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.562 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.562 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BWSuj8 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.563 | 11754 | Added a new run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.563 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.564 | 10414 | Recursively removing directory: /tmp/git.bmZPF7/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.566 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.566 | 11756 | Marked run 117 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.566 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.567 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.567 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.567 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.567 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.567 | 11763 | Added a new worker 14 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.567 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.567 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.567 | 10413 | Removed run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.567 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.567 | 10413 | Assigned run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.568 | 11761 | Added a new run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.568 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hV8f6x +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.568 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.569 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.570 | 11762 | Marked run 118 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.570 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.570 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.571 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.572 | 11766 | Added a new run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.573 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.574 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.575 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.575 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.577 | 11773 | Added a new run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.577 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.577 | 10417 | Recursively removing directory: /tmp/git.BWSuj8/ +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.578 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.578 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.579 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.579 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.579 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.579 | 11779 | Added a new worker 10 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.579 | 10413 | Removed run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.579 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.579 | 10413 | Assigned run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.579 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.579 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.579 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NlqqU2 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.582 | 11780 | Added a new run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.582 | 10414 | Recursively removing directory: /tmp/git.hV8f6x/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.582 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.583 | 11778 | Marked run 119 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.583 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.584 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.585 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.585 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.585 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.585 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.585 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.585 | 11787 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.585 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.585 | 10413 | Removed run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.585 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.585 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Bvg2jj +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.585 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.585 | 10413 | Assigned run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.585 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.587 | 11785 | Marked run 120 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.587 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.591 | 11786 | Added a new run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.591 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.592 | 10417 | Recursively removing directory: /tmp/git.NlqqU2/ +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.593 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.593 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.594 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.594 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.594 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.594 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.594 | 11797 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.594 | 10413 | Removed run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.594 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.594 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.594 | 10413 | Assigned run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.594 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.97hKHf +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.594 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.595 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.595 | 11796 | Marked run 121 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.596 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.597 | 11795 | Added a new run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.597 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.599 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.600 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.600 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.601 | 11802 | Added a new run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.601 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.603 | 10414 | Recursively removing directory: /tmp/git.Bvg2jj/ +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.604 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.604 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.604 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.604 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.604 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.605 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.605 | 11811 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.605 | 10413 | Removed run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.605 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.605 | 10413 | Assigned run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.605 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.605 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Awnilz +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.606 | 11810 | Marked run 122 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.607 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.608 | 10417 | Recursively removing directory: /tmp/git.97hKHf/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.608 | 11812 | Added a new run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.608 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.609 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.609 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.609 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.609 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.609 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.610 | 11818 | Added a new worker 10 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.610 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.610 | 10413 | Removed run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.610 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.610 | 10413 | Assigned run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.610 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GVLPT1 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.610 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.612 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.612 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.612 | 11817 | Marked run 123 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.612 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.613 | 11819 | Added a new run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.614 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.615 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.616 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.616 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.617 | 11824 | Added a new run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.618 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.619 | 10414 | Recursively removing directory: /tmp/git.Awnilz/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.620 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.622 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.622 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.622 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.622 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.622 | 11832 | Added a new run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.622 | 11837 | Added a new worker 8 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.622 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.622 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.622 | 10413 | Removed run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.622 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.622 | 10413 | Assigned run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.622 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.623 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LZOIfG +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.623 | 10417 | Recursively removing directory: /tmp/git.GVLPT1/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.625 | 11836 | Marked run 124 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.625 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.625 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.626 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.626 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.626 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.626 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.626 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.626 | 11841 | Added a new worker 14 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.626 | 10413 | Removed run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.626 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.626 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.626 | 10413 | Assigned run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.627 | 11839 | Added a new run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.627 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ghyuhg +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.627 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.628 | 11840 | Marked run 125 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.628 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.630 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.630 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.631 | 11843 | Added a new run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.631 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.632 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.633 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.634 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.634 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.635 | 11846 | Added a new run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.635 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.638 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.638 | 10414 | Recursively removing directory: /tmp/git.LZOIfG/ +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.640 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.640 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.641 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.641 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.641 | 11861 | Added a new worker 9 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.641 | 10413 | Removed run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.641 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.641 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.641 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.641 | 10413 | Assigned run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.641 | 11856 | Added a new run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.641 | 10417 | Recursively removing directory: /tmp/git.ghyuhg/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.642 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.641 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KORZ8i +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.643 | 11860 | Marked run 126 as finished +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.644 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.644 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.644 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.644 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.644 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.644 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.644 | 11864 | Added a new worker 10 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.644 | 10413 | Removed run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.644 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.644 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.644 | 10413 | Assigned run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.644 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wsYnhq +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.644 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.646 | 11865 | Added a new run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.647 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.648 | 11863 | Marked run 127 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.648 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.648 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.649 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.650 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.650 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.651 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.652 | 11868 | Added a new run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.652 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.655 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.655 | 10414 | Recursively removing directory: /tmp/git.KORZ8i/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.657 | 11877 | Added a new run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.657 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.658 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.658 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.658 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.658 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.658 | 11884 | Added a new worker 11 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.658 | 10413 | Removed run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.658 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.658 | 10413 | Assigned run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.658 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.658 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.658 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DkyIEH +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.659 | 10417 | Recursively removing directory: /tmp/git.wsYnhq/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.660 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.660 | 11883 | Marked run 128 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.660 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.662 | 11885 | Added a new run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.662 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.662 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.662 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.662 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.662 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.663 | 11888 | Added a new worker 10 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.663 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.663 | 10413 | Removed run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.663 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.663 | 10413 | Assigned run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.663 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hN6pl2 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.664 | 11886 | Marked run 129 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.665 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.665 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.665 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.666 | 11889 | Added a new run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.666 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.666 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.669 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.669 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.670 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.670 | 11892 | Added a new run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.670 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.673 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.674 | 10414 | Recursively removing directory: /tmp/git.DkyIEH/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.675 | 11901 | Added a new run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.676 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.676 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.676 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.676 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.676 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.676 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.677 | 11908 | Added a new worker 11 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.677 | 10413 | Removed run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.677 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.677 | 10413 | Assigned run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.677 | 10417 | Recursively removing directory: /tmp/git.hN6pl2/ +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.677 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.j5vEFm +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.678 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.678 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.679 | 11907 | Marked run 130 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.679 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.679 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.679 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.680 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.680 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.680 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.680 | 11911 | Added a new worker 14 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.680 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.680 | 10413 | Removed run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.680 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.680 | 10413 | Assigned run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.680 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jkKwJH +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.680 | 11909 | Added a new run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.680 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.682 | 11910 | Marked run 131 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.682 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.683 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.684 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.685 | 11913 | Added a new run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.685 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.685 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.687 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.687 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.688 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.689 | 11916 | Added a new run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.689 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.692 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.692 | 10414 | Recursively removing directory: /tmp/git.j5vEFm/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.694 | 11925 | Added a new run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.695 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.695 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.695 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.695 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.695 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.695 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.695 | 11932 | Added a new worker 11 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.695 | 10413 | Removed run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.695 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.695 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.695 | 10413 | Assigned run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.696 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QNqbE1 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.696 | 10417 | Recursively removing directory: /tmp/git.jkKwJH/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.697 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.697 | 11931 | Marked run 132 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.697 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.699 | 11933 | Added a new run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.699 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.699 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.699 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.699 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.699 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.699 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.699 | 11935 | Added a new worker 10 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.699 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.699 | 10413 | Removed run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.699 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.700 | 10413 | Assigned run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.700 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Z78BYJ +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.702 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.702 | 11934 | Marked run 133 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.702 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.702 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.704 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.704 | 11937 | Added a new run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.704 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.706 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.707 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.707 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.708 | 11942 | Added a new run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.709 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.710 | 10414 | Recursively removing directory: /tmp/git.QNqbE1/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.711 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.713 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.713 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.713 | 11950 | Added a new run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.713 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.713 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.713 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.713 | 10417 | Recursively removing directory: /tmp/git.Z78BYJ/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.714 | 11955 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.714 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.714 | 10413 | Removed run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.714 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.714 | 10413 | Assigned run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.714 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gu9nha +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.714 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.715 | 11954 | Marked run 134 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.716 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.716 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.716 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.716 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.716 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.716 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.716 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.716 | 11959 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.717 | 10413 | Removed run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.717 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.717 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.717 | 10413 | Assigned run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.717 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6c0NtR +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.718 | 11957 | Added a new run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.719 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.720 | 11958 | Marked run 135 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.720 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.720 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.721 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.721 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.723 | 11961 | Added a new run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.723 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.723 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.724 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.726 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.727 | 11967 | Added a new run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.727 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.728 | 10414 | Recursively removing directory: /tmp/git.gu9nha/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.730 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.730 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.730 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.730 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.730 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.730 | 11979 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.730 | 10413 | Removed run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.730 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.731 | 10413 | Assigned run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.730 | 10417 | Recursively removing directory: /tmp/git.6c0NtR/ +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.730 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.731 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.souWqL +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.731 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.732 | 11977 | Added a new run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.733 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.734 | 11978 | Marked run 136 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.734 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.734 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.734 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.734 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.734 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.734 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.735 | 11982 | Added a new worker 10 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.735 | 10413 | Removed run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.735 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.735 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.735 | 10413 | Assigned run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.735 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SOefxn +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.735 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.737 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.737 | 11981 | Marked run 137 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.738 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.738 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.739 | 11983 | Added a new run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.739 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.740 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.741 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.742 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.743 | 11988 | Added a new run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.744 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.745 | 10414 | Recursively removing directory: /tmp/git.souWqL/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.747 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.747 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.747 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.747 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.747 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.748 | 12001 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.748 | 10413 | Removed run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.748 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.748 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.748 | 10413 | Assigned run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.747 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.748 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SUV7ku +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.748 | 11998 | Added a new run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.749 | 10417 | Recursively removing directory: /tmp/git.SOefxn/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.749 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.751 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.751 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.751 | 12000 | Marked run 138 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.751 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.751 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.751 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.751 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.752 | 12004 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.752 | 10413 | Removed run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.752 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.752 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.752 | 10413 | Assigned run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.751 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.752 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qnYpRB +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.754 | 12003 | Marked run 139 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.754 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.755 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.756 | 12005 | Added a new run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.756 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.756 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.757 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.758 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.759 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.760 | 12010 | Added a new run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.761 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.763 | 10414 | Recursively removing directory: /tmp/git.SUV7ku/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.764 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.765 | 10417 | Recursively removing directory: /tmp/git.qnYpRB/ +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.766 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.766 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.766 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.766 | 12021 | Added a new run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.766 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.766 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.766 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.766 | 12023 | Added a new worker 7 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.766 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.766 | 10413 | Removed run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.766 | 10413 | Removed worker 7 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.766 | 10413 | Assigned run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.767 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wLSwBE +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.768 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.768 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.768 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.768 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.768 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.768 | 12026 | Added a new worker 6 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.768 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.768 | 12022 | Marked run 140 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.769 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.769 | 10413 | Removed run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.769 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.769 | 10413 | Assigned run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.769 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HmEZyK +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.769 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.770 | 12025 | Marked run 141 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.771 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.772 | 12027 | Added a new run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.772 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.773 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.774 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.775 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.775 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.776 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.776 | 12030 | Added a new run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.777 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.779 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.780 | 10414 | Recursively removing directory: /tmp/git.wLSwBE/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.781 | 12039 | Added a new run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.781 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.782 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.782 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.783 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.783 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.783 | 12046 | Added a new worker 10 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.783 | 10413 | Removed run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.783 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.783 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.783 | 10413 | Assigned run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.783 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.783 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mzRnAQ +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.783 | 10417 | Recursively removing directory: /tmp/git.HmEZyK/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.784 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.785 | 12045 | Marked run 142 as finished +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.786 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.786 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.786 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.786 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.786 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.786 | 12049 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.786 | 10413 | Removed run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.786 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.786 | 10413 | Assigned run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.786 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.786 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qYzyfi +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.788 | 12047 | Added a new run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.788 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.789 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.789 | 12048 | Marked run 143 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.790 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.790 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.791 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.792 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.793 | 12052 | Added a new run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.793 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.793 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.796 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.796 | 10414 | Recursively removing directory: /tmp/git.mzRnAQ/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.797 | 12061 | Added a new run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.798 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.798 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.798 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.799 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.799 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.799 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.799 | 12068 | Added a new worker 11 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.799 | 10413 | Removed run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.799 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.799 | 10413 | Assigned run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.799 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.799 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RjsCzU +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.801 | 10417 | Recursively removing directory: /tmp/git.qYzyfi/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.801 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.801 | 12066 | Marked run 144 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.801 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.802 | 12069 | Added a new run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.803 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.803 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.803 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.803 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.803 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.803 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.803 | 12072 | Added a new worker 11 to the queue +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.803 | 10413 | Removed run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.804 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.j1ABfR +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.803 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.804 | 10413 | Assigned run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.804 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.805 | 12070 | Marked run 145 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.806 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.806 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.806 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.807 | 12073 | Added a new run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.807 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.808 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.809 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.810 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.810 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.812 | 12077 | Added a new run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.812 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.814 | 10414 | Recursively removing directory: /tmp/git.RjsCzU/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.814 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.817 | 10417 | Recursively removing directory: /tmp/git.j1ABfR/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.818 | 12086 | Added a new run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.818 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.818 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.818 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.818 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.818 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.818 | 12091 | Added a new worker 10 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.818 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.818 | 10413 | Removed run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.818 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.818 | 10413 | Assigned run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.819 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.819 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.819 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.819 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fLCQI9 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.819 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.819 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.819 | 12094 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.819 | 10413 | Removed run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.819 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.819 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.819 | 10413 | Assigned run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.820 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8jGKNK +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.821 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.821 | 12090 | Marked run 146 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.821 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.823 | 12095 | Added a new run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.823 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.825 | 12093 | Marked run 147 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.825 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.825 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.826 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.826 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.826 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.826 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.828 | 12097 | Added a new run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.828 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.830 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.832 | 12105 | Added a new run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.832 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.833 | 10417 | Recursively removing directory: /tmp/git.8jGKNK/ +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.834 | 10414 | Recursively removing directory: /tmp/git.fLCQI9/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.835 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.835 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.835 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.835 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.835 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.835 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.835 | 12115 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.835 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.835 | 10413 | Removed run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.835 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.835 | 10413 | Assigned run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.836 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4NMGts +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.836 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.836 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.836 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.836 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.836 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.836 | 12117 | Added a new worker 15 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.837 | 10413 | Removed run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.837 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.837 | 10413 | Assigned run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.837 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.837 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aD6dC3 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.838 | 12114 | Marked run 149 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.838 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.840 | 12116 | Marked run 148 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.840 | 12113 | Added a new run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.840 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.841 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.842 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.842 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.843 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.843 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.844 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.845 | 12120 | Added a new run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.845 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.848 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.849 | 10417 | Recursively removing directory: /tmp/git.4NMGts/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.850 | 12130 | Added a new run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.850 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.850 | 10414 | Recursively removing directory: /tmp/git.aD6dC3/ +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.851 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.851 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.851 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.851 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.851 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.851 | 12136 | Added a new worker 11 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.851 | 10413 | Removed run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.851 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.851 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.851 | 10413 | Assigned run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.852 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JW0S59 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.852 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.852 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.852 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.852 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.852 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.852 | 12138 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.852 | 10413 | Removed run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.852 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.852 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.852 | 10413 | Assigned run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.853 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.853 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.x0oPyn +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.854 | 12135 | Marked run 150 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.854 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.855 | 12137 | Marked run 151 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.856 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.857 | 12139 | Added a new run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.857 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.857 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.858 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.859 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.860 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.860 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.861 | 12142 | Added a new run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.862 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.864 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.865 | 10417 | Recursively removing directory: /tmp/git.JW0S59/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.866 | 12152 | Added a new run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.867 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.867 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.867 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.866 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.867 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.867 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.868 | 12158 | Added a new worker 11 to the queue +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.868 | 10414 | Recursively removing directory: /tmp/git.x0oPyn/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.868 | 10413 | Removed run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.868 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.868 | 10413 | Assigned run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.868 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.868 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YKpixX +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.869 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.869 | 12157 | Marked run 152 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.869 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.871 | 12159 | Added a new run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.871 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.871 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.871 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.871 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.871 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.871 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.871 | 12161 | Added a new worker 8 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.871 | 10413 | Removed run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.871 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.872 | 10413 | Assigned run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.872 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.872 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wuJ1qO +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.873 | 12160 | Marked run 153 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.873 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.875 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.875 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.876 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.877 | 12163 | Added a new run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.877 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.878 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.879 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.879 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.881 | 12168 | Added a new run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.881 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.884 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.884 | 10417 | Recursively removing directory: /tmp/git.YKpixX/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.885 | 12178 | Added a new run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.886 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.886 | 10414 | Recursively removing directory: /tmp/git.wuJ1qO/ +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.886 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.886 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.886 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.886 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.886 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.886 | 12182 | Added a new worker 10 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.886 | 10413 | Removed run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.886 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.887 | 10413 | Assigned run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.887 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KjHsQA +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.887 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.888 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.888 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.888 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.888 | 12184 | Added a new worker 14 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.888 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.888 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.889 | 10413 | Removed run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.889 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.889 | 10413 | Assigned run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.889 | 12181 | Marked run 154 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.889 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.888 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.888 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.889 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Spe0j4 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.891 | 12183 | Marked run 155 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.891 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.893 | 12185 | Added a new run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.893 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.893 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.894 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.895 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.896 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.896 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.898 | 12189 | Added a new run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.898 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.901 | 10417 | Recursively removing directory: /tmp/git.KjHsQA/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.901 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.903 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.903 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.903 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.903 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.903 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.903 | 12200 | Added a new run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.903 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.903 | 12203 | Added a new worker 12 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.903 | 10413 | Removed run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.903 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.904 | 10413 | Assigned run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.904 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.50mcOH +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.904 | 10414 | Recursively removing directory: /tmp/git.Spe0j4/ +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.904 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.905 | 12202 | Marked run 156 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.906 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.906 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.906 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.906 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.906 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.906 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.906 | 12206 | Added a new worker 10 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.906 | 10413 | Removed run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.906 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.906 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.906 | 10413 | Assigned run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.906 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.907 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.e8n4da +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.908 | 12205 | Marked run 157 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.908 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.910 | 12207 | Added a new run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.910 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.910 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.911 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.912 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.913 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.913 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.915 | 12210 | Added a new run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.915 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.918 | 10417 | Recursively removing directory: /tmp/git.50mcOH/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.919 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.920 | 10414 | Recursively removing directory: /tmp/git.e8n4da/ +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.920 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.920 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.920 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.920 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.920 | 12225 | Added a new worker 14 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.920 | 10413 | Removed run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.920 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.920 | 10413 | Assigned run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.920 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.920 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.920 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OlNRia +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.921 | 12223 | Added a new run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.921 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.922 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.922 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.922 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.922 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.922 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.922 | 12228 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.923 | 10413 | Removed run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.923 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.923 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.923 | 10413 | Assigned run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.923 | 12224 | Marked run 158 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.923 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.923 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.53jCQZ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.925 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.927 | 12227 | Marked run 159 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.927 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.928 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.928 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.928 | 12229 | Added a new run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.929 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.929 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.929 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.931 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.933 | 12233 | Added a new run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.933 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.936 | 10417 | Recursively removing directory: /tmp/git.OlNRia/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.936 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.937 | 10414 | Recursively removing directory: /tmp/git.53jCQZ/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.938 | 12245 | Added a new run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.938 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.938 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.938 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.939 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.939 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.939 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.939 | 12248 | Added a new worker 10 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.939 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.939 | 10413 | Removed run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.939 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.939 | 10413 | Assigned run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.939 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WkFlsW +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.939 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.939 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.939 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.940 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.940 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.940 | 12250 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.940 | 10413 | Removed run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.940 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.940 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.940 | 10413 | Assigned run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.940 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cbIwHo +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.941 | 12247 | Marked run 160 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.941 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.943 | 12249 | Marked run 161 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.943 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.944 | 12251 | Added a new run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.944 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.945 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.946 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.947 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.947 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.948 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.949 | 12254 | Added a new run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.949 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.952 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.953 | 12262 | Added a new run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.953 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.954 | 10417 | Recursively removing directory: /tmp/git.WkFlsW/ +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.955 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.955 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.956 | 10414 | Recursively removing directory: /tmp/git.cbIwHo/ +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.956 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.956 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.956 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.956 | 12270 | Added a new worker 10 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.956 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.956 | 10413 | Removed run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.956 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.956 | 10413 | Assigned run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.956 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.956 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WCatz9 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.958 | 12269 | Marked run 162 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.958 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.958 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.958 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.959 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.958 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.959 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.959 | 12273 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.959 | 10413 | Removed run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.959 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.959 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.959 | 10413 | Assigned run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.959 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CqxFjo +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.960 | 12271 | Added a new run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.960 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.962 | 12272 | Marked run 163 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.962 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.962 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.963 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.963 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.964 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.965 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.965 | 12276 | Added a new run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.966 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.968 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.969 | 12284 | Added a new run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.970 | 10417 | Recursively removing directory: /tmp/git.WCatz9/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.970 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.971 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.971 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.971 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.972 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.972 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.972 | 12292 | Added a new worker 11 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.972 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.972 | 10413 | Removed run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.972 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.972 | 10413 | Assigned run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.972 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.do2MMM +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.973 | 10414 | Recursively removing directory: /tmp/git.CqxFjo/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.974 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.974 | 12291 | Marked run 164 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.974 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.975 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.975 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.975 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.975 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.976 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.976 | 12295 | Added a new worker 13 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.976 | 10413 | Removed run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.976 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.976 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.976 | 10413 | Assigned run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.976 | 12293 | Added a new run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.976 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.976 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1r7K7E +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.978 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.978 | 12294 | Marked run 165 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.979 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.979 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.979 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.981 | 12297 | Added a new run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.981 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.982 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.983 | 10414 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.985 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.986 | 12305 | Added a new run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.986 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.986 | 10417 | Recursively removing directory: /tmp/git.do2MMM/ +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.988 | 10417 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.988 | 10417 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.988 | 10417 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.988 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.988 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.988 | 12314 | Added a new worker 10 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.988 | 10413 | Removed run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.988 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.989 | 10413 | Assigned run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.989 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.989 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QGduuH +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.990 | 10414 | Recursively removing directory: /tmp/git.1r7K7E/ +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.991 | 12312 | Marked run 166 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.991 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.991 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.992 | 10414 | Process exit code: 0 +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.992 | 10414 | Process output: 57 bytes +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.992 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.992 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.992 | 12317 | Added a new worker 14 to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.992 | 10413 | Removed run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.992 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.993 | 10413 | Assigned run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.993 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.992 | 10414 | Waiting for a new command +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.993 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9JfD30 +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.995 | 12316 | Marked run 167 as finished +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.995 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.995 | 12315 | Added a new run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.995 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.996 | 10417 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10417/cimple-worker: 2024-04-25 03:44:22.997 | 10417 | Going to run: ./ci +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.998 | 10414 | Checking out revision HEAD +2024-04-25 03:44:22 | INFO | 10411/cimple-server: 2024-04-25 03:44:22.998 | 10411 | Waiting for new connections +2024-04-25 03:44:22 | INFO | 10414/cimple-worker: 2024-04-25 03:44:22.999 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.000 | 12320 | Added a new run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.000 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.003 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.004 | 10417 | Recursively removing directory: /tmp/git.QGduuH/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.005 | 12330 | Added a new run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.006 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.006 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.006 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.006 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.006 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.006 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.006 | 12335 | Added a new worker 11 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.006 | 10413 | Removed run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.006 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.006 | 10413 | Assigned run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.007 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.006 | 10414 | Recursively removing directory: /tmp/git.9JfD30/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.006 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.txYszV +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.008 | 12334 | Marked run 168 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.008 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.009 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.009 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.009 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.009 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.009 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.009 | 12338 | Added a new worker 10 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.009 | 10413 | Removed run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.009 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.009 | 10413 | Assigned run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.009 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.010 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.010 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FJpqOp +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.011 | 12337 | Marked run 169 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.012 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.013 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.013 | 12339 | Added a new run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.013 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.014 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.015 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.016 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.016 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.018 | 12344 | Added a new run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.019 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.021 | 10417 | Recursively removing directory: /tmp/git.txYszV/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.021 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.023 | 10414 | Recursively removing directory: /tmp/git.FJpqOp/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.023 | 12355 | Added a new run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.023 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.023 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.023 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.024 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.024 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.024 | 12357 | Added a new worker 12 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.024 | 10413 | Removed run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.024 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.024 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.024 | 10413 | Assigned run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.024 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.024 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qaJSBJ +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.025 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.026 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.026 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.025 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.026 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.026 | 12356 | Marked run 170 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.026 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.026 | 12360 | Added a new worker 9 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.026 | 10413 | Removed run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.026 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.027 | 10413 | Assigned run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.027 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.027 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.j89A7m +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.028 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.028 | 12359 | Marked run 171 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.028 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.030 | 12361 | Added a new run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.030 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.031 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.031 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.032 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.033 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.033 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.035 | 12364 | Added a new run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.035 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.037 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.039 | 12373 | Added a new run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.039 | 10417 | Recursively removing directory: /tmp/git.qaJSBJ/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.039 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.040 | 10414 | Recursively removing directory: /tmp/git.j89A7m/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.040 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.040 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.041 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.041 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.041 | 12380 | Added a new worker 10 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.041 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.041 | 10413 | Removed run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.041 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.041 | 10413 | Assigned run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.041 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.041 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JKfTI7 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.042 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.043 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.043 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.043 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.043 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.043 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.043 | 12383 | Added a new worker 15 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.043 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.043 | 10413 | Removed run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.043 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.043 | 10413 | Assigned run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.043 | 12379 | Marked run 172 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.044 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.043 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XYVo1W +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.045 | 12382 | Marked run 173 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.045 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.047 | 12381 | Added a new run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.047 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.048 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.048 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.049 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.049 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.050 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.051 | 12387 | Added a new run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.052 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.054 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.056 | 12397 | Added a new run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.056 | 10417 | Recursively removing directory: /tmp/git.JKfTI7/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.056 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.056 | 10414 | Recursively removing directory: /tmp/git.XYVo1W/ +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.058 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.058 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.058 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.058 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.058 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.058 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.058 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.058 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.058 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.058 | 12403 | Added a new worker 15 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.058 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.058 | 12404 | Added a new worker 10 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.058 | 10413 | Removed run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.058 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.058 | 10413 | Assigned run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.058 | 10413 | Removed run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.058 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.058 | 10413 | Assigned run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.058 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.059 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.059 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.One4pz +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.058 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.058 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9aEImL +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.060 | 12402 | Marked run 175 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.060 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.062 | 12401 | Marked run 174 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.062 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.063 | 12405 | Added a new run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.063 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.064 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.064 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.065 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.065 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.066 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.067 | 12409 | Added a new run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.068 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.070 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.071 | 12417 | Added a new run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.072 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.072 | 10414 | Recursively removing directory: /tmp/git.One4pz/ +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.073 | 10417 | Recursively removing directory: /tmp/git.9aEImL/ +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.074 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.074 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.074 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.074 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.074 | 12424 | Added a new worker 10 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.074 | 10413 | Removed run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.074 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.074 | 10413 | Assigned run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.074 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.074 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.074 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.074 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.074 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.075 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.075 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.075 | 12427 | Added a new worker 15 to the queue +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.075 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.075 | 10413 | Removed run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.075 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.P4C8o2 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.075 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.075 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.075 | 10413 | Assigned run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.075 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DwYJs3 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.076 | 12423 | Marked run 177 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.076 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.077 | 12426 | Marked run 176 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.078 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.079 | 12425 | Added a new run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.080 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.080 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.080 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.081 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.081 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.083 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.084 | 12431 | Added a new run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.085 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.088 | 10417 | Recursively removing directory: /tmp/git.P4C8o2/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.088 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.089 | 10414 | Recursively removing directory: /tmp/git.DwYJs3/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.090 | 12443 | Added a new run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.090 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.090 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.090 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.090 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.090 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.090 | 12445 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.090 | 10413 | Removed run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.090 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.090 | 10413 | Assigned run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.091 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.091 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.090 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9dHpFE +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.091 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.091 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.091 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.091 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.091 | 12448 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.091 | 10413 | Removed run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.091 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.091 | 10413 | Assigned run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.091 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.091 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.O4eLqV +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.093 | 12444 | Marked run 179 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.093 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.093 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.095 | 12449 | Added a new run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.095 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.097 | 12447 | Marked run 178 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.097 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.097 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.097 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.098 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.098 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.098 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.100 | 12451 | Added a new run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.100 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.103 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.104 | 12461 | Added a new run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.104 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.105 | 10417 | Recursively removing directory: /tmp/git.9dHpFE/ +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.105 | 10414 | Recursively removing directory: /tmp/git.O4eLqV/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.107 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.107 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.107 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.107 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.107 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.107 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.107 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.107 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.107 | 12468 | Added a new worker 15 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.107 | 10413 | Removed run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.107 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.107 | 10413 | Assigned run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.107 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.107 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.108 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zXoBbB +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.108 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.N6obch +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.107 | 12470 | Added a new worker 16 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.107 | 10413 | Removed run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.107 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.108 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.108 | 10413 | Assigned run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.108 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.108 | 12467 | Marked run 180 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.109 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.110 | 12471 | Added a new run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.111 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.112 | 12469 | Marked run 181 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.112 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.113 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.114 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.114 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.114 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.115 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.116 | 12473 | Added a new run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.116 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.118 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.120 | 12480 | Added a new run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.120 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.121 | 10414 | Recursively removing directory: /tmp/git.zXoBbB/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.123 | 10417 | Recursively removing directory: /tmp/git.N6obch/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.123 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.123 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.123 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.123 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.123 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.123 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.123 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.abawEg +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.123 | 12490 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.123 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.123 | 10413 | Removed run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.123 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.123 | 10413 | Assigned run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.125 | 12489 | Marked run 183 as finished +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.125 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.125 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.125 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.126 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.S3xhhq +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.125 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.125 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.125 | 12493 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.125 | 10413 | Removed run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.126 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.126 | 10413 | Assigned run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.126 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.127 | 12491 | Added a new run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.127 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.128 | 12492 | Marked run 182 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.128 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.129 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.131 | 12495 | Added a new run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.131 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.131 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.132 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.132 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.133 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.134 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.135 | 12499 | Added a new run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.136 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.138 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.139 | 10414 | Recursively removing directory: /tmp/git.abawEg/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.140 | 10417 | Recursively removing directory: /tmp/git.S3xhhq/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.140 | 12510 | Added a new run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.140 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.141 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.141 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.141 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.141 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.141 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.141 | 12514 | Added a new worker 10 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.141 | 10413 | Removed run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.141 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.141 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.141 | 10413 | Assigned run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.141 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dR6VL1 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.142 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.142 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.142 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.142 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.142 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.142 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FagCXx +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.142 | 12516 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.142 | 10413 | Removed run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.142 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.142 | 10413 | Assigned run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.143 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.143 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.144 | 12515 | Marked run 185 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.145 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.146 | 12513 | Marked run 184 as finished +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.146 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.146 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.147 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.148 | 12517 | Added a new run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.148 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.149 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.149 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.151 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.152 | 12522 | Added a new run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.152 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.155 | 10414 | Recursively removing directory: /tmp/git.dR6VL1/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.155 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.157 | 12532 | Added a new run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.157 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.157 | 10417 | Recursively removing directory: /tmp/git.FagCXx/ +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.157 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.157 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.157 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.157 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.157 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.158 | 12535 | Added a new worker 11 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.158 | 10413 | Removed run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.158 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.158 | 10413 | Assigned run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.158 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.158 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IACYEu +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.159 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.159 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.159 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.159 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.159 | 12538 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.159 | 10413 | Removed run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.159 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.159 | 10413 | Assigned run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.159 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.159 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.159 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.k6YNFm +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.161 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.161 | 12534 | Marked run 186 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.162 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.163 | 12539 | Added a new run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.163 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.164 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.164 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.165 | 12537 | Marked run 187 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.165 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.165 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.165 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.167 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.168 | 12543 | Added a new run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.169 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.171 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.172 | 10417 | Recursively removing directory: /tmp/git.k6YNFm/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.173 | 12554 | Added a new run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.174 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.174 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.174 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.173 | 10414 | Recursively removing directory: /tmp/git.IACYEu/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.174 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.174 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.174 | 12558 | Added a new worker 11 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.174 | 10413 | Removed run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.174 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.174 | 10413 | Assigned run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.174 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.175 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.175 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.175 | 12560 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.175 | 10413 | Removed run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.175 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.175 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.175 | 10413 | Assigned run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.174 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.174 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TcKOvz +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.174 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.175 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.175 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.175 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nWoHUi +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.176 | 12557 | Marked run 189 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.176 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.176 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.178 | 12559 | Marked run 188 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.178 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.180 | 12561 | Added a new run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.180 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.181 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.181 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.182 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.182 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.183 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.184 | 12565 | Added a new run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.185 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.187 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.189 | 12575 | Added a new run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.189 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.189 | 10417 | Recursively removing directory: /tmp/git.TcKOvz/ +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.190 | 10414 | Recursively removing directory: /tmp/git.nWoHUi/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.191 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.191 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.191 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.191 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.191 | 12580 | Added a new worker 10 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.191 | 10413 | Removed run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.191 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.191 | 10413 | Assigned run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.191 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.191 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.192 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.192 | 12582 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.192 | 10413 | Removed run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.192 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.192 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.192 | 10413 | Assigned run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.192 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.191 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.191 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.191 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.192 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.192 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LGGDcN +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.192 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QtAbY5 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.193 | 12579 | Marked run 190 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.193 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.196 | 12581 | Marked run 191 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.196 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.196 | 12583 | Added a new run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.196 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.197 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.198 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.198 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.199 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.199 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.201 | 12586 | Added a new run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.201 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.203 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.205 | 12595 | Added a new run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.205 | 10417 | Recursively removing directory: /tmp/git.LGGDcN/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.205 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.206 | 10414 | Recursively removing directory: /tmp/git.QtAbY5/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.207 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.207 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.207 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.207 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.207 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.207 | 12602 | Added a new worker 10 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.207 | 10413 | Removed run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.207 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.207 | 10413 | Assigned run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.207 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.208 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.207 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.208 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.208 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.207 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8Kzh9I +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.208 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.208 | 12605 | Added a new worker 9 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.208 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.208 | 10413 | Removed run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.208 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.208 | 10413 | Assigned run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.208 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Tutlt2 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.209 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.210 | 12603 | Added a new run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.210 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.212 | 12601 | Marked run 192 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.212 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.213 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.214 | 12604 | Marked run 193 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.214 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.214 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.214 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.215 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.215 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.216 | 12607 | Added a new run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.216 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.218 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.220 | 12613 | Added a new run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.220 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.222 | 10414 | Recursively removing directory: /tmp/git.Tutlt2/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.223 | 10417 | Recursively removing directory: /tmp/git.8Kzh9I/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.223 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.225 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.225 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.225 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.226 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FRw8zZ +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.225 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.226 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.226 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.226 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.S2bgwe +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.225 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.225 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.225 | 12625 | Added a new worker 12 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.225 | 10413 | Removed run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.225 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.225 | 10413 | Assigned run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.225 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.225 | 12623 | Added a new run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.226 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.226 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.226 | 12627 | Added a new worker 15 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.226 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.226 | 10413 | Removed run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.226 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.226 | 10413 | Assigned run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.226 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.228 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.229 | 12624 | Marked run 195 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.229 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.231 | 12629 | Added a new run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.231 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.232 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.233 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.233 | 12626 | Marked run 194 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.233 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.233 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.234 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.234 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.235 | 12632 | Added a new run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.236 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.238 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.239 | 10414 | Recursively removing directory: /tmp/git.FRw8zZ/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.240 | 12642 | Added a new run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.240 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.241 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.241 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.241 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.241 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.241 | 12648 | Added a new worker 10 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.241 | 10413 | Removed run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.241 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.241 | 10413 | Assigned run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.241 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.241 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.241 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3dqLTo +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.242 | 10417 | Recursively removing directory: /tmp/git.S2bgwe/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.243 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.243 | 12647 | Marked run 196 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.244 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.244 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.244 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.244 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.244 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.244 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.244 | 12651 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.244 | 10413 | Removed run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.244 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.244 | 10413 | Assigned run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.244 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.245 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.F8UHe5 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.246 | 12649 | Added a new run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.246 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.247 | 12650 | Marked run 197 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.247 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.248 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.249 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.249 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.250 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.251 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.251 | 12653 | Added a new run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.251 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.254 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.256 | 12660 | Added a new run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.256 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.256 | 10414 | Recursively removing directory: /tmp/git.3dqLTo/ +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.258 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.258 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.258 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.258 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.258 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.258 | 12670 | Added a new worker 11 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.258 | 10413 | Removed run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.258 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.258 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.258 | 10413 | Assigned run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.259 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.259 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LIU44A +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.259 | 10417 | Recursively removing directory: /tmp/git.F8UHe5/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.260 | 12669 | Marked run 198 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.260 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.261 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.261 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.261 | 12671 | Added a new run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.262 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.262 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.262 | 12673 | Added a new worker 12 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.262 | 10413 | Removed run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.262 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.262 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tEeyaX +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.262 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.262 | 10413 | Assigned run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.262 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.263 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.264 | 12672 | Marked run 199 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.264 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.265 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.265 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.265 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.267 | 12675 | Added a new run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.267 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.268 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.269 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.270 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.272 | 12682 | Added a new run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.272 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.272 | 10414 | Recursively removing directory: /tmp/git.LIU44A/ +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.274 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.274 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.274 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.274 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.274 | 12691 | Added a new worker 12 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.274 | 10413 | Removed run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.274 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.274 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.274 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.274 | 10413 | Assigned run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.274 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.275 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.h1WHN9 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.276 | 10417 | Recursively removing directory: /tmp/git.tEeyaX/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.276 | 12690 | Marked run 200 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.276 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.278 | 12692 | Added a new run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.278 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.278 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.278 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.278 | 12695 | Added a new worker 10 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.279 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.279 | 10413 | Removed run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.279 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.279 | 10413 | Assigned run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.278 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.278 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.278 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.279 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xIk9zG +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.280 | 12694 | Marked run 201 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.280 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.281 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.281 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.283 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.283 | 12697 | Added a new run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.283 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.285 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.286 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.286 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.287 | 12701 | Added a new run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.287 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.290 | 10414 | Recursively removing directory: /tmp/git.h1WHN9/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.290 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.292 | 12710 | Added a new run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.292 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.292 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.292 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.292 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.292 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.292 | 12715 | Added a new worker 12 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.293 | 10413 | Removed run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.293 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.293 | 10413 | Assigned run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.293 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.293 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7ibTfs +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.293 | 10417 | Recursively removing directory: /tmp/git.xIk9zG/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.295 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.295 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.295 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.296 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.295 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.296 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.296 | 12719 | Added a new worker 15 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.296 | 10413 | Removed run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.296 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.296 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.296 | 10413 | Assigned run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.296 | 12714 | Marked run 202 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.296 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.296 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lXCJiy +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.298 | 12717 | Added a new run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.299 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.300 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.301 | 12718 | Marked run 203 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.301 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.301 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.301 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.302 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.303 | 12721 | Added a new run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.303 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.303 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.306 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.307 | 12728 | Added a new run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.308 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.309 | 10414 | Recursively removing directory: /tmp/git.7ibTfs/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.310 | 10417 | Recursively removing directory: /tmp/git.lXCJiy/ +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.311 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.311 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.311 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.311 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.311 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.311 | 12738 | Added a new worker 11 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.311 | 10413 | Removed run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.311 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.311 | 10413 | Assigned run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.312 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.311 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.orYU3N +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.312 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.312 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.312 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.312 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.312 | 12741 | Added a new worker 8 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.312 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.312 | 10413 | Removed run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.312 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.312 | 10413 | Assigned run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.312 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.312 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wivYeO +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.313 | 12737 | Marked run 204 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.313 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.315 | 12739 | Added a new run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.315 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.317 | 12740 | Marked run 205 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.317 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.318 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.318 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.318 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.319 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.319 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.320 | 12743 | Added a new run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.320 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.323 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.324 | 12752 | Added a new run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.325 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.326 | 10414 | Recursively removing directory: /tmp/git.orYU3N/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.326 | 10417 | Recursively removing directory: /tmp/git.wivYeO/ +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.327 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.327 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.327 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.327 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.327 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.327 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.327 | 12761 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.328 | 10413 | Removed run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.328 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.328 | 10413 | Assigned run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.328 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.328 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.328 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.328 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.328 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.B9XwgG +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.328 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.328 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.328 | 12763 | Added a new worker 15 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.328 | 10413 | Removed run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.328 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.328 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.328 | 10413 | Assigned run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.328 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZS8FUB +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.331 | 12759 | Marked run 206 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.331 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.332 | 12760 | Added a new run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.333 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.334 | 12762 | Marked run 207 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.334 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.335 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.335 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.336 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.336 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.336 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.337 | 12765 | Added a new run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.337 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.340 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.342 | 12773 | Added a new run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.342 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.343 | 10414 | Recursively removing directory: /tmp/git.B9XwgG/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.344 | 10417 | Recursively removing directory: /tmp/git.ZS8FUB/ +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.344 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.344 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.345 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.345 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.345 | 12782 | Added a new worker 12 to the queue +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.345 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.345 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.345 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aWQdbD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.345 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.345 | 10413 | Removed run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.345 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.345 | 10413 | Assigned run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.346 | 12781 | Marked run 208 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.347 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.347 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.347 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.347 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.347 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QDJ1bg +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.347 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.347 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.347 | 12785 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.347 | 10413 | Removed run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.347 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.347 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.347 | 10413 | Assigned run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.348 | 12783 | Added a new run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.348 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.350 | 12784 | Marked run 209 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.350 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.351 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.352 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.352 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.353 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.353 | 12787 | Added a new run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.354 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.354 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.356 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.358 | 12795 | Added a new run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.358 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.358 | 10414 | Recursively removing directory: /tmp/git.aWQdbD/ +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.360 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.360 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.360 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.360 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.360 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.360 | 12804 | Added a new worker 10 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.360 | 10413 | Removed run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.360 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.360 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.360 | 10413 | Assigned run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.361 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.361 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.arrWpg +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.361 | 10417 | Recursively removing directory: /tmp/git.QDJ1bg/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.362 | 12803 | Marked run 210 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.362 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.364 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.364 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.364 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.364 | 12805 | Added a new run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.364 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.364 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.365 | 12807 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.365 | 10413 | Removed run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.365 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.365 | 10413 | Assigned run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.365 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.365 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.365 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ejbNPO +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.366 | 12806 | Marked run 211 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.367 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.367 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.367 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.368 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.369 | 12809 | Added a new run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.370 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.371 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.371 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.372 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.374 | 12815 | Added a new run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.374 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.375 | 10414 | Recursively removing directory: /tmp/git.arrWpg/ +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.377 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.377 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.377 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.377 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.377 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.377 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.378 | 12826 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.378 | 10413 | Removed run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.378 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.378 | 10413 | Assigned run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.378 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.378 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ob3WAk +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.379 | 12825 | Marked run 212 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.379 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.380 | 10417 | Recursively removing directory: /tmp/git.ejbNPO/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.381 | 12824 | Added a new run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.381 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.381 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.382 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.382 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.382 | 12830 | Added a new worker 12 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.382 | 10413 | Removed run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.382 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.382 | 10413 | Assigned run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.382 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.382 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.382 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.382 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zdma9I +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.384 | 12829 | Marked run 213 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.384 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.384 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.385 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.386 | 12831 | Added a new run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.386 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.386 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.388 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.389 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.389 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.390 | 12834 | Added a new run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.390 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.393 | 10414 | Recursively removing directory: /tmp/git.Ob3WAk/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.394 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.395 | 12844 | Added a new run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.396 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.396 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.396 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.396 | 10417 | Recursively removing directory: /tmp/git.zdma9I/ +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.396 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.396 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.396 | 12849 | Added a new worker 12 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.396 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.396 | 10413 | Removed run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.396 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.396 | 10413 | Assigned run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.396 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.397 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9DfvB5 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.398 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.398 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.398 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.398 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.398 | 12852 | Added a new worker 14 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.399 | 10413 | Removed run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.399 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.399 | 10413 | Assigned run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.398 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.399 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WutM8p +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.399 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.400 | 12848 | Marked run 214 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.400 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.401 | 12853 | Added a new run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.402 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.403 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.404 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.405 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.405 | 12851 | Marked run 215 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.405 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.405 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.406 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.406 | 12856 | Added a new run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.407 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.410 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.410 | 10414 | Recursively removing directory: /tmp/git.9DfvB5/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.411 | 12865 | Added a new run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.412 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.412 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.413 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.413 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.413 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.413 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.413 | 12871 | Added a new worker 11 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.413 | 10413 | Removed run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.413 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.413 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.413 | 10413 | Assigned run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.413 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.j4LZl9 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.414 | 10417 | Recursively removing directory: /tmp/git.WutM8p/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.414 | 12870 | Marked run 216 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.415 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.415 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.415 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.415 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.416 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.416 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.416 | 12874 | Added a new worker 11 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.416 | 10413 | Removed run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.416 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.416 | 10413 | Assigned run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.416 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.416 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QTOhYj +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.416 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.418 | 12873 | Marked run 217 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.418 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.419 | 12875 | Added a new run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.420 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.420 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.421 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.421 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.422 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.423 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.424 | 12878 | Added a new run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.424 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.427 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.428 | 10414 | Recursively removing directory: /tmp/git.j4LZl9/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.429 | 12890 | Added a new run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.429 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.429 | 10417 | Recursively removing directory: /tmp/git.QTOhYj/ +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.430 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.430 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.430 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.430 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.430 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.430 | 12894 | Added a new worker 10 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.430 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.431 | 10413 | Removed run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.431 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.431 | 10413 | Assigned run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.431 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JTzczb +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.431 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.431 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.431 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.431 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.431 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.431 | 12896 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.432 | 10413 | Removed run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.432 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.432 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.432 | 10413 | Assigned run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.432 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bGmsLn +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.432 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.433 | 12893 | Marked run 218 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.433 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.434 | 12897 | Added a new run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.435 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.437 | 12895 | Marked run 219 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.437 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.437 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.437 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.438 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.438 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.439 | 12899 | Added a new run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.439 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.439 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.442 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.443 | 12905 | Added a new run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.444 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.446 | 10414 | Recursively removing directory: /tmp/git.JTzczb/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.446 | 10417 | Recursively removing directory: /tmp/git.bGmsLn/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.447 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.448 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.448 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.448 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.448 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.448 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.448 | 12917 | Added a new worker 14 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.448 | 10413 | Removed run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.448 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.448 | 10413 | Assigned run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.448 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.449 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.449 | 12915 | Added a new run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.449 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.449 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.449 | 12919 | Added a new worker 7 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.449 | 10413 | Removed run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.449 | 10413 | Removed worker 7 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.449 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.449 | 10413 | Assigned run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.448 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8RAfwP +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.448 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.449 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.449 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.449 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FlNDPa +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.451 | 12916 | Marked run 220 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.451 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.452 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.453 | 12918 | Marked run 221 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.454 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.454 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.455 | 12921 | Added a new run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.455 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.456 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.455 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.457 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.458 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.460 | 12926 | Added a new run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.460 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.463 | 10414 | Recursively removing directory: /tmp/git.8RAfwP/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.463 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.464 | 10417 | Recursively removing directory: /tmp/git.FlNDPa/ +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.465 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.465 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.465 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.465 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.465 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.465 | 12939 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.465 | 10413 | Removed run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.465 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.465 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.465 | 10413 | Assigned run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.465 | 12937 | Added a new run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.465 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.466 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1c63tP +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.466 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.466 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.466 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.467 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eV8Q64 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.466 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.466 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.466 | 12942 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.467 | 10413 | Removed run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.467 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.467 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.467 | 10413 | Assigned run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.468 | 12938 | Marked run 222 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.468 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.468 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.469 | 12941 | Marked run 223 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.469 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.471 | 12943 | Added a new run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.471 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.472 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.473 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.473 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.473 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.474 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.475 | 12945 | Added a new run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.475 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.478 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.479 | 12955 | Added a new run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.480 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.480 | 10417 | Recursively removing directory: /tmp/git.eV8Q64/ +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.481 | 10414 | Recursively removing directory: /tmp/git.1c63tP/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.482 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.482 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.482 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.482 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.482 | 12962 | Added a new worker 10 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.482 | 10413 | Removed run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.482 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.482 | 10413 | Assigned run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.482 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.482 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sc52zg +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.483 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.483 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.483 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.483 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.483 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.483 | 12964 | Added a new worker 8 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.484 | 10413 | Removed run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.484 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.484 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.484 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.484 | 10413 | Assigned run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.484 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZZWMVd +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.485 | 12961 | Marked run 225 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.485 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.486 | 12963 | Marked run 224 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.487 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.488 | 12965 | Added a new run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.488 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.489 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.490 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.490 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.491 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.491 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.493 | 12968 | Added a new run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.493 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.495 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.496 | 12977 | Added a new run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.497 | 10417 | Recursively removing directory: /tmp/git.sc52zg/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.497 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.498 | 10414 | Recursively removing directory: /tmp/git.ZZWMVd/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.498 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.498 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.499 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.499 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.499 | 12984 | Added a new worker 10 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.499 | 10413 | Removed run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.499 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.499 | 10413 | Assigned run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.499 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.499 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZQddfI +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.499 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.500 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.501 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.501 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.501 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.501 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IG8Bts +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.501 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.501 | 12983 | Marked run 226 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.501 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.501 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.501 | 12987 | Added a new worker 7 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.501 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.501 | 10413 | Removed run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.501 | 10413 | Removed worker 7 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.501 | 10413 | Assigned run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.503 | 12985 | Added a new run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.503 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.505 | 12986 | Marked run 227 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.505 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.505 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.506 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.506 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.507 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.508 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.508 | 12989 | Added a new run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.508 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.511 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.513 | 12998 | Added a new run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.513 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.514 | 10417 | Recursively removing directory: /tmp/git.ZQddfI/ +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.515 | 10414 | Recursively removing directory: /tmp/git.IG8Bts/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.516 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.516 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.516 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.516 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.516 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.516 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.516 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.516 | 13006 | Added a new worker 11 to the queue +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.517 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.517 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.517 | 10413 | Removed run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.517 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.517 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.517 | 10413 | Assigned run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.517 | 13008 | Added a new worker 8 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.517 | 10413 | Removed run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.517 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.517 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.517 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.517 | 10413 | Assigned run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.517 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iEFjmR +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.517 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.n2VHte +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.518 | 13005 | Marked run 228 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.518 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.520 | 13009 | Added a new run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.521 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.522 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.523 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.523 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.524 | 13007 | Marked run 229 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.524 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.524 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.525 | 13011 | Added a new run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.525 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.525 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.528 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.529 | 13018 | Added a new run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.530 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.530 | 10414 | Recursively removing directory: /tmp/git.iEFjmR/ +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.532 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.532 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.532 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.532 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.532 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.532 | 13028 | Added a new worker 10 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.532 | 10413 | Removed run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.532 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.532 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.532 | 10413 | Assigned run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.532 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.532 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.927BLM +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.534 | 10417 | Recursively removing directory: /tmp/git.n2VHte/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.535 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.535 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.535 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.535 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.o5jXdb +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.535 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.535 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.535 | 13031 | Added a new worker 15 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.535 | 10413 | Removed run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.535 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.535 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.535 | 10413 | Assigned run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.535 | 13029 | Added a new run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.536 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.538 | 13027 | Marked run 231 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.539 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.539 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.540 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.541 | 13033 | Added a new run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.541 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.541 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.541 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.542 | 13030 | Marked run 230 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.542 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.542 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.544 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.546 | 13038 | Added a new run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.546 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.548 | 10414 | Recursively removing directory: /tmp/git.927BLM/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.548 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.550 | 10417 | Recursively removing directory: /tmp/git.o5jXdb/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.551 | 13048 | Added a new run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.551 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.551 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.551 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.551 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.551 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.551 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.551 | 13052 | Added a new worker 11 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.551 | 10413 | Removed run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.551 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.552 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.552 | 10413 | Assigned run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.552 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xudbwa +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.553 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.553 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.553 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.553 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.553 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.553 | 13054 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.553 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.553 | 10413 | Removed run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.553 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.553 | 10413 | Assigned run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.553 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lsAkWD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.553 | 13050 | Marked run 232 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.554 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.554 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.555 | 13053 | Marked run 233 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.556 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.557 | 13055 | Added a new run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.558 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.558 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.559 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.559 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.560 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.560 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.562 | 13058 | Added a new run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.562 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.565 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.566 | 10414 | Recursively removing directory: /tmp/git.xudbwa/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.567 | 13068 | Added a new run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.567 | 10417 | Recursively removing directory: /tmp/git.lsAkWD/ +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.568 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.568 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.568 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.568 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.568 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.568 | 13074 | Added a new worker 10 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.568 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.569 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oSWT69 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.568 | 10413 | Removed run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.568 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.568 | 10413 | Assigned run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.570 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.570 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.570 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.570 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.570 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.570 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.570 | 13076 | Added a new worker 7 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.570 | 10413 | Removed run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.570 | 10413 | Removed worker 7 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.570 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.570 | 10413 | Assigned run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.570 | 13073 | Marked run 234 as finished +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.570 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wlqUjC +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.570 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.572 | 13075 | Marked run 235 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.573 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.574 | 13077 | Added a new run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.574 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.575 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.576 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.576 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.577 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.577 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.579 | 13080 | Added a new run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.579 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.582 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.583 | 10414 | Recursively removing directory: /tmp/git.oSWT69/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.583 | 13091 | Added a new run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.583 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.584 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.584 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.584 | 10417 | Recursively removing directory: /tmp/git.wlqUjC/ +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.585 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.585 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.585 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.585 | 13096 | Added a new worker 10 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.585 | 10413 | Removed run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.585 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.585 | 10413 | Assigned run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.585 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.585 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OBrB4Y +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.586 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.587 | 13095 | Marked run 236 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.587 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.587 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.587 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.587 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.587 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.587 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.587 | 13099 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.588 | 10413 | Removed run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.588 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.588 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.588 | 10413 | Assigned run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.588 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TQ0G0w +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.589 | 13097 | Added a new run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.589 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.591 | 13098 | Marked run 237 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.591 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.591 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.592 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.592 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.594 | 13101 | Added a new run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.594 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.594 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.595 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.597 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.598 | 13109 | Added a new run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.598 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.599 | 10414 | Recursively removing directory: /tmp/git.OBrB4Y/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.601 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.601 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.601 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.601 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.601 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.601 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.601 | 13119 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.601 | 10413 | Removed run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.601 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.601 | 10413 | Assigned run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.601 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7bYQ2M +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.602 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.602 | 10417 | Recursively removing directory: /tmp/git.TQ0G0w/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.603 | 13117 | Added a new run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.603 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.605 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.605 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.605 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.605 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.605 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.605 | 13122 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.605 | 10413 | Removed run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.605 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.605 | 13118 | Marked run 238 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.605 | 10413 | Assigned run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.605 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.605 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.606 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6MAQOw +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.606 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.608 | 13121 | Marked run 239 as finished +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.608 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.608 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.609 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.609 | 13123 | Added a new run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.610 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.611 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.612 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.612 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.614 | 13127 | Added a new run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.614 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.616 | 10414 | Recursively removing directory: /tmp/git.7bYQ2M/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.617 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.618 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.618 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.618 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.618 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.618 | 13141 | Added a new worker 9 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.619 | 10413 | Removed run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.619 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.619 | 10413 | Assigned run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.619 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.618 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.619 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AwrzoL +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.619 | 13138 | Added a new run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.619 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.619 | 10417 | Recursively removing directory: /tmp/git.6MAQOw/ +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.621 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.621 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.622 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.622 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.622 | 13140 | Marked run 240 as finished +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.622 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.622 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vzZpE7 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.622 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.622 | 13144 | Added a new worker 6 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.622 | 10413 | Removed run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.622 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.622 | 10413 | Assigned run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.622 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.623 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.624 | 13145 | Added a new run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.624 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.626 | 13143 | Marked run 241 as finished +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.626 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.626 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.627 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.628 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.628 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.629 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.629 | 13148 | Added a new run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.630 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.632 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.633 | 13156 | Added a new run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.634 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.634 | 10414 | Recursively removing directory: /tmp/git.AwrzoL/ +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.636 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.636 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.636 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.636 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.636 | 13164 | Added a new worker 11 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.636 | 10413 | Removed run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.636 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.636 | 10413 | Assigned run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.636 | 10417 | Recursively removing directory: /tmp/git.vzZpE7/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.637 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.636 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.636 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ETG7aV +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.637 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.638 | 13163 | Marked run 242 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.639 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.639 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.639 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.639 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.639 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.639 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.639 | 13167 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.639 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.639 | 10413 | Removed run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.639 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.639 | 10413 | Assigned run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.639 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pLH6Qs +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.640 | 13165 | Added a new run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.640 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.642 | 13166 | Marked run 243 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.642 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.643 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.643 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.644 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.645 | 13169 | Added a new run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.645 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.646 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.647 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.647 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.649 | 13174 | Added a new run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.649 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.651 | 10414 | Recursively removing directory: /tmp/git.ETG7aV/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.652 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.653 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.653 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.653 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.653 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.653 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.653 | 13187 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.653 | 10413 | Removed run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.653 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.653 | 10413 | Assigned run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.653 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.654 | 13184 | Added a new run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.653 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Rohs4W +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.655 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.654 | 10417 | Recursively removing directory: /tmp/git.pLH6Qs/ +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.656 | 13186 | Marked run 244 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.656 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.656 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.656 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.656 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.656 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.656 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.656 | 13190 | Added a new worker 10 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.656 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.657 | 10413 | Removed run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.657 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.657 | 10413 | Assigned run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.657 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.657 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mFebz3 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.658 | 13189 | Marked run 245 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.658 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.659 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.660 | 13191 | Added a new run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.660 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.660 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.662 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.664 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.664 | 13194 | Added a new run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.664 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.665 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.667 | 10414 | Recursively removing directory: /tmp/git.Rohs4W/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.667 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.669 | 13203 | Added a new run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.670 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.670 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.670 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.670 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.670 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.670 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.670 | 13210 | Added a new worker 11 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.671 | 10413 | Removed run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.671 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.671 | 10413 | Assigned run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.671 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.671 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.u0W2O6 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.672 | 13208 | Marked run 246 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.672 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.672 | 10417 | Recursively removing directory: /tmp/git.mFebz3/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.673 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.673 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.673 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.673 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.673 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.673 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.674 | 13213 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.674 | 10413 | Removed run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.674 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.674 | 10413 | Assigned run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.674 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.674 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Xs21xM +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.675 | 13212 | Marked run 247 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.675 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.677 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.677 | 13211 | Added a new run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.677 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.678 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.680 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.680 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.682 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.682 | 13217 | Added a new run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.682 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.685 | 10414 | Recursively removing directory: /tmp/git.u0W2O6/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.685 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.687 | 13225 | Added a new run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.687 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.687 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.687 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.687 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.687 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.687 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.687 | 13230 | Added a new worker 10 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.687 | 10413 | Removed run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.687 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.688 | 10413 | Assigned run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.688 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lc3IO9 +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.688 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.689 | 10417 | Recursively removing directory: /tmp/git.Xs21xM/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.690 | 13229 | Marked run 248 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.690 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.690 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.691 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.691 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.691 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.691 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.691 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.691 | 13235 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.691 | 10413 | Removed run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.691 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.691 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.691 | 10413 | Assigned run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.692 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IEYGLu +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.692 | 13233 | Added a new run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.693 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.694 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.694 | 13234 | Marked run 249 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.695 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.695 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.696 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.697 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.698 | 13238 | Added a new run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.698 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.698 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.700 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.702 | 13245 | Added a new run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.702 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.702 | 10414 | Recursively removing directory: /tmp/git.lc3IO9/ +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.704 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.704 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.704 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.704 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.704 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.705 | 13254 | Added a new worker 11 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.705 | 10413 | Removed run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.705 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.705 | 10413 | Assigned run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.705 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.705 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.34lrrF +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.705 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.706 | 10417 | Recursively removing directory: /tmp/git.IEYGLu/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.706 | 13253 | Marked run 250 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.707 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.708 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.708 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.708 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.708 | 13255 | Added a new run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.708 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.708 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.708 | 13257 | Added a new worker 10 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.709 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.709 | 10413 | Removed run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.709 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.709 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.709 | 10413 | Assigned run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.709 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4hPkFt +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.711 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.711 | 13256 | Marked run 251 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.712 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.712 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.712 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.713 | 13259 | Added a new run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.714 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.715 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.715 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.716 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.718 | 13265 | Added a new run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.718 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.719 | 10414 | Recursively removing directory: /tmp/git.34lrrF/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.721 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.721 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.721 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.721 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.721 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.722 | 13277 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.722 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.722 | 10413 | Removed run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.722 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.722 | 10413 | Assigned run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.721 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.722 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sFhyEb +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.722 | 10417 | Recursively removing directory: /tmp/git.4hPkFt/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.724 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.724 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.724 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.724 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.725 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.725 | 13279 | Added a new worker 15 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.725 | 10413 | Removed run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.725 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.725 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.725 | 10413 | Assigned run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.725 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1lnRyn +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.725 | 13276 | Marked run 252 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.725 | 13275 | Added a new run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.726 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.726 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.727 | 13278 | Marked run 253 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.727 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.728 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.728 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.730 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.730 | 13281 | Added a new run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.730 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.731 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.732 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.733 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.735 | 13286 | Added a new run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.735 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.737 | 10414 | Recursively removing directory: /tmp/git.sFhyEb/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.738 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.739 | 10417 | Recursively removing directory: /tmp/git.1lnRyn/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.739 | 13297 | Added a new run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.739 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.739 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.739 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.740 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.740 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.740 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.740 | 13299 | Added a new worker 11 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.740 | 10413 | Removed run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.740 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.740 | 10413 | Assigned run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.740 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.741 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QVfaLv +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.741 | 13298 | Marked run 254 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.741 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.742 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.742 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.742 | 13302 | Added a new worker 11 to the queue +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.741 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.741 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.742 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.742 | 10413 | Removed run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.742 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.742 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.742 | 10413 | Assigned run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.743 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.742 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pUGJDU +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.743 | 13301 | Marked run 255 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.744 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.745 | 13303 | Added a new run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.745 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.747 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.747 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.748 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.748 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.748 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.750 | 13305 | Added a new run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.750 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.752 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.754 | 13312 | Added a new run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.754 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.755 | 10417 | Recursively removing directory: /tmp/git.pUGJDU/ +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.756 | 10414 | Recursively removing directory: /tmp/git.QVfaLv/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.757 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.757 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.757 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.757 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.757 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.757 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.757 | 13323 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.757 | 10413 | Removed run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.757 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.758 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.758 | 10413 | Assigned run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.758 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5Kcw1q +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.758 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.758 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.758 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.758 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.758 | 13325 | Added a new worker 15 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.758 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.758 | 10413 | Removed run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.758 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.758 | 10413 | Assigned run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.758 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.758 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1W1cxQ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.760 | 13322 | Marked run 257 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.760 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.761 | 13324 | Marked run 256 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.762 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.764 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.764 | 13321 | Added a new run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.764 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.764 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.765 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.765 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.767 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.768 | 13330 | Added a new run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.769 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.771 | 10417 | Recursively removing directory: /tmp/git.5Kcw1q/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.772 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.772 | 10414 | Recursively removing directory: /tmp/git.1W1cxQ/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.774 | 13341 | Added a new run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.774 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.774 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.774 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.774 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.774 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.774 | 13344 | Added a new worker 11 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.774 | 10413 | Removed run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.774 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.774 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.774 | 10413 | Assigned run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.775 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.775 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.775 | 13346 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.775 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.774 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TBmfBM +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.774 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.774 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.775 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.776 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4k4BdI +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.775 | 10413 | Removed run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.775 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.775 | 10413 | Assigned run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.777 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.777 | 13342 | Marked run 258 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.778 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.780 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.780 | 13347 | Added a new run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.780 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.781 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.782 | 13345 | Marked run 259 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.782 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.783 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.783 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.783 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.785 | 13351 | Added a new run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.785 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.788 | 10417 | Recursively removing directory: /tmp/git.TBmfBM/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.788 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.790 | 10414 | Recursively removing directory: /tmp/git.4k4BdI/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.790 | 13362 | Added a new run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.790 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.790 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.790 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.790 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.790 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.791 | 13365 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.791 | 10413 | Removed run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.791 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.791 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.791 | 10413 | Assigned run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.791 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.791 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Bah0eK +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.793 | 13364 | Marked run 260 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.793 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.793 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.793 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.793 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.793 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.793 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.793 | 13368 | Added a new worker 11 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.793 | 10413 | Removed run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.793 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.794 | 10413 | Assigned run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.794 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.794 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0HVRr0 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.794 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.796 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.797 | 13367 | Marked run 261 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.797 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.797 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.799 | 13369 | Added a new run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.799 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.800 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.800 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.802 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.804 | 13377 | Added a new run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.804 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.804 | 10417 | Recursively removing directory: /tmp/git.Bah0eK/ +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.806 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.806 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.806 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.806 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.806 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.806 | 13385 | Added a new worker 10 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.806 | 10413 | Removed run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.806 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.806 | 10413 | Assigned run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.807 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xapzZq +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.807 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.807 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.808 | 10414 | Recursively removing directory: /tmp/git.0HVRr0/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.809 | 13387 | Added a new run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.809 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.811 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.811 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.811 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.811 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.811 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.811 | 13390 | Added a new worker 8 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.811 | 10413 | Removed run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.811 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.811 | 10413 | Assigned run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.811 | 13384 | Marked run 262 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.811 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.812 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AETPf7 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.812 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.813 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.813 | 13389 | Marked run 263 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.813 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.813 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.815 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.815 | 13391 | Added a new run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.815 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.817 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.818 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.818 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.819 | 13395 | Added a new run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.820 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.822 | 10417 | Recursively removing directory: /tmp/git.xapzZq/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.822 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.824 | 13403 | Added a new run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.824 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.825 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.824 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.824 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.825 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.825 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qeJ1HG +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.825 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.825 | 13409 | Added a new worker 11 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.825 | 10413 | Removed run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.825 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.825 | 10413 | Assigned run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.825 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.826 | 10414 | Recursively removing directory: /tmp/git.AETPf7/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.827 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.827 | 13408 | Marked run 264 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.828 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.828 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.828 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.828 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.828 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.828 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.828 | 13413 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.828 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.828 | 10413 | Removed run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.828 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.828 | 10413 | Assigned run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.829 | 13411 | Added a new run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.829 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AutALn +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.829 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.831 | 13412 | Marked run 265 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.831 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.832 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.832 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.832 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.834 | 13415 | Added a new run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.834 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.835 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.836 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.837 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.838 | 13421 | Added a new run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.838 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.840 | 10417 | Recursively removing directory: /tmp/git.qeJ1HG/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.841 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.841 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.841 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.841 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.841 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.841 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.842 | 13432 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.842 | 10413 | Removed run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.842 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.842 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.842 | 10413 | Assigned run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.842 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DSCJby +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.843 | 10414 | Recursively removing directory: /tmp/git.AutALn/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.843 | 13431 | Marked run 266 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.844 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.845 | 13430 | Added a new run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.845 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.846 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.846 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.846 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.846 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.e6uGCR +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.846 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.846 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.846 | 13436 | Added a new worker 10 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.846 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.846 | 10413 | Removed run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.846 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.846 | 10413 | Assigned run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.848 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.848 | 13435 | Marked run 267 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.849 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.849 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.850 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.850 | 13437 | Added a new run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.851 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.852 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.853 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.853 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.855 | 13441 | Added a new run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.855 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.857 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.858 | 10417 | Recursively removing directory: /tmp/git.DSCJby/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.860 | 13450 | Added a new run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.860 | 10414 | Recursively removing directory: /tmp/git.e6uGCR/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.860 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.860 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.860 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.861 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.861 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.861 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.861 | 13456 | Added a new worker 10 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.861 | 10413 | Removed run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.861 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.861 | 10413 | Assigned run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.861 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.861 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iVsz6D +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.862 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.862 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.862 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.862 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.862 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.862 | 13458 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.862 | 10413 | Removed run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.862 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.863 | 10413 | Assigned run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.863 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.863 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wWxgqd +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.863 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.864 | 13455 | Marked run 268 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.865 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.867 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.867 | 13457 | Marked run 269 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.867 | 13459 | Added a new run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.868 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.868 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.868 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.870 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.870 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.870 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.872 | 13462 | Added a new run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.872 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.875 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.875 | 10417 | Recursively removing directory: /tmp/git.iVsz6D/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.876 | 13472 | Added a new run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.876 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.877 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.877 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.877 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.877 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.877 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.877 | 13478 | Added a new worker 10 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.877 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.878 | 10413 | Removed run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.878 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.878 | 10413 | Assigned run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.877 | 10414 | Recursively removing directory: /tmp/git.wWxgqd/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.878 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pHuHxb +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.879 | 13477 | Marked run 270 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.879 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.880 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.880 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.880 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.881 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.881 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.881 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.881 | 13481 | Added a new worker 14 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.881 | 10413 | Removed run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.881 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.881 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.881 | 10413 | Assigned run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.881 | 13479 | Added a new run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.881 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jo3Oqe +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.882 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.884 | 13480 | Marked run 271 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.884 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.885 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.885 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.887 | 13483 | Added a new run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.887 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.887 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.887 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.888 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.890 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.891 | 13488 | Added a new run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.891 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.894 | 10417 | Recursively removing directory: /tmp/git.pHuHxb/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.895 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.895 | 10414 | Recursively removing directory: /tmp/git.jo3Oqe/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.896 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.896 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.896 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.896 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.897 | 13501 | Added a new worker 8 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.897 | 13499 | Added a new run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.897 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.897 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.897 | 10413 | Removed run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.897 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.897 | 10413 | Assigned run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.896 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.897 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.S6IAYI +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.899 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.899 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.899 | 13500 | Marked run 272 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.899 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.899 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.899 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.899 | 13504 | Added a new worker 10 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.899 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.899 | 10413 | Removed run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.899 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.899 | 10413 | Assigned run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.900 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.899 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.900 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8PuwSY +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.901 | 13503 | Marked run 273 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.901 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.903 | 13505 | Added a new run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.903 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.903 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.904 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.906 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.906 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.906 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.908 | 13508 | Added a new run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.908 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.911 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.911 | 10417 | Recursively removing directory: /tmp/git.S6IAYI/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.912 | 13518 | Added a new run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.913 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.913 | 10414 | Recursively removing directory: /tmp/git.8PuwSY/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.913 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.913 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.914 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.914 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.914 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.914 | 13524 | Added a new worker 11 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.914 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.914 | 10413 | Removed run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.914 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.914 | 10413 | Assigned run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.914 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AdVOaw +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.915 | 13523 | Marked run 274 as finished +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.915 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.915 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.916 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.916 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.916 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.916 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.916 | 13527 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.916 | 10413 | Removed run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.916 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.916 | 10413 | Assigned run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.916 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.916 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.916 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.abRmqZ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.918 | 13526 | Marked run 275 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.918 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.920 | 13525 | Added a new run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.920 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.921 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.921 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.921 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.922 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.923 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.924 | 13531 | Added a new run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.925 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.927 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.928 | 10417 | Recursively removing directory: /tmp/git.AdVOaw/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.929 | 13542 | Added a new run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.929 | 10414 | Recursively removing directory: /tmp/git.abRmqZ/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.930 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.930 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.930 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.930 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.931 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.931 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.931 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.931 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.931 | 13546 | Added a new worker 11 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.931 | 10413 | Removed run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.931 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.931 | 10413 | Assigned run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.931 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.931 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.931 | 13548 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.931 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.931 | 10413 | Removed run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.931 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.931 | 10413 | Assigned run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.931 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LK366K +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.931 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.931 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GAR34z +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.933 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.934 | 13545 | Marked run 276 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.934 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.935 | 13547 | Marked run 277 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.935 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.938 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.938 | 13549 | Added a new run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.938 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.938 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.938 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.939 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.940 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.942 | 13553 | Added a new run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.942 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.945 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.945 | 10414 | Recursively removing directory: /tmp/git.GAR34z/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.946 | 10417 | Recursively removing directory: /tmp/git.LK366K/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.947 | 13565 | Added a new run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.947 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.948 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.948 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.948 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.948 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.948 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.948 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.948 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.948 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.948 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.948 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.948 | 13568 | Added a new worker 14 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.948 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.948 | 10413 | Removed run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.948 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.948 | 10413 | Assigned run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.948 | 13570 | Added a new worker 9 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.948 | 10413 | Removed run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.948 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.948 | 10413 | Assigned run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.948 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iLVlGe +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.948 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.s8IW3H +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.949 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.950 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.952 | 13567 | Marked run 279 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.952 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.953 | 13571 | Added a new run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.954 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.955 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.955 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.955 | 13569 | Marked run 278 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.955 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.956 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.956 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.957 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.958 | 13575 | Added a new run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.958 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.961 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.962 | 13585 | Added a new run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.962 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.963 | 10414 | Recursively removing directory: /tmp/git.iLVlGe/ +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.963 | 10417 | Recursively removing directory: /tmp/git.s8IW3H/ +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.964 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.964 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.965 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.965 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.965 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.965 | 13590 | Added a new worker 11 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.965 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.965 | 10413 | Removed run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.965 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.965 | 10413 | Assigned run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.966 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.966 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.966 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.966 | 13592 | Added a new worker 16 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.966 | 10413 | Removed run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.966 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.966 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.966 | 10413 | Assigned run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.965 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6WN7Yt +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.965 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.965 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.966 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.966 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GWaGzd +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.967 | 13589 | Marked run 280 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.967 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.969 | 13593 | Added a new run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.969 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.971 | 13591 | Marked run 281 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.971 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.972 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.972 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.972 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.972 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.973 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.974 | 13595 | Added a new run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.974 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.977 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.978 | 13604 | Added a new run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.979 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.980 | 10414 | Recursively removing directory: /tmp/git.6WN7Yt/ +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.980 | 10417 | Recursively removing directory: /tmp/git.GWaGzd/ +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.981 | 10414 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.981 | 10414 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.981 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.981 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.981 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.982 | 13613 | Added a new worker 13 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.982 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.982 | 10413 | Removed run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.982 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.982 | 10413 | Assigned run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.981 | 10414 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.982 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DvUfCe +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.982 | 10417 | Process exit code: 0 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.982 | 10417 | Process output: 57 bytes +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.982 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.982 | 10417 | Waiting for a new command +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.983 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.983 | 13615 | Added a new worker 15 to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.983 | 10413 | Removed run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.983 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.983 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.983 | 10413 | Assigned run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.983 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.C74DOa +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.984 | 13611 | Added a new run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.984 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.986 | 13612 | Marked run 282 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.986 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.987 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.988 | 13614 | Marked run 283 as finished +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.988 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.989 | 10417 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.989 | 10414 | Checking out revision HEAD +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.990 | 13617 | Added a new run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.990 | 10417 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.990 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.990 | 10414 | Going to run: ./ci +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.992 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.994 | 13622 | Added a new run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.994 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.996 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | 10417/cimple-worker: 2024-04-25 03:44:23.997 | 10417 | Recursively removing directory: /tmp/git.C74DOa/ +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.998 | 10414 | Recursively removing directory: /tmp/git.DvUfCe/ +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.999 | 13632 | Added a new run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:23 | INFO | 10411/cimple-server: 2024-04-25 03:44:23.999 | 10411 | Waiting for new connections +2024-04-25 03:44:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:23 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.999 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:23.999 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.000 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.000 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.O40Jec +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.000 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.000 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.000 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.000 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.o5bKx2 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.000 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.000 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.000 | 13635 | Added a new worker 10 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.000 | 10413 | Removed run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.000 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.000 | 10413 | Assigned run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.000 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.000 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.000 | 13638 | Added a new worker 12 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.000 | 10413 | Removed run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.000 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.000 | 10413 | Assigned run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.000 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.002 | 13634 | Marked run 284 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.003 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.003 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.004 | 13637 | Marked run 285 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.004 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.006 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.007 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.007 | 13639 | Added a new run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.007 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.007 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.008 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.010 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.011 | 13644 | Added a new run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.012 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.014 | 10414 | Recursively removing directory: /tmp/git.O40Jec/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.015 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.015 | 10417 | Recursively removing directory: /tmp/git.o5bKx2/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.016 | 13655 | Added a new run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.017 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.017 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.017 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.017 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.017 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.017 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.017 | 13657 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.017 | 10413 | Removed run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.017 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.017 | 10413 | Assigned run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.017 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.018 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.018 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.018 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.018 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.018 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.018 | 13660 | Added a new worker 14 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.018 | 10413 | Removed run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.018 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.018 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.019 | 10413 | Assigned run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.019 | 13656 | Marked run 286 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.020 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.019 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5YLCve +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.017 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hrT8sP +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.021 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.021 | 13659 | Marked run 287 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.021 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.023 | 13661 | Added a new run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.023 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.024 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.024 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.025 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.025 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.026 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.028 | 13665 | Added a new run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.028 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.031 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.032 | 10417 | Recursively removing directory: /tmp/git.5YLCve/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.032 | 13676 | Added a new run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.032 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.033 | 10414 | Recursively removing directory: /tmp/git.hrT8sP/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.033 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.033 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.034 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.034 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.034 | 13680 | Added a new worker 10 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.034 | 10413 | Removed run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.034 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.034 | 10413 | Assigned run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.034 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.034 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.034 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9reAG2 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.036 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.036 | 13679 | Marked run 289 as finished +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.036 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.036 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.037 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.036 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.037 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.037 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.037 | 13683 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.037 | 10413 | Removed run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.037 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.037 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.037 | 10413 | Assigned run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.037 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UaLu4x +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.039 | 13682 | Marked run 288 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.039 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.039 | 13681 | Added a new run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.040 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.040 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.041 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.042 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.043 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.044 | 13686 | Added a new run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.044 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.044 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.047 | 10417 | Recursively removing directory: /tmp/git.9reAG2/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.048 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.049 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.049 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.050 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.049 | 13695 | Added a new run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.050 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.050 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.050 | 13698 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.050 | 10413 | Removed run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.050 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.050 | 10413 | Assigned run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.050 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.050 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.050 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1swEdS +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.052 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.053 | 10414 | Recursively removing directory: /tmp/git.UaLu4x/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.054 | 13697 | Marked run 290 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.054 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.055 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.055 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.055 | 13703 | Added a new run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.055 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.056 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.056 | 13705 | Added a new worker 12 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.056 | 10413 | Removed run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.056 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.056 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.056 | 10413 | Assigned run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.056 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.055 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.057 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.46aY0k +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.058 | 13704 | Marked run 291 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.058 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.058 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.058 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.060 | 13707 | Added a new run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.060 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.060 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.062 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.062 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.064 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.064 | 13710 | Added a new run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.064 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.067 | 10417 | Recursively removing directory: /tmp/git.1swEdS/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.067 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.069 | 13719 | Added a new run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.069 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.069 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.069 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.070 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.070 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.070 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.070 | 13725 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.070 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.070 | 10413 | Removed run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.070 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.070 | 10413 | Assigned run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.070 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9335Uc +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.071 | 13724 | Marked run 292 as finished +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.071 | 10414 | Recursively removing directory: /tmp/git.46aY0k/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.072 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.073 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.073 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.073 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.073 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.073 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.073 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.073 | 13729 | Added a new worker 12 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.073 | 10413 | Removed run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.073 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.073 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.073 | 10413 | Assigned run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.073 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Sxv1MI +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.075 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.076 | 13727 | Added a new run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.076 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.077 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.077 | 13728 | Marked run 293 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.078 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.079 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.079 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.080 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.081 | 13732 | Added a new run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.081 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.084 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.084 | 10417 | Recursively removing directory: /tmp/git.9335Uc/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.086 | 13741 | Added a new run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.086 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.086 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.086 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.086 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.086 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.087 | 13747 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.087 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.k0N9Ba +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.087 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.087 | 10413 | Removed run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.087 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.087 | 10413 | Assigned run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.088 | 10414 | Recursively removing directory: /tmp/git.Sxv1MI/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.088 | 13746 | Marked run 294 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.088 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.089 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.091 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.091 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.091 | 13749 | Added a new run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.091 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.091 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.091 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.091 | 13751 | Added a new worker 10 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.091 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.091 | 10413 | Removed run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.091 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.091 | 10413 | Assigned run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.092 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aWcXRj +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.093 | 13750 | Marked run 295 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.094 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.094 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.094 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.095 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.095 | 13753 | Added a new run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.095 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.098 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.098 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.099 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.100 | 13756 | Added a new run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.101 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.102 | 10417 | Recursively removing directory: /tmp/git.k0N9Ba/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.103 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.103 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.103 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.104 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.104 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.104 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.104 | 13768 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.104 | 10413 | Removed run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.104 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.104 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.104 | 10413 | Assigned run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.104 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dWzgXp +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.106 | 13766 | Added a new run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.106 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.107 | 10414 | Recursively removing directory: /tmp/git.aWcXRj/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.108 | 13767 | Marked run 296 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.108 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.109 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.109 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.109 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.109 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.109 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.109 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.109 | 13775 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.109 | 10413 | Removed run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.109 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.109 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.110 | 10413 | Assigned run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.110 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.g4P6nq +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.111 | 13773 | Added a new run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.111 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.111 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.113 | 13774 | Marked run 297 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.113 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.112 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.114 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.116 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.117 | 13778 | Added a new run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.117 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.118 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.120 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.120 | 10417 | Recursively removing directory: /tmp/git.dWzgXp/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.122 | 13787 | Added a new run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.122 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.122 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.123 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.123 | 13792 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.123 | 10413 | Removed run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.123 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.123 | 10413 | Assigned run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.123 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.124 | 13790 | Marked run 298 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.124 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.122 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.122 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.122 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.124 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.c0KIbW +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.125 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.125 | 10414 | Recursively removing directory: /tmp/git.g4P6nq/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.127 | 13795 | Added a new run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.127 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.128 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.128 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.128 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.128 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.128 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.128 | 13798 | Added a new worker 10 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.128 | 10413 | Removed run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.128 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.128 | 10413 | Assigned run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.128 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CntgVT +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.129 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.130 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.130 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.130 | 13797 | Marked run 299 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.131 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.132 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.132 | 13799 | Added a new run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.133 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.134 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.135 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.135 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.137 | 13804 | Added a new run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.137 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.139 | 10417 | Recursively removing directory: /tmp/git.c0KIbW/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.140 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.141 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.141 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.141 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.141 | 10414 | Recursively removing directory: /tmp/git.CntgVT/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.141 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.141 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.141 | 13817 | Added a new worker 9 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.142 | 10413 | Removed run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.142 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.142 | 10413 | Assigned run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.142 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.142 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zgnM7v +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.142 | 13814 | Added a new run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.143 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.144 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.144 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.144 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.144 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.144 | 13820 | Added a new worker 14 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.144 | 10413 | Removed run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.144 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.144 | 10413 | Assigned run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.145 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.144 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.145 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.M6DLeo +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.146 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.146 | 13816 | Marked run 300 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.146 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.148 | 13819 | Marked run 301 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.148 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.149 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.150 | 13821 | Added a new run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.150 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.150 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.150 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.151 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.153 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.154 | 13826 | Added a new run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.154 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.157 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.157 | 10417 | Recursively removing directory: /tmp/git.zgnM7v/ +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.159 | 10414 | Recursively removing directory: /tmp/git.M6DLeo/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.159 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.159 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.159 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.160 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.160 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.160 | 13839 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.160 | 10413 | Removed run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.160 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.160 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.160 | 10413 | Assigned run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.160 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HaNwuu +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.160 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.160 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.160 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.160 | 13836 | Added a new run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.161 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.161 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.161 | 13841 | Added a new worker 6 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.161 | 10413 | Removed run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.161 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.161 | 10413 | Assigned run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.161 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.161 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PFwAQ3 +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.162 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.163 | 13838 | Marked run 302 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.164 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.164 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.165 | 13840 | Marked run 303 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.165 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.166 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.167 | 13843 | Added a new run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.167 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.167 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.167 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.168 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.170 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.171 | 13848 | Added a new run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.171 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.174 | 10417 | Recursively removing directory: /tmp/git.HaNwuu/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.174 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.175 | 10414 | Recursively removing directory: /tmp/git.PFwAQ3/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.176 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.176 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.176 | 13859 | Added a new run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.176 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.176 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.176 | 13861 | Added a new worker 12 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.176 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.176 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.177 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bf8WC0 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.176 | 10413 | Removed run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.176 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.177 | 10413 | Assigned run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.177 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.177 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.177 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.178 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.178 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.178 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.178 | 13864 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.178 | 10413 | Removed run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.178 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.178 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.178 | 10413 | Assigned run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.178 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oxByOC +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.179 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.180 | 13860 | Marked run 304 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.180 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.181 | 13865 | Added a new run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.182 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.183 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.183 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.183 | 13863 | Marked run 305 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.184 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.185 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.185 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.186 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.187 | 13868 | Added a new run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.187 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.190 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.190 | 10417 | Recursively removing directory: /tmp/git.bf8WC0/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.192 | 13878 | Added a new run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.192 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.192 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.192 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.192 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.192 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.192 | 13884 | Added a new worker 10 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.193 | 10413 | Removed run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.193 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.193 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.193 | 10413 | Assigned run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.192 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.193 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tfYpju +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.193 | 10414 | Recursively removing directory: /tmp/git.oxByOC/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.194 | 13883 | Marked run 306 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.194 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.195 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.195 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.195 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.195 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.196 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.196 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.196 | 13887 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.196 | 10413 | Removed run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.196 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.196 | 10413 | Assigned run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.196 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.196 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fi15b2 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.199 | 13885 | Added a new run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.199 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.199 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.201 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.201 | 13886 | Marked run 307 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.201 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.202 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.202 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.203 | 13890 | Added a new run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.203 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.204 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.207 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.207 | 10417 | Recursively removing directory: /tmp/git.tfYpju/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.208 | 13899 | Added a new run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.209 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.209 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.209 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.210 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.210 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.210 | 13906 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.210 | 10413 | Removed run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.210 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.210 | 10413 | Assigned run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.210 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.210 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.j3Z4Nm +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.210 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.210 | 10414 | Recursively removing directory: /tmp/git.fi15b2/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.212 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.212 | 13905 | Marked run 308 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.212 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.213 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.213 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.214 | 13907 | Added a new run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.214 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.214 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.214 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.214 | 13909 | Added a new worker 8 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.214 | 10413 | Removed run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.214 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.214 | 10413 | Assigned run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.214 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.214 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.214 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Owi6wh +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.216 | 13908 | Marked run 309 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.216 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.217 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.217 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.219 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.219 | 13911 | Added a new run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.219 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.220 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.221 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.222 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.224 | 13916 | Added a new run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.224 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.225 | 10417 | Recursively removing directory: /tmp/git.j3Z4Nm/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.227 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.227 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.227 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.227 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.227 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.227 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.227 | 13929 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.227 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.227 | 10413 | Removed run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.227 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.228 | 10413 | Assigned run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.228 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5LLRmR +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.228 | 10414 | Recursively removing directory: /tmp/git.Owi6wh/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.229 | 13926 | Added a new run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.229 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.231 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.231 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.231 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.231 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.231 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.231 | 13928 | Marked run 310 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.231 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.232 | 13932 | Added a new worker 10 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.232 | 10413 | Removed run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.232 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.232 | 10413 | Assigned run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.232 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.232 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NPiVFw +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.232 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.233 | 13931 | Marked run 311 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.234 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.234 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.235 | 13933 | Added a new run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.235 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.236 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.237 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.238 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.238 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.240 | 13937 | Added a new run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.240 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.243 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.242 | 10417 | Recursively removing directory: /tmp/git.5LLRmR/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.244 | 13946 | Added a new run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.245 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.245 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.245 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.245 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.245 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.245 | 13952 | Added a new worker 6 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.245 | 10413 | Removed run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.245 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.245 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.245 | 10413 | Assigned run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.246 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.J6exrw +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.246 | 10414 | Recursively removing directory: /tmp/git.NPiVFw/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.247 | 13950 | Marked run 312 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.247 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.248 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.248 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.248 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.248 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.248 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.248 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.248 | 13955 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.248 | 10413 | Removed run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.248 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.248 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.248 | 10413 | Assigned run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.248 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rtkHWu +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.249 | 13953 | Added a new run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.250 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.251 | 13954 | Marked run 313 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.252 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.252 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.252 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.253 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.254 | 13957 | Added a new run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.254 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.254 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.255 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.257 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.258 | 13962 | Added a new run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.258 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.261 | 10417 | Recursively removing directory: /tmp/git.J6exrw/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.261 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.262 | 10414 | Recursively removing directory: /tmp/git.rtkHWu/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.263 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.263 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.263 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.263 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.263 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.263 | 13975 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.263 | 10413 | Removed run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.263 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.263 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.263 | 10413 | Assigned run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.264 | 13973 | Added a new run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.263 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.472CEw +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.264 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.265 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.265 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.265 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.265 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.265 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.265 | 13978 | Added a new worker 14 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.265 | 10413 | Removed run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.265 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.265 | 10413 | Assigned run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.265 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.266 | 13974 | Marked run 314 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.266 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.266 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6aCfaI +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.267 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.269 | 13979 | Added a new run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.269 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.270 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.271 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.271 | 13977 | Marked run 315 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.271 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.272 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.272 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.272 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.273 | 13982 | Added a new run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.273 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.276 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.278 | 10417 | Recursively removing directory: /tmp/git.472CEw/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.278 | 13992 | Added a new run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.278 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.279 | 10414 | Recursively removing directory: /tmp/git.6aCfaI/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.279 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.279 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.280 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.280 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.280 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.280 | 13998 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.280 | 10413 | Removed run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.280 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.280 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.280 | 10413 | Assigned run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.280 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jJBfaK +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.281 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.282 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.282 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.282 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.282 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.282 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.282 | 14001 | Added a new worker 15 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.282 | 10413 | Removed run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.282 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.282 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.282 | 10413 | Assigned run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.282 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HGk9jD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.284 | 13999 | Added a new run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.284 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.285 | 13997 | Marked run 316 as finished +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.285 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.286 | 14000 | Marked run 317 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.287 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.287 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.287 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.288 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.288 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.289 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.289 | 14003 | Added a new run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.290 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.292 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.294 | 14011 | Added a new run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.294 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.296 | 10417 | Recursively removing directory: /tmp/git.jJBfaK/ +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.297 | 10414 | Recursively removing directory: /tmp/git.HGk9jD/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.297 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.297 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.297 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.298 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.298 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.298 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.298 | 14020 | Added a new worker 12 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.298 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.298 | 10413 | Removed run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.298 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.298 | 10413 | Assigned run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.298 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JMfTzX +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.299 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.299 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.299 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.299 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.299 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.299 | 14023 | Added a new worker 15 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.299 | 10413 | Removed run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.299 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.299 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.299 | 10413 | Assigned run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.299 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BekG7H +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.300 | 14021 | Added a new run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.301 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.302 | 14019 | Marked run 318 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.303 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.304 | 14022 | Marked run 319 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.304 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.305 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.305 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.305 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.306 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.307 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.307 | 14025 | Added a new run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.307 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.310 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.314 | 10417 | Recursively removing directory: /tmp/git.JMfTzX/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.315 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.315 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.316 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.317 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.317 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.319 | 14037 | Added a new worker 12 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.320 | 10413 | Removed run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.320 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.320 | 10413 | Assigned run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.320 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.321 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Y8SORF +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.322 | 14032 | Added a new run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.323 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.325 | 14036 | Marked run 320 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.325 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.325 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.326 | 10414 | Recursively removing directory: /tmp/git.BekG7H/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.327 | 14043 | Added a new run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.327 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.327 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.328 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.328 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.328 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.328 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.328 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.328 | 14046 | Added a new worker 10 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.328 | 10413 | Removed run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.328 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.329 | 10413 | Assigned run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.329 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.328 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.329 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nvK9FW +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.330 | 14045 | Marked run 321 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.330 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.331 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.332 | 14048 | Added a new run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.333 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.334 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.335 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.335 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.337 | 10417 | Recursively removing directory: /tmp/git.Y8SORF/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.337 | 14055 | Added a new run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.337 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.339 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.339 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.339 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.339 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.339 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.339 | 14060 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.339 | 10413 | Removed run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.339 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.339 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.339 | 10413 | Assigned run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.339 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4uOkLU +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.340 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.341 | 14059 | Marked run 322 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.341 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.342 | 14061 | Added a new run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.342 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.344 | 10414 | Recursively removing directory: /tmp/git.nvK9FW/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.345 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.345 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.345 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.345 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.346 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.345 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.346 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.346 | 14069 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.346 | 10413 | Removed run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.346 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.346 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.346 | 10413 | Assigned run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.346 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bDi5HX +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.347 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.347 | 14067 | Added a new run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.347 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.349 | 14068 | Marked run 323 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.349 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.350 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.351 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.352 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.353 | 14073 | Added a new run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.353 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.355 | 10417 | Recursively removing directory: /tmp/git.4uOkLU/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.356 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.357 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.357 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.357 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.358 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.358 | 14086 | Added a new worker 9 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.358 | 10413 | Removed run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.358 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.358 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.358 | 10413 | Assigned run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.357 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.358 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1y2YNh +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.358 | 14081 | Added a new run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.359 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.360 | 10414 | Recursively removing directory: /tmp/git.bDi5HX/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.360 | 14083 | Marked run 324 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.360 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.361 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.361 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.362 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.362 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.362 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.362 | 14090 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.362 | 10413 | Removed run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.362 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.362 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.362 | 10413 | Assigned run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.362 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.362 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RuWF6k +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.364 | 14089 | Marked run 325 as finished +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.364 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.364 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.365 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.366 | 14091 | Added a new run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.366 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.368 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.369 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.369 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.371 | 14096 | Added a new run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.371 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.372 | 10417 | Recursively removing directory: /tmp/git.1y2YNh/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.374 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.374 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.374 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.374 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.374 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.374 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.374 | 14107 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.375 | 10413 | Removed run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.375 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.375 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.375 | 10413 | Assigned run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.375 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YKRldy +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.376 | 10414 | Recursively removing directory: /tmp/git.RuWF6k/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.376 | 14106 | Marked run 326 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.377 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.378 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.378 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.378 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.378 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.378 | 14111 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.378 | 10413 | Removed run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.378 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.379 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.379 | 10413 | Assigned run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.379 | 14108 | Added a new run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.378 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.379 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.meYkdg +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.379 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.381 | 14110 | Marked run 327 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.381 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.381 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.382 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.382 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.384 | 14113 | Added a new run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.384 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.385 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.386 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.386 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.388 | 14119 | Added a new run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.388 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.390 | 10417 | Recursively removing directory: /tmp/git.YKRldy/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.391 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.391 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.391 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.392 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.392 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.392 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.392 | 14131 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.392 | 10413 | Removed run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.392 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.392 | 10413 | Assigned run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.392 | 14128 | Added a new run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.392 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hsMtcF +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.392 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.393 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.393 | 10414 | Recursively removing directory: /tmp/git.meYkdg/ +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.394 | 14130 | Marked run 328 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.394 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.395 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.395 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.395 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.395 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.395 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.396 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.396 | 14134 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.396 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.396 | 10413 | Removed run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.396 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.396 | 10413 | Assigned run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.396 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EICb5q +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.398 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.399 | 14135 | Added a new run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.399 | 14133 | Marked run 329 as finished +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.399 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.400 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.400 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.401 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.402 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.402 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.404 | 14139 | Added a new run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.404 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.406 | 10417 | Recursively removing directory: /tmp/git.hsMtcF/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.407 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.407 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.408 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.408 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.408 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.408 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.408 | 14152 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.408 | 10413 | Removed run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.408 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.408 | 10413 | Assigned run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.408 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.409 | 10414 | Recursively removing directory: /tmp/git.EICb5q/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.408 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jt3PV7 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.409 | 14151 | Marked run 330 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.410 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.411 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.411 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.411 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.411 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.411 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.411 | 14155 | Added a new worker 12 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.411 | 10413 | Removed run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.411 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.411 | 10413 | Assigned run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.412 | 14153 | Added a new run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.412 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.412 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2xlSIr +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.413 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.414 | 14154 | Marked run 331 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.414 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.414 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.415 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.416 | 14157 | Added a new run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.416 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.416 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.417 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.418 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.419 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.422 | 14161 | Added a new run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.422 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.423 | 10417 | Recursively removing directory: /tmp/git.jt3PV7/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.425 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.425 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.425 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.425 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.425 | 14174 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.425 | 10413 | Removed run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.425 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.425 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.425 | 10413 | Assigned run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.425 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.426 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.o3mVWM +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.426 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.425 | 10414 | Recursively removing directory: /tmp/git.2xlSIr/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.428 | 14173 | Marked run 332 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.428 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.428 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.428 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.428 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.428 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.428 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.428 | 14177 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.428 | 10413 | Removed run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.428 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.428 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.428 | 10413 | Assigned run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.429 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rl2Zq1 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.430 | 14175 | Added a new run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.430 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.431 | 14176 | Marked run 333 as finished +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.432 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.432 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.433 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.433 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.434 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.435 | 14179 | Added a new run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.435 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.436 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.437 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.439 | 14185 | Added a new run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.439 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.440 | 10417 | Recursively removing directory: /tmp/git.o3mVWM/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.442 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.442 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.442 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.442 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.442 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.442 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.442 | 14197 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.442 | 10413 | Removed run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.442 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.442 | 10413 | Assigned run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.442 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.443 | 10414 | Recursively removing directory: /tmp/git.rl2Zq1/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.443 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TO7jGS +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.444 | 14195 | Added a new run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.444 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.446 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.446 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.446 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.446 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.446 | 14200 | Added a new worker 8 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.446 | 14196 | Marked run 334 as finished +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.446 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.447 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.scRwhe +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.446 | 10413 | Removed run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.446 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.446 | 10413 | Assigned run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.447 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.447 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.448 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.449 | 14199 | Marked run 335 as finished +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.449 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.449 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.451 | 14201 | Added a new run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.451 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.452 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.453 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.454 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.455 | 14207 | Added a new run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.456 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.456 | 10417 | Recursively removing directory: /tmp/git.TO7jGS/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.457 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.457 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.457 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.458 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.458 | 14215 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.458 | 10413 | Removed run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.458 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.458 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.458 | 10413 | Assigned run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.458 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.458 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.d6zQ4U +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.458 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.460 | 14214 | Marked run 336 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.460 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.461 | 10414 | Recursively removing directory: /tmp/git.scRwhe/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.461 | 14216 | Added a new run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.462 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.463 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.463 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.463 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.463 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.463 | 14222 | Added a new worker 10 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.463 | 10413 | Removed run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.463 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.463 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.463 | 10413 | Assigned run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.463 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.463 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.463 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qceGaU +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.464 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.464 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.466 | 14221 | Marked run 337 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.466 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.469 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.469 | 14223 | Added a new run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.470 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.470 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.471 | 10417 | Recursively removing directory: /tmp/git.d6zQ4U/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.472 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.473 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.473 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.474 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.473 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.474 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.474 | 14235 | Added a new worker 14 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.474 | 10413 | Removed run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.474 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.474 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YugD6C +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.474 | 10413 | Assigned run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.474 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.474 | 14232 | Added a new run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.474 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.476 | 14234 | Marked run 338 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.476 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.477 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.479 | 10414 | Recursively removing directory: /tmp/git.qceGaU/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.479 | 14241 | Added a new run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.479 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.479 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.480 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.480 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.480 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.481 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.481 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.481 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.481 | 14245 | Added a new worker 10 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.481 | 10413 | Removed run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.481 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.481 | 10413 | Assigned run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.481 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.481 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mZCcLV +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.482 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.485 | 14244 | Marked run 339 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.485 | 14246 | Added a new run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.485 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.485 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.487 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.487 | 10417 | Recursively removing directory: /tmp/git.YugD6C/ +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.488 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.488 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.489 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.489 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.490 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.489 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.490 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.490 | 14256 | Added a new worker 14 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.490 | 10413 | Removed run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.490 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.490 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.490 | 10413 | Assigned run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.490 | 14254 | Added a new run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.490 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PF8TWQ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.491 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.492 | 14255 | Marked run 340 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.492 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.494 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.495 | 10414 | Recursively removing directory: /tmp/git.mZCcLV/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.495 | 14263 | Added a new run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.495 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.496 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.496 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.496 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.497 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.497 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.497 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.497 | 14266 | Added a new worker 10 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.497 | 10413 | Removed run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.497 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.497 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.497 | 10413 | Assigned run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.497 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.497 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.F4WOda +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.499 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.499 | 14265 | Marked run 341 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.499 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.501 | 14268 | Added a new run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.501 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.503 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.504 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.504 | 10417 | Recursively removing directory: /tmp/git.PF8TWQ/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.504 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.506 | 14276 | Added a new run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.506 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.506 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.506 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.507 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.507 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.507 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.507 | 14280 | Added a new worker 10 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.507 | 10413 | Removed run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.507 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.507 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.507 | 10413 | Assigned run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.508 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Iu9GSl +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.509 | 14279 | Marked run 342 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.509 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.509 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.511 | 14284 | Added a new run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.511 | 10414 | Recursively removing directory: /tmp/git.F4WOda/ +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.511 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.513 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.513 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.513 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.513 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.513 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.513 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.514 | 14288 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.514 | 10413 | Removed run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.514 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.514 | 10413 | Assigned run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.514 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BGcKnT +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.514 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.514 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.516 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.516 | 14287 | Marked run 343 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.517 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.518 | 14290 | Added a new run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.518 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.520 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.521 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.521 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.522 | 10417 | Recursively removing directory: /tmp/git.Iu9GSl/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.523 | 14298 | Added a new run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.523 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.524 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.524 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.524 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.524 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.524 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.525 | 14303 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.525 | 10413 | Removed run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.525 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.525 | 10413 | Assigned run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.525 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.525 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bN0a8S +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.527 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.527 | 14301 | Marked run 344 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.527 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.528 | 10414 | Recursively removing directory: /tmp/git.BGcKnT/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.528 | 14307 | Added a new run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.528 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.530 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.530 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.530 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.530 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.530 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.530 | 14310 | Added a new worker 10 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.530 | 10413 | Removed run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.530 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.530 | 10413 | Assigned run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.530 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DlbLrQ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.531 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.531 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.532 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.532 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.534 | 14309 | Marked run 345 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.534 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.536 | 14311 | Added a new run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.536 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.537 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.538 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.539 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.539 | 10417 | Recursively removing directory: /tmp/git.bN0a8S/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.541 | 14320 | Added a new run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.541 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.541 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.541 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.542 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.542 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.542 | 14324 | Added a new worker 10 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.542 | 10413 | Removed run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.542 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.542 | 10413 | Assigned run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.542 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.542 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.542 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FgxgwY +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.544 | 14323 | Marked run 346 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.544 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.545 | 10414 | Recursively removing directory: /tmp/git.DlbLrQ/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.545 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.547 | 14329 | Added a new run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.547 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.547 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.548 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.548 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.548 | 14331 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.548 | 10413 | Removed run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.548 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.548 | 10413 | Assigned run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.548 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.548 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.547 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.548 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Xor4ZF +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.548 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.549 | 14330 | Marked run 347 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.550 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.550 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.551 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.553 | 14334 | Added a new run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.553 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.554 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.554 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.555 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.557 | 14341 | Added a new run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.557 | 10417 | Recursively removing directory: /tmp/git.FgxgwY/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.557 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.559 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.559 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.559 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.559 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.559 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.559 | 14348 | Added a new worker 10 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.559 | 10413 | Removed run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.559 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.559 | 10413 | Assigned run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.559 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YnUk76 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.560 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.560 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.561 | 14346 | Marked run 348 as finished +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.561 | 10414 | Recursively removing directory: /tmp/git.Xor4ZF/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.562 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.563 | 14351 | Added a new run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.563 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.564 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.564 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.564 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.564 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.564 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.564 | 14354 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.565 | 10413 | Removed run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.565 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.565 | 10413 | Assigned run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.565 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eBf895 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.565 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.566 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.566 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.566 | 14353 | Marked run 349 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.567 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.568 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.568 | 14355 | Added a new run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.568 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.571 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.571 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.573 | 14359 | Added a new run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.573 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.573 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.575 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.575 | 10417 | Recursively removing directory: /tmp/git.YnUk76/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.577 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.577 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.577 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.577 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3iKVgS +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.577 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.577 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.577 | 14370 | Added a new worker 12 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.577 | 10413 | Removed run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.577 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.577 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.577 | 10413 | Assigned run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.577 | 14366 | Added a new run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.578 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.580 | 14369 | Marked run 350 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.580 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.580 | 10414 | Recursively removing directory: /tmp/git.eBf895/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.581 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.583 | 14375 | Added a new run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.583 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.583 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.583 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.583 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.583 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.583 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.583 | 14377 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.583 | 10413 | Removed run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.583 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.583 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.583 | 10413 | Assigned run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.583 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.584 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.584 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.d3Bcvb +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.586 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.586 | 14376 | Marked run 351 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.586 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.587 | 14380 | Added a new run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.587 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.589 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.590 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.590 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.592 | 14386 | Added a new run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.592 | 10417 | Recursively removing directory: /tmp/git.3iKVgS/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.592 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.594 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.594 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.594 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.594 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.594 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.594 | 14393 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.594 | 10413 | Removed run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.594 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.595 | 10413 | Assigned run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.595 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.595 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GhHEJO +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.595 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.596 | 14392 | Marked run 352 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.596 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.597 | 14395 | Added a new run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.598 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.598 | 10414 | Recursively removing directory: /tmp/git.d3Bcvb/ +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.600 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.600 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.600 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.600 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.600 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.600 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.600 | 14401 | Added a new worker 12 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.600 | 10413 | Removed run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.600 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.600 | 10413 | Assigned run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.600 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.601 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.600 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WiXgaM +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.602 | 14400 | Marked run 353 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.602 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.602 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.603 | 14399 | Added a new run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.604 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.606 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.606 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.607 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.608 | 14407 | Added a new run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.608 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.609 | 10417 | Recursively removing directory: /tmp/git.GhHEJO/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.611 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.611 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.611 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.611 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.611 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.611 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.611 | 14418 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.611 | 10413 | Removed run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.611 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.611 | 10413 | Assigned run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.611 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.611 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.P9v5Z5 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.613 | 14415 | Marked run 354 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.613 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.613 | 10414 | Recursively removing directory: /tmp/git.WiXgaM/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.615 | 14417 | Added a new run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.615 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.616 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.616 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.616 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.616 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.616 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.616 | 14422 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.616 | 10413 | Removed run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.616 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.616 | 10413 | Assigned run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.616 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hJLn8Y +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.617 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.618 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.618 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.618 | 14421 | Marked run 355 as finished +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.619 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.619 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.620 | 14423 | Added a new run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.620 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.622 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.622 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.624 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.624 | 14427 | Added a new run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.624 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.626 | 10417 | Recursively removing directory: /tmp/git.P9v5Z5/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.627 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.627 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.627 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.627 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.628 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.628 | 14437 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.628 | 10413 | Removed run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.628 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.628 | 10413 | Assigned run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.628 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.628 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.628 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TSd1QK +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.630 | 14436 | Marked run 356 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.630 | 14435 | Added a new run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.631 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.632 | 10414 | Recursively removing directory: /tmp/git.hJLn8Y/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.633 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.633 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.633 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.633 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.633 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.634 | 14444 | Added a new worker 10 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.634 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.633 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.634 | 10413 | Removed run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.634 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fTzn4p +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.634 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.634 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.634 | 10413 | Assigned run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.634 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.635 | 14443 | Marked run 357 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.636 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.637 | 14445 | Added a new run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.637 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.639 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.640 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.640 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.642 | 10417 | Recursively removing directory: /tmp/git.TSd1QK/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.642 | 14452 | Added a new run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.642 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.643 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.643 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.644 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.644 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.644 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.644 | 14457 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.644 | 10413 | Removed run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.644 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.644 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.644 | 10413 | Assigned run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.645 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8l8S4h +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.645 | 14456 | Marked run 358 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.645 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.646 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.647 | 14459 | Added a new run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.648 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.649 | 10414 | Recursively removing directory: /tmp/git.fTzn4p/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.650 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.650 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.651 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.652 | 14465 | Added a new run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.652 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.652 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.652 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.652 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.652 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.652 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.653 | 14468 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.653 | 10413 | Removed run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.653 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.653 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.653 | 10413 | Assigned run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.653 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0myddm +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.655 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.655 | 14467 | Marked run 359 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.655 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.656 | 14471 | Added a new run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.656 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.659 | 10417 | Recursively removing directory: /tmp/git.8l8S4h/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.659 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.659 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.660 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.661 | 14477 | Added a new run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.661 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.661 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.661 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.661 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.661 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.662 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.662 | 14480 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.662 | 10413 | Removed run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.662 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.662 | 10413 | Assigned run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.662 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.662 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xkpo9v +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.663 | 14479 | Marked run 360 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.664 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.664 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.666 | 14484 | Added a new run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.666 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.667 | 10414 | Recursively removing directory: /tmp/git.0myddm/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.667 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.668 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.669 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.669 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.669 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.669 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.669 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.669 | 14492 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.669 | 10413 | Removed run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.669 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.669 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.669 | 10413 | Assigned run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.669 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.669 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.v7ou7T +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.671 | 14491 | Marked run 361 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.671 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.673 | 14490 | Added a new run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.673 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.675 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.675 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.676 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.676 | 10417 | Recursively removing directory: /tmp/git.xkpo9v/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.678 | 14500 | Added a new run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.678 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.678 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.679 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.679 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.679 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.679 | 14504 | Added a new worker 10 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.679 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.679 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.679 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EpPI4x +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.679 | 10413 | Removed run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.679 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.679 | 10413 | Assigned run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.680 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.681 | 14503 | Marked run 362 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.681 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.682 | 14506 | Added a new run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.683 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.684 | 10414 | Recursively removing directory: /tmp/git.v7ou7T/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.685 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.685 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.685 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.685 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.686 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.686 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.686 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.686 | 14513 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.686 | 10413 | Removed run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.686 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.686 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.686 | 10413 | Assigned run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.686 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XnjAZm +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.686 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.687 | 14511 | Added a new run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.687 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.688 | 14512 | Marked run 363 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.688 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.690 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.691 | 14517 | Added a new run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.692 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.692 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.693 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.694 | 10417 | Recursively removing directory: /tmp/git.EpPI4x/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.695 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.696 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.696 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.696 | 14524 | Added a new run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.696 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.696 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.696 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.697 | 14528 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.697 | 10413 | Removed run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.697 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.697 | 10413 | Assigned run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.697 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.697 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.697 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BGdEIG +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.698 | 14527 | Marked run 364 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.698 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.700 | 10414 | Recursively removing directory: /tmp/git.XnjAZm/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.700 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.701 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.701 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.702 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.702 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.702 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.702 | 14535 | Added a new worker 14 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.702 | 10413 | Removed run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.702 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.702 | 10413 | Assigned run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.702 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.702 | 14533 | Added a new run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.702 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.702 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PCWe2e +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.704 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.704 | 14534 | Marked run 365 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.704 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.704 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.705 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.707 | 14538 | Added a new run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.707 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.708 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.709 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.710 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.711 | 14545 | Added a new run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.712 | 10417 | Recursively removing directory: /tmp/git.BGdEIG/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.712 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.713 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.713 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.714 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.714 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.714 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.714 | 14553 | Added a new worker 10 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.714 | 10413 | Removed run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.714 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.714 | 10413 | Assigned run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.715 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.714 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ONQXUG +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.715 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.716 | 14552 | Marked run 366 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.716 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.717 | 10414 | Recursively removing directory: /tmp/git.PCWe2e/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.718 | 14554 | Added a new run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.718 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.719 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.719 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.719 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.719 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.719 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.719 | 14558 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.719 | 10413 | Removed run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.719 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.719 | 10413 | Assigned run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.719 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.719 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.j5yLvV +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.720 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.721 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.722 | 14557 | Marked run 367 as finished +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.722 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.722 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.723 | 14559 | Added a new run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.723 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.725 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.726 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.726 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.728 | 14566 | Added a new run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.728 | 10417 | Recursively removing directory: /tmp/git.ONQXUG/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.728 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.730 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.730 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.730 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.730 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.730 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.730 | 14572 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.730 | 10413 | Removed run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.730 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.730 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.730 | 10413 | Assigned run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.730 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0xuWJv +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.731 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.732 | 14571 | Marked run 368 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.732 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.733 | 14574 | Added a new run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.733 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.734 | 10414 | Recursively removing directory: /tmp/git.j5yLvV/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.736 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.736 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.736 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.736 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.736 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.736 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.736 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.736 | 14581 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.736 | 10413 | Removed run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.736 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.736 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.736 | 10413 | Assigned run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.737 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GhiLar +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.737 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.738 | 14579 | Added a new run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.738 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.739 | 14580 | Marked run 369 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.740 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.741 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.742 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.743 | 14585 | Added a new run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.743 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.743 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.745 | 10417 | Recursively removing directory: /tmp/git.0xuWJv/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.746 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.747 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.747 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.747 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.747 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.747 | 14598 | Added a new worker 9 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.747 | 10413 | Removed run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.747 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.748 | 10413 | Assigned run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.748 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.748 | 14593 | Added a new run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.748 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.747 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.748 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Tx9MzD +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.750 | 14595 | Marked run 370 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.750 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.750 | 10414 | Recursively removing directory: /tmp/git.GhiLar/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.751 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.752 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.752 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.752 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.752 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.752 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.752 | 14603 | Added a new worker 14 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.752 | 10413 | Removed run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.752 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.753 | 10413 | Assigned run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.753 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.753 | 14601 | Added a new run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.753 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AebJKr +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.754 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.755 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.755 | 14602 | Marked run 371 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.756 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.756 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.757 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.758 | 14606 | Added a new run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.759 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.759 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.759 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.761 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.763 | 14613 | Added a new run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.763 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.763 | 10417 | Recursively removing directory: /tmp/git.Tx9MzD/ +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.764 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.764 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.765 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.765 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.765 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.765 | 14621 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.765 | 10413 | Removed run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.765 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.765 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.765 | 10413 | Assigned run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.766 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FvJVjh +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.766 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.766 | 14620 | Marked run 372 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.766 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.767 | 10414 | Recursively removing directory: /tmp/git.AebJKr/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.768 | 14623 | Added a new run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.769 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.769 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.769 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.769 | 14625 | Added a new worker 10 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.769 | 10413 | Removed run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.769 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.769 | 10413 | Assigned run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.769 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.769 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.769 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.769 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.769 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LnA0jC +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.771 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.771 | 14624 | Marked run 373 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.771 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.772 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.773 | 14627 | Added a new run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.773 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.773 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.775 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.776 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.776 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.777 | 14631 | Added a new run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.779 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.780 | 10417 | Recursively removing directory: /tmp/git.FvJVjh/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.781 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.781 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.781 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.782 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.782 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.782 | 14645 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.782 | 10413 | Removed run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.782 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.782 | 10413 | Assigned run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.782 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.782 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.782 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xpn1lO +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.783 | 14641 | Added a new run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.783 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.784 | 10414 | Recursively removing directory: /tmp/git.LnA0jC/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.785 | 14643 | Marked run 374 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.786 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.786 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.786 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.786 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.786 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.786 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.786 | 14648 | Added a new worker 12 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.786 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.786 | 10413 | Removed run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.786 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.786 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.E7Rqne +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.786 | 10413 | Assigned run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.787 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.788 | 14647 | Marked run 375 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.788 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.788 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.789 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.790 | 14649 | Added a new run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.790 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.792 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.792 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.793 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.794 | 14653 | Added a new run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.794 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.796 | 10417 | Recursively removing directory: /tmp/git.xpn1lO/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.797 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.799 | 14662 | Added a new run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.799 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.799 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.799 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.799 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.799 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.799 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.800 | 14668 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.800 | 10413 | Removed run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.800 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.800 | 10413 | Assigned run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.800 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.800 | 10414 | Recursively removing directory: /tmp/git.E7Rqne/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.800 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZfpVgX +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.802 | 14666 | Marked run 376 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.802 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.802 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.802 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.802 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.802 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.802 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.802 | 14670 | Added a new worker 10 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.803 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.803 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.803 | 10413 | Removed run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.803 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.803 | 10413 | Assigned run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.803 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Et44nT +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.804 | 14669 | Marked run 377 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.805 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.805 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.806 | 14671 | Added a new run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.806 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.807 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.809 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.809 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.811 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.811 | 14675 | Added a new run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.811 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.813 | 10417 | Recursively removing directory: /tmp/git.ZfpVgX/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.814 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.815 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.815 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.816 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.816 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.816 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.816 | 14688 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.816 | 10413 | Removed run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.816 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.816 | 10413 | Assigned run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.816 | 14683 | Added a new run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.816 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.816 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AVHGum +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.817 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.818 | 10414 | Recursively removing directory: /tmp/git.Et44nT/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.818 | 14687 | Marked run 378 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.819 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.819 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.820 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.820 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.820 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.820 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.820 | 14693 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.820 | 10413 | Removed run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.820 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.820 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.820 | 10413 | Assigned run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.820 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.820 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AGLTV7 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.822 | 14692 | Marked run 379 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.822 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.823 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.823 | 14691 | Added a new run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.824 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.824 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.825 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.826 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.826 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.828 | 14698 | Added a new run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.828 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.830 | 10417 | Recursively removing directory: /tmp/git.AVHGum/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.831 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.832 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.832 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.832 | 10414 | Recursively removing directory: /tmp/git.AGLTV7/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.833 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.832 | 14708 | Added a new run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.833 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.833 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.833 | 14711 | Added a new worker 12 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.833 | 10413 | Removed run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.833 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.833 | 10413 | Assigned run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.833 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LJPcqn +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.834 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.834 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.835 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.835 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.835 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.835 | 14714 | Added a new worker 10 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.835 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.835 | 10413 | Removed run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.835 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.835 | 10413 | Assigned run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.836 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.K8PyZg +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.836 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.837 | 14710 | Marked run 380 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.837 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.839 | 14715 | Added a new run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.840 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.840 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.841 | 14713 | Marked run 381 as finished +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.841 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.842 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.842 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.843 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.843 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.844 | 14718 | Added a new run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.844 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.847 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.848 | 14727 | Added a new run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.848 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.849 | 10417 | Recursively removing directory: /tmp/git.LJPcqn/ +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.850 | 10414 | Recursively removing directory: /tmp/git.K8PyZg/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.850 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.850 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.850 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.851 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.851 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.851 | 14734 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.851 | 10413 | Removed run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.851 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.851 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.851 | 10413 | Assigned run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.851 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.851 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.851 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.851 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.851 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.851 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.851 | 14737 | Added a new worker 15 to the queue +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.852 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.S7CIeW +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.851 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.O84f9L +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.851 | 10413 | Removed run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.851 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.852 | 10413 | Assigned run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.852 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.856 | 14733 | Marked run 382 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.856 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.857 | 14735 | Added a new run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.858 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.858 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.859 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.860 | 14736 | Marked run 383 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.860 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.860 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.860 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.861 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.862 | 14740 | Added a new run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.863 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.865 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.866 | 10417 | Recursively removing directory: /tmp/git.O84f9L/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.867 | 14749 | Added a new run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.868 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.868 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.868 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.868 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.868 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.868 | 14756 | Added a new worker 10 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.868 | 10413 | Removed run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.868 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.868 | 10413 | Assigned run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.868 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.869 | 10414 | Recursively removing directory: /tmp/git.S7CIeW/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.868 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.869 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vQbiZy +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.870 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.871 | 14755 | Marked run 384 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.871 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.871 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.871 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.872 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.872 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.872 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.872 | 14759 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.872 | 10413 | Removed run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.872 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.872 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.872 | 10413 | Assigned run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.872 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AOtCHn +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.873 | 14757 | Added a new run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.873 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.875 | 14758 | Marked run 385 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.876 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.876 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.876 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.877 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.878 | 14761 | Added a new run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.878 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.879 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.880 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.880 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.881 | 14765 | Added a new run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.881 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.884 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.885 | 10417 | Recursively removing directory: /tmp/git.vQbiZy/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.885 | 14774 | Added a new run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.886 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.886 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.886 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.887 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.887 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.887 | 14780 | Added a new worker 10 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.887 | 10413 | Removed run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.887 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.887 | 10413 | Assigned run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.887 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.887 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.887 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kHfy6y +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.887 | 10414 | Recursively removing directory: /tmp/git.AOtCHn/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.888 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.889 | 14779 | Marked run 386 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.889 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.889 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.889 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.890 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.890 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.890 | 14783 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.890 | 10413 | Removed run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.890 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.890 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.890 | 10413 | Assigned run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.891 | 14781 | Added a new run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.890 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.890 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4uofnw +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.892 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.893 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.893 | 14782 | Marked run 387 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.894 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.894 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.895 | 14785 | Added a new run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.895 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.895 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.896 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.897 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.898 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.899 | 14790 | Added a new run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.899 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.902 | 10417 | Recursively removing directory: /tmp/git.kHfy6y/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.903 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.903 | 10414 | Recursively removing directory: /tmp/git.4uofnw/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.904 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.904 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.905 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.904 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.905 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.905 | 14803 | Added a new worker 12 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.905 | 10413 | Removed run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.905 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.905 | 10413 | Assigned run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.905 | 14801 | Added a new run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.905 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aqKNb9 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.905 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.905 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.906 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.906 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.906 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.906 | 14806 | Added a new worker 10 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.906 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.906 | 10413 | Removed run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.906 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.906 | 10413 | Assigned run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.906 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.t5vLvJ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.907 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.907 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.909 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.909 | 14802 | Marked run 388 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.909 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.910 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.910 | 14805 | Marked run 389 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.911 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.911 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.912 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.912 | 14807 | Added a new run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.912 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.913 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.915 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.916 | 14813 | Added a new run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.917 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.918 | 10417 | Recursively removing directory: /tmp/git.aqKNb9/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.919 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.920 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.920 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.920 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.920 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.920 | 14825 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.920 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.920 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2wSFar +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.920 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.921 | 10414 | Recursively removing directory: /tmp/git.t5vLvJ/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.920 | 10413 | Removed run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.920 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.920 | 10413 | Assigned run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.922 | 14823 | Added a new run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.922 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.923 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.923 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.923 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.923 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.923 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.923 | 14828 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.923 | 10413 | Removed run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.923 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.924 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.924 | 10413 | Assigned run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.924 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tnrIHP +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.924 | 14824 | Marked run 390 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.925 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.925 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.926 | 14827 | Marked run 391 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.926 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.928 | 14829 | Added a new run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.928 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.928 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.929 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.930 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.930 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.931 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.932 | 14832 | Added a new run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.932 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.935 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.936 | 14841 | Added a new run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.936 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.936 | 10417 | Recursively removing directory: /tmp/git.2wSFar/ +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.938 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.938 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.938 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.938 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.938 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.939 | 10414 | Recursively removing directory: /tmp/git.tnrIHP/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.939 | 14848 | Added a new worker 10 to the queue +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.939 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vn3QRa +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.939 | 10413 | Removed run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.939 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.939 | 10413 | Assigned run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.939 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.940 | 14847 | Marked run 392 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.941 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.941 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.941 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.942 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.942 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.942 | 14851 | Added a new worker 14 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.942 | 10413 | Removed run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.942 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.942 | 10413 | Assigned run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.942 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.942 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.942 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.D4wLZm +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.942 | 14849 | Added a new run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.943 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.945 | 14850 | Marked run 393 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.945 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.945 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.946 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.947 | 14853 | Added a new run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.947 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.947 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.947 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.948 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.949 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.951 | 14857 | Added a new run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.951 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.954 | 10417 | Recursively removing directory: /tmp/git.vn3QRa/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.954 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.955 | 10414 | Recursively removing directory: /tmp/git.D4wLZm/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.955 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.955 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.956 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.956 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.956 | 14871 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.956 | 10413 | Removed run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.956 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.956 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.956 | 10413 | Assigned run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.956 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.956 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FJKHxQ +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.957 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.957 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.958 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.958 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.958 | 14873 | Added a new worker 8 to the queue +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.958 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.958 | 10413 | Removed run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.958 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.958 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.958 | 10413 | Assigned run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.958 | 14869 | Added a new run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.958 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.958 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QVURwd +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.960 | 14870 | Marked run 394 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.960 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.962 | 14872 | Marked run 395 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.962 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.962 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.962 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.963 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.964 | 14875 | Added a new run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.964 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.964 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.965 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.967 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.970 | 10417 | Recursively removing directory: /tmp/git.FJKHxQ/ +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.972 | 10414 | Recursively removing directory: /tmp/git.QVURwd/ +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.972 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.972 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.972 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.972 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.972 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.972 | 14891 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.972 | 10413 | Removed run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.972 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.972 | 10413 | Assigned run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.972 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.972 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2Uv5WU +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.973 | 14880 | Added a new run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.974 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.974 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.974 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.975 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.975 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.975 | 14894 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.975 | 10413 | Removed run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.975 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.975 | 10413 | Assigned run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.975 | 14890 | Marked run 396 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.975 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.975 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.975 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.975 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.g0EN4u +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.977 | 14893 | Marked run 397 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.978 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.979 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.979 | 14895 | Added a new run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.980 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.980 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.980 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.981 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.982 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.984 | 14899 | Added a new run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.984 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.987 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.987 | 10417 | Recursively removing directory: /tmp/git.2Uv5WU/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.988 | 14910 | Added a new run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.989 | 10414 | Recursively removing directory: /tmp/git.g0EN4u/ +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.989 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.990 | 10417 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.990 | 10417 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.990 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.990 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.990 | 10417 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.990 | 14914 | Added a new worker 11 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.990 | 10413 | Removed run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.990 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.990 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.990 | 10413 | Assigned run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.991 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NrXU4u +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.991 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.991 | 10414 | Process exit code: 0 +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.991 | 10414 | Process output: 57 bytes +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.991 | 10414 | Waiting for a new command +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.991 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.991 | 14916 | Added a new worker 13 to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.991 | 10413 | Removed run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.991 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.991 | 10413 | Assigned run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.991 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.992 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.992 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qQdRGp +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.993 | 14913 | Marked run 398 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.993 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.994 | 14915 | Marked run 399 as finished +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.995 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.996 | 14917 | Added a new run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.996 | 10411 | Waiting for new connections +2024-04-25 03:44:24 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:24 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:24 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.997 | 10414 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.997 | 10417 | Checking out revision HEAD +2024-04-25 03:44:24 | INFO | 10414/cimple-worker: 2024-04-25 03:44:24.998 | 10414 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10417/cimple-worker: 2024-04-25 03:44:24.998 | 10417 | Going to run: ./ci +2024-04-25 03:44:24 | INFO | 10411/cimple-server: 2024-04-25 03:44:24.999 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.000 | 14921 | Added a new run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.001 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.003 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.005 | 10414 | Recursively removing directory: /tmp/git.qQdRGp/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.005 | 14931 | Added a new run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.005 | 10417 | Recursively removing directory: /tmp/git.NrXU4u/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.005 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.006 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.006 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.007 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.007 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.007 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.007 | 14936 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.007 | 10413 | Removed run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.007 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.007 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.007 | 10413 | Assigned run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.007 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.007 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.007 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.007 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DAaxjk +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.007 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.007 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.007 | 14938 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.007 | 10413 | Removed run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.007 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.007 | 10413 | Assigned run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.007 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.008 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3GbypP +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.008 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.009 | 14935 | Marked run 401 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.009 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.011 | 14939 | Added a new run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.011 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.013 | 14937 | Marked run 400 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.013 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.013 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.014 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.014 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.014 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.015 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.016 | 14941 | Added a new run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.016 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.018 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.020 | 14950 | Added a new run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.020 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.020 | 10417 | Recursively removing directory: /tmp/git.3GbypP/ +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.022 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.022 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.022 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.022 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.022 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.023 | 14958 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.023 | 10414 | Recursively removing directory: /tmp/git.DAaxjk/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.023 | 10413 | Removed run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.023 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.023 | 10413 | Assigned run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.023 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fpb9iD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.023 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.024 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.025 | 14957 | Marked run 403 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.025 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.025 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.025 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.026 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.026 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.026 | 14961 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.026 | 10413 | Removed run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.026 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.026 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.026 | 10413 | Assigned run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.026 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.026 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GawaHA +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.028 | 14959 | Added a new run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.028 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.029 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.030 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.031 | 14960 | Marked run 402 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.031 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.031 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.033 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.033 | 14964 | Added a new run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.033 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.033 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.036 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.037 | 10417 | Recursively removing directory: /tmp/git.fpb9iD/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.038 | 14972 | Added a new run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.038 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.039 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.039 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.039 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.039 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.039 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.039 | 14979 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.040 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1aKkmW +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.039 | 10413 | Removed run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.039 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.039 | 10413 | Assigned run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.040 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.041 | 10414 | Recursively removing directory: /tmp/git.GawaHA/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.041 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.042 | 14978 | Marked run 404 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.042 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.044 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.044 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.044 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.044 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.044 | 14981 | Added a new run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.044 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.044 | 14983 | Added a new worker 9 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.044 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.045 | 10413 | Removed run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.045 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.045 | 10413 | Assigned run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.045 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SDsgqz +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.046 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.046 | 14982 | Marked run 405 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.047 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.047 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.047 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.049 | 14985 | Added a new run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.049 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.051 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.051 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.053 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.054 | 10417 | Recursively removing directory: /tmp/git.1aKkmW/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.054 | 14990 | Added a new run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.055 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.056 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.056 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.056 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.056 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.056 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.056 | 14998 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.056 | 10413 | Removed run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.056 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.056 | 10413 | Assigned run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.056 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.056 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KNijFt +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.057 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.060 | 10414 | Recursively removing directory: /tmp/git.SDsgqz/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.060 | 15000 | Added a new run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.060 | 14997 | Marked run 406 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.060 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.060 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.061 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.061 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.061 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.062 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.062 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.062 | 15006 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.062 | 10413 | Removed run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.062 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.062 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.062 | 10413 | Assigned run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.062 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.a2uCIn +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.063 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.064 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.064 | 15005 | Marked run 407 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.065 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.065 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.066 | 15007 | Added a new run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.066 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.068 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.069 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.070 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.070 | 15012 | Added a new run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.071 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.072 | 10417 | Recursively removing directory: /tmp/git.KNijFt/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.073 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.074 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.074 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.074 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.074 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.074 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.074 | 15023 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.074 | 10413 | Removed run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.074 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.074 | 10413 | Assigned run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.075 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.075 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2Makks +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.075 | 15020 | Added a new run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.076 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.077 | 10414 | Recursively removing directory: /tmp/git.a2uCIn/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.077 | 15021 | Marked run 408 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.078 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.078 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.078 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.079 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.079 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.079 | 15028 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.079 | 10413 | Removed run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.079 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.079 | 10413 | Assigned run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.079 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.079 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.079 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eXTvsM +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.080 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.081 | 15027 | Marked run 409 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.081 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.082 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.082 | 15029 | Added a new run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.082 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.082 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.084 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.085 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.086 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.087 | 15033 | Added a new run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.088 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.090 | 10417 | Recursively removing directory: /tmp/git.2Makks/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.091 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.092 | 15044 | Added a new run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.092 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.092 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.092 | 10414 | Recursively removing directory: /tmp/git.eXTvsM/ +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.093 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.093 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.093 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.093 | 15047 | Added a new worker 12 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.093 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.093 | 10413 | Removed run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.093 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.093 | 10413 | Assigned run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.093 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9JmMIQ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.094 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.095 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.095 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.095 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.095 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.095 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.095 | 15050 | Added a new worker 6 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.095 | 10413 | Removed run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.095 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.095 | 10413 | Assigned run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.095 | 15046 | Marked run 410 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.096 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.096 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NSt0Ze +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.096 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.097 | 15049 | Marked run 411 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.097 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.099 | 15051 | Added a new run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.099 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.100 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.101 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.101 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.101 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.102 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.104 | 15055 | Added a new run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.104 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.107 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.108 | 15066 | Added a new run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.108 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.108 | 10417 | Recursively removing directory: /tmp/git.9JmMIQ/ +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.109 | 10414 | Recursively removing directory: /tmp/git.NSt0Ze/ +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.110 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.110 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.110 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.110 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.110 | 15070 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.110 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.110 | 10413 | Removed run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.110 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.110 | 10413 | Assigned run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.110 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.110 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.111 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.110 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.110 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uCuoTV +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.111 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.111 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.111 | 15072 | Added a new worker 12 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.111 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.111 | 10413 | Removed run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.111 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.111 | 10413 | Assigned run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.111 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.111 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZJCV1Z +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.113 | 15071 | Marked run 413 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.113 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.114 | 15069 | Marked run 412 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.115 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.116 | 15073 | Added a new run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.116 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.116 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.117 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.118 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.118 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.119 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.121 | 15078 | Added a new run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.121 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.124 | 10417 | Recursively removing directory: /tmp/git.uCuoTV/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.124 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.126 | 10414 | Recursively removing directory: /tmp/git.ZJCV1Z/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.126 | 15088 | Added a new run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.126 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.126 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.126 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.126 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.126 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.126 | 15091 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.126 | 10413 | Removed run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.126 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.127 | 10413 | Assigned run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.127 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.127 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3Pntvk +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.128 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.128 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.129 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.129 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.129 | 15090 | Marked run 414 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.129 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.129 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.129 | 15094 | Added a new worker 9 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.129 | 10413 | Removed run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.129 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.129 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.129 | 10413 | Assigned run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.129 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BYZ09O +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.130 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.131 | 15093 | Marked run 415 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.131 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.133 | 15095 | Added a new run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.133 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.134 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.134 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.135 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.136 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.136 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.137 | 15098 | Added a new run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.138 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.141 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.141 | 10417 | Recursively removing directory: /tmp/git.3Pntvk/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.142 | 15109 | Added a new run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.143 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.143 | 10414 | Recursively removing directory: /tmp/git.BYZ09O/ +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.143 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.143 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.143 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.143 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.144 | 15114 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.143 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.144 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BMfaik +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.144 | 10413 | Removed run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.144 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.144 | 10413 | Assigned run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.144 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.145 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.145 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.145 | 15116 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.145 | 10413 | Removed run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.145 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.145 | 10413 | Assigned run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.145 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.146 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.145 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.145 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.145 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.146 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nfSKN8 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.147 | 15113 | Marked run 416 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.147 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.150 | 15115 | Marked run 417 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.150 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.150 | 15117 | Added a new run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.150 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.151 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.151 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.151 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.152 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.153 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.154 | 15121 | Added a new run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.155 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.157 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.158 | 10417 | Recursively removing directory: /tmp/git.BMfaik/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.159 | 15132 | Added a new run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.159 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.159 | 10414 | Recursively removing directory: /tmp/git.nfSKN8/ +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.160 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.160 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.160 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.160 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.160 | 15136 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.160 | 10413 | Removed run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.160 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.160 | 10413 | Assigned run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.160 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.160 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.160 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.v7jk4A +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.161 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.161 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.161 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.161 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.161 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.161 | 15138 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.162 | 10413 | Removed run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.162 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.162 | 10413 | Assigned run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.162 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.162 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.162 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.C7uIon +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.163 | 15135 | Marked run 418 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.163 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.165 | 15137 | Marked run 419 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.165 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.166 | 15139 | Added a new run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.167 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.167 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.167 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.168 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.168 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.169 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.171 | 15143 | Added a new run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.171 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.174 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.175 | 10417 | Recursively removing directory: /tmp/git.v7jk4A/ +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.176 | 10414 | Recursively removing directory: /tmp/git.C7uIon/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.176 | 15155 | Added a new run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.176 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.177 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.177 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.177 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.177 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.177 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.177 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.177 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.178 | 15158 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.178 | 10413 | Removed run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.178 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.178 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.178 | 10413 | Assigned run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.178 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.178 | 15160 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.178 | 10413 | Removed run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.178 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.178 | 10413 | Assigned run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.178 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.178 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.178 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ev9nZA +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.178 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Gcjk3j +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.179 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.180 | 15157 | Marked run 420 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.180 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.181 | 15161 | Added a new run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.182 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.183 | 15159 | Marked run 421 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.183 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.184 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.184 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.184 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.185 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.186 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.186 | 15163 | Added a new run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.186 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.189 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.190 | 15172 | Added a new run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.191 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.191 | 10417 | Recursively removing directory: /tmp/git.Gcjk3j/ +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.192 | 10414 | Recursively removing directory: /tmp/git.Ev9nZA/ +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.193 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.193 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.193 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.193 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.193 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.193 | 15180 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.193 | 10413 | Removed run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.193 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.193 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.194 | 10413 | Assigned run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.194 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.194 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cpAc7x +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.194 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.194 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.194 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.194 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.194 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.195 | 15183 | Added a new worker 15 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.195 | 10413 | Removed run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.195 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.195 | 10413 | Assigned run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.195 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.195 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0hRPPe +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.196 | 15179 | Marked run 422 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.196 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.198 | 15181 | Added a new run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.199 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.200 | 15182 | Marked run 423 as finished +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.200 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.200 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.201 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.201 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.201 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.202 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.203 | 15186 | Added a new run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.203 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.205 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.207 | 15194 | Added a new run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.207 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.208 | 10417 | Recursively removing directory: /tmp/git.cpAc7x/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.210 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.210 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.210 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.210 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.210 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.210 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.210 | 15203 | Added a new worker 12 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.210 | 10413 | Removed run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.210 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.210 | 10413 | Assigned run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.210 | 10414 | Recursively removing directory: /tmp/git.0hRPPe/ +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.211 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KUdnKw +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.211 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.213 | 15201 | Added a new run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.213 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.213 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.213 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.213 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.213 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.214 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.214 | 15205 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.214 | 10413 | Removed run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.214 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.214 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.214 | 10413 | Assigned run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.214 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1rlsRv +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.215 | 15202 | Marked run 424 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.216 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.216 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.217 | 15204 | Marked run 425 as finished +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.217 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.217 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.219 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.219 | 15207 | Added a new run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.220 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.220 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.221 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.222 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.224 | 15213 | Added a new run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.224 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.225 | 10417 | Recursively removing directory: /tmp/git.KUdnKw/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.227 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.227 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.227 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.227 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.228 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.K9U0bq +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.228 | 10414 | Recursively removing directory: /tmp/git.1rlsRv/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.227 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.227 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.227 | 15225 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.227 | 10413 | Removed run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.227 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.228 | 10413 | Assigned run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.228 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.229 | 15223 | Added a new run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.230 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.230 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.230 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.230 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.230 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.230 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.231 | 15228 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.231 | 10413 | Removed run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.231 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.231 | 10413 | Assigned run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.231 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rm9Jry +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.231 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.232 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.233 | 15224 | Marked run 426 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.233 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.234 | 15227 | Marked run 427 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.234 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.235 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.235 | 15229 | Added a new run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.236 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.236 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.237 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.238 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.238 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.239 | 15232 | Added a new run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.240 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.242 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.243 | 10417 | Recursively removing directory: /tmp/git.K9U0bq/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.244 | 15242 | Added a new run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.244 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.245 | 10414 | Recursively removing directory: /tmp/git.rm9Jry/ +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.245 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.245 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.245 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.245 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.245 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.245 | 15248 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.246 | 10413 | Removed run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.246 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.246 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.246 | 10413 | Assigned run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.246 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LPohF7 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.247 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.247 | 15247 | Marked run 428 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.247 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.248 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.248 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.248 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.248 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.248 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.248 | 15251 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.248 | 10413 | Removed run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.248 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.248 | 10413 | Assigned run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.248 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.248 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.D7zyjw +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.249 | 15249 | Added a new run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.250 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.251 | 15250 | Marked run 429 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.251 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.252 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.252 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.254 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.254 | 15253 | Added a new run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.254 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.254 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.255 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.257 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.258 | 15258 | Added a new run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.259 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.261 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.262 | 10417 | Recursively removing directory: /tmp/git.LPohF7/ +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.262 | 10414 | Recursively removing directory: /tmp/git.D7zyjw/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.263 | 15269 | Added a new run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.263 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.264 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.264 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.264 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.264 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.264 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.264 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.264 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.264 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.264 | 15272 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.264 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.264 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.264 | 10413 | Removed run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.264 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.264 | 10413 | Assigned run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.264 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.265 | 15274 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.265 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.265 | 10413 | Removed run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.265 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.265 | 10413 | Assigned run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.266 | 15271 | Marked run 430 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.266 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.266 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.265 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.C4lC1o +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.264 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WbISOm +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.269 | 15273 | Marked run 431 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.269 | 15275 | Added a new run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.269 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.270 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.271 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.271 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.271 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.272 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.272 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.273 | 15278 | Added a new run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.274 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.277 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.278 | 10414 | Recursively removing directory: /tmp/git.C4lC1o/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.278 | 15290 | Added a new run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.278 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.279 | 10417 | Recursively removing directory: /tmp/git.WbISOm/ +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.280 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.280 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.280 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.280 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.280 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.280 | 15294 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.280 | 10413 | Removed run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.280 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.280 | 10413 | Assigned run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.280 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.g35sbX +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.280 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.280 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.281 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.281 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.281 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.281 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.281 | 15296 | Added a new worker 9 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.281 | 10413 | Removed run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.281 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.281 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.282 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cUGUe5 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.281 | 10413 | Assigned run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.281 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.283 | 15293 | Marked run 433 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.283 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.285 | 15297 | Added a new run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.285 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.287 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.287 | 15295 | Marked run 432 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.287 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.288 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.288 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.288 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.289 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.290 | 15300 | Added a new run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.290 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.293 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.294 | 15309 | Added a new run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.295 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.295 | 10414 | Recursively removing directory: /tmp/git.g35sbX/ +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.296 | 10417 | Recursively removing directory: /tmp/git.cUGUe5/ +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.296 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.296 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.297 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.297 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.297 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.297 | 15316 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.297 | 10413 | Removed run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.297 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.297 | 10413 | Assigned run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.297 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.298 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.297 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PgJc3J +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.299 | 15315 | Marked run 434 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.299 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.299 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.299 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.299 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.300 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.300 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.300 | 15319 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.300 | 10413 | Removed run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.300 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.300 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.300 | 10413 | Assigned run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.300 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uq6Weu +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.301 | 15317 | Added a new run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.301 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.303 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.304 | 15318 | Marked run 435 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.305 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.306 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.306 | 15321 | Added a new run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.307 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.307 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.307 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.308 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.309 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.311 | 15325 | Added a new run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.311 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.314 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.314 | 10414 | Recursively removing directory: /tmp/git.PgJc3J/ +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.315 | 10417 | Recursively removing directory: /tmp/git.uq6Weu/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.315 | 15337 | Added a new run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.316 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.317 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.317 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.317 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.317 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.317 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.317 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.317 | 15340 | Added a new worker 15 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.317 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.317 | 10413 | Removed run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.317 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.317 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.317 | 10413 | Assigned run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.316 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.316 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.317 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.318 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZI0i9n +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.318 | 15342 | Added a new worker 8 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.318 | 10413 | Removed run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.318 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.318 | 10413 | Assigned run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.318 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.319 | 15339 | Marked run 436 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.319 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.319 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.318 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0TwVlf +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.321 | 15341 | Marked run 437 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.321 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.322 | 15343 | Added a new run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.322 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.323 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.323 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.324 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.324 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.325 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.326 | 15347 | Added a new run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.327 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.329 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.331 | 15357 | Added a new run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.331 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.331 | 10417 | Recursively removing directory: /tmp/git.0TwVlf/ +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.332 | 10414 | Recursively removing directory: /tmp/git.ZI0i9n/ +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.333 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.333 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.333 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.333 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.333 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.333 | 15362 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.333 | 10413 | Removed run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.333 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.333 | 10413 | Assigned run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.333 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.334 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.334 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.334 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.334 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.334 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.334 | 15364 | Added a new worker 15 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.334 | 10413 | Removed run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.333 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nfmY6Z +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.335 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WHEShn +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.334 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.334 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.334 | 10413 | Assigned run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.334 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.336 | 15361 | Marked run 439 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.336 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.337 | 15365 | Added a new run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.338 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.339 | 15363 | Marked run 438 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.339 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.340 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.340 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.340 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.341 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.341 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.343 | 15368 | Added a new run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.343 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.346 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.347 | 15377 | Added a new run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.347 | 10417 | Recursively removing directory: /tmp/git.nfmY6Z/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.347 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.349 | 10414 | Recursively removing directory: /tmp/git.WHEShn/ +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.349 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.349 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.349 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.349 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.349 | 15384 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.349 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.349 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.350 | 10413 | Removed run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.350 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.350 | 10413 | Assigned run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.350 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PSMtW7 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.350 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.351 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.351 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.351 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.351 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.351 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.351 | 15387 | Added a new worker 16 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.351 | 10413 | Removed run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.351 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.351 | 10413 | Assigned run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.351 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.352 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LE1Zvq +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.352 | 15383 | Marked run 440 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.352 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.354 | 15385 | Added a new run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.354 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.356 | 15386 | Marked run 441 as finished +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.356 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.356 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.357 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.357 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.358 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.359 | 15389 | Added a new run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.359 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.359 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.361 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.363 | 15395 | Added a new run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.363 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.364 | 10417 | Recursively removing directory: /tmp/git.PSMtW7/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.365 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.366 | 10414 | Recursively removing directory: /tmp/git.LE1Zvq/ +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.367 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.367 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.367 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.367 | 15405 | Added a new run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.367 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.367 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.367 | 15407 | Added a new worker 6 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.367 | 10413 | Removed run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.367 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.367 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.367 | 10413 | Assigned run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.367 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.368 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.368 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.368 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7RkD0Z +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.368 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.368 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.368 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.368 | 15410 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.368 | 10413 | Removed run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.368 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.368 | 10413 | Assigned run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.368 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.369 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ImT7Lq +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.370 | 15406 | Marked run 442 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.370 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.371 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.372 | 15409 | Marked run 443 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.372 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.373 | 15411 | Added a new run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.374 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.374 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.374 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.375 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.375 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.376 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.378 | 15415 | Added a new run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.378 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.381 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.382 | 10414 | Recursively removing directory: /tmp/git.ImT7Lq/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.383 | 15426 | Added a new run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.383 | 10417 | Recursively removing directory: /tmp/git.7RkD0Z/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.383 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.384 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.384 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.384 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.384 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.384 | 15430 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.384 | 10413 | Removed run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.384 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.384 | 10413 | Assigned run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.384 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.384 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.384 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6NQZHl +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.386 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.386 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.386 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.386 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.386 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.386 | 15429 | Marked run 445 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.386 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.386 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.386 | 15433 | Added a new worker 7 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.386 | 10413 | Removed run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.386 | 10413 | Removed worker 7 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.387 | 15431 | Marked run 444 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.387 | 10413 | Assigned run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.387 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.387 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.387 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ogWPNY +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.388 | 15432 | Added a new run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.388 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.390 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.391 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.391 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.393 | 15435 | Added a new run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.393 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.393 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.394 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.396 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.397 | 15443 | Added a new run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.397 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.397 | 10414 | Recursively removing directory: /tmp/git.6NQZHl/ +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.399 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.399 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.399 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.399 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.400 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.400 | 15451 | Added a new worker 12 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.400 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.400 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.400 | 10413 | Removed run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.400 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.400 | 10413 | Assigned run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.400 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EdWcKL +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.401 | 10417 | Recursively removing directory: /tmp/git.ogWPNY/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.403 | 15452 | Added a new run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.403 | 15450 | Marked run 446 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.403 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.403 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.404 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.404 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.404 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.404 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.404 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.404 | 15456 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.404 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.404 | 10413 | Removed run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.404 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.404 | 10413 | Assigned run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.404 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zYD4Vd +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.406 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.407 | 15455 | Marked run 447 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.407 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.408 | 15457 | Added a new run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.408 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.408 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.409 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.410 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.411 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.411 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.412 | 15461 | Added a new run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.413 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.415 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.416 | 10414 | Recursively removing directory: /tmp/git.EdWcKL/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.417 | 15471 | Added a new run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.417 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.418 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.418 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.418 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.418 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.418 | 15477 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.418 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.418 | 10413 | Removed run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.418 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.418 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.418 | 10413 | Assigned run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.419 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1bCBlP +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.419 | 10417 | Recursively removing directory: /tmp/git.zYD4Vd/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.420 | 15476 | Marked run 448 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.420 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.421 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.421 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.421 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.421 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.421 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.421 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.421 | 15480 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.421 | 10413 | Removed run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.421 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.422 | 10413 | Assigned run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.422 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.422 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CLcHB9 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.422 | 15478 | Added a new run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.423 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.425 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.425 | 15479 | Marked run 449 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.426 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.426 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.426 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.427 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.428 | 15482 | Added a new run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.428 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.428 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.431 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.432 | 15490 | Added a new run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.433 | 10414 | Recursively removing directory: /tmp/git.1bCBlP/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.433 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.434 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.434 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.435 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.435 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.435 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.435 | 15499 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.435 | 10413 | Removed run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.435 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.435 | 10413 | Assigned run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.435 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.436 | 10417 | Recursively removing directory: /tmp/git.CLcHB9/ +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.436 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xJiozk +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.436 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.436 | 15498 | Marked run 450 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.437 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.438 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.438 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.438 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.438 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.438 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.438 | 15500 | Added a new run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.439 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.439 | 15502 | Added a new worker 8 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.439 | 10413 | Removed run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.439 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.439 | 10413 | Assigned run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.439 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.439 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bEzu7U +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.441 | 15501 | Marked run 451 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.441 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.442 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.442 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.443 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.444 | 15504 | Added a new run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.444 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.444 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.445 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.447 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.448 | 15510 | Added a new run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.448 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.450 | 10414 | Recursively removing directory: /tmp/git.xJiozk/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.451 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.452 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.452 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.452 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.452 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.452 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.452 | 15522 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.452 | 10413 | Removed run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.452 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.453 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.453 | 10413 | Assigned run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.453 | 15520 | Added a new run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.452 | 10417 | Recursively removing directory: /tmp/git.bEzu7U/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.453 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.453 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.89yChw +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.454 | 15521 | Marked run 452 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.454 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.455 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.455 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.455 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.455 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.455 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.455 | 15525 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.455 | 10413 | Removed run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.455 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.455 | 10413 | Assigned run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.456 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.456 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.n0O87r +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.456 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.457 | 15524 | Marked run 453 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.458 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.459 | 15526 | Added a new run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.459 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.459 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.460 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.461 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.461 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.462 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.464 | 15530 | Added a new run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.464 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.467 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.468 | 10414 | Recursively removing directory: /tmp/git.89yChw/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.468 | 15541 | Added a new run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.468 | 10417 | Recursively removing directory: /tmp/git.n0O87r/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.468 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.470 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.469 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.469 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.470 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.470 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.470 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.470 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.470 | 15545 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.471 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cZfie9 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.470 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.470 | 10413 | Removed run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.470 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.471 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7xpgXn +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.470 | 10413 | Assigned run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.470 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.470 | 15547 | Added a new worker 9 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.470 | 10413 | Removed run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.470 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.470 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.471 | 10413 | Assigned run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.471 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.471 | 15544 | Marked run 454 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.472 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.475 | 15546 | Marked run 455 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.475 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.475 | 15548 | Added a new run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.476 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.476 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.476 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.477 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.477 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.479 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.480 | 15552 | Added a new run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.481 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.484 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.484 | 10417 | Recursively removing directory: /tmp/git.7xpgXn/ +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.485 | 10414 | Recursively removing directory: /tmp/git.cZfie9/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.485 | 15564 | Added a new run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.486 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.486 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.486 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.486 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.486 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.486 | 15567 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.487 | 10413 | Removed run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.487 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.487 | 10413 | Assigned run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.487 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.487 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.487 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.487 | 15569 | Added a new worker 8 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.487 | 10413 | Removed run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.487 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.487 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.487 | 10413 | Assigned run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.486 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.486 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.486 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.487 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lHsuim +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.487 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.487 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dH2y8u +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.489 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.490 | 15566 | Marked run 457 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.490 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.491 | 15568 | Marked run 456 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.491 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.492 | 15570 | Added a new run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.493 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.493 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.493 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.494 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.494 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.495 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.497 | 15574 | Added a new run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.497 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.500 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.500 | 10417 | Recursively removing directory: /tmp/git.lHsuim/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.501 | 15585 | Added a new run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.502 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.502 | 10414 | Recursively removing directory: /tmp/git.dH2y8u/ +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.503 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.503 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.503 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.503 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.503 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.503 | 15589 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.503 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.503 | 10413 | Removed run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.503 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.503 | 10413 | Assigned run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.504 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.D5Hd0i +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.504 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.505 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.505 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.505 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.505 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.505 | 15588 | Marked run 458 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.505 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.505 | 15592 | Added a new worker 6 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.505 | 10413 | Removed run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.505 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.505 | 10413 | Assigned run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.505 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.505 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.506 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Fo7cfK +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.507 | 15590 | Added a new run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.507 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.509 | 15591 | Marked run 459 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.509 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.510 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.510 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.511 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.511 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.512 | 15594 | Added a new run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.512 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.512 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.515 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.517 | 15600 | Added a new run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.518 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.519 | 10417 | Recursively removing directory: /tmp/git.D5Hd0i/ +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.519 | 10414 | Recursively removing directory: /tmp/git.Fo7cfK/ +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.520 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.520 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.520 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.520 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.520 | 15611 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.520 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.520 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.521 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.521 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.521 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.521 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dKy0ug +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.521 | 10413 | Removed run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.521 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.521 | 10413 | Assigned run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.521 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.521 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.521 | 15613 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.521 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.521 | 10413 | Removed run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.522 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gGevOC +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.521 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.521 | 10413 | Assigned run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.522 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.524 | 15610 | Marked run 460 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.524 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.526 | 15614 | Added a new run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.526 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.528 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.528 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.529 | 15612 | Marked run 461 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.529 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.529 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.529 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.530 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.530 | 15616 | Added a new run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.531 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.533 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.535 | 15623 | Added a new run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.536 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.536 | 10417 | Recursively removing directory: /tmp/git.dKy0ug/ +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.537 | 10414 | Recursively removing directory: /tmp/git.gGevOC/ +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.538 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.538 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.538 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.538 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.538 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.538 | 15633 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.538 | 10413 | Removed run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.538 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.538 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.538 | 10413 | Assigned run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.539 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.539 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AQ1zxF +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.539 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.539 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.539 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.540 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.540 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.540 | 15636 | Added a new worker 16 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.540 | 10413 | Removed run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.540 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.540 | 10413 | Assigned run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.540 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.540 | 15632 | Marked run 462 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.540 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.540 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.F8VaEO +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.542 | 15634 | Added a new run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.542 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.544 | 15635 | Marked run 463 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.544 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.545 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.545 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.546 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.546 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.548 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.548 | 15638 | Added a new run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.548 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.551 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.552 | 10417 | Recursively removing directory: /tmp/git.AQ1zxF/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.553 | 15648 | Added a new run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.554 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.554 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.554 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.554 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.554 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.554 | 15655 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.554 | 10413 | Removed run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.554 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.554 | 10413 | Assigned run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.554 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.554 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.554 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Y22T9V +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.555 | 10414 | Recursively removing directory: /tmp/git.F8VaEO/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.556 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.556 | 15654 | Marked run 464 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.556 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.558 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.558 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.558 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.558 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.558 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.558 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Px4PCc +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.558 | 15658 | Added a new worker 12 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.558 | 10413 | Removed run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.558 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.558 | 10413 | Assigned run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.559 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.560 | 15657 | Marked run 465 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.560 | 15656 | Added a new run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.561 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.561 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.562 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.563 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.564 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.565 | 15661 | Added a new run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.565 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.565 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.568 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.569 | 10417 | Recursively removing directory: /tmp/git.Y22T9V/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.569 | 15670 | Added a new run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.569 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.571 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.571 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.571 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.571 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.571 | 15677 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.571 | 10413 | Removed run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.571 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.571 | 10413 | Assigned run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.571 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.571 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zqp3NG +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.572 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.572 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.572 | 10414 | Recursively removing directory: /tmp/git.Px4PCc/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.574 | 15676 | Marked run 466 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.574 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.575 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.575 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.576 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.575 | 15678 | Added a new run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.576 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.576 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.576 | 15680 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.576 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.576 | 10413 | Removed run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.576 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.576 | 10413 | Assigned run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.576 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.awNkTe +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.578 | 15679 | Marked run 467 as finished +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.578 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.578 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.578 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.580 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.580 | 15682 | Added a new run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.580 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.582 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.582 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.584 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.584 | 15686 | Added a new run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.584 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.587 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.587 | 10417 | Recursively removing directory: /tmp/git.zqp3NG/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.588 | 15694 | Added a new run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.588 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.589 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.589 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.590 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.590 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.590 | 15700 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.590 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.590 | 10413 | Removed run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.590 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zl3YEY +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.590 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.590 | 10413 | Assigned run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.590 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.591 | 10414 | Recursively removing directory: /tmp/git.awNkTe/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.592 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.592 | 15699 | Marked run 468 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.592 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.593 | 15702 | Added a new run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.594 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.594 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.594 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.594 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.594 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.594 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.594 | 15705 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.594 | 10413 | Removed run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.594 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.595 | 10413 | Assigned run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.595 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QzlZRI +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.595 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.597 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.597 | 15704 | Marked run 469 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.597 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.597 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.598 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.599 | 15706 | Added a new run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.599 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.600 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.601 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.602 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.603 | 15711 | Added a new run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.603 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.605 | 10417 | Recursively removing directory: /tmp/git.zl3YEY/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.606 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.607 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.607 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.608 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.607 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.608 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.608 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RNgPqH +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.608 | 15724 | Added a new worker 14 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.608 | 10413 | Removed run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.608 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.608 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.608 | 10413 | Assigned run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.608 | 15721 | Added a new run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.609 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.608 | 10414 | Recursively removing directory: /tmp/git.QzlZRI/ +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.610 | 15723 | Marked run 470 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.610 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.611 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.611 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.612 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.612 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.611 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.612 | 15727 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.612 | 10413 | Removed run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.612 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.612 | 10413 | Assigned run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.612 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.612 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.612 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6DL3in +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.613 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.614 | 15726 | Marked run 471 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.614 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.614 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.615 | 15728 | Added a new run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.616 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.618 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.618 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.619 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.620 | 15733 | Added a new run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.620 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.621 | 10417 | Recursively removing directory: /tmp/git.RNgPqH/ +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.622 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.623 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.623 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.623 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.623 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.623 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.623 | 15743 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.623 | 10413 | Removed run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.623 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.623 | 10413 | Assigned run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.623 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.623 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.acTfyG +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.625 | 15745 | Added a new run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.625 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.626 | 10414 | Recursively removing directory: /tmp/git.6DL3in/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.626 | 15742 | Marked run 472 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.627 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.628 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.628 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.628 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.628 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.628 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.628 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.628 | 15750 | Added a new worker 12 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.628 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.628 | 10413 | Removed run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.628 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.628 | 10413 | Assigned run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.628 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.M0UWqc +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.630 | 15749 | Marked run 473 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.630 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.630 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.631 | 15748 | Added a new run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.631 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.631 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.633 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.634 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.635 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.636 | 15755 | Added a new run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.637 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.638 | 10417 | Recursively removing directory: /tmp/git.acTfyG/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.639 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.640 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.640 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.640 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.640 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.640 | 15768 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.640 | 10413 | Removed run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.640 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.640 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.641 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VYTbpi +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.640 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.640 | 10413 | Assigned run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.641 | 10414 | Recursively removing directory: /tmp/git.M0UWqc/ +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.643 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.643 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.643 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.643 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.643 | 15770 | Added a new worker 15 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.643 | 10413 | Removed run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.643 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.643 | 10413 | Assigned run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.643 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.643 | 15765 | Added a new run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.643 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.643 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wsgUaH +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.644 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.645 | 15767 | Marked run 474 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.645 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.646 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.647 | 15769 | Marked run 475 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.647 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.648 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.648 | 15772 | Added a new run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.649 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.649 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.650 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.651 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.651 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.652 | 15776 | Added a new run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.652 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.655 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.656 | 15784 | Added a new run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.656 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.656 | 10417 | Recursively removing directory: /tmp/git.VYTbpi/ +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.658 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.658 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.658 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.658 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.658 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.658 | 10414 | Recursively removing directory: /tmp/git.wsgUaH/ +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.659 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZoUPpz +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.659 | 15791 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.659 | 10413 | Removed run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.659 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.659 | 10413 | Assigned run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.659 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.659 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.660 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.660 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.661 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.661 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.661 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.661 | 15794 | Added a new worker 15 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.661 | 10413 | Removed run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.661 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.661 | 10413 | Assigned run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.661 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.661 | 15790 | Marked run 476 as finished +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.661 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BWpdpq +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.661 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.663 | 15792 | Added a new run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.663 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.666 | 15793 | Marked run 477 as finished +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.666 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.666 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.666 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.666 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.667 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.667 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.668 | 15796 | Added a new run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.668 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.671 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.672 | 15803 | Added a new run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.672 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.673 | 10417 | Recursively removing directory: /tmp/git.ZoUPpz/ +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.674 | 10414 | Recursively removing directory: /tmp/git.BWpdpq/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.675 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.675 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.675 | 15813 | Added a new worker 12 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.675 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.675 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.675 | 10413 | Removed run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.675 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.675 | 10413 | Assigned run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.675 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.675 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.675 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.675 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RFmb5t +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.676 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.676 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.676 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.676 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.676 | 15816 | Added a new worker 15 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.676 | 10413 | Removed run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.676 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.676 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.676 | 10413 | Assigned run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.676 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.677 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rbS2Pq +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.678 | 15812 | Marked run 478 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.678 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.679 | 15815 | Marked run 479 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.679 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.680 | 15814 | Added a new run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.681 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.682 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.682 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.683 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.683 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.684 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.685 | 15819 | Added a new run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.686 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.688 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.689 | 10417 | Recursively removing directory: /tmp/git.RFmb5t/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.690 | 15830 | Added a new run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.690 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.690 | 10414 | Recursively removing directory: /tmp/git.rbS2Pq/ +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.691 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.691 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.691 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.692 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3mZJLy +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.691 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.691 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.691 | 15835 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.691 | 10413 | Removed run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.691 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.691 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.691 | 10413 | Assigned run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.692 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.692 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.692 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.692 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.692 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.693 | 15837 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.693 | 10413 | Removed run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.693 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.693 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.693 | 10413 | Assigned run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.693 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.693 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1wjqOA +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.694 | 15834 | Marked run 480 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.694 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.696 | 15838 | Added a new run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.696 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.698 | 15836 | Marked run 481 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.698 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.698 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.698 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.699 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.699 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.699 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.701 | 15840 | Added a new run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.701 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.703 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.705 | 15850 | Added a new run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.705 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.706 | 10417 | Recursively removing directory: /tmp/git.3mZJLy/ +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.707 | 10414 | Recursively removing directory: /tmp/git.1wjqOA/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.708 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.708 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.708 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.708 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.708 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.708 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.708 | 15858 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.708 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.708 | 10413 | Removed run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.708 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.708 | 10413 | Assigned run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.708 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JZQCXf +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.709 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.709 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.709 | 15856 | Added a new run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.709 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.710 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.710 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.710 | 15860 | Added a new worker 15 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.710 | 10413 | Removed run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.710 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.710 | 10413 | Assigned run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.710 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.710 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qxMKCY +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.711 | 15857 | Marked run 482 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.712 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.713 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.713 | 15859 | Marked run 483 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.714 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.715 | 15862 | Added a new run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.715 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.715 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.716 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.716 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.717 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.718 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.720 | 15866 | Added a new run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.720 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.722 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.723 | 10417 | Recursively removing directory: /tmp/git.JZQCXf/ +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.724 | 10414 | Recursively removing directory: /tmp/git.qxMKCY/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.724 | 15877 | Added a new run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.725 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.725 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.725 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.725 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.725 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.726 | 15881 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.726 | 10413 | Removed run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.726 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.726 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.726 | 10413 | Assigned run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.726 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RY7wOn +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.726 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.726 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.726 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.726 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.726 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.726 | 15883 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.726 | 10413 | Removed run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.726 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.727 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EvJLjH +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.726 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.727 | 10413 | Assigned run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.728 | 15880 | Marked run 484 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.728 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.728 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.729 | 15882 | Marked run 485 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.730 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.731 | 15884 | Added a new run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.731 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.732 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.733 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.733 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.734 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.734 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.736 | 15888 | Added a new run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.736 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.740 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.740 | 10417 | Recursively removing directory: /tmp/git.RY7wOn/ +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.741 | 10414 | Recursively removing directory: /tmp/git.EvJLjH/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.742 | 15900 | Added a new run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.742 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.742 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.742 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.742 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.742 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.742 | 15903 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.742 | 10413 | Removed run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.742 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.743 | 10413 | Assigned run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.743 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.743 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.743 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.743 | 15905 | Added a new worker 12 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.743 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.743 | 10413 | Removed run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.743 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.743 | 10413 | Assigned run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.743 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.743 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.743 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.743 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VOSEOZ +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.742 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.743 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ik3gkS +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.746 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.746 | 15902 | Marked run 486 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.746 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.747 | 15904 | Marked run 487 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.747 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.749 | 15906 | Added a new run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.749 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.749 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.749 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.750 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.750 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.751 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.753 | 15910 | Added a new run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.754 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.756 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.757 | 10414 | Recursively removing directory: /tmp/git.VOSEOZ/ +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.757 | 10417 | Recursively removing directory: /tmp/git.Ik3gkS/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.758 | 15922 | Added a new run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.759 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.759 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.759 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.759 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.759 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.759 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.759 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.759 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.759 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.759 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.759 | 15925 | Added a new worker 14 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.759 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.759 | 10413 | Removed run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.759 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.760 | 10413 | Assigned run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.760 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.760 | 15927 | Added a new worker 9 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.760 | 10413 | Removed run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.760 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.760 | 10413 | Assigned run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.760 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.760 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1osiYC +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.760 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2j3YC9 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.761 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.762 | 15924 | Marked run 489 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.762 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.763 | 15928 | Added a new run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.764 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.765 | 15926 | Marked run 488 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.765 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.766 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.766 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.767 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.767 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.768 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.769 | 15931 | Added a new run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.769 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.772 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.773 | 15939 | Added a new run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.773 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.773 | 10414 | Recursively removing directory: /tmp/git.1osiYC/ +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.775 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.775 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.775 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.775 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.776 | 10417 | Recursively removing directory: /tmp/git.2j3YC9/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.776 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.776 | 15947 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.776 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.776 | 10413 | Removed run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.776 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.776 | 10413 | Assigned run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.776 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lZZ1IV +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.776 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.777 | 15946 | Marked run 490 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.777 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.779 | 15948 | Added a new run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.779 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.779 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.779 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.779 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.779 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.779 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.779 | 15950 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.779 | 10413 | Removed run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.779 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.779 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.779 | 10413 | Assigned run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.780 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ObUdXn +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.782 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.782 | 15949 | Marked run 491 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.782 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.782 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.783 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.784 | 15952 | Added a new run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.784 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.785 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.786 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.787 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.789 | 15958 | Added a new run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.789 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.790 | 10414 | Recursively removing directory: /tmp/git.lZZ1IV/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.792 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.792 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.792 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.792 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.792 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.792 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.792 | 15970 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.792 | 10413 | Removed run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.792 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.792 | 10413 | Assigned run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.792 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.792 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KTq3jC +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.793 | 10417 | Recursively removing directory: /tmp/git.ObUdXn/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.793 | 15968 | Added a new run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.794 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.796 | 15969 | Marked run 492 as finished +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.796 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.796 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.796 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.796 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.796 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.796 | 15973 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.796 | 10413 | Removed run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.796 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.796 | 10413 | Assigned run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.796 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.796 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.11by8z +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.798 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.798 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.799 | 15972 | Marked run 493 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.799 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.799 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.800 | 15974 | Added a new run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.801 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.802 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.803 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.803 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.805 | 15980 | Added a new run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.805 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.806 | 10414 | Recursively removing directory: /tmp/git.KTq3jC/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.808 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.808 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.808 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.808 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.808 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.808 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.808 | 15991 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.808 | 10413 | Removed run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.808 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.808 | 10413 | Assigned run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.808 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.809 | 15988 | Added a new run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.808 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Dlbfff +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.810 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.811 | 10417 | Recursively removing directory: /tmp/git.11by8z/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.812 | 15990 | Marked run 494 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.812 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.813 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.813 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.813 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.813 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.813 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.813 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.813 | 15996 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.813 | 10413 | Removed run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.813 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.813 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.813 | 10413 | Assigned run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.814 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vwwqmH +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.814 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.814 | 15994 | Added a new run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.815 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.815 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.816 | 15995 | Marked run 495 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.817 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.818 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.819 | 15999 | Added a new run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.819 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.820 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.821 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.822 | 10414 | Recursively removing directory: /tmp/git.Dlbfff/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.822 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.824 | 16007 | Added a new run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.824 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.825 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.825 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.825 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.825 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.825 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.825 | 16011 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.825 | 10413 | Removed run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.825 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.825 | 10413 | Assigned run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.825 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.825 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mHrmMi +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.828 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.828 | 10417 | Recursively removing directory: /tmp/git.vwwqmH/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.828 | 16010 | Marked run 496 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.828 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.830 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.830 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.830 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.830 | 16016 | Added a new run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.830 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.830 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.830 | 16018 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.830 | 10413 | Removed run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.830 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.831 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.831 | 10413 | Assigned run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.831 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oCmDXx +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.831 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.833 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.833 | 16017 | Marked run 497 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.833 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.833 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.835 | 16021 | Added a new run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.835 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.836 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.837 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.838 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.840 | 10414 | Recursively removing directory: /tmp/git.mHrmMi/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.840 | 16028 | Added a new run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.840 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.841 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.841 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.841 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.842 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.842 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.842 | 16034 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.842 | 10413 | Removed run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.842 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.842 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.842 | 10413 | Assigned run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.842 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cTJHQJ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.843 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.844 | 16033 | Marked run 498 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.844 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.845 | 10417 | Recursively removing directory: /tmp/git.oCmDXx/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.846 | 16035 | Added a new run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.846 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.847 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.847 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.847 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.847 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.847 | 16041 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.847 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.848 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wVxkWt +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.848 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.847 | 10413 | Removed run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.847 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.847 | 10413 | Assigned run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.848 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.849 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.849 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.850 | 16040 | Marked run 499 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.850 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.853 | 16042 | Added a new run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.853 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.853 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.854 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.856 | 10414 | Recursively removing directory: /tmp/git.cTJHQJ/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.856 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.858 | 16051 | Added a new run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.858 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.858 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.858 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.858 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.858 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.859 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.859 | 16056 | Added a new worker 6 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.859 | 10413 | Removed run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.859 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.859 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.859 | 10413 | Assigned run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.859 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eXbrnP +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.860 | 16054 | Marked run 500 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.860 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.861 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.862 | 10417 | Recursively removing directory: /tmp/git.wVxkWt/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.863 | 16060 | Added a new run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.863 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.864 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.864 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.864 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.864 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.864 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.864 | 16063 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.864 | 10413 | Removed run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.864 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.865 | 10413 | Assigned run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.865 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.865 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3J0sCE +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.865 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.867 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.867 | 16062 | Marked run 501 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.867 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.867 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.868 | 16064 | Added a new run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.869 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.870 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.871 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.872 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.873 | 16072 | Added a new run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.873 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.874 | 10414 | Recursively removing directory: /tmp/git.eXbrnP/ +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.876 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.876 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.876 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.876 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.876 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.876 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.876 | 16079 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.876 | 10413 | Removed run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.876 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.876 | 10413 | Assigned run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.876 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.876 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fnZxYi +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.877 | 16077 | Marked run 502 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.877 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.879 | 16078 | Added a new run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.879 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.879 | 10417 | Recursively removing directory: /tmp/git.3J0sCE/ +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.881 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.881 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.881 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.881 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.881 | 16085 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.881 | 10413 | Removed run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.881 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.881 | 10413 | Assigned run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.882 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.882 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.881 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.882 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8hcSqC +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.883 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.883 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.884 | 16086 | Added a new run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.884 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.886 | 16084 | Marked run 503 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.886 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.887 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.888 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.889 | 16091 | Added a new run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.889 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.889 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.891 | 10414 | Recursively removing directory: /tmp/git.fnZxYi/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.891 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.893 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.893 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.893 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.893 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.893 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.893 | 16101 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.893 | 10413 | Removed run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.893 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.893 | 10413 | Assigned run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.893 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.894 | 16097 | Added a new run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.894 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.893 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yZeMzQ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.896 | 16100 | Marked run 504 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.896 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.897 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.897 | 10417 | Recursively removing directory: /tmp/git.8hcSqC/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.899 | 16106 | Added a new run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.899 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.899 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.900 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.900 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.900 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.900 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.900 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.900 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.900 | 16109 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.900 | 10413 | Removed run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.900 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.900 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.900 | 10413 | Assigned run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.901 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HRfhSE +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.902 | 16108 | Marked run 505 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.902 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.903 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.904 | 16111 | Added a new run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.904 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.907 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.907 | 10414 | Recursively removing directory: /tmp/git.yZeMzQ/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.907 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.908 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.909 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.909 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.910 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.910 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AFk7yA +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.909 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.910 | 16118 | Added a new run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.910 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.910 | 16121 | Added a new worker 6 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.910 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.910 | 10413 | Removed run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.910 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.910 | 10413 | Assigned run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.910 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.912 | 16120 | Marked run 506 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.912 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.913 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.914 | 16127 | Added a new run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.914 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.915 | 10417 | Recursively removing directory: /tmp/git.HRfhSE/ +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.916 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.916 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.916 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.916 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.917 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.917 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.917 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.917 | 16132 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.917 | 10413 | Removed run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.917 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.917 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.917 | 10413 | Assigned run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.917 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gWHvaO +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.918 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.919 | 16131 | Marked run 507 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.919 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.920 | 16133 | Added a new run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.920 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.923 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.923 | 10414 | Recursively removing directory: /tmp/git.AFk7yA/ +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.923 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.925 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.925 | 16140 | Added a new run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.925 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.925 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.925 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.925 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.925 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.926 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.926 | 16144 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.926 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.926 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.peGAQ0 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.926 | 10413 | Removed run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.926 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.926 | 10413 | Assigned run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.928 | 16141 | Marked run 508 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.928 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.928 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.930 | 16146 | Added a new run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.930 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.932 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.932 | 10417 | Recursively removing directory: /tmp/git.gWHvaO/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.933 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.933 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.935 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.935 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.935 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.935 | 16152 | Added a new run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.935 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.935 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.935 | 16156 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.935 | 10413 | Removed run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.935 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.935 | 10413 | Assigned run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.936 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.936 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tnqC3w +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.937 | 16154 | Marked run 509 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.937 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.938 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.940 | 10414 | Recursively removing directory: /tmp/git.peGAQ0/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.940 | 16161 | Added a new run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.940 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.941 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.942 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.942 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.942 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.942 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.942 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.942 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.942 | 16165 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.942 | 10413 | Removed run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.942 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.942 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.942 | 10413 | Assigned run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.942 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jFjN4f +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.943 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.944 | 16164 | Marked run 510 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.944 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.946 | 16167 | Added a new run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.946 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.949 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.949 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.949 | 10417 | Recursively removing directory: /tmp/git.tnqC3w/ +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.950 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.951 | 16174 | Added a new run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.951 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.952 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.952 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.952 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.952 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OsgxlX +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.952 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.952 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.952 | 16178 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.952 | 10413 | Removed run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.952 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.952 | 10413 | Assigned run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.952 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.954 | 16176 | Marked run 511 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.954 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.954 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.955 | 16180 | Added a new run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.956 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.957 | 10414 | Recursively removing directory: /tmp/git.jFjN4f/ +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.958 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.958 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.959 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.959 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.959 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.959 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.959 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.959 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.959 | 16189 | Added a new worker 13 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.959 | 10413 | Removed run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.959 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.959 | 10413 | Assigned run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.960 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.960 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3zlsCk +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.961 | 16186 | Added a new run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.961 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.963 | 16188 | Marked run 512 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.963 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.964 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.965 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.966 | 10417 | Recursively removing directory: /tmp/git.OsgxlX/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.966 | 16195 | Added a new run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.966 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.966 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.967 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.967 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.968 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.968 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.968 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.968 | 16200 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.968 | 10413 | Removed run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.968 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.968 | 10413 | Assigned run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.968 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zxVAk9 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.969 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.969 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.970 | 16199 | Marked run 513 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.970 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.972 | 16201 | Added a new run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.972 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.973 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.974 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.974 | 10414 | Recursively removing directory: /tmp/git.3zlsCk/ +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.975 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.977 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.977 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.977 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.977 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.977 | 16212 | Added a new worker 8 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.977 | 16209 | Added a new run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.977 | 10413 | Removed run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.977 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.978 | 10413 | Assigned run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.978 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.977 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.978 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.46UyOw +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.978 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.979 | 16211 | Marked run 514 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.980 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.981 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.982 | 10417 | Recursively removing directory: /tmp/git.zxVAk9/ +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.983 | 10414 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.983 | 16218 | Added a new run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.984 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.984 | 10417 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.984 | 10417 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.984 | 10417 | Waiting for a new command +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.984 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.985 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.985 | 16221 | Added a new worker 10 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.985 | 10413 | Removed run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.985 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.985 | 10413 | Assigned run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.985 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.984 | 10414 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.985 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NVJuom +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.987 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.988 | 16220 | Marked run 515 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.989 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.990 | 16223 | Added a new run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.990 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.991 | 10414 | Recursively removing directory: /tmp/git.46UyOw/ +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.991 | 10417 | Checking out revision HEAD +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.992 | 10414 | Process exit code: 0 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.992 | 10414 | Process output: 57 bytes +2024-04-25 03:44:25 | INFO | 10417/cimple-worker: 2024-04-25 03:44:25.992 | 10417 | Going to run: ./ci +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.992 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.993 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.993 | 10414 | Waiting for a new command +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.993 | 16231 | Added a new worker 11 to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.993 | 10413 | Removed run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.993 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.993 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.993 | 10413 | Assigned run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.993 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PxJP8z +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.994 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.995 | 16230 | Marked run 516 as finished +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.995 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.997 | 16233 | Added a new run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:25 | INFO | 10411/cimple-server: 2024-04-25 03:44:25.997 | 10411 | Waiting for new connections +2024-04-25 03:44:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:25 | INFO | 10414/cimple-worker: 2024-04-25 03:44:25.999 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.000 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.000 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.001 | 10417 | Recursively removing directory: /tmp/git.NVJuom/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.002 | 16240 | Added a new run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.002 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.003 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.003 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.003 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.003 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.003 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.003 | 16245 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.003 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.003 | 10413 | Removed run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.003 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.003 | 10413 | Assigned run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.004 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iRPzcg +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.004 | 16244 | Marked run 517 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.004 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.006 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.007 | 10414 | Recursively removing directory: /tmp/git.PxJP8z/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.007 | 16249 | Added a new run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.008 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.009 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.009 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.009 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.009 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.009 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.009 | 16253 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.010 | 10413 | Removed run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.010 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.010 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.010 | 10413 | Assigned run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.010 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1cgkag +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.010 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.011 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.011 | 16252 | Marked run 518 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.011 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.012 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.013 | 16254 | Added a new run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.013 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.016 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.016 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.016 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.018 | 16259 | Added a new run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.018 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.019 | 10417 | Recursively removing directory: /tmp/git.iRPzcg/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.020 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.020 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.020 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.021 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.021 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.021 | 16269 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.021 | 10413 | Removed run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.021 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.021 | 10413 | Assigned run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.021 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.021 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.021 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.L5DCE5 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.022 | 16266 | Added a new run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.022 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.024 | 16268 | Marked run 519 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.024 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.024 | 10414 | Recursively removing directory: /tmp/git.1cgkag/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.025 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.027 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.027 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.027 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.027 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.027 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.027 | 16276 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.027 | 10413 | Removed run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.027 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.027 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.027 | 10413 | Assigned run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.028 | 16274 | Added a new run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.027 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.po4th7 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.028 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.029 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.028 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.031 | 16275 | Marked run 520 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.031 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.031 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.033 | 16280 | Added a new run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.033 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.033 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.034 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.036 | 10417 | Recursively removing directory: /tmp/git.L5DCE5/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.036 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.038 | 16287 | Added a new run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.038 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.038 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.038 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.038 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.038 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.038 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.039 | 16292 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.039 | 10413 | Removed run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.039 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.039 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.039 | 10413 | Assigned run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.039 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mhY82T +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.041 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.041 | 16290 | Marked run 521 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.042 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.042 | 10414 | Recursively removing directory: /tmp/git.po4th7/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.043 | 16295 | Added a new run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.043 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.044 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.044 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.045 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.044 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.044 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.045 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.045 | 16299 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.045 | 10413 | Removed run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.045 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.045 | 10413 | Assigned run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.045 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.045 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.045 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.m98LEY +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.046 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.046 | 16298 | Marked run 522 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.047 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.048 | 16300 | Added a new run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.048 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.051 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.051 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.052 | 16305 | Added a new run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.052 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.053 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.054 | 10417 | Recursively removing directory: /tmp/git.mhY82T/ +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.055 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.055 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.055 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.056 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.056 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.056 | 16314 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.056 | 10413 | Removed run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.056 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.056 | 10413 | Assigned run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.056 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.056 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8TGtgw +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.056 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.058 | 16312 | Marked run 523 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.059 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.059 | 10414 | Recursively removing directory: /tmp/git.m98LEY/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.060 | 16315 | Added a new run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.060 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.061 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.061 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.061 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.061 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.061 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.061 | 16321 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.061 | 10413 | Removed run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.061 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.061 | 10413 | Assigned run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.061 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.062 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GbVRTc +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.062 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.063 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.063 | 16320 | Marked run 524 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.064 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.064 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.065 | 16322 | Added a new run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.066 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.068 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.069 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.069 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.070 | 16329 | Added a new run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.070 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.071 | 10417 | Recursively removing directory: /tmp/git.8TGtgw/ +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.073 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.073 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.073 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.073 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.073 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.073 | 16336 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.073 | 10413 | Removed run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.073 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.073 | 10413 | Assigned run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.074 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.074 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Bnpfay +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.075 | 16335 | Marked run 525 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.075 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.076 | 10414 | Recursively removing directory: /tmp/git.GbVRTc/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.076 | 16339 | Added a new run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.076 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.078 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.078 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.078 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.078 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.078 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.078 | 16343 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.078 | 10413 | Removed run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.078 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.078 | 10413 | Assigned run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.079 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.079 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rHO6SY +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.079 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.080 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.080 | 16342 | Marked run 526 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.080 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.081 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.082 | 16344 | Added a new run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.082 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.084 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.085 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.086 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.086 | 16349 | Added a new run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.087 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.088 | 10417 | Recursively removing directory: /tmp/git.Bnpfay/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.089 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.089 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.089 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.089 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.089 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.089 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.090 | 16358 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.090 | 10413 | Removed run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.090 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.090 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.090 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6I6Qax +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.090 | 10413 | Assigned run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.091 | 16356 | Added a new run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.092 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.093 | 16357 | Marked run 527 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.093 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.094 | 10414 | Recursively removing directory: /tmp/git.rHO6SY/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.095 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.096 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.097 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.097 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.097 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.097 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.r0kR6d +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.097 | 16364 | Added a new run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.097 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.097 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.097 | 16366 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.097 | 10413 | Removed run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.097 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.097 | 10413 | Assigned run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.098 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.098 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.097 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.099 | 16365 | Marked run 528 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.099 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.101 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.102 | 16371 | Added a new run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.102 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.103 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.104 | 10417 | Recursively removing directory: /tmp/git.6I6Qax/ +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.104 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.105 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.105 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.105 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.106 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.106 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.106 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.106 | 16379 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.106 | 10413 | Removed run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.106 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.106 | 10413 | Assigned run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.106 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.106 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NLHxtl +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.107 | 16377 | Added a new run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.108 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.109 | 16378 | Marked run 529 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.109 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.110 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.112 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.112 | 16385 | Added a new run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.112 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.112 | 10414 | Recursively removing directory: /tmp/git.r0kR6d/ +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.113 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.114 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.114 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.114 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.114 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.114 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.115 | 16390 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.115 | 10413 | Removed run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.115 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.115 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.115 | 10413 | Assigned run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.115 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.92JExq +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.115 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.116 | 16389 | Marked run 530 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.116 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.118 | 16392 | Added a new run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.118 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.120 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.120 | 10417 | Recursively removing directory: /tmp/git.NLHxtl/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.121 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.121 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.123 | 16398 | Added a new run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.123 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.123 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.123 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.123 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.123 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.123 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.123 | 16401 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.123 | 10413 | Removed run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.123 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.124 | 10413 | Assigned run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.124 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4vgxFQ +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.124 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.125 | 16400 | Marked run 531 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.125 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.126 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.128 | 16405 | Added a new run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.128 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.129 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.129 | 10414 | Recursively removing directory: /tmp/git.92JExq/ +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.130 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.131 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.131 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.131 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.131 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.131 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.131 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.131 | 16413 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.131 | 10413 | Removed run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.131 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.131 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.131 | 10413 | Assigned run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.132 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WqpRru +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.132 | 16411 | Added a new run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.132 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.134 | 16412 | Marked run 532 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.134 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.135 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.137 | 16417 | Added a new run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.137 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.138 | 10417 | Recursively removing directory: /tmp/git.4vgxFQ/ +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.138 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.139 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.139 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.139 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.139 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.139 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.139 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.140 | 16424 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.140 | 10413 | Removed run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.140 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.140 | 10413 | Assigned run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.140 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.140 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.140 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zt7H19 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.141 | 16423 | Marked run 533 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.141 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.143 | 16425 | Added a new run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.143 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.145 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.146 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.146 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.146 | 10414 | Recursively removing directory: /tmp/git.WqpRru/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.148 | 16432 | Added a new run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.148 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.148 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.149 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.149 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9y7YLH +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.149 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.149 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.149 | 16436 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.149 | 10413 | Removed run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.149 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.149 | 10413 | Assigned run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.150 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.150 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.151 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.151 | 16434 | Marked run 534 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.151 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.153 | 10417 | Recursively removing directory: /tmp/git.zt7H19/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.154 | 16439 | Added a new run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.154 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.155 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.155 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.155 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.155 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.155 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.155 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.156 | 16445 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.156 | 10413 | Removed run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.156 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.156 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.156 | 10413 | Assigned run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.156 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qOu6nI +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.157 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.157 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.158 | 16444 | Marked run 535 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.158 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.159 | 16446 | Added a new run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.159 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.161 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.161 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.163 | 16451 | Added a new run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.163 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.163 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.164 | 10414 | Recursively removing directory: /tmp/git.9y7YLH/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.166 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.166 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.166 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.166 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.166 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.166 | 16460 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.166 | 10413 | Removed run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.166 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.166 | 10413 | Assigned run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.166 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.167 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3cAybG +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.167 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.168 | 16458 | Added a new run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.168 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.169 | 16459 | Marked run 536 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.169 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.171 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.172 | 10417 | Recursively removing directory: /tmp/git.qOu6nI/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.172 | 16466 | Added a new run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.173 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.173 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.173 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.173 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.174 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.174 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.174 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.174 | 16469 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.174 | 10413 | Removed run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.174 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.174 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.174 | 10413 | Assigned run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.174 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.174 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.idOiPd +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.175 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.176 | 16468 | Marked run 537 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.176 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.177 | 16471 | Added a new run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.178 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.179 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.180 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.180 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.181 | 10414 | Recursively removing directory: /tmp/git.3cAybG/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.182 | 16478 | Added a new run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.182 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.183 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.183 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.183 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.183 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.183 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.183 | 16483 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.183 | 10413 | Removed run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.183 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.183 | 10413 | Assigned run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.183 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.J3NuYr +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.184 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.185 | 16482 | Marked run 538 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.185 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.186 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.187 | 16487 | Added a new run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.187 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.187 | 10417 | Recursively removing directory: /tmp/git.idOiPd/ +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.189 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.189 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.189 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.189 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.189 | 16491 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.189 | 10413 | Removed run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.189 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.190 | 10413 | Assigned run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.190 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.189 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.189 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.190 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.l5TubW +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.190 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.190 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.192 | 16490 | Marked run 539 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.192 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.194 | 16492 | Added a new run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.194 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.195 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.196 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.197 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.197 | 10414 | Recursively removing directory: /tmp/git.J3NuYr/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.198 | 16501 | Added a new run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.199 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.200 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.200 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.200 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.200 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.200 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.200 | 16506 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.200 | 10413 | Removed run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.200 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.200 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.200 | 10413 | Assigned run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.200 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DbfaRN +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.201 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.202 | 16505 | Marked run 540 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.203 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.204 | 16507 | Added a new run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.204 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.204 | 10417 | Recursively removing directory: /tmp/git.l5TubW/ +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.206 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.206 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.206 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.206 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.206 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.206 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.206 | 16513 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.206 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.206 | 10413 | Removed run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.206 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.206 | 10413 | Assigned run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.207 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xzMyfV +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.207 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.207 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.208 | 16512 | Marked run 541 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.208 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.210 | 16514 | Added a new run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.211 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.212 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.213 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.214 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.215 | 10414 | Recursively removing directory: /tmp/git.DbfaRN/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.215 | 16523 | Added a new run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.215 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.216 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.217 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.217 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.217 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.217 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.217 | 16528 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.217 | 10413 | Removed run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.217 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.217 | 10413 | Assigned run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.217 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.217 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Wh4Gpl +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.218 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.219 | 16527 | Marked run 542 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.219 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.220 | 16530 | Added a new run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.220 | 10417 | Recursively removing directory: /tmp/git.xzMyfV/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.221 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.222 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.222 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.222 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.222 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.222 | 16535 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.222 | 10413 | Removed run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.222 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.222 | 10413 | Assigned run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.222 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.222 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.222 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.A3sOIX +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.224 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.224 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.224 | 16534 | Marked run 543 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.225 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.225 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.226 | 16536 | Added a new run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.226 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.228 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.229 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.229 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.230 | 16540 | Added a new run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.231 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.232 | 10414 | Recursively removing directory: /tmp/git.Wh4Gpl/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.233 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.235 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.235 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.235 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.235 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.235 | 16554 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.235 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.235 | 10413 | Removed run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.235 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.235 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.235 | 10413 | Assigned run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.236 | 16549 | Added a new run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.235 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nqLa7G +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.236 | 10417 | Recursively removing directory: /tmp/git.A3sOIX/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.236 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.238 | 16553 | Marked run 544 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.238 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.238 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.238 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.239 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.239 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.239 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.239 | 16557 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.239 | 10413 | Removed run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.239 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.239 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.239 | 10413 | Assigned run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.239 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.239 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.igvD0u +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.241 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.241 | 16556 | Marked run 545 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.241 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.242 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.243 | 16558 | Added a new run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.243 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.245 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.245 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.246 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.247 | 16562 | Added a new run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.248 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.250 | 10414 | Recursively removing directory: /tmp/git.nqLa7G/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.250 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.252 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.252 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.252 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.252 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.252 | 16571 | Added a new run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.252 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.252 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.253 | 16576 | Added a new worker 7 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.253 | 10413 | Removed run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.253 | 10413 | Removed worker 7 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.253 | 10413 | Assigned run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.253 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.253 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xzZVH6 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.254 | 10417 | Recursively removing directory: /tmp/git.igvD0u/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.254 | 16575 | Marked run 546 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.255 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.255 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.256 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.256 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.256 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.257 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.257 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.257 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mM1jR0 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.257 | 16580 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.257 | 10413 | Removed run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.257 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.257 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.257 | 10413 | Assigned run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.257 | 16578 | Added a new run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.257 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.259 | 16579 | Marked run 547 as finished +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.259 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.259 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.260 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.260 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.262 | 16582 | Added a new run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.262 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.263 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.264 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.265 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.266 | 16588 | Added a new run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.266 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.267 | 10414 | Recursively removing directory: /tmp/git.xzZVH6/ +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.269 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.269 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.269 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.269 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.269 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.269 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.269 | 16599 | Added a new worker 12 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.269 | 10413 | Removed run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.269 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.269 | 10413 | Assigned run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.269 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1xngmL +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.270 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.271 | 16598 | Marked run 548 as finished +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.271 | 10417 | Recursively removing directory: /tmp/git.mM1jR0/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.271 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.273 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.273 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.273 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.273 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.273 | 16602 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.273 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.273 | 10413 | Removed run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.273 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fpYejo +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.273 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.273 | 10413 | Assigned run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.273 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.275 | 16597 | Added a new run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.275 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.275 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.276 | 16601 | Marked run 549 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.276 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.277 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.278 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.279 | 16605 | Added a new run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.280 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.280 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.281 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.283 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.284 | 16612 | Added a new run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.284 | 10414 | Recursively removing directory: /tmp/git.1xngmL/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.284 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.286 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.286 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.286 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.286 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.286 | 16620 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.286 | 10413 | Removed run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.286 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.286 | 10413 | Assigned run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.286 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.286 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.286 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.frpVxk +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.287 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.288 | 16619 | Marked run 550 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.289 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.289 | 10417 | Recursively removing directory: /tmp/git.fpYejo/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.290 | 16621 | Added a new run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.290 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.291 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.291 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.291 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.291 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.291 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.292 | 16625 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.292 | 10413 | Removed run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.292 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.292 | 10413 | Assigned run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.292 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.292 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.292 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.x8ehgV +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.293 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.293 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.294 | 16624 | Marked run 551 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.294 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.295 | 16626 | Added a new run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.295 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.297 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.298 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.298 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.299 | 16631 | Added a new run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.300 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.300 | 10414 | Recursively removing directory: /tmp/git.frpVxk/ +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.302 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.302 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.302 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.302 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.302 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.303 | 16641 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.303 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.302 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.303 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xi8Zvd +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.303 | 10413 | Removed run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.303 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.303 | 10413 | Assigned run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.305 | 16640 | Marked run 552 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.305 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.306 | 10417 | Recursively removing directory: /tmp/git.x8ehgV/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.307 | 16639 | Added a new run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.307 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.308 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.308 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.308 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.308 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.308 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.308 | 16647 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.308 | 10413 | Removed run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.308 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.308 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.309 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cUokVa +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.308 | 10413 | Assigned run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.309 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.310 | 16646 | Marked run 553 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.310 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.310 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.310 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.311 | 16648 | Added a new run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.312 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.314 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.315 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.315 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.316 | 16654 | Added a new run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.317 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.317 | 10414 | Recursively removing directory: /tmp/git.xi8Zvd/ +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.319 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.319 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.319 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.319 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.319 | 16662 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.319 | 10413 | Removed run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.319 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.319 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.319 | 10413 | Assigned run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.319 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.319 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jkfwL0 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.320 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.322 | 16661 | Marked run 554 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.322 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.322 | 10417 | Recursively removing directory: /tmp/git.cUokVa/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.323 | 16665 | Added a new run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.323 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.324 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.324 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.324 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.325 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.325 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.325 | 16669 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.325 | 10413 | Removed run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.325 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.325 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.325 | 10413 | Assigned run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.325 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.325 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4ZCwqo +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.327 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.327 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.327 | 16668 | Marked run 555 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.327 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.329 | 16670 | Added a new run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.329 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.331 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.331 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.332 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.333 | 16675 | Added a new run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.333 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.334 | 10414 | Recursively removing directory: /tmp/git.jkfwL0/ +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.335 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.335 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.335 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.335 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.335 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.336 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.336 | 16683 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.336 | 10413 | Removed run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.336 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.336 | 10413 | Assigned run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.336 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.336 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BiAbyt +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.338 | 16682 | Marked run 556 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.338 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.339 | 16684 | Added a new run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.339 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.340 | 10417 | Recursively removing directory: /tmp/git.4ZCwqo/ +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.341 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.341 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.341 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.342 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.342 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.342 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.342 | 16691 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.342 | 10413 | Removed run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.342 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.342 | 10413 | Assigned run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.342 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nu8y00 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.342 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.342 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.343 | 16692 | Added a new run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.344 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.345 | 16690 | Marked run 557 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.345 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.347 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.348 | 16697 | Added a new run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.348 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.349 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.349 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.350 | 10414 | Recursively removing directory: /tmp/git.BiAbyt/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.351 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.352 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.352 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.352 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.352 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.352 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FG6kdh +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.352 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.352 | 16706 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.352 | 10413 | Removed run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.352 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.352 | 10413 | Assigned run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.353 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.354 | 16703 | Added a new run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.355 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.356 | 16705 | Marked run 558 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.356 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.357 | 10417 | Recursively removing directory: /tmp/git.nu8y00/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.358 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.358 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.359 | 16712 | Added a new run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.359 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.359 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.360 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.360 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.360 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.360 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.360 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.360 | 16716 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.360 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.360 | 10413 | Removed run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.360 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.361 | 10413 | Assigned run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.361 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Pj5Clf +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.362 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.362 | 16715 | Marked run 559 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.362 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.364 | 16718 | Added a new run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.364 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.366 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.367 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.367 | 10414 | Recursively removing directory: /tmp/git.FG6kdh/ +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.367 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.368 | 16724 | Added a new run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.369 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.369 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.369 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.369 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.369 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.369 | 16728 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.370 | 10413 | Removed run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.370 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.370 | 10413 | Assigned run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.370 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.369 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.370 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JVSFQF +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.371 | 16727 | Marked run 560 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.371 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.372 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.374 | 16731 | Added a new run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.374 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.375 | 10417 | Recursively removing directory: /tmp/git.Pj5Clf/ +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.375 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.376 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.377 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.377 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.377 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.377 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.377 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.377 | 16739 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.377 | 10413 | Removed run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.377 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.377 | 10413 | Assigned run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.377 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.377 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.377 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LHGNhk +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.379 | 16737 | Marked run 561 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.379 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.380 | 16738 | Added a new run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.381 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.382 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.383 | 10414 | Recursively removing directory: /tmp/git.JVSFQF/ +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.383 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.384 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.385 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.385 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.386 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.386 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.386 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.386 | 16747 | Added a new run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.386 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.386 | 16750 | Added a new worker 6 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.386 | 10413 | Removed run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.386 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.386 | 10413 | Assigned run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.387 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xLJOug +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.387 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.387 | 16749 | Marked run 562 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.387 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.389 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.390 | 10417 | Recursively removing directory: /tmp/git.LHGNhk/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.391 | 16756 | Added a new run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.391 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.392 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.392 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.392 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.392 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.392 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.392 | 16759 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.393 | 10413 | Removed run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.393 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.393 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.393 | 10413 | Assigned run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.393 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.x5bFEA +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.393 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.394 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.394 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.395 | 16758 | Marked run 563 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.395 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.396 | 16760 | Added a new run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.397 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.398 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.399 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.399 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.401 | 16766 | Added a new run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.401 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.402 | 10414 | Recursively removing directory: /tmp/git.xLJOug/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.403 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.404 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.404 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.404 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.404 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.404 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.404 | 16777 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.404 | 10413 | Removed run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.404 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.404 | 10413 | Assigned run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.404 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.405 | 16773 | Added a new run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.405 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.404 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dEm488 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.407 | 10417 | Recursively removing directory: /tmp/git.x5bFEA/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.407 | 16776 | Marked run 564 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.407 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.408 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.408 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.408 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.408 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.409 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.409 | 16782 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.409 | 10413 | Removed run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.409 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.409 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.409 | 10413 | Assigned run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.409 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.409 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cJMus7 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.410 | 16780 | Added a new run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.410 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.411 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.412 | 16781 | Marked run 565 as finished +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.412 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.412 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.413 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.414 | 16785 | Added a new run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.414 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.415 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.416 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.417 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.419 | 16792 | Added a new run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.419 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.419 | 10414 | Recursively removing directory: /tmp/git.dEm488/ +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.421 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.421 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.421 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.421 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.421 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.421 | 16801 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.421 | 10413 | Removed run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.421 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.422 | 10413 | Assigned run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.422 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.422 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GIEsXO +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.422 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.422 | 10417 | Recursively removing directory: /tmp/git.cJMus7/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.423 | 16802 | Added a new run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.424 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.426 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.427 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.427 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.427 | 16800 | Marked run 566 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.427 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.427 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.427 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.427 | 16806 | Added a new worker 12 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.427 | 10413 | Removed run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.427 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.427 | 10413 | Assigned run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.427 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.427 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.427 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pxWH93 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.429 | 16805 | Marked run 567 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.429 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.430 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.430 | 16804 | Added a new run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.431 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.431 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.433 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.433 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.433 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.435 | 16810 | Added a new run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.435 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.437 | 10414 | Recursively removing directory: /tmp/git.GIEsXO/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.438 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.439 | 16819 | Added a new run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.440 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.440 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.440 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.440 | 16824 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.440 | 10413 | Removed run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.440 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.440 | 10413 | Assigned run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.439 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.439 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.440 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.440 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wxMJNT +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.441 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.441 | 10417 | Recursively removing directory: /tmp/git.pxWH93/ +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.442 | 16823 | Marked run 568 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.442 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.443 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.443 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.443 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.443 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.443 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.443 | 16828 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.443 | 10413 | Removed run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.443 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.443 | 10413 | Assigned run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.443 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.443 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.443 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eFmLgC +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.445 | 16827 | Marked run 569 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.445 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.446 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.446 | 16826 | Added a new run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.447 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.447 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.448 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.449 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.450 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.451 | 16832 | Added a new run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.451 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.454 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.454 | 10414 | Recursively removing directory: /tmp/git.wxMJNT/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.455 | 16843 | Added a new run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.456 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.456 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.456 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.457 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.456 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.457 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.457 | 16847 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.457 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.457 | 10413 | Removed run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.457 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.457 | 10413 | Assigned run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.456 | 10417 | Recursively removing directory: /tmp/git.eFmLgC/ +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.457 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JDSU38 +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.459 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.459 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.459 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.459 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.459 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.459 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.459 | 16850 | Added a new worker 14 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.459 | 10413 | Removed run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.459 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.459 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.459 | 10413 | Assigned run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.459 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.byJ2sG +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.461 | 16848 | Added a new run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.461 | 16846 | Marked run 570 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.462 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.462 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.463 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.464 | 16849 | Marked run 571 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.464 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.464 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.465 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.465 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.466 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.466 | 16853 | Added a new run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.467 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.469 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.471 | 16859 | Added a new run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.471 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.472 | 10414 | Recursively removing directory: /tmp/git.JDSU38/ +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.473 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.473 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.474 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.474 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.474 | 16869 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.474 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.474 | 10413 | Removed run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.474 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.474 | 10413 | Assigned run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.474 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.474 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.474 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.e9CWBd +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.475 | 16867 | Marked run 572 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.475 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.475 | 10417 | Recursively removing directory: /tmp/git.byJ2sG/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.477 | 16870 | Added a new run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.477 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.478 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.478 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.478 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.478 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.478 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.478 | 16873 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.478 | 10413 | Removed run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.478 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.478 | 10413 | Assigned run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.478 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UH9gog +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.478 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.480 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.480 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.481 | 16872 | Marked run 573 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.481 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.481 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.482 | 16874 | Added a new run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.483 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.483 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.484 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.485 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.487 | 16880 | Added a new run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.487 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.488 | 10414 | Recursively removing directory: /tmp/git.e9CWBd/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.489 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.490 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.490 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.490 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.490 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.490 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.490 | 16891 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.490 | 10413 | Removed run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.490 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.490 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.490 | 10413 | Assigned run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.491 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tNcQcN +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.491 | 16887 | Added a new run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.491 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.493 | 16890 | Marked run 574 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.493 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.493 | 10417 | Recursively removing directory: /tmp/git.UH9gog/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.494 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.495 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.495 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.495 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.495 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.495 | 16896 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.495 | 10413 | Removed run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.495 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.495 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.495 | 10413 | Assigned run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.495 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.495 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.18ziqV +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.496 | 16894 | Added a new run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.497 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.496 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.498 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.498 | 16895 | Marked run 575 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.498 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.500 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.501 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.502 | 16900 | Added a new run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.502 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.502 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.504 | 10414 | Recursively removing directory: /tmp/git.tNcQcN/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.505 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.507 | 16908 | Added a new run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.507 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.507 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.507 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.507 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.507 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.507 | 16911 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.507 | 10413 | Removed run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.507 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.507 | 10413 | Assigned run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.507 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.507 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.508 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MyA5xE +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.509 | 16910 | Marked run 576 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.509 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.510 | 10417 | Recursively removing directory: /tmp/git.18ziqV/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.510 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.512 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.512 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.512 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.512 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.512 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.512 | 16918 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.512 | 10413 | Removed run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.512 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.512 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.512 | 10413 | Assigned run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.513 | 16916 | Added a new run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.513 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.513 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.a0d6eZ +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.514 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.515 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.515 | 16917 | Marked run 577 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.516 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.516 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.518 | 16921 | Added a new run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.518 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.518 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.519 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.521 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.523 | 10414 | Recursively removing directory: /tmp/git.MyA5xE/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.523 | 16929 | Added a new run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.523 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.524 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.524 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.525 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.525 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.525 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.525 | 16936 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.525 | 10413 | Removed run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.525 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.525 | 10413 | Assigned run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.525 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QF6xtd +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.526 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.527 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.527 | 10417 | Recursively removing directory: /tmp/git.a0d6eZ/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.527 | 16935 | Marked run 578 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.527 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.529 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.529 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.529 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.529 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.529 | 16938 | Added a new run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.529 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.529 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.529 | 16940 | Added a new worker 9 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.529 | 10413 | Removed run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.529 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.529 | 10413 | Assigned run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.529 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.530 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rhnve9 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.531 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.532 | 16939 | Marked run 579 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.532 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.532 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.532 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.533 | 16942 | Added a new run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.534 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.536 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.536 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.536 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.538 | 10414 | Recursively removing directory: /tmp/git.QF6xtd/ +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.540 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.540 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.540 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.540 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.540 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.540 | 16955 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.540 | 10413 | Removed run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.540 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.540 | 10413 | Assigned run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.540 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.540 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6q9QA1 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.542 | 10417 | Recursively removing directory: /tmp/git.rhnve9/ +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.545 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.545 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.545 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.545 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.545 | 16949 | Added a new run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.545 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.545 | 16960 | Added a new worker 6 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.545 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.545 | 10413 | Removed run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.545 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.546 | 10413 | Assigned run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.546 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GwWZeh +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.547 | 16954 | Marked run 580 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.547 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.548 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.549 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.550 | 16959 | Marked run 581 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.550 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.550 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.551 | 16962 | Added a new run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.552 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.552 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.553 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.554 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.556 | 16968 | Added a new run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.556 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.557 | 10414 | Recursively removing directory: /tmp/git.6q9QA1/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.559 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.559 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.559 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.559 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.559 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.559 | 16980 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.559 | 10413 | Removed run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.559 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.559 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.559 | 10413 | Assigned run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.559 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.560 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RnKfvk +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.560 | 10417 | Recursively removing directory: /tmp/git.GwWZeh/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.561 | 16978 | Added a new run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.562 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.563 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.563 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.563 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.563 | 16979 | Marked run 582 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.564 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.564 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.564 | 16983 | Added a new worker 9 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.564 | 10413 | Removed run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.564 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.564 | 10413 | Assigned run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.564 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bVznL0 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.564 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.564 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.565 | 16982 | Marked run 583 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.566 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.566 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.567 | 16984 | Added a new run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.567 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.567 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.569 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.570 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.571 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.571 | 16987 | Added a new run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.571 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.574 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.575 | 10414 | Recursively removing directory: /tmp/git.RnKfvk/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.576 | 16996 | Added a new run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.576 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.577 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.577 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.577 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.577 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.577 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.578 | 17003 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.578 | 10413 | Removed run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.578 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.578 | 10413 | Assigned run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.578 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.578 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WhPyME +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.578 | 10417 | Recursively removing directory: /tmp/git.bVznL0/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.579 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.579 | 17002 | Marked run 584 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.580 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.581 | 17004 | Added a new run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.581 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.581 | 17006 | Added a new worker 12 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.581 | 10413 | Removed run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.581 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.581 | 10413 | Assigned run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.581 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.581 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.581 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.581 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.581 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UVBvcC +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.582 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.584 | 17005 | Marked run 585 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.584 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.584 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.584 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.586 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.586 | 17008 | Added a new run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.586 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.587 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.588 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.589 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.590 | 17013 | Added a new run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.591 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.593 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.593 | 10414 | Recursively removing directory: /tmp/git.WhPyME/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.594 | 17022 | Added a new run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.595 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.595 | 10417 | Recursively removing directory: /tmp/git.UVBvcC/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.595 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.595 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.595 | 17027 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.595 | 10413 | Removed run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.595 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.596 | 10413 | Assigned run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.595 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.595 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.595 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.596 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VjJ5VU +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.597 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.597 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.597 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.598 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.598 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pCVt7C +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.597 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.598 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.598 | 17029 | Added a new worker 8 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.598 | 10413 | Removed run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.598 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.598 | 10413 | Assigned run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.598 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.598 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.599 | 17026 | Marked run 586 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.599 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.600 | 17030 | Added a new run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.601 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.602 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.603 | 17028 | Marked run 587 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.603 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.603 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.603 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.604 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.604 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.605 | 17033 | Added a new run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.605 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.608 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.609 | 17040 | Added a new run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.609 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.610 | 10414 | Recursively removing directory: /tmp/git.VjJ5VU/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.611 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.612 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.612 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.612 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.613 | 10417 | Recursively removing directory: /tmp/git.pCVt7C/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.612 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.613 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.613 | 17050 | Added a new worker 14 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.613 | 10413 | Removed run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.613 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.613 | 10413 | Assigned run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.613 | 17048 | Added a new run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.613 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.U4xHd4 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.614 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.614 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.615 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.615 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.615 | 17049 | Marked run 588 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.615 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.616 | 17053 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.616 | 10413 | Removed run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.616 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.616 | 10413 | Assigned run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.616 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.616 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.615 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.616 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2L3DbL +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.617 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.618 | 17052 | Marked run 589 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.619 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.619 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.620 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.620 | 17054 | Added a new run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.621 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.621 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.622 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.623 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.624 | 17059 | Added a new run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.624 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.626 | 10414 | Recursively removing directory: /tmp/git.U4xHd4/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.627 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.628 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.628 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.629 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.629 | 17067 | Added a new run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.629 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.629 | 17072 | Added a new worker 6 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.629 | 10413 | Removed run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.629 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.629 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.629 | 10413 | Assigned run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.629 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.630 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hOIwTt +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.630 | 10417 | Recursively removing directory: /tmp/git.2L3DbL/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.631 | 17071 | Marked run 590 as finished +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.632 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.632 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.632 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.632 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.632 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.632 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.632 | 17075 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.632 | 10413 | Removed run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.632 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.632 | 10413 | Assigned run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.633 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.633 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nasWZR +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.634 | 17074 | Marked run 591 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.634 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.635 | 17076 | Added a new run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.636 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.636 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.637 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.638 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.638 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.639 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.639 | 17079 | Added a new run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.640 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.642 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.644 | 17087 | Added a new run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.644 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.644 | 10414 | Recursively removing directory: /tmp/git.hOIwTt/ +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.646 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.646 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.646 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.646 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.646 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.646 | 17095 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.646 | 10413 | Removed run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.646 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.646 | 10413 | Assigned run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.646 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.646 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FWH2eK +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.647 | 10417 | Recursively removing directory: /tmp/git.nasWZR/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.647 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.649 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.649 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.649 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.649 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.650 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.38G8xP +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.650 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.650 | 17098 | Added a new worker 15 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.650 | 10413 | Removed run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.650 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.650 | 10413 | Assigned run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.650 | 17094 | Marked run 592 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.650 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.650 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.657 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.657 | 17096 | Added a new run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.658 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.658 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.659 | 17097 | Marked run 593 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.659 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.660 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.660 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.662 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.662 | 17102 | Added a new run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.662 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.665 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.665 | 10414 | Recursively removing directory: /tmp/git.FWH2eK/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.667 | 17110 | Added a new run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.667 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.667 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.667 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.667 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.667 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.668 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.668 | 17116 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.668 | 10413 | Removed run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.668 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.668 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.668 | 10413 | Assigned run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.669 | 17114 | Marked run 594 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.669 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.668 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.h0mSF8 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.670 | 10417 | Recursively removing directory: /tmp/git.38G8xP/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.671 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.671 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.671 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.671 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.672 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.672 | 17120 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.672 | 10413 | Removed run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.672 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.672 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.672 | 10413 | Assigned run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.672 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.672 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.U45bcX +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.673 | 17118 | Added a new run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.673 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.675 | 17119 | Marked run 595 as finished +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.675 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.675 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.676 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.676 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.677 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.678 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.679 | 17122 | Added a new run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.680 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.683 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.683 | 10414 | Recursively removing directory: /tmp/git.h0mSF8/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.684 | 17133 | Added a new run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.684 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.685 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.685 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.685 | 10417 | Recursively removing directory: /tmp/git.U45bcX/ +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.685 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.685 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.685 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.686 | 17139 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.686 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.686 | 10413 | Removed run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.686 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.686 | 10413 | Assigned run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.686 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZjnE2v +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.687 | 17138 | Marked run 596 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.688 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.688 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.688 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.689 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.689 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.689 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.689 | 17142 | Added a new worker 14 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.689 | 10413 | Removed run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.689 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.689 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.689 | 10413 | Assigned run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.689 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fJp8FP +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.690 | 17140 | Added a new run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.690 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.693 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.693 | 17141 | Marked run 597 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.693 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.693 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.694 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.694 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.695 | 17144 | Added a new run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.695 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.695 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.698 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.699 | 17151 | Added a new run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.699 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.702 | 10417 | Recursively removing directory: /tmp/git.fJp8FP/ +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.702 | 10414 | Recursively removing directory: /tmp/git.ZjnE2v/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.703 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.704 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.704 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.704 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.704 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.705 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.705 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.704 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.704 | 17160 | Added a new run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.704 | 17162 | Added a new worker 12 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.704 | 10413 | Removed run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.704 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.705 | 10413 | Assigned run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.705 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.705 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.705 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.705 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.705 | 17164 | Added a new worker 12 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.705 | 10413 | Removed run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.705 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.705 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.705 | 10413 | Assigned run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.705 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.705 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8m0juA +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.705 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.P31YyG +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.708 | 17161 | Marked run 599 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.709 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.709 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.710 | 17163 | Marked run 598 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.710 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.711 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.711 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.711 | 17166 | Added a new run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.712 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.712 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.712 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.714 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.716 | 17172 | Added a new run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.716 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.719 | 10414 | Recursively removing directory: /tmp/git.8m0juA/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.719 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.719 | 10417 | Recursively removing directory: /tmp/git.P31YyG/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.721 | 17182 | Added a new run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.721 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.721 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.721 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.721 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.721 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.721 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.721 | 17184 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.722 | 10413 | Removed run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.722 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.722 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.722 | 10413 | Assigned run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.722 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.722 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.722 | 17186 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.722 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.722 | 10413 | Removed run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.722 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.722 | 10413 | Assigned run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.722 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.722 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.722 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.723 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.m7WMWS +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.724 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.722 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.axqH4F +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.725 | 17183 | Marked run 601 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.726 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.728 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.729 | 17185 | Marked run 600 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.729 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.729 | 17188 | Added a new run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.729 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.729 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.729 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.730 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.732 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.733 | 17192 | Added a new run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.734 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.736 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.737 | 10417 | Recursively removing directory: /tmp/git.m7WMWS/ +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.737 | 10414 | Recursively removing directory: /tmp/git.axqH4F/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.738 | 17204 | Added a new run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.738 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.739 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.739 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.739 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.739 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.739 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.739 | 17207 | Added a new worker 14 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.739 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.739 | 10413 | Removed run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.739 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.739 | 10413 | Assigned run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.739 | 17209 | Added a new worker 14 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.739 | 10413 | Removed run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.739 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.740 | 10413 | Assigned run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.740 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.739 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.739 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.740 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.739 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.739 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.05Cqhs +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.739 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.740 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4Qlyql +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.742 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.743 | 17206 | Marked run 603 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.743 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.744 | 17208 | Marked run 602 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.745 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.746 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.746 | 17210 | Added a new run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.746 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.747 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.747 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.747 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.749 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.750 | 17214 | Added a new run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.751 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.753 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.754 | 10414 | Recursively removing directory: /tmp/git.4Qlyql/ +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.754 | 10417 | Recursively removing directory: /tmp/git.05Cqhs/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.755 | 17226 | Added a new run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.756 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.756 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.756 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.756 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.756 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.756 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.756 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.756 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.756 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.756 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.756 | 17229 | Added a new worker 15 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.756 | 10413 | Removed run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.756 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.756 | 10413 | Assigned run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.757 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.757 | 17231 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.757 | 10413 | Removed run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.757 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.757 | 10413 | Assigned run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.757 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.756 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.757 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.42f3kM +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.757 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UmKfn8 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.759 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.759 | 17227 | Marked run 604 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.759 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.760 | 17232 | Added a new run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.761 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.763 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.763 | 17228 | Marked run 605 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.764 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.763 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.764 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.765 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.765 | 17234 | Added a new run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.765 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.765 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.768 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.769 | 17240 | Added a new run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.769 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.772 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.772 | 10414 | Recursively removing directory: /tmp/git.UmKfn8/ +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.773 | 10417 | Recursively removing directory: /tmp/git.42f3kM/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.774 | 17250 | Added a new run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.774 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.774 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.774 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.775 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.775 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.775 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.775 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.775 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OkNRoK +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.775 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.775 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.775 | 17253 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.775 | 10413 | Removed run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.775 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.775 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.775 | 10413 | Assigned run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.775 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.775 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.775 | 17255 | Added a new worker 12 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.775 | 10413 | Removed run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.775 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.775 | 10413 | Assigned run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.775 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XMqsTj +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.777 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.777 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.778 | 17252 | Marked run 607 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.778 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.780 | 17256 | Added a new run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.780 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.781 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.782 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.782 | 17254 | Marked run 606 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.782 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.782 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.782 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.783 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.784 | 17260 | Added a new run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.784 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.787 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.788 | 17269 | Added a new run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.789 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.789 | 10414 | Recursively removing directory: /tmp/git.XMqsTj/ +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.790 | 10417 | Recursively removing directory: /tmp/git.OkNRoK/ +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.791 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.791 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.791 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.791 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.791 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.791 | 17275 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.791 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.791 | 10413 | Removed run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.791 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.791 | 10413 | Assigned run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.791 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.792 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.792 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.792 | 17278 | Added a new worker 15 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.792 | 10413 | Removed run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.792 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.792 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.792 | 10413 | Assigned run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.793 | 17274 | Marked run 608 as finished +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.791 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CRfNQf +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.793 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.791 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.791 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.792 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.792 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JqTqiq +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.794 | 17276 | Added a new run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.795 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.796 | 17277 | Marked run 609 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.796 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.798 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.798 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.798 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.798 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.798 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.800 | 17280 | Added a new run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.800 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.802 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.803 | 17287 | Added a new run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.804 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.805 | 10417 | Recursively removing directory: /tmp/git.JqTqiq/ +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.806 | 10414 | Recursively removing directory: /tmp/git.CRfNQf/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.807 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.807 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.807 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.807 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.807 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.807 | 17298 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.807 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.807 | 10413 | Removed run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.807 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.808 | 10413 | Assigned run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.807 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.808 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3GLI9Z +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.809 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.809 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.809 | 17296 | Added a new run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.809 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.809 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.809 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.810 | 17300 | Added a new worker 15 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.810 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.810 | 10413 | Removed run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.810 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.810 | 10413 | Assigned run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.810 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.810 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ls0o9t +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.811 | 17297 | Marked run 611 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.811 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.812 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.813 | 17299 | Marked run 610 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.813 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.814 | 17302 | Added a new run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.814 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.815 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.816 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.816 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.817 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.817 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.818 | 17305 | Added a new run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.819 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.821 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.822 | 17314 | Added a new run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.823 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.823 | 10417 | Recursively removing directory: /tmp/git.3GLI9Z/ +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.824 | 10414 | Recursively removing directory: /tmp/git.ls0o9t/ +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.825 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.825 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.825 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.825 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.825 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.825 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.825 | 17321 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.825 | 10413 | Removed run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.825 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.825 | 10413 | Assigned run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.826 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.826 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.826 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.826 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.826 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.826 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.826 | 17324 | Added a new worker 15 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.826 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.826 | 10413 | Removed run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.826 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.826 | 10413 | Assigned run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.825 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GdtVxN +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.827 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UI00in +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.828 | 17320 | Marked run 612 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.828 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.829 | 17323 | Marked run 613 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.829 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.831 | 17322 | Added a new run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.831 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.832 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.832 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.833 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.833 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.834 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.836 | 17328 | Added a new run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.836 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.839 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.840 | 10414 | Recursively removing directory: /tmp/git.UI00in/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.840 | 17339 | Added a new run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.840 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.841 | 10417 | Recursively removing directory: /tmp/git.GdtVxN/ +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.842 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.842 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.842 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.842 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.842 | 17343 | Added a new worker 11 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.842 | 10413 | Removed run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.842 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.842 | 10413 | Assigned run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.842 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.842 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.843 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bVzO8E +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.843 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.843 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.844 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.843 | 17342 | Marked run 615 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.844 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.844 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.844 | 17345 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.844 | 10413 | Removed run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.844 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.844 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.844 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.844 | 10413 | Assigned run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.844 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vJe5hT +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.845 | 17344 | Marked run 614 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.845 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.846 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.847 | 17346 | Added a new run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.848 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.849 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.850 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.850 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.851 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.851 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.852 | 17349 | Added a new run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.852 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.855 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.856 | 17358 | Added a new run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.856 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.857 | 10414 | Recursively removing directory: /tmp/git.bVzO8E/ +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.858 | 10417 | Recursively removing directory: /tmp/git.vJe5hT/ +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.858 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.858 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.859 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.859 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.859 | 17365 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.859 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.859 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.859 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.859 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.859 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.859 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.859 | 10413 | Removed run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.859 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.859 | 10413 | Assigned run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.859 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.859 | 17368 | Added a new worker 15 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.859 | 10413 | Removed run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.859 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.859 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.859 | 10413 | Assigned run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.860 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.a3x2nA +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.859 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.860 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ByTXOw +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.861 | 17366 | Added a new run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.861 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.863 | 17364 | Marked run 616 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.863 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.864 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.864 | 17367 | Marked run 617 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.864 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.865 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.866 | 17370 | Added a new run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.866 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.867 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.867 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.868 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.869 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.870 | 17375 | Added a new run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.871 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.873 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.873 | 10414 | Recursively removing directory: /tmp/git.ByTXOw/ +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.881 | 10417 | Recursively removing directory: /tmp/git.a3x2nA/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.882 | 17385 | Added a new run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.882 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.882 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.882 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.882 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.882 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.882 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.882 | 17388 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.882 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.882 | 10413 | Removed run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.882 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.882 | 10413 | Assigned run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.883 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.883 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.884 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.884 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.884 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.884 | 17391 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.884 | 10413 | Removed run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.884 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.884 | 10413 | Assigned run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.883 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dj8nc8 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.884 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yrlIIm +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.885 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.886 | 17387 | Marked run 618 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.886 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.886 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.886 | 17390 | Marked run 619 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.886 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.887 | 17392 | Added a new run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.888 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.889 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.889 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.889 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.890 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.890 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.892 | 17395 | Added a new run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.892 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.895 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.896 | 17405 | Added a new run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.896 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.897 | 10414 | Recursively removing directory: /tmp/git.dj8nc8/ +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.898 | 10417 | Recursively removing directory: /tmp/git.yrlIIm/ +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.898 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.898 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.899 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.899 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.899 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.899 | 17411 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.899 | 10413 | Removed run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.899 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.899 | 10413 | Assigned run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.899 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.899 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.899 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.900 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.900 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6q6Knr +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.899 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.900 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.900 | 17414 | Added a new worker 15 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.900 | 10413 | Removed run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.900 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.900 | 10413 | Assigned run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.900 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.900 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zEUBUp +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.903 | 17410 | Marked run 620 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.903 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.904 | 17412 | Added a new run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.904 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.906 | 17413 | Marked run 621 as finished +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.906 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.906 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.906 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.906 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.907 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.907 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.908 | 17416 | Added a new run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.908 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.911 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.912 | 17423 | Added a new run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.912 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.913 | 10417 | Recursively removing directory: /tmp/git.zEUBUp/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.915 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.915 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.915 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.915 | 17434 | Added a new worker 12 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.915 | 10413 | Removed run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.915 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.915 | 10413 | Assigned run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.915 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.915 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.915 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.915 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.915 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.b1G8R3 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.915 | 10414 | Recursively removing directory: /tmp/git.6q6Knr/ +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.917 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.917 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.918 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.917 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.918 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.918 | 17436 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.918 | 10413 | Removed run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.918 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.918 | 10413 | Assigned run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.918 | 17433 | Added a new run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.918 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.919 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.918 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kfVNMU +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.920 | 17432 | Marked run 623 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.920 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.921 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.922 | 17435 | Marked run 622 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.922 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.922 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.923 | 17438 | Added a new run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.923 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.923 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.924 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.925 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.926 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.928 | 17443 | Added a new run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.928 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.930 | 10417 | Recursively removing directory: /tmp/git.b1G8R3/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.930 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.932 | 10414 | Recursively removing directory: /tmp/git.kfVNMU/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.932 | 17453 | Added a new run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.932 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.933 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.933 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.933 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.933 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.933 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.933 | 17457 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.933 | 10413 | Removed run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.933 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.933 | 10413 | Assigned run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.933 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.934 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MN3avh +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.935 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.935 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.935 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.935 | 17456 | Marked run 624 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.935 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.936 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.936 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.936 | 17460 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.936 | 10413 | Removed run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.936 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.936 | 10413 | Assigned run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.936 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.936 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wrY8c2 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.938 | 17458 | Added a new run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.938 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.939 | 17459 | Marked run 625 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.939 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.940 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.941 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.941 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.942 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.942 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.942 | 17462 | Added a new run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.943 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.945 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.947 | 17468 | Added a new run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.947 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.948 | 10417 | Recursively removing directory: /tmp/git.MN3avh/ +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.949 | 10414 | Recursively removing directory: /tmp/git.wrY8c2/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.950 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.950 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.950 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.950 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.950 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.950 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.950 | 17480 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.950 | 10413 | Removed run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.950 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.950 | 10413 | Assigned run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.950 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.951 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3v8joX +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.952 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.952 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.952 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.952 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.952 | 17478 | Added a new run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.952 | 17482 | Added a new worker 15 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.952 | 10413 | Removed run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.952 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.952 | 10413 | Assigned run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.952 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.952 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.952 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.952 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2R0n9q +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.954 | 17479 | Marked run 626 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.955 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.955 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.956 | 17481 | Marked run 627 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.957 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.958 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.958 | 17484 | Added a new run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.958 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.958 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.959 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.960 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.961 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.963 | 17489 | Added a new run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.963 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.965 | 10417 | Recursively removing directory: /tmp/git.3v8joX/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.966 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.967 | 10414 | Recursively removing directory: /tmp/git.2R0n9q/ +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.968 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.968 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.968 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.968 | 17500 | Added a new run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.968 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.968 | 17502 | Added a new worker 6 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.968 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.968 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.968 | 10413 | Removed run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.968 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.969 | 10413 | Assigned run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.969 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.969 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.969 | 17505 | Added a new worker 12 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.969 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.970 | 10413 | Removed run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.970 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.970 | 10413 | Assigned run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.969 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fpSqeN +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.969 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.969 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.969 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.970 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yn5tK5 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.971 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.971 | 17501 | Marked run 628 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.972 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.973 | 17504 | Marked run 629 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.973 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.975 | 17506 | Added a new run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.975 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.976 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.976 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.977 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.977 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.978 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.979 | 17510 | Added a new run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.979 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.982 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.984 | 10414 | Recursively removing directory: /tmp/git.yn5tK5/ +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.984 | 17520 | Added a new run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.984 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.984 | 10417 | Recursively removing directory: /tmp/git.fpSqeN/ +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.985 | 10414 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.985 | 10414 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.986 | 10414 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.986 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lYba1a +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.985 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.986 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.986 | 17525 | Added a new worker 10 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.986 | 10413 | Removed run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.986 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.986 | 10413 | Assigned run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.986 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.986 | 10417 | Process exit code: 0 +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.986 | 10417 | Process output: 57 bytes +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.986 | 10417 | Waiting for a new command +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.987 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.987 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.987 | 17527 | Added a new worker 13 to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.987 | 10413 | Removed run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.987 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.987 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.987 | 10413 | Assigned run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.987 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.987 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cNULxc +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.989 | 17524 | Marked run 631 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.989 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.992 | 17526 | Marked run 630 as finished +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.992 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.992 | 17528 | Added a new run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.992 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.993 | 10414 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.993 | 10417 | Checking out revision HEAD +2024-04-25 03:44:26 | INFO | 10414/cimple-worker: 2024-04-25 03:44:26.993 | 10414 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10417/cimple-worker: 2024-04-25 03:44:26.994 | 10417 | Going to run: ./ci +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.995 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.997 | 17532 | Added a new run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:26 | INFO | 10411/cimple-server: 2024-04-25 03:44:26.997 | 10411 | Waiting for new connections +2024-04-25 03:44:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.000 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.000 | 10414 | Recursively removing directory: /tmp/git.lYba1a/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.002 | 17543 | Added a new run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.003 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.003 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.002 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.003 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.003 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.003 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.003 | 17546 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.003 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.003 | 10413 | Removed run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.003 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.003 | 10413 | Assigned run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.004 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gdfsrY +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.002 | 10417 | Recursively removing directory: /tmp/git.cNULxc/ +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.004 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.004 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.005 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.005 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.005 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.005 | 17549 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.006 | 17545 | Marked run 632 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.006 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.006 | 10413 | Removed run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.006 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.006 | 10413 | Assigned run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.006 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.006 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OTBKFy +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.006 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.007 | 17548 | Marked run 633 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.007 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.009 | 17550 | Added a new run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.009 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.010 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.011 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.012 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.012 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.013 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.013 | 17553 | Added a new run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.014 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.016 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.018 | 17562 | Added a new run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.018 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.018 | 10414 | Recursively removing directory: /tmp/git.gdfsrY/ +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.019 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.019 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.020 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.020 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.020 | 17569 | Added a new worker 10 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.020 | 10413 | Removed run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.020 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.020 | 10413 | Assigned run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.020 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.020 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZTDeWV +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.020 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.021 | 10417 | Recursively removing directory: /tmp/git.OTBKFy/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.021 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.022 | 17568 | Marked run 634 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.023 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.023 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.023 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.024 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.024 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.024 | 17572 | Added a new worker 14 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.024 | 10413 | Removed run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.024 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.024 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.024 | 10413 | Assigned run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.024 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.024 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ugEIpT +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.026 | 17571 | Marked run 635 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.026 | 17570 | Added a new run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.026 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.026 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.027 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.028 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.028 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.029 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.030 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.030 | 17575 | Added a new run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.031 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.033 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.035 | 17583 | Added a new run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.035 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.035 | 10414 | Recursively removing directory: /tmp/git.ZTDeWV/ +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.037 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.037 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.037 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.037 | 10417 | Recursively removing directory: /tmp/git.ugEIpT/ +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.037 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.037 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lfhBP6 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.037 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.037 | 17591 | Added a new worker 10 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.037 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.037 | 10413 | Removed run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.037 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.037 | 10413 | Assigned run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.038 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.039 | 17590 | Marked run 636 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.039 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.039 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.039 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.040 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.040 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.040 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.040 | 17594 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.040 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.040 | 10413 | Removed run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.040 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.040 | 10413 | Assigned run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.040 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mqdqmF +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.041 | 17592 | Added a new run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.041 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.043 | 17593 | Marked run 637 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.044 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.044 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.044 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.045 | 17596 | Added a new run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.046 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.045 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.046 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.047 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.048 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.050 | 17601 | Added a new run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.050 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.052 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.052 | 10414 | Recursively removing directory: /tmp/git.lfhBP6/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.054 | 17611 | Added a new run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.054 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.055 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.055 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.055 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.055 | 10417 | Recursively removing directory: /tmp/git.mqdqmF/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.055 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.055 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.055 | 17615 | Added a new worker 10 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.055 | 10413 | Removed run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.055 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.055 | 10413 | Assigned run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.055 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.055 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.skMeb9 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.057 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.057 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.058 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.058 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.058 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.058 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.058 | 17618 | Added a new worker 15 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.058 | 10413 | Removed run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.058 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.058 | 10413 | Assigned run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.058 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.058 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1Vdw38 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.060 | 17617 | Added a new run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.060 | 17614 | Marked run 638 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.060 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.060 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.062 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.062 | 17616 | Marked run 639 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.062 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.062 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.063 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.064 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.065 | 17621 | Added a new run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.065 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.065 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.068 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.069 | 10414 | Recursively removing directory: /tmp/git.skMeb9/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.070 | 17629 | Added a new run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.070 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.071 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.071 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.071 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.071 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.071 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.071 | 17637 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.072 | 10413 | Removed run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.072 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.072 | 10413 | Assigned run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.072 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.072 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Uq94nv +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.072 | 10417 | Recursively removing directory: /tmp/git.1Vdw38/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.074 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.074 | 17636 | Marked run 640 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.074 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.074 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.075 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.074 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.075 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.075 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.075 | 17640 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.075 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sIrh1N +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.075 | 10413 | Removed run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.075 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.075 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.075 | 10413 | Assigned run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.077 | 17638 | Added a new run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.077 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.078 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.079 | 17639 | Marked run 641 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.079 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.079 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.080 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.081 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.082 | 17643 | Added a new run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.082 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.082 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.085 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.086 | 10414 | Recursively removing directory: /tmp/git.Uq94nv/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.086 | 17652 | Added a new run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.086 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.088 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.088 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.088 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.088 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.088 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.088 | 17659 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.088 | 10413 | Removed run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.088 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.088 | 10413 | Assigned run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.088 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bqf8EB +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.089 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.089 | 10417 | Recursively removing directory: /tmp/git.sIrh1N/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.090 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.091 | 17658 | Marked run 642 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.091 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.092 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.092 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.093 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.093 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.093 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.093 | 17660 | Added a new run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.093 | 17662 | Added a new worker 8 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.093 | 10413 | Removed run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.093 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.093 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.093 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.093 | 10413 | Assigned run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.094 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9lP777 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.095 | 17661 | Marked run 643 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.095 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.095 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.096 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.096 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.098 | 17664 | Added a new run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.098 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.100 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.100 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.102 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.102 | 10414 | Recursively removing directory: /tmp/git.bqf8EB/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.102 | 17671 | Added a new run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.103 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.104 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.104 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.104 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.104 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.104 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.104 | 17677 | Added a new worker 10 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.104 | 10413 | Removed run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.104 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.104 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.104 | 10413 | Assigned run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.105 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0trTM4 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.105 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.106 | 17676 | Marked run 644 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.107 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.108 | 17678 | Added a new run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.108 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.110 | 10417 | Recursively removing directory: /tmp/git.9lP777/ +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.110 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.110 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.111 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.112 | 17684 | Added a new run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.112 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.112 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.112 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.112 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.112 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.112 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.113 | 17687 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.113 | 10413 | Removed run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.113 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.113 | 10413 | Assigned run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.113 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hC8q5M +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.114 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.115 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.115 | 17686 | Marked run 645 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.115 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.116 | 17691 | Added a new run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.117 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.118 | 10414 | Recursively removing directory: /tmp/git.0trTM4/ +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.119 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.119 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.120 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.120 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.120 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.120 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.120 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.121 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.121 | 17698 | Added a new worker 14 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.121 | 10413 | Removed run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.121 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.121 | 10413 | Assigned run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.121 | 17696 | Added a new run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.121 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jVg6Jp +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.122 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.122 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.123 | 17697 | Marked run 646 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.123 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.124 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.126 | 17702 | Added a new run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.127 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.127 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.128 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.128 | 10417 | Recursively removing directory: /tmp/git.hC8q5M/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.129 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.129 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.129 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.129 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.130 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.130 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.130 | 17711 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.130 | 10413 | Removed run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.130 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.130 | 10413 | Assigned run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.130 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.130 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.f4SFZJ +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.134 | 10414 | Recursively removing directory: /tmp/git.jVg6Jp/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.135 | 17709 | Added a new run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.136 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.137 | 17710 | Marked run 647 as finished +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.138 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.138 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.138 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.138 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.138 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.138 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.138 | 17719 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.138 | 10413 | Removed run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.138 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.138 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.138 | 10413 | Assigned run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.139 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6ukC5e +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.139 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.140 | 17718 | Marked run 648 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.140 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.141 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.142 | 17720 | Added a new run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.142 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.142 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.144 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.145 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.145 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.146 | 17724 | Added a new run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.146 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.149 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.149 | 10417 | Recursively removing directory: /tmp/git.f4SFZJ/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.151 | 17733 | Added a new run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.151 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.152 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.152 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.152 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.152 | 10414 | Recursively removing directory: /tmp/git.6ukC5e/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.152 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.152 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.152 | 17739 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.152 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.152 | 10413 | Removed run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.152 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.152 | 10413 | Assigned run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.152 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yWLIqz +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.154 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.155 | 17737 | Marked run 649 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.155 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.155 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.155 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.155 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.155 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.155 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.155 | 17742 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.155 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.155 | 10413 | Removed run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.155 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.155 | 10413 | Assigned run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.155 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oNQ4Ac +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.158 | 17741 | Marked run 650 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.158 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.158 | 17740 | Added a new run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.159 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.159 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.160 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.161 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.162 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.162 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.164 | 17745 | Added a new run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.164 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.166 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.167 | 10417 | Recursively removing directory: /tmp/git.yWLIqz/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.168 | 17755 | Added a new run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.168 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.169 | 10414 | Recursively removing directory: /tmp/git.oNQ4Ac/ +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.169 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.169 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.169 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.169 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.169 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.169 | 17761 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.170 | 10413 | Removed run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.170 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.170 | 10413 | Assigned run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.170 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.170 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.b8Alxj +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.171 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.171 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.171 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.171 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.172 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.172 | 17760 | Marked run 651 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.172 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.172 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.172 | 17764 | Added a new worker 7 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.172 | 10413 | Removed run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.172 | 10413 | Removed worker 7 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.172 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.172 | 10413 | Assigned run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.172 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1RkPK4 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.173 | 17763 | Marked run 652 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.173 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.175 | 17762 | Added a new run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.175 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.176 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.176 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.178 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.178 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.180 | 17767 | Added a new run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.180 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.180 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.182 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.183 | 10417 | Recursively removing directory: /tmp/git.b8Alxj/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.184 | 17776 | Added a new run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.184 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.185 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.185 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.185 | 17782 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.185 | 10413 | Removed run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.185 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.185 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.185 | 10413 | Assigned run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.185 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.185 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.185 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.186 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rkYiSV +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.187 | 10414 | Recursively removing directory: /tmp/git.1RkPK4/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.188 | 17781 | Marked run 653 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.188 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.190 | 17784 | Added a new run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.190 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.190 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.190 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.190 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.190 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.190 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.190 | 17786 | Added a new worker 9 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.190 | 10413 | Removed run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.190 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.190 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.190 | 10413 | Assigned run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.191 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.l30Fhy +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.192 | 17785 | Marked run 654 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.192 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.192 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.193 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.194 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.195 | 17789 | Added a new run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.196 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.197 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.198 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.199 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.199 | 10417 | Recursively removing directory: /tmp/git.rkYiSV/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.200 | 17797 | Added a new run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.200 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.201 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.201 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.202 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.202 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.202 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.202 | 17802 | Added a new worker 10 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.202 | 10413 | Removed run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.202 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.202 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.202 | 10413 | Assigned run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.202 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0s7A6y +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.204 | 17801 | Marked run 655 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.204 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.205 | 17805 | Added a new run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.205 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.206 | 10414 | Recursively removing directory: /tmp/git.l30Fhy/ +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.208 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.208 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.208 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.208 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.208 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.208 | 17809 | Added a new worker 10 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.208 | 10413 | Removed run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.208 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.208 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.208 | 10413 | Assigned run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.209 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.209 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.208 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.209 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4aDduW +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.210 | 17810 | Added a new run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.211 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.213 | 17808 | Marked run 656 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.213 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.213 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.215 | 17815 | Added a new run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.215 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.216 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.217 | 10417 | Recursively removing directory: /tmp/git.0s7A6y/ +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.217 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.218 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.218 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.218 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.219 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.219 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.219 | 17823 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.219 | 10413 | Removed run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.219 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.219 | 10413 | Assigned run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.219 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.219 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.219 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.On8wSi +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.220 | 17821 | Added a new run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.220 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.221 | 17822 | Marked run 657 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.221 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.223 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.224 | 10414 | Recursively removing directory: /tmp/git.4aDduW/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.225 | 17830 | Added a new run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.225 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.225 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.226 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.226 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.226 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.226 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.226 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.226 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.226 | 17833 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.226 | 10413 | Removed run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.226 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.226 | 10413 | Assigned run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.227 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.227 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NpXR7o +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.227 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.228 | 17832 | Marked run 658 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.228 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.230 | 17835 | Added a new run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.230 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.232 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.232 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.234 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.234 | 10417 | Recursively removing directory: /tmp/git.On8wSi/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.234 | 17842 | Added a new run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.235 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.235 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.235 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.236 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.236 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.236 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.236 | 17846 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.236 | 10413 | Removed run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.236 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.236 | 10413 | Assigned run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.236 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.236 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vyHmDv +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.237 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.238 | 17845 | Marked run 659 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.238 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.239 | 17848 | Added a new run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.240 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.241 | 10414 | Recursively removing directory: /tmp/git.NpXR7o/ +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.242 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.242 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.243 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.243 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.243 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.243 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.243 | 17856 | Added a new worker 12 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.243 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.243 | 10413 | Removed run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.243 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.243 | 10413 | Assigned run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.243 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.242 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.243 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CEpMXx +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.245 | 17854 | Marked run 660 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.245 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.246 | 17857 | Added a new run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.247 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.249 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.249 | 10417 | Recursively removing directory: /tmp/git.vyHmDv/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.250 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.250 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.251 | 17864 | Added a new run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.252 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.252 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.252 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.252 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.252 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.252 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.252 | 17867 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.252 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.252 | 10413 | Removed run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.252 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.252 | 10413 | Assigned run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.253 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.R6HARJ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.254 | 17866 | Marked run 661 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.254 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.255 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.256 | 17871 | Added a new run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.257 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.258 | 10414 | Recursively removing directory: /tmp/git.CEpMXx/ +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.258 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.259 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.259 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.259 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.259 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.260 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.260 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.260 | 17879 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.260 | 10413 | Removed run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.260 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.260 | 10413 | Assigned run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.260 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.260 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.260 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.imm1MQ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.261 | 17876 | Added a new run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.262 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.263 | 17877 | Marked run 662 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.263 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.265 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.266 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.267 | 10417 | Recursively removing directory: /tmp/git.R6HARJ/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.267 | 17885 | Added a new run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.267 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.267 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.268 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.268 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.269 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.269 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.269 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.269 | 17890 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.269 | 10413 | Removed run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.269 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.269 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.269 | 10413 | Assigned run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.270 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1vaFaD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.270 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.271 | 17889 | Marked run 663 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.271 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.272 | 17892 | Added a new run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.273 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.274 | 10414 | Recursively removing directory: /tmp/git.imm1MQ/ +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.275 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.275 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.275 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.275 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.276 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.276 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.276 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.276 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.276 | 17900 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.276 | 10413 | Removed run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.276 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.276 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.276 | 10413 | Assigned run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.276 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Qsydjw +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.277 | 17898 | Added a new run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.277 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.279 | 17899 | Marked run 664 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.280 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.280 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.282 | 17905 | Added a new run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.282 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.283 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.283 | 10417 | Recursively removing directory: /tmp/git.1vaFaD/ +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.284 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.284 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.284 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.285 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.285 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.285 | 17912 | Added a new worker 10 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.285 | 10413 | Removed run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.285 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.285 | 10413 | Assigned run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.285 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.285 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.285 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cxvomY +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.287 | 17911 | Marked run 665 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.287 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.288 | 17913 | Added a new run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.288 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.290 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.291 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.291 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.292 | 10414 | Recursively removing directory: /tmp/git.Qsydjw/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.292 | 17920 | Added a new run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.293 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.294 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.294 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.294 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.294 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.294 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.295 | 17925 | Added a new worker 10 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.295 | 10413 | Removed run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.295 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.295 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.295 | 10413 | Assigned run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.295 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.295 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rVfoRF +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.297 | 17924 | Marked run 666 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.297 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.298 | 17926 | Added a new run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.299 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.299 | 10417 | Recursively removing directory: /tmp/git.cxvomY/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.301 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.301 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.301 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.301 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.301 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.302 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.302 | 17934 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.302 | 10413 | Removed run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.302 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.302 | 10413 | Assigned run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.302 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.302 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.302 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gfy7Ai +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.303 | 17932 | Added a new run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.303 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.304 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.305 | 17933 | Marked run 667 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.305 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.307 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.308 | 17938 | Added a new run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.309 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.309 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.310 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.310 | 10414 | Recursively removing directory: /tmp/git.rVfoRF/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.311 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.312 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.312 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.312 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.313 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.313 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.313 | 17948 | Added a new worker 9 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.313 | 10413 | Removed run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.313 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.313 | 10413 | Assigned run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.313 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.313 | 17945 | Added a new run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.313 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GfplCP +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.314 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.315 | 17947 | Marked run 668 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.315 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.316 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.317 | 10417 | Recursively removing directory: /tmp/git.gfy7Ai/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.319 | 17954 | Added a new run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.319 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.319 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.319 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.319 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.320 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.319 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.320 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.320 | 17956 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.320 | 10413 | Removed run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.320 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.320 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.320 | 10413 | Assigned run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.320 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.321 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vzHdzB +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.321 | 17955 | Marked run 669 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.323 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.323 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.324 | 17959 | Added a new run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.325 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.325 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.326 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.328 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.328 | 10414 | Recursively removing directory: /tmp/git.GfplCP/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.329 | 17967 | Added a new run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.330 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.330 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.330 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.331 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.331 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.331 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.331 | 17972 | Added a new worker 10 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.331 | 10413 | Removed run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.331 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.331 | 10413 | Assigned run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.331 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.331 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vATrwg +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.332 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.333 | 17971 | Marked run 670 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.333 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.334 | 10417 | Recursively removing directory: /tmp/git.vzHdzB/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.335 | 17976 | Added a new run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.335 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.336 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.336 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.336 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.336 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.336 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.336 | 17979 | Added a new worker 10 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.336 | 10413 | Removed run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.336 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.336 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.336 | 10413 | Assigned run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.336 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2KX79R +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.338 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.338 | 17978 | Marked run 671 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.338 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.338 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.340 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.340 | 17980 | Added a new run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.340 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.342 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.343 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.343 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.345 | 17984 | Added a new run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.345 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.347 | 10414 | Recursively removing directory: /tmp/git.vATrwg/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.347 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.349 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.349 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.349 | 17993 | Added a new run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.349 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.349 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.349 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.350 | 17998 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.350 | 10413 | Removed run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.350 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.350 | 10413 | Assigned run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.350 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.350 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.350 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8Qy8Iw +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.351 | 17996 | Marked run 672 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.351 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.351 | 10417 | Recursively removing directory: /tmp/git.2KX79R/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.353 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.353 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.353 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.353 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.353 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.353 | 18002 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.353 | 10413 | Removed run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.353 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.353 | 10413 | Assigned run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.354 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.353 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.353 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wkBDIf +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.355 | 18000 | Added a new run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.356 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.356 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.357 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.358 | 18001 | Marked run 673 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.358 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.359 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.359 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.360 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.361 | 18005 | Added a new run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.361 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.363 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.364 | 10414 | Recursively removing directory: /tmp/git.8Qy8Iw/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.365 | 18014 | Added a new run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.366 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.367 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.367 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.367 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.367 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.367 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.367 | 18021 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.367 | 10413 | Removed run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.367 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.367 | 10413 | Assigned run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.367 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.367 | 10417 | Recursively removing directory: /tmp/git.wkBDIf/ +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.367 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.w8z2L5 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.369 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.369 | 18020 | Marked run 674 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.369 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.370 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.370 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.370 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.370 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.370 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.371 | 18024 | Added a new worker 7 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.371 | 10413 | Removed run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.371 | 10413 | Removed worker 7 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.371 | 10413 | Assigned run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.371 | 18022 | Added a new run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.371 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PIGFLF +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.371 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.374 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.374 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.374 | 18023 | Marked run 675 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.374 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.375 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.376 | 18026 | Added a new run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.376 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.377 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.378 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.379 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.380 | 18032 | Added a new run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.380 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.382 | 10414 | Recursively removing directory: /tmp/git.w8z2L5/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.383 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.384 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.384 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.384 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.384 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.384 | 18044 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.384 | 10413 | Removed run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.384 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.384 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.384 | 10413 | Assigned run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.384 | 18041 | Added a new run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.385 | 10417 | Recursively removing directory: /tmp/git.PIGFLF/ +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.384 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.384 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.miSFAr +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.385 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.387 | 18043 | Marked run 676 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.387 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.387 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.387 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.388 | 18047 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.388 | 10413 | Removed run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.388 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.388 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.388 | 10413 | Assigned run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.388 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.387 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.387 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.387 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.388 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.y2Ry2t +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.389 | 18046 | Marked run 677 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.390 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.390 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.391 | 18048 | Added a new run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.391 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.391 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.394 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.394 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.395 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.395 | 18051 | Added a new run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.395 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.398 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.399 | 10414 | Recursively removing directory: /tmp/git.miSFAr/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.399 | 18060 | Added a new run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.400 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.401 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.401 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.401 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.401 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.401 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.401 | 18067 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.401 | 10413 | Removed run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.401 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.401 | 10413 | Assigned run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.401 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4pIdyB +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.402 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.402 | 10417 | Recursively removing directory: /tmp/git.y2Ry2t/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.403 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.404 | 18066 | Marked run 678 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.404 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.404 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.404 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.404 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.404 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.404 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.404 | 18070 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.404 | 10413 | Removed run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.404 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.404 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.404 | 10413 | Assigned run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.405 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bcls25 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.406 | 18068 | Added a new run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.406 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.408 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.408 | 18069 | Marked run 679 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.408 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.409 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.409 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.410 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.411 | 18073 | Added a new run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.411 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.411 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.414 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.415 | 18081 | Added a new run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.415 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.415 | 10414 | Recursively removing directory: /tmp/git.4pIdyB/ +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.417 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.417 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.417 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.417 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.417 | 18089 | Added a new worker 10 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.417 | 10413 | Removed run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.417 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.417 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.417 | 10413 | Assigned run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.417 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.418 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xuBwNF +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.418 | 10417 | Recursively removing directory: /tmp/git.bcls25/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.419 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.420 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.420 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.420 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.420 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.420 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.420 | 18092 | Added a new worker 15 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.420 | 10413 | Removed run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.420 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.421 | 10413 | Assigned run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.421 | 18088 | Marked run 680 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.421 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.421 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.421 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9eRl04 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.423 | 18091 | Marked run 681 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.423 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.424 | 18090 | Added a new run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.424 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.426 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.426 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.427 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.427 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.427 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.428 | 18094 | Added a new run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.429 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.431 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.433 | 18104 | Added a new run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.433 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.434 | 10414 | Recursively removing directory: /tmp/git.xuBwNF/ +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.434 | 10417 | Recursively removing directory: /tmp/git.9eRl04/ +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.435 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.435 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.435 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.435 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.435 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.436 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.436 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.436 | 18111 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.436 | 10413 | Removed run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.436 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.436 | 10413 | Assigned run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.436 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.436 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.436 | 18113 | Added a new worker 17 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.436 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.436 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.436 | 10413 | Removed run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.436 | 10413 | Removed worker 17 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.436 | 10413 | Assigned run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.436 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.436 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.436 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BOdgXy +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.437 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OOz0hU +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.438 | 18110 | Marked run 682 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.438 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.438 | 18112 | Marked run 683 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.438 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.440 | 18114 | Added a new run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.440 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.441 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.442 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.442 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.444 | 18116 | Added a new run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.444 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.444 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.444 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.447 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.448 | 18122 | Added a new run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.448 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.450 | 10414 | Recursively removing directory: /tmp/git.BOdgXy/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.451 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.452 | 10417 | Recursively removing directory: /tmp/git.OOz0hU/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.452 | 18132 | Added a new run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.453 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.453 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.453 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.453 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.453 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.453 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.453 | 18134 | Added a new worker 10 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.453 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.453 | 10413 | Removed run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.453 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.453 | 10413 | Assigned run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.454 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.454 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.454 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.454 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.454 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.454 | 18137 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.454 | 10413 | Removed run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.454 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.454 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.454 | 10413 | Assigned run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.454 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ricEON +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.453 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.REw17o +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.456 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.456 | 18133 | Marked run 684 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.456 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.458 | 18138 | Added a new run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.458 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.460 | 18136 | Marked run 685 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.460 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.460 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.460 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.461 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.461 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.462 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.463 | 18141 | Added a new run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.463 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.466 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.467 | 18148 | Added a new run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.467 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.468 | 10417 | Recursively removing directory: /tmp/git.ricEON/ +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.468 | 10414 | Recursively removing directory: /tmp/git.REw17o/ +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.470 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.470 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.470 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.470 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.470 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.470 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.470 | 18158 | Added a new worker 12 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.470 | 10413 | Removed run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.470 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.470 | 10413 | Assigned run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.470 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.470 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.471 | 18160 | Added a new worker 14 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.471 | 10413 | Removed run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.471 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.471 | 10413 | Assigned run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.471 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.470 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SWgONR +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.470 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.470 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.470 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.471 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.J5EqrP +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.473 | 18157 | Added a new run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.473 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.475 | 18156 | Marked run 687 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.475 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.476 | 18159 | Marked run 686 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.476 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.476 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.477 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.477 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.478 | 18162 | Added a new run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.478 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.478 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.478 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.481 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.482 | 18168 | Added a new run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.483 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.485 | 10414 | Recursively removing directory: /tmp/git.J5EqrP/ +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.486 | 10417 | Recursively removing directory: /tmp/git.SWgONR/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.486 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.486 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.486 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.487 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.487 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.487 | 18180 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.487 | 10413 | Removed run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.487 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.487 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.487 | 10413 | Assigned run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.487 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.487 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Q1v1Cn +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.488 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.488 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.488 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.488 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.488 | 18178 | Added a new run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.489 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.489 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.489 | 18182 | Added a new worker 6 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.489 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.489 | 10413 | Removed run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.489 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.489 | 10413 | Assigned run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.490 | 18179 | Marked run 689 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.490 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.489 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZfDO8R +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.492 | 18181 | Marked run 688 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.492 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.492 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.494 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.494 | 18184 | Added a new run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.494 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.495 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.495 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.496 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.497 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.498 | 18188 | Added a new run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.499 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.502 | 10414 | Recursively removing directory: /tmp/git.Q1v1Cn/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.502 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.503 | 10417 | Recursively removing directory: /tmp/git.ZfDO8R/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.504 | 18200 | Added a new run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.504 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.504 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.504 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.504 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.504 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.504 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.505 | 18202 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.505 | 10413 | Removed run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.505 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.505 | 10413 | Assigned run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.505 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.506 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kY2VTC +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.506 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.506 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.506 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.506 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.506 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.506 | 18205 | Added a new worker 14 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.506 | 10413 | Removed run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.506 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.506 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.506 | 10413 | Assigned run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.506 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HguEDp +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.507 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.507 | 18201 | Marked run 690 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.508 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.509 | 18206 | Added a new run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.510 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.511 | 18204 | Marked run 691 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.512 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.512 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.512 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.512 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.513 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.513 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.514 | 18208 | Added a new run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.514 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.517 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.519 | 18216 | Added a new run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.519 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.520 | 10417 | Recursively removing directory: /tmp/git.HguEDp/ +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.521 | 10414 | Recursively removing directory: /tmp/git.kY2VTC/ +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.521 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.521 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.521 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.521 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.521 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.521 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.522 | 18226 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.522 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.522 | 10413 | Removed run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.522 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.522 | 10413 | Assigned run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.522 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dAbadS +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.523 | 18225 | Marked run 693 as finished +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.523 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.523 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.524 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.524 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.524 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.524 | 18228 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.524 | 10413 | Removed run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.524 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.524 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.524 | 10413 | Assigned run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.525 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OIS1eV +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.525 | 18224 | Added a new run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.526 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.527 | 18227 | Marked run 692 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.527 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.528 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.529 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.529 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.530 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.531 | 18230 | Added a new run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.531 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.531 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.533 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.535 | 18235 | Added a new run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.535 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.537 | 10417 | Recursively removing directory: /tmp/git.dAbadS/ +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.538 | 10414 | Recursively removing directory: /tmp/git.OIS1eV/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.538 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.539 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.539 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.539 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.540 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.540 | 18248 | Added a new worker 12 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.540 | 10413 | Removed run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.540 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.540 | 10413 | Assigned run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.540 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.539 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.540 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mQih1A +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.541 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.541 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.541 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.541 | 18247 | Marked run 694 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.541 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.541 | 18246 | Added a new run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.541 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.542 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.542 | 18250 | Added a new worker 6 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.542 | 10413 | Removed run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.542 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.542 | 10413 | Assigned run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.542 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.541 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.542 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RdBicZ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.544 | 18249 | Marked run 695 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.544 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.545 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.546 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.546 | 18252 | Added a new run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.546 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.547 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.548 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.549 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.549 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.550 | 18255 | Added a new run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.550 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.553 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.554 | 10417 | Recursively removing directory: /tmp/git.mQih1A/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.555 | 18265 | Added a new run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.555 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.556 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.556 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.556 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.556 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.556 | 18271 | Added a new worker 10 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.556 | 10413 | Removed run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.556 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.556 | 10413 | Assigned run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.556 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.557 | 10414 | Recursively removing directory: /tmp/git.RdBicZ/ +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.556 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.557 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CB6IEE +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.558 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.558 | 18270 | Marked run 696 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.559 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.559 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.559 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.559 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.559 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.559 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.559 | 18274 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.560 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.560 | 10413 | Removed run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.560 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.560 | 10413 | Assigned run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.560 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.79Lvr9 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.560 | 18272 | Added a new run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.561 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.562 | 18273 | Marked run 697 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.562 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.563 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.563 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.565 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.565 | 18276 | Added a new run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.565 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.566 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.567 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.568 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.570 | 18281 | Added a new run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.570 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.571 | 10417 | Recursively removing directory: /tmp/git.CB6IEE/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.573 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.573 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.573 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.573 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.573 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.573 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.573 | 18294 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.573 | 10413 | Removed run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.573 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.573 | 10413 | Assigned run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.574 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.574 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qjnAu7 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.574 | 10414 | Recursively removing directory: /tmp/git.79Lvr9/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.574 | 18292 | Added a new run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.575 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.576 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.576 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.576 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.577 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GV3f1y +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.576 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.576 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.576 | 18297 | Added a new worker 8 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.576 | 10413 | Removed run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.576 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.576 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.577 | 10413 | Assigned run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.577 | 18293 | Marked run 698 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.577 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.578 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.580 | 18296 | Marked run 699 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.580 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.581 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.582 | 18298 | Added a new run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.582 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.582 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.582 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.583 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.585 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.586 | 18303 | Added a new run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.586 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.589 | 10417 | Recursively removing directory: /tmp/git.qjnAu7/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.590 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.590 | 10414 | Recursively removing directory: /tmp/git.GV3f1y/ +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.591 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.591 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.591 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.591 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.591 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.591 | 18316 | Added a new worker 14 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.591 | 10413 | Removed run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.591 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.591 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.591 | 10413 | Assigned run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.592 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VvKUZ6 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.593 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.593 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.593 | 18314 | Added a new run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.593 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.593 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.593 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.593 | 18318 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.593 | 10413 | Removed run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.593 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.593 | 10413 | Assigned run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.594 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.594 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7ZYxqi +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.595 | 18315 | Marked run 700 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.595 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.596 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.597 | 18317 | Marked run 701 as finished +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.597 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.597 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.598 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.598 | 18320 | Added a new run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.599 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.600 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.600 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.601 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.603 | 18325 | Added a new run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.603 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.606 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.606 | 10417 | Recursively removing directory: /tmp/git.VvKUZ6/ +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.607 | 10414 | Recursively removing directory: /tmp/git.7ZYxqi/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.608 | 18336 | Added a new run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.608 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.608 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.608 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.609 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.609 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.609 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.609 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.609 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.609 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.609 | 18341 | Added a new worker 15 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.609 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.609 | 18338 | Added a new worker 12 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.609 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.609 | 10413 | Removed run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.609 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.609 | 10413 | Assigned run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.609 | 10413 | Removed run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.609 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.609 | 10413 | Assigned run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.609 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.609 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aiTvmu +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.609 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.610 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wDHX1w +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.611 | 18337 | Marked run 702 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.611 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.612 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.613 | 18339 | Marked run 703 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.613 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.615 | 18342 | Added a new run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.615 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.615 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.616 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.616 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.617 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.618 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.619 | 18346 | Added a new run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.619 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.622 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.623 | 10414 | Recursively removing directory: /tmp/git.aiTvmu/ +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.624 | 10417 | Recursively removing directory: /tmp/git.wDHX1w/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.624 | 18357 | Added a new run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.624 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.625 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.625 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.625 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.625 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.625 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.625 | 18361 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.625 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.625 | 10413 | Removed run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.625 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.626 | 10413 | Assigned run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.626 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.626 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.626 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.626 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qZhx0r +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.626 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.626 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.626 | 18363 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.626 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.626 | 10413 | Removed run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.626 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.626 | 10413 | Assigned run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.627 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KoJ6S7 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.627 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.628 | 18360 | Marked run 704 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.628 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.629 | 18362 | Marked run 705 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.629 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.631 | 18364 | Added a new run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.631 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.632 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.632 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.633 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.633 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.634 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.636 | 18368 | Added a new run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.636 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.639 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.640 | 10414 | Recursively removing directory: /tmp/git.qZhx0r/ +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.640 | 10417 | Recursively removing directory: /tmp/git.KoJ6S7/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.640 | 18380 | Added a new run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.641 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.642 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.642 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.642 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.642 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.642 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.642 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.642 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.642 | 18385 | Added a new worker 14 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.642 | 10413 | Removed run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.642 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.642 | 10413 | Assigned run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.642 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.642 | 18384 | Added a new worker 15 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.642 | 10413 | Removed run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.642 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.642 | 10413 | Assigned run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.642 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.642 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.642 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.642 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.642 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.us6t54 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.642 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LMqyZa +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.644 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.646 | 18383 | Marked run 707 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.646 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.647 | 18386 | Added a new run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.647 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.649 | 18382 | Marked run 706 as finished +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.649 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.650 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.650 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.650 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.650 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.651 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.652 | 18388 | Added a new run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.652 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.655 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.656 | 18396 | Added a new run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.657 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.657 | 10417 | Recursively removing directory: /tmp/git.us6t54/ +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.659 | 10414 | Recursively removing directory: /tmp/git.LMqyZa/ +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.659 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.659 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.659 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.659 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.659 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.659 | 18405 | Added a new worker 10 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.659 | 10413 | Removed run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.659 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.659 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.659 | 10413 | Assigned run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.659 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.660 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tEsAR2 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.661 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.661 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.661 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.661 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.661 | 18408 | Added a new worker 15 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.661 | 10413 | Removed run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.661 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.661 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.661 | 10413 | Assigned run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.661 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.662 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dU8s3t +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.663 | 18406 | Added a new run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.663 | 18404 | Marked run 708 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.663 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.663 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.664 | 18407 | Marked run 709 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.665 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.666 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.666 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.668 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.668 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.668 | 18410 | Added a new run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.669 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.669 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.671 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.673 | 18416 | Added a new run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.673 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.675 | 10417 | Recursively removing directory: /tmp/git.tEsAR2/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.675 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.676 | 10414 | Recursively removing directory: /tmp/git.dU8s3t/ +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.677 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.677 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.677 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.677 | 18426 | Added a new run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.677 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.677 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.677 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.678 | 18428 | Added a new worker 6 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.678 | 10413 | Removed run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.678 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.678 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.678 | 10413 | Assigned run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.678 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.678 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.678 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.678 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TzJ6EK +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.678 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.679 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.679 | 18431 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.679 | 10413 | Removed run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.679 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.679 | 10413 | Assigned run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.679 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.679 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TYWIFU +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.680 | 18427 | Marked run 710 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.680 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.681 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.682 | 18430 | Marked run 711 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.682 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.683 | 18432 | Added a new run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.684 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.684 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.685 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.685 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.686 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.686 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.688 | 18436 | Added a new run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.688 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.691 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.692 | 10414 | Recursively removing directory: /tmp/git.TYWIFU/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.693 | 18447 | Added a new run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.693 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.693 | 10417 | Recursively removing directory: /tmp/git.TzJ6EK/ +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.694 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.694 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.694 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.694 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.694 | 18451 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.694 | 10413 | Removed run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.694 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.694 | 10413 | Assigned run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.694 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.694 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.695 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.695 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.695 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.695 | 18453 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.695 | 10413 | Removed run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.695 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.695 | 10413 | Assigned run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.694 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.694 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bpqPTk +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.695 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ucW3Lu +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.696 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.696 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.697 | 18450 | Marked run 713 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.697 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.698 | 18454 | Added a new run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.699 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.700 | 18452 | Marked run 712 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.700 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.701 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.702 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.702 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.702 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.703 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.703 | 18456 | Added a new run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.704 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.706 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.708 | 18463 | Added a new run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.708 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.709 | 10414 | Recursively removing directory: /tmp/git.bpqPTk/ +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.710 | 10417 | Recursively removing directory: /tmp/git.ucW3Lu/ +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.711 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.711 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.711 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.711 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.711 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.711 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.711 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.711 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.711 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.711 | 18475 | Added a new worker 15 to the queue +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.711 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.711 | 10413 | Removed run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.712 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3N72rC +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.711 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.711 | 10413 | Assigned run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.711 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.711 | 18474 | Added a new worker 12 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.712 | 10413 | Removed run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.712 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.712 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.712 | 10413 | Assigned run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.712 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.712 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9HvTec +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.713 | 18473 | Marked run 715 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.713 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.715 | 18476 | Added a new run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.715 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.716 | 18472 | Marked run 714 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.717 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.717 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.718 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.718 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.719 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.719 | 18478 | Added a new run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.720 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.720 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.722 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.724 | 18484 | Added a new run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.724 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.725 | 10414 | Recursively removing directory: /tmp/git.3N72rC/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.726 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.726 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.727 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.727 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.727 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.727 | 18496 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.727 | 10413 | Removed run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.727 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.727 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.727 | 10413 | Assigned run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.727 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.727 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MLQG1s +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.728 | 10417 | Recursively removing directory: /tmp/git.9HvTec/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.728 | 18494 | Added a new run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.728 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.730 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.730 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.730 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.730 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.730 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.731 | 18499 | Added a new worker 6 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.731 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.731 | 10413 | Removed run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.731 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.731 | 10413 | Assigned run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.731 | 18495 | Marked run 717 as finished +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.731 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.amiROE +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.732 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.733 | 18498 | Marked run 716 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.733 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.733 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.735 | 18500 | Added a new run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.735 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.735 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.736 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.737 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.738 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.739 | 18505 | Added a new run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.739 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.742 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.742 | 10414 | Recursively removing directory: /tmp/git.MLQG1s/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.744 | 18515 | Added a new run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.744 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.744 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.744 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.744 | 10417 | Recursively removing directory: /tmp/git.amiROE/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.745 | 18518 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.745 | 10413 | Removed run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.745 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.745 | 10413 | Assigned run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.745 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.744 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.744 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.744 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.745 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TiPX8Q +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.746 | 18517 | Marked run 718 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.746 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.747 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.747 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.747 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.747 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.747 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.747 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.747 | 18522 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.747 | 10413 | Removed run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.747 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.747 | 10413 | Assigned run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.748 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.748 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YQ1Xzl +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.749 | 18520 | Marked run 719 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.749 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.751 | 18521 | Added a new run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.751 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.751 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.752 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.754 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.754 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.755 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.757 | 18525 | Added a new run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.758 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.758 | 10414 | Recursively removing directory: /tmp/git.TiPX8Q/ +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.760 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.760 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.760 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.760 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.760 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.760 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.760 | 18537 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.760 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.760 | 10413 | Removed run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.760 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.blxg6J +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.760 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.760 | 10413 | Assigned run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.762 | 18535 | Marked run 720 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.762 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.762 | 10417 | Recursively removing directory: /tmp/git.YQ1Xzl/ +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.764 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.764 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.764 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.765 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hUEgGu +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.764 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.765 | 18536 | Added a new run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.765 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.765 | 18542 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.765 | 10413 | Removed run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.765 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.765 | 10413 | Assigned run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.765 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.766 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.767 | 18541 | Marked run 721 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.767 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.767 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.768 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.770 | 18545 | Added a new run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.770 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.771 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.772 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.773 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.774 | 18552 | Added a new run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.774 | 10414 | Recursively removing directory: /tmp/git.blxg6J/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.775 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.776 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.776 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.776 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.776 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.776 | 18558 | Added a new worker 10 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.776 | 10413 | Removed run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.776 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.776 | 10413 | Assigned run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.776 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.776 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.T8H7JE +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.777 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.777 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.778 | 18557 | Marked run 722 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.778 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.779 | 10417 | Recursively removing directory: /tmp/git.hUEgGu/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.780 | 18561 | Added a new run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.781 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.781 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.781 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.781 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.781 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.781 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.781 | 18564 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.781 | 10413 | Removed run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.781 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.782 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.782 | 10413 | Assigned run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.782 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.y7u2UZ +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.782 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.783 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.783 | 18563 | Marked run 723 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.784 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.784 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.786 | 18566 | Added a new run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.787 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.787 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.788 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.789 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.790 | 10414 | Recursively removing directory: /tmp/git.T8H7JE/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.791 | 18575 | Added a new run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.791 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.792 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.792 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.792 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.792 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.792 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.793 | 18580 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.793 | 10413 | Removed run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.793 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.793 | 10413 | Assigned run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.794 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.793 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KHMt6y +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.795 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.795 | 18579 | Marked run 724 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.795 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.796 | 10417 | Recursively removing directory: /tmp/git.y7u2UZ/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.797 | 18584 | Added a new run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.798 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.798 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.798 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.798 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.798 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.798 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.798 | 18587 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.799 | 10413 | Removed run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.799 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.799 | 10413 | Assigned run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.799 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.799 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lJ3dmj +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.800 | 18586 | Marked run 725 as finished +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.800 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.800 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.801 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.801 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.802 | 18588 | Added a new run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.803 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.804 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.805 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.806 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.807 | 18596 | Added a new run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.808 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.808 | 10414 | Recursively removing directory: /tmp/git.KHMt6y/ +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.810 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.810 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.810 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.810 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.810 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.810 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.810 | 18603 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.810 | 10413 | Removed run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.810 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.810 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.810 | 10413 | Assigned run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.811 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QJnOBN +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.812 | 18601 | Added a new run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.812 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.813 | 18602 | Marked run 726 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.814 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.814 | 10417 | Recursively removing directory: /tmp/git.lJ3dmj/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.815 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.816 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.816 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.816 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.816 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.816 | 18610 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.816 | 10413 | Removed run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.816 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.816 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.816 | 10413 | Assigned run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.817 | 18608 | Added a new run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.816 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.817 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dPw3op +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.817 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.818 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.819 | 18609 | Marked run 727 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.819 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.819 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.820 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.822 | 18612 | Added a new run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.822 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.822 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.823 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.824 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.826 | 18620 | Added a new run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.826 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.826 | 10414 | Recursively removing directory: /tmp/git.QJnOBN/ +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.828 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.828 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.828 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.828 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.828 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.829 | 18629 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.829 | 10413 | Removed run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.829 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.829 | 10413 | Assigned run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.829 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.829 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.829 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EoVoe1 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.829 | 10417 | Recursively removing directory: /tmp/git.dPw3op/ +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.832 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.832 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.832 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.832 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.832 | 18630 | Added a new run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.832 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.832 | 18628 | Marked run 728 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.832 | 18632 | Added a new worker 6 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.832 | 10413 | Removed run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.832 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.832 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.832 | 10413 | Assigned run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.833 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.832 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5ktPT4 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.835 | 18631 | Marked run 729 as finished +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.836 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.836 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.836 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.837 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.838 | 18634 | Added a new run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.838 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.838 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.839 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.840 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.842 | 18639 | Added a new run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.842 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.844 | 10414 | Recursively removing directory: /tmp/git.EoVoe1/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.845 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.846 | 18649 | Added a new run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.847 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.847 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.847 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.847 | 10417 | Recursively removing directory: /tmp/git.5ktPT4/ +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.847 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.847 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.847 | 18652 | Added a new worker 10 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.847 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.847 | 10413 | Removed run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.847 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.847 | 10413 | Assigned run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.847 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bGuse0 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.849 | 18651 | Marked run 730 as finished +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.850 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.850 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.850 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.850 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.850 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.850 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.850 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.850 | 18656 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.850 | 10413 | Removed run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.850 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.850 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.851 | 10413 | Assigned run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.851 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kD1adY +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.852 | 18655 | Marked run 731 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.852 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.853 | 18654 | Added a new run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.853 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.853 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.854 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.856 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.856 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.857 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.859 | 18660 | Added a new run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.859 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.861 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.861 | 10414 | Recursively removing directory: /tmp/git.bGuse0/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.863 | 18669 | Added a new run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.863 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.864 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.864 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.864 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.864 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.864 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.864 | 18675 | Added a new worker 10 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.864 | 10413 | Removed run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.864 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.864 | 10413 | Assigned run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.865 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4d72ai +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.865 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.866 | 10417 | Recursively removing directory: /tmp/git.kD1adY/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.866 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.868 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.868 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.868 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.868 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.868 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.868 | 18678 | Added a new worker 16 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.868 | 10413 | Removed run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.868 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.868 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.868 | 10413 | Assigned run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.868 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7tP2MF +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.874 | 18674 | Marked run 732 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.874 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.876 | 18677 | Marked run 733 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.876 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.878 | 18676 | Added a new run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.878 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.878 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.878 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.879 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.880 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.881 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.882 | 18682 | Added a new run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.882 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.885 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.886 | 10414 | Recursively removing directory: /tmp/git.4d72ai/ +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.887 | 10417 | Recursively removing directory: /tmp/git.7tP2MF/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.887 | 18692 | Added a new run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.887 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.888 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.888 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.888 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.888 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.888 | 18697 | Added a new worker 10 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.888 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.889 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.889 | 10413 | Removed run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.889 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.889 | 10413 | Assigned run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.889 | 18699 | Added a new worker 10 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.889 | 10413 | Removed run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.889 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.889 | 10413 | Assigned run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.889 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.888 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.888 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.889 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.889 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LWfqFm +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.888 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.889 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hvnqLW +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.890 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.891 | 18696 | Marked run 735 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.891 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.893 | 18698 | Marked run 734 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.893 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.894 | 18700 | Added a new run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.894 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.895 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.895 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.896 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.896 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.897 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.898 | 18704 | Added a new run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.899 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.902 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.902 | 10414 | Recursively removing directory: /tmp/git.LWfqFm/ +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.903 | 10417 | Recursively removing directory: /tmp/git.hvnqLW/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.903 | 18715 | Added a new run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.904 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.904 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.904 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.905 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.905 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.905 | 18719 | Added a new worker 10 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.905 | 10413 | Removed run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.905 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.905 | 10413 | Assigned run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.905 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.905 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.905 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.905 | 18721 | Added a new worker 12 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.905 | 10413 | Removed run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.905 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.905 | 10413 | Assigned run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.905 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.905 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.905 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.905 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.905 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BtkaBC +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.905 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.905 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ncppgw +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.906 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.908 | 18718 | Marked run 737 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.908 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.910 | 18722 | Added a new run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.910 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.911 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.911 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.912 | 18720 | Marked run 736 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.912 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.912 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.912 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.913 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.914 | 18726 | Added a new run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.915 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.917 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.918 | 18734 | Added a new run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.919 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.919 | 10417 | Recursively removing directory: /tmp/git.BtkaBC/ +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.920 | 10414 | Recursively removing directory: /tmp/git.ncppgw/ +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.920 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.920 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.921 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.921 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.921 | 18741 | Added a new worker 10 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.921 | 10413 | Removed run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.921 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.921 | 10413 | Assigned run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.921 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.921 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.921 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GNx4Ge +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.921 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.922 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.922 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.923 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.923 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7IT1AI +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.923 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.923 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.923 | 18744 | Added a new worker 15 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.923 | 10413 | Removed run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.923 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.923 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.923 | 10413 | Assigned run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.926 | 18742 | Added a new run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.926 | 18740 | Marked run 739 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.926 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.927 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.928 | 18743 | Marked run 738 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.928 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.928 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.928 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.929 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.929 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.930 | 18747 | Added a new run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.931 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.933 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.934 | 18754 | Added a new run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.935 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.935 | 10417 | Recursively removing directory: /tmp/git.GNx4Ge/ +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.937 | 10414 | Recursively removing directory: /tmp/git.7IT1AI/ +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.937 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.937 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.938 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.938 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.938 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.938 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.938 | 18764 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.938 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.938 | 10413 | Removed run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.938 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.938 | 10413 | Assigned run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.938 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8Kk1M4 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.939 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.939 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.940 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.940 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.38nbX8 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.939 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.940 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.940 | 18766 | Added a new worker 15 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.940 | 10413 | Removed run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.940 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.940 | 18762 | Marked run 740 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.940 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.940 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.940 | 10413 | Assigned run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.941 | 18763 | Added a new run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.942 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.944 | 18765 | Marked run 741 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.944 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.944 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.944 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.946 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.946 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.946 | 18768 | Added a new run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.946 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.947 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.949 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.951 | 18773 | Added a new run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.951 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.953 | 10417 | Recursively removing directory: /tmp/git.8Kk1M4/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.954 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.954 | 10414 | Recursively removing directory: /tmp/git.38nbX8/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.955 | 18784 | Added a new run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.956 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.956 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.956 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.956 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.956 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.956 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.957 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FbHxyU +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.956 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.956 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.956 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.956 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.956 | 18789 | Added a new worker 6 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.956 | 10413 | Removed run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.956 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.957 | 10413 | Assigned run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.957 | 18786 | Added a new worker 6 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.957 | 10413 | Removed run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.957 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.957 | 10413 | Assigned run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.957 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WtdxXF +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.959 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.959 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.961 | 18785 | Marked run 743 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.961 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.963 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.963 | 18790 | Added a new run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.963 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.963 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.966 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.966 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.967 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.967 | 18788 | Marked run 742 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.967 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.968 | 18793 | Added a new run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.968 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.970 | 10414 | Recursively removing directory: /tmp/git.WtdxXF/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.971 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.972 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.973 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.973 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.973 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.973 | 18808 | Added a new worker 13 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.973 | 10413 | Removed run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.973 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.973 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.973 | 10413 | Assigned run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.973 | 18803 | Added a new run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.973 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.973 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.973 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uQE3Xz +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.975 | 10417 | Recursively removing directory: /tmp/git.FbHxyU/ +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.975 | 18807 | Marked run 745 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.976 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.976 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.978 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.978 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.978 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.978 | 18810 | Added a new run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.978 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.978 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.978 | 18812 | Added a new worker 6 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.978 | 10413 | Removed run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.978 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.978 | 10413 | Assigned run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.978 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.978 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AQvN2u +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.979 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.980 | 10414 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.981 | 18811 | Marked run 744 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.981 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.981 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.983 | 18815 | Added a new run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.984 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.985 | 10417 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.986 | 10417 | Going to run: ./ci +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.986 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.988 | 18821 | Added a new run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.988 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.989 | 10414 | Recursively removing directory: /tmp/git.uQE3Xz/ +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.990 | 10414 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.990 | 10414 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.991 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.991 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.991 | 10414 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.991 | 18827 | Added a new worker 11 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.991 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.991 | 10413 | Removed run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.991 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.991 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.992 | 10413 | Assigned run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.992 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.T7PCiC +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.993 | 18826 | Marked run 746 as finished +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.993 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.995 | 18829 | Added a new run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.995 | 10417 | Recursively removing directory: /tmp/git.AQvN2u/ +2024-04-25 03:44:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.997 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.997 | 10417 | Process exit code: 0 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.997 | 10417 | Process output: 57 bytes +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.998 | 10417 | Waiting for a new command +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.998 | 10414 | Checking out revision HEAD +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.998 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.998 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.998 | 18835 | Added a new worker 10 to the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.998 | 10413 | Removed run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.998 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.998 | 10411 | Waiting for new connections +2024-04-25 03:44:27 | INFO | 10411/cimple-server: 2024-04-25 03:44:27.998 | 10413 | Assigned run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:27 | INFO | 10417/cimple-worker: 2024-04-25 03:44:27.998 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OvTCsh +2024-04-25 03:44:27 | INFO | 10414/cimple-worker: 2024-04-25 03:44:27.999 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.000 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.004 | 18834 | Marked run 747 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.004 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.004 | 18837 | Added a new run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.004 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.004 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.006 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.007 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.008 | 10414 | Recursively removing directory: /tmp/git.T7PCiC/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.009 | 18845 | Added a new run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.010 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.010 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.010 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.011 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6lE0ID +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.010 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.010 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.010 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.010 | 18850 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.010 | 10413 | Removed run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.010 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.011 | 10413 | Assigned run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.013 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.013 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.015 | 10417 | Recursively removing directory: /tmp/git.OvTCsh/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.015 | 18849 | Marked run 748 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.016 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.016 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.017 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.017 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.017 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.018 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.018 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.018 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.018 | 18853 | Added a new run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.018 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.018 | 18857 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.018 | 10413 | Removed run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.018 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.018 | 10413 | Assigned run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.018 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.018 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ah1RgI +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.022 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.022 | 18856 | Marked run 749 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.022 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.024 | 18861 | Added a new run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.024 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.025 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.025 | 10414 | Recursively removing directory: /tmp/git.6lE0ID/ +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.026 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.027 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.027 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.027 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.027 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.027 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.027 | 18868 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.027 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TEldhK +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.027 | 10413 | Removed run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.027 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.027 | 10413 | Assigned run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.027 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.029 | 18867 | Marked run 750 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.029 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.031 | 18869 | Added a new run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.031 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.033 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.033 | 10417 | Recursively removing directory: /tmp/git.ah1RgI/ +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.034 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.035 | 18876 | Added a new run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.035 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.035 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.036 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.036 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.036 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.036 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.036 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.036 | 18880 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.036 | 10413 | Removed run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.036 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.036 | 10413 | Assigned run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.036 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jXBWek +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.037 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.038 | 18879 | Marked run 751 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.038 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.038 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.040 | 18882 | Added a new run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.040 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.042 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.043 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.043 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.043 | 10414 | Recursively removing directory: /tmp/git.TEldhK/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.045 | 18888 | Added a new run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.045 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.045 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.045 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.046 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.046 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.046 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.046 | 18893 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.046 | 10413 | Removed run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.046 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.046 | 10413 | Assigned run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.046 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YZmgWw +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.047 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.048 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.048 | 18892 | Marked run 752 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.048 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.049 | 18895 | Added a new run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.050 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.050 | 10417 | Recursively removing directory: /tmp/git.jXBWek/ +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.052 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.052 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.052 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.052 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.052 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.052 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.052 | 18901 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.052 | 10413 | Removed run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.052 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.052 | 10413 | Assigned run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.052 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.053 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.053 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aqAojU +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.053 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.054 | 18900 | Marked run 753 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.054 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.055 | 18902 | Added a new run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.056 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.058 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.059 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.060 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.060 | 10414 | Recursively removing directory: /tmp/git.YZmgWw/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.061 | 18909 | Added a new run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.062 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.062 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.062 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.062 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.062 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.062 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.062 | 18914 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.062 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.062 | 10413 | Removed run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.062 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.062 | 10413 | Assigned run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.063 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GGa9MC +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.064 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.065 | 18913 | Marked run 754 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.065 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.067 | 18917 | Added a new run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.067 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.067 | 10417 | Recursively removing directory: /tmp/git.aqAojU/ +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.069 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.069 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.069 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.069 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.069 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.069 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.069 | 18923 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.069 | 10413 | Removed run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.069 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.069 | 10413 | Assigned run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.070 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.070 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.070 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3ToBgM +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.070 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.072 | 18922 | Marked run 755 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.072 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.074 | 18924 | Added a new run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.074 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.075 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.076 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.077 | 10414 | Recursively removing directory: /tmp/git.GGa9MC/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.077 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.079 | 18933 | Added a new run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.079 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.079 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.080 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.080 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.080 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.080 | 18937 | Added a new worker 6 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.080 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.080 | 10413 | Removed run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.080 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.080 | 10413 | Assigned run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.081 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V4Uwzu +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.081 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.082 | 18935 | Marked run 756 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.083 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.084 | 10417 | Recursively removing directory: /tmp/git.3ToBgM/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.084 | 18942 | Added a new run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.085 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.085 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.086 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.085 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.085 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.086 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.086 | 18945 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.086 | 10413 | Removed run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.086 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.086 | 10413 | Assigned run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.086 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0lv23Z +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.086 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.087 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.088 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.088 | 18944 | Marked run 757 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.088 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.088 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.090 | 18947 | Added a new run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.090 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.091 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.092 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.093 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.094 | 18954 | Added a new run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.095 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.095 | 10414 | Recursively removing directory: /tmp/git.V4Uwzu/ +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.096 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.096 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.097 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.097 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.097 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.097 | 18962 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.097 | 10413 | Removed run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.097 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.097 | 10413 | Assigned run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.097 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X4j6o2 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.098 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.098 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.099 | 10417 | Recursively removing directory: /tmp/git.0lv23Z/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.099 | 18964 | Added a new run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.100 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.101 | 18961 | Marked run 758 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.102 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.102 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.102 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.102 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.102 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.102 | 18967 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.102 | 10413 | Removed run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.102 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.102 | 10413 | Assigned run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.102 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.102 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.102 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.C3AfFR +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.103 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.104 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.104 | 18966 | Marked run 759 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.105 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.105 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.106 | 18968 | Added a new run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.106 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.108 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.108 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.109 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.110 | 18974 | Added a new run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.111 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.112 | 10414 | Recursively removing directory: /tmp/git.X4j6o2/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.114 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.114 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.114 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.114 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.114 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.114 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.114 | 18985 | Added a new worker 12 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.114 | 10413 | Removed run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.114 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.114 | 10413 | Assigned run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.114 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Sx8UXo +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.114 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.116 | 10417 | Recursively removing directory: /tmp/git.C3AfFR/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.117 | 18984 | Marked run 760 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.117 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.118 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.118 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.118 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.118 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.118 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.118 | 18988 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.119 | 10413 | Removed run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.119 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.119 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.119 | 10413 | Assigned run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.119 | 18982 | Added a new run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.119 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IqSHb0 +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.120 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.121 | 18987 | Marked run 761 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.121 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.121 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.122 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.122 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.124 | 18990 | Added a new run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.124 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.125 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.126 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.127 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.128 | 18998 | Added a new run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.129 | 10414 | Recursively removing directory: /tmp/git.Sx8UXo/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.129 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.130 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.130 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.131 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.131 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.131 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.131 | 19006 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.131 | 10413 | Removed run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.131 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.131 | 10413 | Assigned run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.132 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.132 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ikwBa9 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.132 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.133 | 10417 | Recursively removing directory: /tmp/git.IqSHb0/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.133 | 19005 | Marked run 762 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.133 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.135 | 19008 | Added a new run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.135 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.135 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.135 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.135 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.135 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.135 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.136 | 19011 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.136 | 10413 | Removed run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.136 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.136 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.136 | 10413 | Assigned run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.136 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AplWOb +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.137 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.138 | 19010 | Marked run 763 as finished +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.138 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.138 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.139 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.140 | 19012 | Added a new run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.140 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.141 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.142 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.143 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.144 | 19017 | Added a new run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.144 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.146 | 10414 | Recursively removing directory: /tmp/git.ikwBa9/ +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.147 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.147 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.147 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.147 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.147 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.147 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.147 | 19027 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.148 | 10413 | Removed run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.148 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.148 | 10413 | Assigned run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.148 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.148 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ySryoU +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.150 | 19026 | Marked run 764 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.150 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.151 | 19025 | Added a new run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.151 | 10417 | Recursively removing directory: /tmp/git.AplWOb/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.151 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.153 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.153 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.153 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.153 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.153 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.153 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.153 | 19033 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.153 | 10413 | Removed run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.153 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.153 | 10413 | Assigned run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.154 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HcFI5S +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.154 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.154 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.155 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.156 | 19032 | Marked run 765 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.156 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.157 | 19034 | Added a new run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.157 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.160 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.160 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.161 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.161 | 19041 | Added a new run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.162 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.162 | 10414 | Recursively removing directory: /tmp/git.ySryoU/ +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.163 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.163 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.163 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.164 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.164 | 19047 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.164 | 10413 | Removed run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.164 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.164 | 10413 | Assigned run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.164 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.164 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PGrPVF +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.164 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.164 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.166 | 19045 | Marked run 766 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.166 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.167 | 19048 | Added a new run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.168 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.169 | 10417 | Recursively removing directory: /tmp/git.HcFI5S/ +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.170 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.170 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.171 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.171 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.171 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.171 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.171 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.171 | 19056 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.171 | 10413 | Removed run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.171 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.171 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.171 | 10413 | Assigned run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.171 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.171 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iyiMj1 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.172 | 19054 | Added a new run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.173 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.174 | 19055 | Marked run 767 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.174 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.175 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.177 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.177 | 19061 | Added a new run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.177 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.178 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.178 | 10414 | Recursively removing directory: /tmp/git.PGrPVF/ +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.179 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.179 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.180 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.180 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.180 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.180 | 19068 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.180 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.180 | 10413 | Removed run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.180 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.180 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.180 | 10413 | Assigned run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.180 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FgKG9H +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.182 | 19067 | Marked run 768 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.182 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.184 | 19070 | Added a new run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.184 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.185 | 10417 | Recursively removing directory: /tmp/git.iyiMj1/ +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.186 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.186 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.186 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.186 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.187 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.187 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.187 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.187 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.187 | 19077 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.187 | 10413 | Removed run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.187 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.187 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.187 | 10413 | Assigned run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.187 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vAzVgZ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.189 | 19076 | Marked run 769 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.189 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.190 | 19078 | Added a new run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.190 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.193 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.193 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.194 | 10414 | Recursively removing directory: /tmp/git.FgKG9H/ +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.194 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.195 | 19086 | Added a new run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.195 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.196 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.196 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.196 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.196 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.196 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.196 | 19090 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.196 | 10413 | Removed run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.196 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.196 | 10413 | Assigned run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.196 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.196 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YlVLLZ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.198 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.199 | 19089 | Marked run 770 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.199 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.200 | 19093 | Added a new run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.200 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.202 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.202 | 10417 | Recursively removing directory: /tmp/git.vAzVgZ/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.203 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.203 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.211 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.211 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.211 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.211 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qEoVwf +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.211 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.211 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.211 | 19103 | Added a new worker 9 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.211 | 10413 | Removed run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.211 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.211 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.211 | 10413 | Assigned run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.212 | 19098 | Added a new run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.212 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.213 | 19102 | Marked run 771 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.213 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.214 | 10414 | Recursively removing directory: /tmp/git.YlVLLZ/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.215 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.216 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.216 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.216 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.216 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.216 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.216 | 19110 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.216 | 10413 | Removed run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.216 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.216 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.216 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uRxDRS +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.216 | 10413 | Assigned run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.217 | 19108 | Added a new run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.217 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.218 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.219 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.219 | 19109 | Marked run 772 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.220 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.220 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.222 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.222 | 19113 | Added a new run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.222 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.222 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.225 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.226 | 19121 | Added a new run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.226 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.226 | 10417 | Recursively removing directory: /tmp/git.qEoVwf/ +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.228 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.228 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.228 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.228 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.228 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.228 | 19129 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.228 | 10413 | Removed run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.228 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.228 | 10413 | Assigned run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.229 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.229 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4VkEan +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.229 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.230 | 10414 | Recursively removing directory: /tmp/git.uRxDRS/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.230 | 19128 | Marked run 773 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.230 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.232 | 19130 | Added a new run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.232 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.232 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.232 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.232 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.232 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.232 | 19132 | Added a new worker 12 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.233 | 10413 | Removed run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.233 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.233 | 10413 | Assigned run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.233 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.233 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.233 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Mgykso +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.234 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.235 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.236 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.236 | 19131 | Marked run 774 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.236 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.238 | 19134 | Added a new run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.238 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.238 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.239 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.241 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.242 | 19142 | Added a new run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.243 | 10417 | Recursively removing directory: /tmp/git.4VkEan/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.243 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.244 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.244 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.245 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.245 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.245 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.245 | 19150 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.245 | 10413 | Removed run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.245 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.246 | 10413 | Assigned run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.246 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.246 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.246 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UYC3VQ +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.247 | 10414 | Recursively removing directory: /tmp/git.Mgykso/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.247 | 19149 | Marked run 775 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.248 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.249 | 19152 | Added a new run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.249 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.249 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.249 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.249 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.249 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.249 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.250 | 19154 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.250 | 10413 | Removed run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.250 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.250 | 10413 | Assigned run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.250 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.250 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.U6UpgX +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.252 | 19153 | Marked run 776 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.252 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.252 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.252 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.253 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.254 | 19156 | Added a new run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.254 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.256 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.257 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.257 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.258 | 19161 | Added a new run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.259 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.260 | 10417 | Recursively removing directory: /tmp/git.UYC3VQ/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.262 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.262 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.262 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.262 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.262 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.262 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.262 | 19173 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.262 | 10413 | Removed run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.262 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.262 | 10413 | Assigned run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.263 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.262 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3JSbDG +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.264 | 10414 | Recursively removing directory: /tmp/git.U6UpgX/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.265 | 19170 | Added a new run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.265 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.267 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.267 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.267 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.267 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.267 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.267 | 19177 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.267 | 10413 | Removed run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.267 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.267 | 10413 | Assigned run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.267 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DbXNkT +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.268 | 19172 | Marked run 777 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.268 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.268 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.268 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.268 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.270 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.271 | 19176 | Marked run 778 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.271 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.272 | 19178 | Added a new run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.272 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.273 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.273 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.275 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.276 | 19186 | Added a new run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.277 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.277 | 10417 | Recursively removing directory: /tmp/git.3JSbDG/ +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.279 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.279 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.279 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.279 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.279 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.279 | 19194 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.279 | 10413 | Removed run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.279 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.279 | 10413 | Assigned run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.279 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RISoDL +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.280 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.280 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.282 | 19195 | Added a new run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.282 | 10414 | Recursively removing directory: /tmp/git.DbXNkT/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.282 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.283 | 19193 | Marked run 779 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.283 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.284 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.284 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.284 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.285 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.285 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.285 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.285 | 19199 | Added a new worker 12 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.285 | 10413 | Removed run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.285 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.285 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.285 | 10413 | Assigned run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.285 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7SqNdG +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.286 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.287 | 19198 | Marked run 780 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.287 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.287 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.289 | 19200 | Added a new run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.289 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.291 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.292 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.292 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.294 | 19205 | Added a new run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.294 | 10417 | Recursively removing directory: /tmp/git.RISoDL/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.294 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.296 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.296 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.296 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.296 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.296 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.296 | 19214 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.297 | 10413 | Removed run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.297 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.297 | 10413 | Assigned run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.297 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.297 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FJNKpq +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.297 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.298 | 19213 | Marked run 781 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.298 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.299 | 10414 | Recursively removing directory: /tmp/git.7SqNdG/ +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.301 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.301 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.301 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.301 | 19217 | Added a new run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.301 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.302 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.302 | 19220 | Added a new worker 8 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.302 | 10413 | Removed run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.302 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.302 | 10413 | Assigned run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.302 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.302 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MJaGom +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.303 | 19219 | Marked run 782 as finished +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.304 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.304 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.304 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.304 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.306 | 19222 | Added a new run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.306 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.308 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.309 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.309 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.310 | 19227 | Added a new run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.310 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.311 | 10417 | Recursively removing directory: /tmp/git.FJNKpq/ +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.313 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.313 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.313 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.313 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.313 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.313 | 19237 | Added a new worker 12 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.314 | 10413 | Removed run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.314 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.314 | 10413 | Assigned run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.314 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.313 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.314 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.slrVN6 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.316 | 10414 | Recursively removing directory: /tmp/git.MJaGom/ +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.317 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.317 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.317 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.318 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.318 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.318 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3Ux6hb +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.318 | 19242 | Added a new worker 15 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.318 | 10413 | Removed run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.318 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.318 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.318 | 10413 | Assigned run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.319 | 19235 | Added a new run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.320 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.321 | 19236 | Marked run 783 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.322 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.323 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.323 | 19241 | Marked run 784 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.323 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.324 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.325 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.325 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.325 | 19244 | Added a new run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.326 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.326 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.328 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.330 | 19251 | Added a new run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.330 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.332 | 10417 | Recursively removing directory: /tmp/git.slrVN6/ +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.333 | 10414 | Recursively removing directory: /tmp/git.3Ux6hb/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.333 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.334 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.334 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.334 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.334 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.334 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.334 | 19262 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.334 | 10413 | Removed run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.334 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.334 | 10413 | Assigned run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.334 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.335 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.335 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.335 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QXzpfX +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.335 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.335 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.335 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.335 | 19264 | Added a new worker 16 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.335 | 10413 | Removed run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.335 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.335 | 10413 | Assigned run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.335 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.336 | 19260 | Added a new run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.335 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XalMvd +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.336 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.338 | 19261 | Marked run 785 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.338 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.339 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.339 | 19263 | Marked run 786 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.339 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.341 | 19266 | Added a new run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.341 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.342 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.343 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.343 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.343 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.344 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.345 | 19269 | Added a new run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.345 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.348 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.349 | 19280 | Added a new run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.349 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.350 | 10417 | Recursively removing directory: /tmp/git.QXzpfX/ +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.350 | 10414 | Recursively removing directory: /tmp/git.XalMvd/ +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.352 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.352 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.352 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.352 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.352 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.352 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.352 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.352 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.352 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.352 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.352 | 19286 | Added a new worker 15 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.352 | 19287 | Added a new worker 16 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.352 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.352 | 10413 | Removed run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.352 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.352 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.352 | 10413 | Assigned run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.352 | 10413 | Removed run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.352 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.352 | 10413 | Assigned run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.353 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.353 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.05896C +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.353 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4RWh8a +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.354 | 19284 | Marked run 788 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.354 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.356 | 19285 | Marked run 787 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.356 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.357 | 19288 | Added a new run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.358 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.358 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.359 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.359 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.360 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.360 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.362 | 19292 | Added a new run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.362 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.365 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.366 | 10414 | Recursively removing directory: /tmp/git.4RWh8a/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.366 | 19303 | Added a new run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.367 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.367 | 10417 | Recursively removing directory: /tmp/git.05896C/ +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.368 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.368 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.368 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.368 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hueMHU +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.368 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.368 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.368 | 19307 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.368 | 10413 | Removed run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.368 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.368 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.368 | 10413 | Assigned run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.369 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.369 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.369 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.369 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.369 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.369 | 19309 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.369 | 10413 | Removed run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.369 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.370 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.370 | 10413 | Assigned run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.370 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.370 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hIpVGO +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.371 | 19306 | Marked run 789 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.371 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.372 | 19308 | Marked run 790 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.372 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.374 | 19310 | Added a new run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.374 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.375 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.375 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.375 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.376 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.377 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.378 | 19314 | Added a new run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.379 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.382 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.383 | 10417 | Recursively removing directory: /tmp/git.hIpVGO/ +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.383 | 10414 | Recursively removing directory: /tmp/git.hueMHU/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.383 | 19326 | Added a new run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.383 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.384 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.384 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.384 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.384 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.385 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.385 | 19329 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.385 | 10413 | Removed run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.385 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.385 | 10413 | Assigned run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.385 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.385 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.385 | 19331 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.385 | 10413 | Removed run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.385 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.385 | 10413 | Assigned run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.385 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.385 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8oOr5o +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.385 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.385 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.385 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.386 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.B3x7AM +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.387 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.387 | 19330 | Marked run 791 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.387 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.388 | 19328 | Marked run 792 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.388 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.390 | 19332 | Added a new run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.390 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.391 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.392 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.392 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.392 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.392 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.394 | 19334 | Added a new run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.395 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.397 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.398 | 19344 | Added a new run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.398 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.399 | 10417 | Recursively removing directory: /tmp/git.8oOr5o/ +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.400 | 10414 | Recursively removing directory: /tmp/git.B3x7AM/ +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.400 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.400 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.401 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.401 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.401 | 19351 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.401 | 10413 | Removed run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.401 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.401 | 10413 | Assigned run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.401 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.401 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.401 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.402 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.402 | 19354 | Added a new worker 15 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.402 | 10413 | Removed run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.402 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.402 | 10413 | Assigned run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.402 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.401 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.401 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Q5Yy1x +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.401 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.401 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.401 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.402 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.k3JIvY +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.405 | 19350 | Marked run 793 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.405 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.406 | 19353 | Marked run 794 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.406 | 19352 | Added a new run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.407 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.407 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.407 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.408 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.408 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.409 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.409 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.411 | 19358 | Added a new run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.411 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.414 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.415 | 10417 | Recursively removing directory: /tmp/git.Q5Yy1x/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.415 | 19369 | Added a new run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.416 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.416 | 10414 | Recursively removing directory: /tmp/git.k3JIvY/ +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.417 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.417 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.417 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.417 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.417 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.417 | 19373 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.417 | 10413 | Removed run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.417 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.417 | 10413 | Assigned run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.417 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HcR4Ld +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.418 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.418 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.418 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.418 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.418 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.418 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.418 | 19375 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.418 | 10413 | Removed run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.418 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.418 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.418 | 10413 | Assigned run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.419 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.419 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8D33G1 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.420 | 19372 | Marked run 795 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.420 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.423 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.424 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.424 | 19374 | Marked run 796 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.424 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.424 | 19376 | Added a new run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.424 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.425 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.426 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.427 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.429 | 19381 | Added a new run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.430 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.431 | 10417 | Recursively removing directory: /tmp/git.HcR4Ld/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.432 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.432 | 10414 | Recursively removing directory: /tmp/git.8D33G1/ +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.433 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.433 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.433 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.433 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.433 | 19394 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.433 | 10413 | Removed run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.433 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.433 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.433 | 10413 | Assigned run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.433 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.433 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BpRP7a +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.434 | 19392 | Added a new run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.435 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.435 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.435 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.436 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.436 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.436 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.436 | 19397 | Added a new worker 6 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.436 | 10413 | Removed run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.436 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.436 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.436 | 10413 | Assigned run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.436 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0BV0QZ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.437 | 19393 | Marked run 797 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.437 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.438 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.439 | 19396 | Marked run 798 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.439 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.440 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.440 | 19398 | Added a new run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.441 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.441 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.442 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.443 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.444 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.446 | 19403 | Added a new run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.446 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.447 | 10417 | Recursively removing directory: /tmp/git.BpRP7a/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.448 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.449 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.449 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.449 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.449 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.449 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.449 | 19414 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.449 | 10413 | Removed run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.449 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.449 | 10413 | Assigned run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.449 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.449 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0PflOW +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.451 | 10414 | Recursively removing directory: /tmp/git.0BV0QZ/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.452 | 19412 | Marked run 799 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.452 | 19411 | Added a new run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.452 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.453 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.453 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.453 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.453 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.453 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.454 | 19419 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.454 | 10413 | Removed run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.454 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.454 | 10413 | Assigned run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.454 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.454 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ePse6J +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.455 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.455 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.456 | 19418 | Marked run 800 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.456 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.456 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.457 | 19420 | Added a new run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.457 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.460 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.460 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.460 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.462 | 19424 | Added a new run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.462 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.463 | 10417 | Recursively removing directory: /tmp/git.0PflOW/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.464 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.465 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.465 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.465 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.465 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.465 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.465 | 19435 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.465 | 10413 | Removed run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.465 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.465 | 10413 | Assigned run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.465 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.466 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jPHcBP +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.466 | 19433 | Added a new run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.467 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.468 | 19434 | Marked run 801 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.468 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.468 | 10414 | Recursively removing directory: /tmp/git.ePse6J/ +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.469 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.469 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.470 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.470 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.470 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.470 | 19441 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.470 | 10413 | Removed run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.470 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.470 | 10413 | Assigned run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.470 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.470 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.470 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9miJYd +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.472 | 19440 | Marked run 802 as finished +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.472 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.472 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.473 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.474 | 19442 | Added a new run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.474 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.475 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.476 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.476 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.478 | 19446 | Added a new run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.478 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.481 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.481 | 10417 | Recursively removing directory: /tmp/git.jPHcBP/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.483 | 19456 | Added a new run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.483 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.483 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.483 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.484 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.484 | 10414 | Recursively removing directory: /tmp/git.9miJYd/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.483 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.484 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.484 | 19461 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.484 | 10413 | Removed run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.484 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.484 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.484 | 10413 | Assigned run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.484 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Q9tWsI +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.486 | 19459 | Marked run 803 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.486 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.486 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.487 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.487 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.487 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.487 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YC7sV9 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.487 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.487 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.487 | 19464 | Added a new worker 14 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.487 | 10413 | Removed run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.487 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.487 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.487 | 10413 | Assigned run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.488 | 19462 | Added a new run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.488 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.490 | 19463 | Marked run 804 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.490 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.491 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.491 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.492 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.493 | 19466 | Added a new run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.493 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.493 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.494 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.496 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.497 | 19471 | Added a new run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.497 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.500 | 10417 | Recursively removing directory: /tmp/git.Q9tWsI/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.500 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.501 | 10414 | Recursively removing directory: /tmp/git.YC7sV9/ +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.501 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.501 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.502 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.502 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.502 | 19484 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.502 | 10413 | Removed run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.502 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.502 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.502 | 10413 | Assigned run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.502 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.502 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3Wgkw3 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.503 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.503 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.503 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.503 | 19482 | Added a new run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.503 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.503 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.503 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.504 | 19486 | Added a new worker 6 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.504 | 10413 | Removed run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.504 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.504 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.504 | 10413 | Assigned run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.504 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BK68zD +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.507 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.507 | 19483 | Marked run 805 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.507 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.509 | 19488 | Added a new run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.509 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.509 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.510 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.511 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.511 | 19485 | Marked run 806 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.511 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.511 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.512 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.513 | 19492 | Added a new run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.514 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.516 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.518 | 19502 | Added a new run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.518 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.518 | 10417 | Recursively removing directory: /tmp/git.3Wgkw3/ +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.518 | 10414 | Recursively removing directory: /tmp/git.BK68zD/ +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.520 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.520 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.520 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.520 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.520 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.520 | 19507 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.520 | 10413 | Removed run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.520 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.520 | 10413 | Assigned run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.520 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.520 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.520 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.521 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sMVWST +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.520 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.520 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.520 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.520 | 19509 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.520 | 10413 | Removed run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.520 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.520 | 10413 | Assigned run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.521 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fThKa9 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.521 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.521 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.522 | 19506 | Marked run 807 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.522 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.524 | 19508 | Marked run 808 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.524 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.525 | 19510 | Added a new run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.526 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.526 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.527 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.527 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.528 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.528 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.530 | 19513 | Added a new run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.530 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.533 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.534 | 10414 | Recursively removing directory: /tmp/git.sMVWST/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.535 | 19525 | Added a new run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.535 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.535 | 10417 | Recursively removing directory: /tmp/git.fThKa9/ +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.536 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.536 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.536 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.536 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.536 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.536 | 19529 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.536 | 10413 | Removed run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.536 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.536 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.537 | 10413 | Assigned run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.537 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yGyFDV +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.537 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.537 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.537 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.538 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.538 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.538 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.538 | 19531 | Added a new worker 15 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.538 | 10413 | Removed run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.538 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.538 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.538 | 10413 | Assigned run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.538 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AE76h7 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.539 | 19528 | Marked run 810 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.539 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.540 | 19530 | Marked run 809 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.540 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.543 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.543 | 19532 | Added a new run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.543 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.543 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.545 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.546 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.546 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.547 | 19535 | Added a new run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.548 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.550 | 10414 | Recursively removing directory: /tmp/git.yGyFDV/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.551 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.552 | 19547 | Added a new run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.552 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.552 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.553 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.553 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.553 | 10417 | Recursively removing directory: /tmp/git.AE76h7/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.553 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.553 | 19550 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.553 | 10413 | Removed run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.553 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.553 | 10413 | Assigned run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.553 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.553 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MiveeA +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.554 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.555 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.555 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.556 | 19549 | Marked run 811 as finished +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.556 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.556 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.556 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.556 | 19553 | Added a new worker 15 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.556 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.556 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.556 | 10413 | Removed run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.556 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.556 | 10413 | Assigned run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.557 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.a0kO9a +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.557 | 19552 | Marked run 812 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.557 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.559 | 19554 | Added a new run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.560 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.560 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.561 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.562 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.562 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.563 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.564 | 19557 | Added a new run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.564 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.567 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.567 | 10414 | Recursively removing directory: /tmp/git.MiveeA/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.568 | 19567 | Added a new run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.568 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.569 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.569 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.569 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.569 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.569 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.569 | 19572 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.569 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.570 | 10413 | Removed run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.570 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.570 | 10413 | Assigned run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.570 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.i5nlBc +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.571 | 19571 | Marked run 813 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.571 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.571 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.572 | 10417 | Recursively removing directory: /tmp/git.a0kO9a/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.574 | 19574 | Added a new run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.574 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.575 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.575 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.575 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.575 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.575 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Xv4Obw +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.575 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.575 | 19577 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.575 | 10413 | Removed run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.575 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.575 | 10413 | Assigned run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.575 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.577 | 19576 | Marked run 814 as finished +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.577 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.577 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.577 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.578 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.579 | 19578 | Added a new run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.579 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.581 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.582 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.582 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.583 | 19583 | Added a new run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.583 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.585 | 10414 | Recursively removing directory: /tmp/git.i5nlBc/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.586 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.587 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.587 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.587 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.587 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.587 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.587 | 19595 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.587 | 10413 | Removed run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.587 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.588 | 10413 | Assigned run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.588 | 19591 | Added a new run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.588 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.588 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.588 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Qfswyh +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.590 | 10417 | Recursively removing directory: /tmp/git.Xv4Obw/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.590 | 19594 | Marked run 815 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.590 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.591 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.591 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.591 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.591 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.591 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.592 | 19600 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.592 | 10413 | Removed run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.592 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.592 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.592 | 10413 | Assigned run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.591 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.592 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dHTxLR +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.593 | 19598 | Added a new run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.593 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.595 | 19599 | Marked run 816 as finished +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.595 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.595 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.596 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.596 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.598 | 19603 | Added a new run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.598 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.598 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.599 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.601 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.602 | 19609 | Added a new run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.602 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.603 | 10414 | Recursively removing directory: /tmp/git.Qfswyh/ +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.605 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.605 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.605 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.605 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.605 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.605 | 19620 | Added a new worker 12 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.605 | 10413 | Removed run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.605 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.605 | 10413 | Assigned run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.605 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.605 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.865hSF +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.606 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.606 | 10417 | Recursively removing directory: /tmp/git.dHTxLR/ +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.608 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.608 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.608 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.608 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.608 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.608 | 19622 | Added a new worker 15 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.608 | 10413 | Removed run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.608 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.608 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.608 | 10413 | Assigned run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.608 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RqXtoQ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.609 | 19619 | Marked run 817 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.610 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.611 | 19621 | Marked run 818 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.611 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.611 | 19618 | Added a new run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.612 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.612 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.612 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.614 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.614 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.616 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.616 | 19625 | Added a new run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.616 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.618 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.620 | 10414 | Recursively removing directory: /tmp/git.865hSF/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.620 | 19634 | Added a new run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.620 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.621 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.621 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.621 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.622 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.622 | 19641 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.622 | 10413 | Removed run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.622 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.622 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.622 | 10413 | Assigned run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.622 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.622 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4aPSrn +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.623 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.624 | 19640 | Marked run 819 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.624 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.624 | 10417 | Recursively removing directory: /tmp/git.RqXtoQ/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.625 | 19642 | Added a new run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.625 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.626 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.626 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.626 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.626 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.626 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.626 | 19645 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.626 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.626 | 10413 | Removed run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.626 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.626 | 10413 | Assigned run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.626 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.umo1pm +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.627 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.628 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.629 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.629 | 19644 | Marked run 820 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.629 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.630 | 19646 | Added a new run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.631 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.632 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.632 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.634 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.635 | 19654 | Added a new run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.635 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.636 | 10414 | Recursively removing directory: /tmp/git.4aPSrn/ +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.637 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.637 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.638 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.638 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.638 | 19661 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.638 | 10413 | Removed run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.638 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.638 | 10413 | Assigned run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.638 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.638 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.638 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yjco9t +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.638 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.640 | 19659 | Marked run 821 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.640 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.640 | 10417 | Recursively removing directory: /tmp/git.umo1pm/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.641 | 19663 | Added a new run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.642 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.642 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.642 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.643 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.642 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.643 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.643 | 19667 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.643 | 10413 | Removed run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.643 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.643 | 10413 | Assigned run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.643 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.643 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uRGxBL +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.644 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.644 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.645 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.646 | 19668 | Added a new run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.646 | 19666 | Marked run 822 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.647 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.649 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.649 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.650 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.651 | 19672 | Added a new run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.651 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.653 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.653 | 10414 | Recursively removing directory: /tmp/git.yjco9t/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.655 | 19680 | Added a new run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.655 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.656 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.656 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.656 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.656 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.657 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.657 | 19687 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.657 | 10413 | Removed run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.657 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.657 | 10413 | Assigned run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.657 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VitA8M +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.657 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.658 | 10417 | Recursively removing directory: /tmp/git.uRGxBL/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.658 | 19685 | Marked run 823 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.658 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.659 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.660 | 19688 | Added a new run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.661 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.661 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.661 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.661 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.661 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.661 | 19691 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.661 | 10413 | Removed run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.661 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.661 | 10413 | Assigned run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.661 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.661 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.661 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rIgI6Y +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.663 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.664 | 19690 | Marked run 824 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.664 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.664 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.665 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.665 | 19692 | Added a new run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.665 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.668 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.668 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.669 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.670 | 19696 | Added a new run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.670 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.672 | 10414 | Recursively removing directory: /tmp/git.VitA8M/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.673 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.673 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.673 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.673 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.673 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.673 | 19708 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.674 | 10413 | Removed run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.674 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.674 | 10413 | Assigned run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.674 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.673 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.674 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.y8CX2F +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.675 | 19705 | Added a new run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.675 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.676 | 19706 | Marked run 825 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.676 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.677 | 10417 | Recursively removing directory: /tmp/git.rIgI6Y/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.677 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.679 | 19712 | Added a new run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.679 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.679 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.679 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.679 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.679 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.679 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.680 | 19714 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.680 | 10413 | Removed run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.680 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.680 | 10413 | Assigned run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.680 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.680 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Zimmhl +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.681 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.682 | 19713 | Marked run 826 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.682 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.682 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.684 | 19717 | Added a new run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.684 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.685 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.686 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.687 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.688 | 10414 | Recursively removing directory: /tmp/git.y8CX2F/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.688 | 19725 | Added a new run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.689 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.690 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.690 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.690 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.690 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.690 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.690 | 19730 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.690 | 10413 | Removed run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.690 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.690 | 10413 | Assigned run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.690 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sAK9wN +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.691 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.691 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.692 | 19729 | Marked run 827 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.692 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.693 | 10417 | Recursively removing directory: /tmp/git.Zimmhl/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.694 | 19733 | Added a new run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.694 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.695 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.695 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.695 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.695 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.695 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.695 | 19737 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.695 | 10413 | Removed run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.695 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.695 | 10413 | Assigned run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.695 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.695 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gK7Umm +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.696 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.697 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.697 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.699 | 19738 | Added a new run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.699 | 19736 | Marked run 828 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.699 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.699 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.701 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.702 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.702 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.704 | 19745 | Added a new run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.704 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.704 | 10414 | Recursively removing directory: /tmp/git.sAK9wN/ +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.706 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.706 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.706 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.706 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.706 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.706 | 19752 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.706 | 10413 | Removed run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.706 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.706 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.706 | 10413 | Assigned run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.707 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.z7c3nK +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.707 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.708 | 19751 | Marked run 829 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.709 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.709 | 10417 | Recursively removing directory: /tmp/git.gK7Umm/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.710 | 19753 | Added a new run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.710 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.711 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.711 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.711 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.711 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.711 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.712 | 19759 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.712 | 10413 | Removed run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.712 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.712 | 10413 | Assigned run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.712 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4dbC6L +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.712 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.713 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.713 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.714 | 19758 | Marked run 830 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.714 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.714 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.715 | 19760 | Added a new run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.716 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.717 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.718 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.719 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.721 | 10414 | Recursively removing directory: /tmp/git.z7c3nK/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.721 | 19768 | Added a new run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.721 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.722 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.722 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.723 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.723 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.723 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.723 | 19774 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.723 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.723 | 10413 | Removed run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.723 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.723 | 10413 | Assigned run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.723 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XbYIgl +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.724 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.725 | 19773 | Marked run 831 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.725 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.726 | 10417 | Recursively removing directory: /tmp/git.4dbC6L/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.727 | 19777 | Added a new run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.727 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.728 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.728 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.728 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.728 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.728 | 19781 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.728 | 10413 | Removed run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.728 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.728 | 10413 | Assigned run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.728 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.728 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.729 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.k0wIaa +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.729 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.730 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.730 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.731 | 19780 | Marked run 832 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.731 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.733 | 19782 | Added a new run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.733 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.734 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.735 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.736 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.736 | 10414 | Recursively removing directory: /tmp/git.XbYIgl/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.738 | 19791 | Added a new run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.738 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.739 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.739 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.739 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.739 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.739 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.739 | 19796 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.739 | 10413 | Removed run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.739 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.739 | 10413 | Assigned run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.739 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.740 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Imr96H +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.741 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.741 | 19795 | Marked run 833 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.741 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.743 | 19799 | Added a new run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.743 | 10417 | Recursively removing directory: /tmp/git.k0wIaa/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.743 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.745 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.745 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.745 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.745 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.745 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.745 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.745 | 19803 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.745 | 10413 | Removed run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.745 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.745 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yPUzsl +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.746 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.746 | 10413 | Assigned run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.746 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.746 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.747 | 19802 | Marked run 834 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.748 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.748 | 19804 | Added a new run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.749 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.751 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.751 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.752 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.753 | 19811 | Added a new run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.753 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.753 | 10414 | Recursively removing directory: /tmp/git.Imr96H/ +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.755 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.755 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.755 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.755 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.755 | 19817 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.755 | 10413 | Removed run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.755 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.755 | 10413 | Assigned run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.755 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.755 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.756 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5GM6sI +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.756 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.757 | 19816 | Marked run 835 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.758 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.759 | 19819 | Added a new run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.759 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.759 | 10417 | Recursively removing directory: /tmp/git.yPUzsl/ +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.761 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.761 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.761 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.761 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.761 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.761 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.761 | 19825 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.762 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.762 | 10413 | Removed run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.762 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.762 | 10413 | Assigned run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.762 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.762 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ncWTR7 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.763 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.763 | 19824 | Marked run 836 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.763 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.765 | 19826 | Added a new run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.765 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.767 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.768 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.769 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.769 | 19831 | Added a new run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.769 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.770 | 10414 | Recursively removing directory: /tmp/git.5GM6sI/ +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.772 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.772 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.772 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.772 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.772 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.772 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.772 | 19841 | Added a new worker 12 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.773 | 10413 | Removed run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.773 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.773 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.773 | 10413 | Assigned run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.773 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gZH5uY +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.774 | 19839 | Added a new run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.774 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.776 | 19840 | Marked run 837 as finished +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.776 | 10417 | Recursively removing directory: /tmp/git.ncWTR7/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.776 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.777 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.778 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.778 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.778 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.779 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oMqNEO +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.778 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.778 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.778 | 19848 | Added a new worker 14 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.778 | 10413 | Removed run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.778 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.778 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.778 | 10413 | Assigned run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.779 | 19846 | Added a new run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.780 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.779 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.780 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.782 | 19847 | Marked run 838 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.782 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.782 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.784 | 19851 | Added a new run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.784 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.784 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.786 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.786 | 10414 | Recursively removing directory: /tmp/git.gZH5uY/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.787 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.788 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.788 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.789 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.789 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.789 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.789 | 19862 | Added a new worker 9 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.789 | 10413 | Removed run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.789 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.789 | 10413 | Assigned run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.789 | 19859 | Added a new run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.789 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.790 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.790 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.y1gTz7 +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.791 | 19861 | Marked run 839 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.792 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.793 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.793 | 10417 | Recursively removing directory: /tmp/git.oMqNEO/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.795 | 19868 | Added a new run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.795 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.795 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.795 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.795 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.796 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.795 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.796 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.796 | 19871 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.796 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.796 | 10413 | Removed run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.796 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.796 | 10413 | Assigned run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.796 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.a5zYaz +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.797 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.797 | 19870 | Marked run 840 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.798 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.798 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.799 | 19873 | Added a new run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.799 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.802 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.802 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.803 | 10414 | Recursively removing directory: /tmp/git.y1gTz7/ +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.803 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.804 | 19880 | Added a new run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.804 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.805 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.805 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.805 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.805 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.805 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.805 | 19884 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.805 | 10413 | Removed run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.805 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.805 | 10413 | Assigned run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.806 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.806 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZoKILZ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.807 | 19883 | Marked run 841 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.808 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.808 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.809 | 19887 | Added a new run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.809 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.811 | 10417 | Recursively removing directory: /tmp/git.a5zYaz/ +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.811 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.812 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.812 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.813 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.813 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.813 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.813 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.813 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.814 | 19895 | Added a new worker 9 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.814 | 10413 | Removed run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.814 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.814 | 10413 | Assigned run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.814 | 19892 | Added a new run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.814 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.814 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.814 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tXS6Er +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.816 | 19894 | Marked run 842 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.816 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.817 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.819 | 19900 | Added a new run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.819 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.819 | 10414 | Recursively removing directory: /tmp/git.ZoKILZ/ +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.820 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.820 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.821 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.821 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.821 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.822 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.822 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.822 | 19906 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.822 | 10413 | Removed run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.822 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.822 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.822 | 10413 | Assigned run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.822 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yeH1j1 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.823 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.823 | 19905 | Marked run 843 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.823 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.825 | 19907 | Added a new run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.825 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.828 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.828 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.828 | 10417 | Recursively removing directory: /tmp/git.tXS6Er/ +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.829 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.829 | 19914 | Added a new run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.830 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.830 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.830 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.830 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.830 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.831 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mW4nYM +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.831 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.831 | 19918 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.831 | 10413 | Removed run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.831 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.831 | 10413 | Assigned run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.832 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.833 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.833 | 19917 | Marked run 844 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.833 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.835 | 19920 | Added a new run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.835 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.836 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.837 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.837 | 10414 | Recursively removing directory: /tmp/git.yeH1j1/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.838 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.840 | 19927 | Added a new run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.840 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.840 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.840 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.840 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.841 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.841 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.841 | 19930 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.841 | 10413 | Removed run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.841 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.841 | 10413 | Assigned run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.841 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.841 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.glMH86 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.843 | 19929 | Marked run 845 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.843 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.843 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.844 | 19933 | Added a new run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.845 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.845 | 10417 | Recursively removing directory: /tmp/git.mW4nYM/ +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.847 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.847 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.847 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.847 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.847 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.847 | 19939 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.847 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.847 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.848 | 10413 | Removed run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.848 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.848 | 10413 | Assigned run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.848 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.848 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YJmCgJ +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.849 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.850 | 19938 | Marked run 846 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.850 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.852 | 19940 | Added a new run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.852 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.854 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.855 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.855 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.856 | 10414 | Recursively removing directory: /tmp/git.glMH86/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.857 | 19949 | Added a new run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.857 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.858 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.858 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.858 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.858 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.858 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.858 | 19954 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.858 | 10413 | Removed run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.858 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.858 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.858 | 10413 | Assigned run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.858 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7JG4OR +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.860 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.861 | 19953 | Marked run 847 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.861 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.861 | 10417 | Recursively removing directory: /tmp/git.YJmCgJ/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.863 | 19957 | Added a new run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.863 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.863 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.864 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.864 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.864 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.864 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TKZkVP +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.864 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.864 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.864 | 19961 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.864 | 10413 | Removed run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.864 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.864 | 10413 | Assigned run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.865 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.865 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.865 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.867 | 19960 | Marked run 848 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.867 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.868 | 19962 | Added a new run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.868 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.869 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.870 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.871 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.872 | 10414 | Recursively removing directory: /tmp/git.7JG4OR/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.873 | 19970 | Added a new run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.873 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.874 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.874 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.874 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.874 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.874 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.874 | 19976 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.874 | 10413 | Removed run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.874 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.874 | 10413 | Assigned run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.875 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.875 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mIMdBT +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.876 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.877 | 19975 | Marked run 849 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.877 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.878 | 10417 | Recursively removing directory: /tmp/git.TKZkVP/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.880 | 19980 | Added a new run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.880 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.880 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.880 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.880 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.880 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.881 | 19982 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.881 | 10413 | Removed run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.881 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.881 | 10413 | Assigned run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.880 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.881 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.881 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8itwnG +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.882 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.883 | 19981 | Marked run 850 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.883 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.884 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.885 | 19986 | Added a new run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.886 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.886 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.887 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.888 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.889 | 10414 | Recursively removing directory: /tmp/git.mIMdBT/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.890 | 19993 | Added a new run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.891 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.891 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.891 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.891 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.891 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.891 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.891 | 19998 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.891 | 10413 | Removed run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.891 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.891 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.892 | 10413 | Assigned run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.892 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mLeVlq +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.893 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.893 | 19997 | Marked run 851 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.893 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.894 | 20001 | Added a new run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.895 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.896 | 10417 | Recursively removing directory: /tmp/git.8itwnG/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.897 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.897 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.897 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.897 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.898 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.898 | 20006 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.898 | 10413 | Removed run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.898 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.898 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.898 | 10413 | Assigned run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.898 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.898 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.898 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GGi5DU +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.899 | 20004 | Added a new run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.899 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.899 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.900 | 20005 | Marked run 852 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.900 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.902 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.903 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.904 | 20010 | Added a new run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.904 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.905 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.906 | 10414 | Recursively removing directory: /tmp/git.mLeVlq/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.908 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.908 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.908 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.908 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.908 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.908 | 20022 | Added a new worker 12 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.908 | 10413 | Removed run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.908 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.908 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.908 | 10413 | Assigned run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.908 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.909 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MYaI9S +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.910 | 10417 | Recursively removing directory: /tmp/git.GGi5DU/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.911 | 20019 | Added a new run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.911 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.913 | 20021 | Marked run 853 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.913 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.913 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.913 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.913 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.913 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.913 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.914 | 20027 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.914 | 10413 | Removed run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.914 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.914 | 10413 | Assigned run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.914 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.914 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.914 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8NTAx5 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.914 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.916 | 20026 | Marked run 854 as finished +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.916 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.916 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.917 | 20028 | Added a new run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.917 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.919 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.920 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.920 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.921 | 20033 | Added a new run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.921 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.923 | 10414 | Recursively removing directory: /tmp/git.MYaI9S/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.924 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.924 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.924 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.924 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.924 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.925 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.925 | 20043 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.925 | 10413 | Removed run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.925 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.925 | 10413 | Assigned run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.925 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.925 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.l0dUFj +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.926 | 20040 | Added a new run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.926 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.928 | 20042 | Marked run 855 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.928 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.928 | 10417 | Recursively removing directory: /tmp/git.8NTAx5/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.929 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.930 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.930 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.930 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.930 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.930 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.931 | 20050 | Added a new worker 9 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.931 | 10413 | Removed run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.931 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.931 | 10413 | Assigned run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.931 | 20048 | Added a new run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.931 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WIMXBt +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.931 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.931 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.931 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.932 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.933 | 20049 | Marked run 856 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.933 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.934 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.936 | 20053 | Added a new run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.936 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.937 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.938 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.939 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.939 | 10414 | Recursively removing directory: /tmp/git.l0dUFj/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.941 | 20061 | Added a new run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.941 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.942 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.942 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.942 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.942 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.942 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.942 | 20066 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.942 | 10413 | Removed run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.942 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.942 | 10413 | Assigned run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.942 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.943 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8X4Q7n +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.944 | 20065 | Marked run 857 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.944 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.945 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.945 | 10417 | Recursively removing directory: /tmp/git.WIMXBt/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.947 | 20070 | Added a new run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.947 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.947 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.947 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.947 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.947 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.947 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.947 | 20072 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.948 | 10413 | Removed run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.948 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.948 | 10413 | Assigned run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.948 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.948 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.948 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.THEL8r +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.949 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.950 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.950 | 20071 | Marked run 858 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.950 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.951 | 20075 | Added a new run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.952 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.953 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.954 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.954 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.955 | 20080 | Added a new run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.956 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.957 | 10414 | Recursively removing directory: /tmp/git.8X4Q7n/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.958 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.958 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.959 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.959 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.959 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.959 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.959 | 20089 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.959 | 10413 | Removed run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.959 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.959 | 10413 | Assigned run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.959 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.959 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Q1lXvG +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.960 | 20087 | Added a new run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.960 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.961 | 20088 | Marked run 859 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.961 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.962 | 10417 | Recursively removing directory: /tmp/git.THEL8r/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.963 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.964 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.964 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.964 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.964 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.964 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.964 | 20096 | Added a new worker 13 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.964 | 10413 | Removed run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.964 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.964 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.964 | 10413 | Assigned run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.964 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jgznB9 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.965 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.965 | 20094 | Added a new run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.965 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.966 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.967 | 20095 | Marked run 860 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.967 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.968 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.969 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.970 | 20099 | Added a new run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.970 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.970 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.973 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.973 | 10414 | Recursively removing directory: /tmp/git.Q1lXvG/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.975 | 20108 | Added a new run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.975 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.975 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.975 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.975 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.975 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.975 | 20114 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.975 | 10413 | Removed run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.975 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.975 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.976 | 10413 | Assigned run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.975 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.976 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5R0AqY +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.978 | 20113 | Marked run 861 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.978 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.978 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.979 | 10417 | Recursively removing directory: /tmp/git.jgznB9/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.980 | 20116 | Added a new run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.980 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.981 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.981 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.981 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.981 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.981 | 20119 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.981 | 10413 | Removed run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.981 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.981 | 10413 | Assigned run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.981 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.981 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.982 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.84efps +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.982 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.983 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.983 | 10414 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.984 | 20118 | Marked run 862 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.984 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.985 | 20120 | Added a new run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.986 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.987 | 10417 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.988 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.988 | 10417 | Going to run: ./ci +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.989 | 20126 | Added a new run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.990 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.990 | 10414 | Recursively removing directory: /tmp/git.5R0AqY/ +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.992 | 10414 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.992 | 10414 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.992 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.992 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.992 | 10414 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.992 | 20133 | Added a new worker 11 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.992 | 10413 | Removed run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.992 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.992 | 10413 | Assigned run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.992 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.993 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.992 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GSgBWV +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.994 | 20132 | Marked run 863 as finished +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.994 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.996 | 10417 | Recursively removing directory: /tmp/git.84efps/ +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.996 | 20134 | Added a new run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.997 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.997 | 10417 | Process exit code: 0 +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.997 | 10417 | Process output: 57 bytes +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.998 | 10417 | Waiting for a new command +2024-04-25 03:44:28 | INFO | 10417/cimple-worker: 2024-04-25 03:44:28.998 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dSkefB +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.997 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.998 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.998 | 20141 | Added a new worker 10 to the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.998 | 10413 | Removed run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.998 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.998 | 10413 | Assigned run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:28 | INFO | 10411/cimple-server: 2024-04-25 03:44:28.999 | 10411 | Waiting for new connections +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.998 | 10414 | Checking out revision HEAD +2024-04-25 03:44:28 | INFO | 10414/cimple-worker: 2024-04-25 03:44:28.999 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.000 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.001 | 20140 | Marked run 864 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.001 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.002 | 20143 | Added a new run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.003 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.004 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.005 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.005 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.006 | 10414 | Recursively removing directory: /tmp/git.GSgBWV/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.007 | 20150 | Added a new run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.007 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.008 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.008 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.008 | 20155 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.008 | 10413 | Removed run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.008 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.008 | 10413 | Assigned run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.008 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.008 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.008 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.008 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.I5rDof +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.009 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.010 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.010 | 20154 | Marked run 865 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.011 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.012 | 20159 | Added a new run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.012 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.014 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.014 | 10417 | Recursively removing directory: /tmp/git.dSkefB/ +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.014 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.015 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.016 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.016 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.016 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.017 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bIv26d +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.016 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.016 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.016 | 20165 | Added a new worker 9 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.016 | 10413 | Removed run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.016 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.017 | 10413 | Assigned run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.017 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.018 | 20162 | Added a new run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.018 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.019 | 20164 | Marked run 866 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.019 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.020 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.022 | 20169 | Added a new run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.022 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.022 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.023 | 10414 | Recursively removing directory: /tmp/git.I5rDof/ +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.023 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.024 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.024 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.025 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.025 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.025 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.025 | 20176 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.025 | 10413 | Removed run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.025 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.025 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.025 | 10413 | Assigned run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.026 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.026 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8H60lW +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.027 | 20175 | Marked run 867 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.027 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.029 | 20177 | Added a new run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.029 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.031 | 10417 | Recursively removing directory: /tmp/git.bIv26d/ +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.031 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.031 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.033 | 20184 | Added a new run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.033 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.033 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.033 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.034 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.033 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.034 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.034 | 20186 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.034 | 10413 | Removed run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.034 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.034 | 10413 | Assigned run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.034 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.033 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.034 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.krWiLp +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.036 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.036 | 20185 | Marked run 868 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.037 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.038 | 20190 | Added a new run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.039 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.040 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.041 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.041 | 10414 | Recursively removing directory: /tmp/git.8H60lW/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.042 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.043 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.043 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.043 | 20197 | Added a new run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.043 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.043 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.043 | 20200 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.044 | 10413 | Removed run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.044 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.044 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.044 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.044 | 10413 | Assigned run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.043 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.044 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KRiXUj +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.045 | 20199 | Marked run 869 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.045 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.047 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.048 | 10417 | Recursively removing directory: /tmp/git.krWiLp/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.049 | 20206 | Added a new run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.049 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.050 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.050 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.050 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.050 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.050 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.050 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RrVicq +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.050 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.050 | 20209 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.050 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.050 | 10413 | Removed run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.050 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.050 | 10413 | Assigned run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.051 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.052 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.052 | 20208 | Marked run 870 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.052 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.053 | 20211 | Added a new run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.054 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.056 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.056 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.056 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.058 | 20217 | Added a new run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.058 | 10414 | Recursively removing directory: /tmp/git.KRiXUj/ +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.059 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.059 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.059 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.060 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.060 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.060 | 20223 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.060 | 10413 | Removed run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.060 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.060 | 10413 | Assigned run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.060 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.060 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.060 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eIkp2O +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.061 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.062 | 20222 | Marked run 871 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.062 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.064 | 20225 | Added a new run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.064 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.064 | 10417 | Recursively removing directory: /tmp/git.RrVicq/ +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.066 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.066 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.066 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.066 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.066 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.066 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.066 | 20231 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.066 | 10413 | Removed run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.066 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.066 | 10413 | Assigned run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.066 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.067 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.066 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OHaj1t +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.067 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.069 | 20232 | Added a new run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.069 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.071 | 20230 | Marked run 872 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.071 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.072 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.072 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.073 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.074 | 20239 | Added a new run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.074 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.074 | 10414 | Recursively removing directory: /tmp/git.eIkp2O/ +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.075 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.075 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.076 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.076 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.076 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.076 | 20244 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.076 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.076 | 10413 | Removed run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.076 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.076 | 10413 | Assigned run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.076 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.077 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gTgJzw +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.078 | 20243 | Marked run 873 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.079 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.080 | 20246 | Added a new run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.080 | 10417 | Recursively removing directory: /tmp/git.OHaj1t/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.081 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.082 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.082 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.082 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.082 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.083 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.083 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.083 | 20254 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.083 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.083 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pBHdVd +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.083 | 10413 | Removed run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.083 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.083 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.083 | 10413 | Assigned run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.083 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.085 | 20253 | Marked run 874 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.085 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.087 | 20255 | Added a new run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.087 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.089 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.090 | 10414 | Recursively removing directory: /tmp/git.gTgJzw/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.090 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.090 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.092 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.092 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.092 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.092 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.092 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.092 | 20266 | Added a new worker 14 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.092 | 10413 | Removed run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.092 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.092 | 10413 | Assigned run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.093 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.093 | 20263 | Added a new run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.093 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.093 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.r6ofLS +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.095 | 20265 | Marked run 875 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.095 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.096 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.098 | 10417 | Recursively removing directory: /tmp/git.pBHdVd/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.098 | 20273 | Added a new run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.098 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.099 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.099 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.099 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.099 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.099 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.099 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.100 | 20276 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.100 | 10413 | Removed run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.100 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.100 | 10413 | Assigned run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.100 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.100 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.100 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gDdwiv +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.101 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.101 | 20275 | Marked run 876 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.101 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.104 | 20278 | Added a new run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.105 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.107 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.107 | 10414 | Recursively removing directory: /tmp/git.r6ofLS/ +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.108 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.109 | 20285 | Added a new run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.109 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.109 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.110 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.110 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.110 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.110 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.110 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.110 | 20289 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.110 | 10413 | Removed run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.110 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.110 | 10413 | Assigned run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.111 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.111 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mfQeK9 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.112 | 20288 | Marked run 877 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.112 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.113 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.115 | 20292 | Added a new run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.115 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.116 | 10417 | Recursively removing directory: /tmp/git.gDdwiv/ +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.117 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.118 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.118 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.118 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.118 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.118 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.118 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.118 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.118 | 20300 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.118 | 10413 | Removed run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.118 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.118 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.118 | 10413 | Assigned run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.119 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.E0fhN9 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.120 | 20297 | Added a new run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.121 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.122 | 20299 | Marked run 878 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.122 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.123 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.124 | 10414 | Recursively removing directory: /tmp/git.mfQeK9/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.125 | 20307 | Added a new run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.125 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.126 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.126 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.126 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.126 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.126 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.126 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.127 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.127 | 20311 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.127 | 10413 | Removed run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.127 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.127 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.127 | 10413 | Assigned run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.127 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BtgHmx +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.128 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.129 | 20310 | Marked run 879 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.129 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.130 | 20313 | Added a new run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.131 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.133 | 10417 | Recursively removing directory: /tmp/git.E0fhN9/ +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.133 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.134 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.134 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.134 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.134 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.134 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.134 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.134 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.134 | 20321 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.134 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.134 | 10413 | Removed run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.134 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.134 | 20320 | Marked run 880 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.134 | 10413 | Assigned run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.134 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.134 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7dTEuu +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.136 | 20319 | Added a new run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.136 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.139 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.140 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.141 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.141 | 10414 | Recursively removing directory: /tmp/git.BtgHmx/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.141 | 20328 | Added a new run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.142 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.143 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.143 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.143 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.143 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.143 | 20333 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.143 | 10413 | Removed run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.143 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.143 | 10413 | Assigned run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.143 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.143 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.144 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KPoEKl +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.144 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.145 | 20332 | Marked run 881 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.145 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.146 | 20335 | Added a new run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.146 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.148 | 10417 | Recursively removing directory: /tmp/git.7dTEuu/ +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.149 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.149 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.151 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.151 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.151 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.151 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.151 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kxQ1ZB +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.151 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.151 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.151 | 20344 | Added a new worker 14 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.151 | 10413 | Removed run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.151 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.151 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.151 | 10413 | Assigned run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.151 | 20341 | Added a new run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.152 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.154 | 20342 | Marked run 882 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.154 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.155 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.157 | 20348 | Added a new run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.157 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.157 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.158 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.158 | 10414 | Recursively removing directory: /tmp/git.KPoEKl/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.159 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.161 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.161 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.161 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.161 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.161 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.161 | 20357 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.161 | 10413 | Removed run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.161 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.161 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.161 | 10413 | Assigned run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.162 | 20354 | Added a new run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.161 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3VSi8j +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.162 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.164 | 20356 | Marked run 883 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.164 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.165 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.166 | 10417 | Recursively removing directory: /tmp/git.kxQ1ZB/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.167 | 20363 | Added a new run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.167 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.167 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.168 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.168 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.168 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.168 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.168 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.168 | 20366 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.168 | 10413 | Removed run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.168 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.168 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.168 | 10413 | Assigned run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.168 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aIOYTO +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.168 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.170 | 20365 | Marked run 884 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.170 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.171 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.172 | 20368 | Added a new run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.172 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.174 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.175 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.175 | 10414 | Recursively removing directory: /tmp/git.3VSi8j/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.176 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.177 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.177 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.177 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.178 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.178 | 20376 | Added a new run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.178 | 20379 | Added a new worker 12 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.178 | 10413 | Removed run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.178 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.178 | 10413 | Assigned run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.178 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.178 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JNdgx2 +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.178 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.179 | 20377 | Marked run 885 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.180 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.181 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.182 | 10417 | Recursively removing directory: /tmp/git.aIOYTO/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.183 | 20384 | Added a new run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.183 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.184 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.184 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.184 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.184 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.184 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.184 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.185 | 20388 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.185 | 10413 | Removed run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.185 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.185 | 10413 | Assigned run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.185 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.185 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.185 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SKUugc +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.186 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.186 | 20387 | Marked run 886 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.187 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.189 | 20390 | Added a new run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.189 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.191 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.192 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.192 | 10414 | Recursively removing directory: /tmp/git.JNdgx2/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.192 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.194 | 20398 | Added a new run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.194 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.194 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.194 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.195 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.194 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.195 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.195 | 20402 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.195 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.195 | 10413 | Removed run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.195 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.195 | 10413 | Assigned run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.195 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lAl36a +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.196 | 20400 | Marked run 887 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.196 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.198 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.199 | 20406 | Added a new run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.199 | 10417 | Recursively removing directory: /tmp/git.SKUugc/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.200 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.201 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.201 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.201 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.201 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.201 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.201 | 20410 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.201 | 10413 | Removed run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.201 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.202 | 10413 | Assigned run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.202 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vl8ATh +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.201 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.202 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.202 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.203 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.204 | 20409 | Marked run 888 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.204 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.205 | 20412 | Added a new run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.206 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.208 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.208 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.208 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.209 | 10414 | Recursively removing directory: /tmp/git.lAl36a/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.210 | 20419 | Added a new run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.211 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.211 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.211 | 20423 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.211 | 10413 | Removed run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.211 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.211 | 10413 | Assigned run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.211 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.211 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.211 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.211 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zD6NdE +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.213 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.216 | 10417 | Recursively removing directory: /tmp/git.vl8ATh/ +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.217 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.217 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.217 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.217 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.217 | 20431 | Added a new worker 15 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.217 | 10413 | Removed run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.217 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.217 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.217 | 10413 | Assigned run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.217 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.218 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VEvLsG +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.222 | 20422 | Marked run 889 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.222 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.222 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.224 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.226 | 20430 | Marked run 890 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.226 | 20426 | Added a new run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.226 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.227 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.227 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.228 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.229 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.231 | 20438 | Added a new run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.231 | 10414 | Recursively removing directory: /tmp/git.zD6NdE/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.231 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.233 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.233 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.233 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.233 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.233 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.234 | 20447 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.234 | 10413 | Removed run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.234 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.234 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.234 | 10413 | Assigned run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.234 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.234 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sQv8pK +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.235 | 10417 | Recursively removing directory: /tmp/git.VEvLsG/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.235 | 20446 | Marked run 891 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.235 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.237 | 20449 | Added a new run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.237 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.237 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.237 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.238 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.238 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.238 | 20451 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.238 | 10413 | Removed run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.238 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.238 | 10413 | Assigned run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.238 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.238 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KOMQYf +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.240 | 20450 | Marked run 892 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.240 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.240 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.241 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.242 | 20453 | Added a new run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.242 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.242 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.244 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.244 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.246 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.246 | 20457 | Added a new run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.247 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.248 | 10414 | Recursively removing directory: /tmp/git.sQv8pK/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.249 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.249 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.249 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.249 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.249 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.249 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.250 | 20468 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.250 | 10413 | Removed run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.250 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.250 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.250 | 10413 | Assigned run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.250 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RgYH3t +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.251 | 20467 | Marked run 893 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.252 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.253 | 20465 | Added a new run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.253 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.253 | 10417 | Recursively removing directory: /tmp/git.KOMQYf/ +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.255 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.255 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.255 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.255 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.255 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.255 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.255 | 20474 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.255 | 10413 | Removed run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.255 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.256 | 10413 | Assigned run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.256 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.256 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NYaPqa +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.257 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.257 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.257 | 20473 | Marked run 894 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.258 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.259 | 20475 | Added a new run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.259 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.261 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.262 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.262 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.263 | 20480 | Added a new run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.263 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.264 | 10414 | Recursively removing directory: /tmp/git.RgYH3t/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.266 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.266 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.266 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.266 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.266 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.267 | 20491 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.267 | 10413 | Removed run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.267 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.267 | 10413 | Assigned run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.267 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.266 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.267 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sVk5D5 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.268 | 20488 | Added a new run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.268 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.269 | 20490 | Marked run 895 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.269 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.270 | 10417 | Recursively removing directory: /tmp/git.NYaPqa/ +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.271 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.271 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.271 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.271 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.271 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.271 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.271 | 20497 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.271 | 10413 | Removed run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.271 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.271 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.271 | 10413 | Assigned run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.272 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JHLczn +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.273 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.274 | 20495 | Marked run 896 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.274 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.275 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.275 | 20496 | Added a new run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.275 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.277 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.278 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.278 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.279 | 20502 | Added a new run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.280 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.281 | 10414 | Recursively removing directory: /tmp/git.sVk5D5/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.283 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.283 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.283 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.283 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.283 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.283 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.283 | 20512 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.283 | 10413 | Removed run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.283 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.283 | 10413 | Assigned run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.283 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.283 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8OA9nI +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.284 | 20510 | Added a new run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.285 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.286 | 10417 | Recursively removing directory: /tmp/git.JHLczn/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.286 | 20511 | Marked run 897 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.286 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.288 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.288 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.288 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.288 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.288 | 20518 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.288 | 10413 | Removed run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.288 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.288 | 10413 | Assigned run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.288 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.288 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.288 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.288 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WmMlju +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.290 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.290 | 20517 | Marked run 898 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.290 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.291 | 20519 | Added a new run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.291 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.294 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.294 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.295 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.296 | 20524 | Added a new run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.296 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.297 | 10414 | Recursively removing directory: /tmp/git.8OA9nI/ +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.298 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.298 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.304 | 10417 | Recursively removing directory: /tmp/git.WmMlju/ +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.298 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.298 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.305 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.299 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.299 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZFHHkT +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.305 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.299 | 20532 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.305 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.305 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.306 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1DAuKi +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.310 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.312 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.320 | 10417 | Recursively removing directory: /tmp/git.1DAuKi/ +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.322 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.322 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.322 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.323 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ts3qT1 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.329 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.330 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.299 | 10413 | Removed run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.306 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.313 | 10414 | Recursively removing directory: /tmp/git.ZFHHkT/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.299 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.338 | 10417 | Recursively removing directory: /tmp/git.Ts3qT1/ +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.315 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.299 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.315 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.315 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.316 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.T0SwSA +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.322 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.322 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.330 | 10414 | Recursively removing directory: /tmp/git.T0SwSA/ +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.332 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.332 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.332 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.333 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fUIiGx +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.341 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.342 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.299 | 10413 | Assigned run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.299 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.300 | 20531 | Marked run 899 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.300 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.302 | 20533 | Added a new run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.302 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.305 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.305 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.305 | 20540 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.305 | 10413 | Removed run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.305 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.305 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.306 | 10413 | Assigned run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.306 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.307 | 20541 | Added a new run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.308 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.310 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.312 | 20546 | Added a new run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.313 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.314 | 20539 | Marked run 900 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.314 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.315 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.315 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.316 | 20554 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.316 | 10413 | Removed run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.316 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.316 | 10413 | Assigned run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.316 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.316 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.317 | 20553 | Marked run 901 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.317 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.319 | 20555 | Added a new run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.319 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.322 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.322 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.322 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.322 | 20562 | Added a new worker 12 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.322 | 10413 | Removed run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.322 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.322 | 10413 | Assigned run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.341 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.323 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.324 | 20563 | Added a new run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.341 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.325 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.326 | 20561 | Marked run 902 as finished +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.326 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.328 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.330 | 20568 | Added a new run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.330 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.333 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.333 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.333 | 20576 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.333 | 10413 | Removed run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.333 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.333 | 10413 | Assigned run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.341 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.333 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.334 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.335 | 20577 | Added a new run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.335 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.337 | 20575 | Marked run 903 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.337 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.339 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.341 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.341 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HOFpnf +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.341 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.347 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.341 | 20585 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.341 | 10413 | Removed run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.341 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.341 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.341 | 10413 | Assigned run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.342 | 20583 | Added a new run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.342 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.345 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.347 | 20584 | Marked run 904 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.347 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.348 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.349 | 20589 | Added a new run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.349 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.351 | 10414 | Recursively removing directory: /tmp/git.fUIiGx/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.351 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.353 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.353 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.353 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.353 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.353 | 20597 | Added a new run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.353 | 20602 | Added a new worker 8 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.353 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.353 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.353 | 10413 | Removed run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.353 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.354 | 10413 | Assigned run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.353 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.354 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RPlYua +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.355 | 20601 | Marked run 905 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.355 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.356 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.356 | 10417 | Recursively removing directory: /tmp/git.HOFpnf/ +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.358 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.358 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.358 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.358 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.358 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.358 | 20607 | Added a new worker 14 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.358 | 10413 | Removed run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.358 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.358 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.358 | 10413 | Assigned run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.358 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JKjAoy +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.359 | 20605 | Added a new run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.359 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.359 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.360 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.361 | 20606 | Marked run 906 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.361 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.362 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.363 | 20610 | Added a new run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.365 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.365 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.366 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.366 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.368 | 10414 | Recursively removing directory: /tmp/git.RPlYua/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.368 | 20618 | Added a new run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.368 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.369 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.369 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.369 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.369 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.369 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.370 | 20622 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.370 | 10413 | Removed run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.370 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.370 | 10413 | Assigned run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.370 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eakWY8 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.370 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.371 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.371 | 20621 | Marked run 907 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.372 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.373 | 20624 | Added a new run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.373 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.374 | 10417 | Recursively removing directory: /tmp/git.JKjAoy/ +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.375 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.375 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.375 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.375 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.376 | 20630 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.376 | 10413 | Removed run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.376 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.376 | 10413 | Assigned run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.376 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.375 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.376 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GdgK4w +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.376 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.377 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.377 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.378 | 20629 | Marked run 908 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.378 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.379 | 20631 | Added a new run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.380 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.381 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.382 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.382 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.384 | 20639 | Added a new run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.384 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.384 | 10414 | Recursively removing directory: /tmp/git.eakWY8/ +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.386 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.386 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.386 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.386 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.386 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.386 | 20646 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.386 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.387 | 10413 | Removed run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.387 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.387 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.387 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pCpBbi +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.387 | 10413 | Assigned run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.388 | 20645 | Marked run 909 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.389 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.389 | 10417 | Recursively removing directory: /tmp/git.GdgK4w/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.390 | 20644 | Added a new run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.391 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.391 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.391 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.391 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.391 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.391 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.391 | 20652 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.392 | 10413 | Removed run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.392 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.392 | 10413 | Assigned run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.392 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.392 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SUzZ17 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.393 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.393 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.394 | 20651 | Marked run 910 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.394 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.394 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.395 | 20653 | Added a new run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.396 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.397 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.398 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.399 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.400 | 20661 | Added a new run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.400 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.401 | 10414 | Recursively removing directory: /tmp/git.pCpBbi/ +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.403 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.403 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.403 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.403 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.403 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.403 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.403 | 20668 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.403 | 10413 | Removed run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.403 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.403 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.403 | 10413 | Assigned run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.404 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KomCAW +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.404 | 20666 | Added a new run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.405 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.406 | 10417 | Recursively removing directory: /tmp/git.SUzZ17/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.407 | 20667 | Marked run 911 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.407 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.408 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.408 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.408 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.408 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.408 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.408 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.408 | 20675 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.408 | 10413 | Removed run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.408 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.408 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.408 | 10413 | Assigned run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.409 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dDDXC3 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.409 | 20673 | Added a new run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.410 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.410 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.412 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.412 | 20674 | Marked run 912 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.412 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.412 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.413 | 20677 | Added a new run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.414 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.414 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.415 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.416 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.417 | 20683 | Added a new run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.418 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.419 | 10414 | Recursively removing directory: /tmp/git.KomCAW/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.420 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.421 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.421 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.421 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.421 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.421 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.421 | 20694 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.421 | 10413 | Removed run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.421 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.421 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.421 | 10413 | Assigned run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.421 | 20690 | Added a new run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.422 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.421 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.e424Rz +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.423 | 10417 | Recursively removing directory: /tmp/git.dDDXC3/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.423 | 20693 | Marked run 913 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.424 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.424 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.424 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.424 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.425 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.425 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.425 | 20699 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.425 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.425 | 10413 | Removed run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.425 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.425 | 10413 | Assigned run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.425 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.425 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QNaorO +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.427 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.428 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.430 | 20697 | Added a new run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.431 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.431 | 20698 | Marked run 914 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.431 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.431 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.432 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.433 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.435 | 20706 | Added a new run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.435 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.436 | 10414 | Recursively removing directory: /tmp/git.e424Rz/ +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.437 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.437 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.438 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.438 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.438 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.438 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.438 | 20717 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.438 | 10413 | Removed run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.438 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.438 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.438 | 10413 | Assigned run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.438 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.m4e2TT +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.439 | 10417 | Recursively removing directory: /tmp/git.QNaorO/ +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.440 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.440 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.440 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.441 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.441 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.441 | 20719 | Added a new worker 14 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.441 | 20715 | Marked run 915 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.441 | 10413 | Removed run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.441 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.441 | 10413 | Assigned run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.441 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.441 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qfuhQ7 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.443 | 20716 | Added a new run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.443 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.444 | 20718 | Marked run 916 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.445 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.445 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.446 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.446 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.447 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.448 | 20721 | Added a new run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.448 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.448 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.451 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.452 | 20730 | Added a new run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.452 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.453 | 10414 | Recursively removing directory: /tmp/git.m4e2TT/ +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.454 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.454 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.455 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.455 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.455 | 20738 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.455 | 10413 | Removed run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.455 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.455 | 10413 | Assigned run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.455 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.455 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.455 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.455 | 10417 | Recursively removing directory: /tmp/git.qfuhQ7/ +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.455 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gvDwsx +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.457 | 20737 | Marked run 917 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.457 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.458 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.458 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.458 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.458 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.458 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.458 | 20741 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.458 | 10413 | Removed run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.458 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.458 | 10413 | Assigned run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.458 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.458 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WUZWm5 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.459 | 20739 | Added a new run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.459 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.461 | 20740 | Marked run 918 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.461 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.462 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.463 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.463 | 20743 | Added a new run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.464 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.464 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.464 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.465 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.466 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.468 | 20747 | Added a new run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.468 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.471 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.471 | 10414 | Recursively removing directory: /tmp/git.gvDwsx/ +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.472 | 10417 | Recursively removing directory: /tmp/git.WUZWm5/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.473 | 20759 | Added a new run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.473 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.473 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.473 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.474 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.474 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.474 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.474 | 20762 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.474 | 10413 | Removed run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.474 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.474 | 10413 | Assigned run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.474 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.474 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.474 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.474 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.474 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.475 | 20764 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.475 | 10413 | Removed run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.475 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.475 | 10413 | Assigned run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.475 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.475 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.g0BXIu +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.474 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4qVPCY +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.476 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.476 | 20761 | Marked run 919 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.476 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.477 | 20765 | Added a new run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.478 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.479 | 20763 | Marked run 920 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.479 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.480 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.480 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.482 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.482 | 20767 | Added a new run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.482 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.482 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.483 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.485 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.486 | 20772 | Added a new run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.486 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.489 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.489 | 10414 | Recursively removing directory: /tmp/git.4qVPCY/ +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.490 | 10417 | Recursively removing directory: /tmp/git.g0BXIu/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.490 | 20782 | Added a new run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.491 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.491 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.491 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.491 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.491 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.491 | 20786 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.491 | 10413 | Removed run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.491 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.491 | 10413 | Assigned run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.491 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.491 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DeDCxn +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.492 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.493 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.493 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.493 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.493 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.493 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.493 | 20788 | Added a new worker 14 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.493 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.493 | 10413 | Removed run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.493 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.493 | 10413 | Assigned run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.494 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.P6WzEJ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.494 | 20785 | Marked run 921 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.494 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.494 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.495 | 20789 | Added a new run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.496 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.497 | 20787 | Marked run 922 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.497 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.498 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.499 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.499 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.500 | 20791 | Added a new run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.500 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.501 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.501 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.504 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.505 | 20800 | Added a new run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.505 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.506 | 10414 | Recursively removing directory: /tmp/git.DeDCxn/ +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.507 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.507 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.508 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.508 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.508 | 20808 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.508 | 10413 | Removed run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.508 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.508 | 10413 | Assigned run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.508 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.508 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.508 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bFiQr9 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.508 | 10417 | Recursively removing directory: /tmp/git.P6WzEJ/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.509 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.510 | 20807 | Marked run 923 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.510 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.510 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.511 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.511 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.511 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.511 | 20811 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.511 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.511 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.511 | 10413 | Removed run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.511 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.511 | 10413 | Assigned run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.511 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Q5Uf8f +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.512 | 20809 | Added a new run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.512 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.514 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.515 | 20810 | Marked run 924 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.515 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.515 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.515 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.516 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.517 | 20813 | Added a new run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.517 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.517 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.520 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.521 | 20821 | Added a new run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.522 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.521 | 10414 | Recursively removing directory: /tmp/git.bFiQr9/ +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.523 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.523 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.523 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.523 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.523 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.523 | 20829 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.523 | 10413 | Removed run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.523 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.524 | 10413 | Assigned run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.524 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7BWwll +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.524 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.525 | 20828 | Marked run 925 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.525 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.526 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.526 | 10417 | Recursively removing directory: /tmp/git.Q5Uf8f/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.527 | 20831 | Added a new run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.527 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.528 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.528 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.528 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.528 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.528 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.528 | 20834 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.528 | 10413 | Removed run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.528 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.528 | 10413 | Assigned run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.529 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.B8YomZ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.529 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.530 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.530 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.531 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.532 | 20833 | Marked run 926 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.532 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.534 | 20835 | Added a new run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.534 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.535 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.535 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.537 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.538 | 20843 | Added a new run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.538 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.539 | 10414 | Recursively removing directory: /tmp/git.7BWwll/ +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.540 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.540 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.540 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.540 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.540 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.541 | 20851 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.541 | 10413 | Removed run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.541 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.541 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.541 | 10413 | Assigned run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.541 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.541 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SB6ZYn +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.542 | 20850 | Marked run 927 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.543 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.543 | 10417 | Recursively removing directory: /tmp/git.B8YomZ/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.544 | 20853 | Added a new run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.544 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.545 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.545 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.545 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.545 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.545 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.545 | 20856 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.545 | 10413 | Removed run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.545 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.545 | 10413 | Assigned run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.546 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.546 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rcXwJt +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.547 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.548 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.549 | 20855 | Marked run 928 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.549 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.550 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.550 | 20857 | Added a new run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.550 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.553 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.553 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.554 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.555 | 20861 | Added a new run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.555 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.556 | 10414 | Recursively removing directory: /tmp/git.SB6ZYn/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.558 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.558 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.558 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.558 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.558 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.559 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.559 | 20871 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.559 | 10413 | Removed run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.559 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.559 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.559 | 10413 | Assigned run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.559 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qqftMc +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.560 | 20869 | Added a new run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.560 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.562 | 20870 | Marked run 929 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.562 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.563 | 10417 | Recursively removing directory: /tmp/git.rcXwJt/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.563 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.565 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.565 | 20877 | Added a new run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.565 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.565 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.565 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.565 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.566 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.566 | 20879 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.566 | 10413 | Removed run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.566 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.566 | 10413 | Assigned run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.566 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.566 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.566 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NF27CV +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.566 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.568 | 20878 | Marked run 930 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.568 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.568 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.570 | 20882 | Added a new run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.570 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.571 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.572 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.573 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.574 | 20889 | Added a new run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.574 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.574 | 10414 | Recursively removing directory: /tmp/git.qqftMc/ +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.576 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.576 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.576 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.576 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.576 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.577 | 20895 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.577 | 10413 | Removed run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.577 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.577 | 10413 | Assigned run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.577 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.577 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ghd6Nk +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.578 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.578 | 20894 | Marked run 931 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.578 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.579 | 20898 | Added a new run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.580 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.580 | 10417 | Recursively removing directory: /tmp/git.NF27CV/ +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.581 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.581 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.581 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.582 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.582 | 20902 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.582 | 10413 | Removed run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.582 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.582 | 10413 | Assigned run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.582 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.582 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4Hu6cy +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.583 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.583 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.583 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.584 | 20901 | Marked run 932 as finished +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.584 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.584 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.586 | 20903 | Added a new run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.586 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.587 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.588 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.589 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.590 | 20911 | Added a new run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.591 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.591 | 10414 | Recursively removing directory: /tmp/git.Ghd6Nk/ +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.593 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.593 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.594 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.594 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.594 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.594 | 20921 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.594 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.594 | 10413 | Removed run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.594 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.594 | 10413 | Assigned run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.594 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.594 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JDtDGM +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.595 | 10417 | Recursively removing directory: /tmp/git.4Hu6cy/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.596 | 20920 | Marked run 933 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.596 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.597 | 20919 | Added a new run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.597 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.597 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.597 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.598 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.598 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.598 | 20923 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.598 | 10413 | Removed run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.598 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.598 | 10413 | Assigned run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.598 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.598 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.a57u46 +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.599 | 20922 | Marked run 934 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.600 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.600 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.601 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.601 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.602 | 20925 | Added a new run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.603 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.604 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.604 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.605 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.607 | 20931 | Added a new run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.607 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.608 | 10414 | Recursively removing directory: /tmp/git.JDtDGM/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.609 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.610 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.610 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.610 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.610 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.610 | 20942 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.610 | 10413 | Removed run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.610 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.610 | 10413 | Assigned run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.610 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.610 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.610 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MQVg8Y +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.612 | 10417 | Recursively removing directory: /tmp/git.a57u46/ +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.614 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.614 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.614 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.614 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2Y5IRf +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.613 | 20941 | Marked run 935 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.613 | 20940 | Added a new run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.613 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.614 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.614 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.614 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.614 | 20946 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.614 | 10413 | Removed run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.614 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.614 | 10413 | Assigned run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.614 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.616 | 20945 | Marked run 936 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.617 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.617 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.617 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.618 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.619 | 20947 | Added a new run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.619 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.620 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.621 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.622 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.623 | 20952 | Added a new run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.623 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.625 | 10414 | Recursively removing directory: /tmp/git.MQVg8Y/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.627 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.627 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.627 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.627 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.627 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.627 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.627 | 20965 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.627 | 10413 | Removed run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.627 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.627 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.627 | 10413 | Assigned run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.627 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zahktJ +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.628 | 10417 | Recursively removing directory: /tmp/git.2Y5IRf/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.628 | 20963 | Added a new run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.629 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.630 | 20964 | Marked run 937 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.630 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.631 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.631 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.631 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.631 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.631 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.631 | 20968 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.631 | 10413 | Removed run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.631 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.631 | 10413 | Assigned run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.631 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.631 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.631 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ceudw1 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.634 | 20967 | Marked run 938 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.634 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.635 | 20969 | Added a new run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.635 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.635 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.636 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.637 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.638 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.638 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.640 | 20974 | Added a new run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.640 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.643 | 10414 | Recursively removing directory: /tmp/git.zahktJ/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.643 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.645 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.645 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.645 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.645 | 20984 | Added a new run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.645 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.645 | 10417 | Recursively removing directory: /tmp/git.ceudw1/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.645 | 20987 | Added a new worker 6 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.645 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.645 | 10413 | Removed run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.646 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.646 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.646 | 10413 | Assigned run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.646 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IhwnM5 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.647 | 20986 | Marked run 939 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.647 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.647 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.647 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.648 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.648 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.648 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.648 | 20990 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.648 | 10413 | Removed run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.648 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.648 | 10413 | Assigned run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.648 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.648 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FuBe49 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.650 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.650 | 20989 | Marked run 940 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.650 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.652 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.652 | 20991 | Added a new run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.653 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.653 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.654 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.655 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.655 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.657 | 20996 | Added a new run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.657 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.660 | 10414 | Recursively removing directory: /tmp/git.IhwnM5/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.660 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.661 | 21006 | Added a new run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.662 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.662 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.662 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.662 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.662 | 10417 | Recursively removing directory: /tmp/git.FuBe49/ +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.662 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.662 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.662 | 21010 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.662 | 10413 | Removed run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.662 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.662 | 10413 | Assigned run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.662 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.662 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PRi5gT +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.664 | 21009 | Marked run 941 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.664 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.664 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.664 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.664 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.664 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.665 | 21012 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.665 | 10413 | Removed run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.665 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.665 | 10413 | Assigned run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.664 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.665 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2QXgVe +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.666 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.666 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.667 | 21011 | Marked run 942 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.668 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.669 | 21013 | Added a new run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.670 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.670 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.670 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.670 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.671 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.672 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.674 | 21017 | Added a new run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.674 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.677 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.678 | 10414 | Recursively removing directory: /tmp/git.PRi5gT/ +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.678 | 10417 | Recursively removing directory: /tmp/git.2QXgVe/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.678 | 21029 | Added a new run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.679 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.680 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.680 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.680 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.680 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.680 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.680 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.680 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.680 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.680 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.680 | 21033 | Added a new worker 15 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.680 | 10413 | Removed run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.680 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.680 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.680 | 10413 | Assigned run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.680 | 21034 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.680 | 10413 | Removed run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.680 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.680 | 10413 | Assigned run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.680 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.680 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.680 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UrtXBU +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.680 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.R63QMV +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.682 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.683 | 21031 | Marked run 943 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.683 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.684 | 21032 | Marked run 944 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.685 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.686 | 21035 | Added a new run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.686 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.686 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.687 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.687 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.688 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.689 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.690 | 21039 | Added a new run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.690 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.693 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.694 | 10417 | Recursively removing directory: /tmp/git.UrtXBU/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.694 | 21050 | Added a new run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.694 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.695 | 10414 | Recursively removing directory: /tmp/git.R63QMV/ +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.696 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.696 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.696 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.696 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.696 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.696 | 21054 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.696 | 10413 | Removed run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.696 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.696 | 10413 | Assigned run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.696 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.696 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.696 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.697 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tYawNA +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.697 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.697 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.697 | 21056 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.697 | 10413 | Removed run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.697 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.697 | 10413 | Assigned run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.697 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.698 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.698 | 21053 | Marked run 946 as finished +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.697 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LcYtHr +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.698 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.700 | 21055 | Marked run 945 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.700 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.701 | 21057 | Added a new run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.702 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.702 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.703 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.703 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.704 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.705 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.705 | 21060 | Added a new run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.706 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.708 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.710 | 21068 | Added a new run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.710 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.710 | 10414 | Recursively removing directory: /tmp/git.tYawNA/ +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.712 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.712 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.712 | 10417 | Recursively removing directory: /tmp/git.LcYtHr/ +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.712 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.712 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.712 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.713 | 21076 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.713 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.713 | 10413 | Removed run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.713 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.713 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.713 | 10413 | Assigned run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.713 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.M6UXJ8 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.714 | 21075 | Marked run 948 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.715 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.715 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.715 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.715 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.716 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.716 | 21079 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.716 | 10413 | Removed run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.716 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.716 | 10413 | Assigned run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.716 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.716 | 21077 | Added a new run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.716 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.716 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sicAzs +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.716 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.718 | 21078 | Marked run 947 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.719 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.719 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.719 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.720 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.720 | 21081 | Added a new run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.721 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.722 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.723 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.723 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.725 | 21085 | Added a new run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.725 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.728 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.728 | 10414 | Recursively removing directory: /tmp/git.M6UXJ8/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.730 | 21096 | Added a new run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.730 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.730 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.730 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.731 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.730 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.731 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.730 | 10417 | Recursively removing directory: /tmp/git.sicAzs/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.731 | 21100 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.731 | 10413 | Removed run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.731 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.731 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.731 | 10413 | Assigned run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.731 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pWW54J +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.733 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.733 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.733 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.733 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.733 | 21099 | Marked run 949 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.733 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.733 | 21102 | Added a new worker 14 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.733 | 10413 | Removed run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.733 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.733 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.733 | 10413 | Assigned run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.734 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.733 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.n3fI60 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.735 | 21103 | Added a new run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.735 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.737 | 21101 | Marked run 950 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.737 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.738 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.738 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.739 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.739 | 21105 | Added a new run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.739 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.740 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.740 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.742 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.744 | 21110 | Added a new run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.744 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.747 | 10414 | Recursively removing directory: /tmp/git.pWW54J/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.747 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.747 | 10417 | Recursively removing directory: /tmp/git.n3fI60/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.748 | 21121 | Added a new run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.749 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.749 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.749 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.749 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.749 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.749 | 21124 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.749 | 10413 | Removed run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.749 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.749 | 10413 | Assigned run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.749 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.749 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.750 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2llNRc +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.750 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.750 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.750 | 21126 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.750 | 10413 | Removed run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.750 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.750 | 10413 | Assigned run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.750 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.750 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.750 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.750 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.750 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7EMKLm +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.751 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.752 | 21122 | Marked run 951 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.752 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.753 | 21127 | Added a new run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.754 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.755 | 21125 | Marked run 952 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.755 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.756 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.757 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.757 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.757 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.758 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.759 | 21129 | Added a new run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.759 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.762 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.764 | 10417 | Recursively removing directory: /tmp/git.7EMKLm/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.764 | 21138 | Added a new run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.764 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.765 | 10414 | Recursively removing directory: /tmp/git.2llNRc/ +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.765 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.765 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.766 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.766 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.766 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.766 | 21146 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.766 | 10413 | Removed run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.766 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.766 | 10413 | Assigned run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.766 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.766 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aZrS4i +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.767 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.767 | 21145 | Marked run 954 as finished +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.768 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.768 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.768 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.768 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.768 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.768 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.768 | 21149 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.768 | 10413 | Removed run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.768 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.768 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.768 | 10413 | Assigned run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.768 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jHEF0a +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.769 | 21147 | Added a new run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.770 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.771 | 21148 | Marked run 953 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.771 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.772 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.773 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.774 | 21151 | Added a new run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.774 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.774 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.774 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.775 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.777 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.779 | 21156 | Added a new run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.779 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.780 | 10417 | Recursively removing directory: /tmp/git.aZrS4i/ +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.782 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.782 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.782 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.782 | 10414 | Recursively removing directory: /tmp/git.jHEF0a/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.782 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.782 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.783 | 21169 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.783 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.783 | 10413 | Removed run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.783 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.783 | 10413 | Assigned run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.782 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.783 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wWO2Nc +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.784 | 21167 | Added a new run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.785 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.785 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.785 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.785 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.785 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.785 | 21172 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.786 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.786 | 10413 | Removed run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.786 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.786 | 10413 | Assigned run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.785 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.786 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iTdvBg +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.787 | 21168 | Marked run 955 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.787 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.788 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.789 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.789 | 21171 | Marked run 956 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.790 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.790 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.791 | 21173 | Added a new run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.791 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.792 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.793 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.794 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.796 | 21179 | Added a new run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.796 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.797 | 10417 | Recursively removing directory: /tmp/git.wWO2Nc/ +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.798 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.798 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.799 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.799 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.799 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.799 | 21189 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.799 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.799 | 10413 | Removed run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.799 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.799 | 10413 | Assigned run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.800 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WaUhMM +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.800 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.801 | 10414 | Recursively removing directory: /tmp/git.iTdvBg/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.801 | 21188 | Marked run 957 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.802 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.803 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.803 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.803 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.803 | 21191 | Added a new run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.803 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.803 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.803 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.804 | 21193 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.804 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.804 | 10413 | Removed run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.804 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.804 | 10413 | Assigned run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.804 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FWcMIk +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.805 | 21192 | Marked run 958 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.805 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.806 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.806 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.807 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.809 | 21195 | Added a new run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.809 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.810 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.810 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.812 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.813 | 21201 | Added a new run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.813 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.814 | 10417 | Recursively removing directory: /tmp/git.WaUhMM/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.816 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.816 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.816 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.816 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.816 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tla1t9 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.816 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.816 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.816 | 21213 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.816 | 10413 | Removed run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.816 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.816 | 10413 | Assigned run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.817 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.818 | 10414 | Recursively removing directory: /tmp/git.FWcMIk/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.818 | 21210 | Added a new run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.818 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.820 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.820 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.820 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.820 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.820 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.820 | 21216 | Added a new worker 6 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.820 | 10413 | Removed run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.820 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.820 | 21212 | Marked run 959 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.820 | 10413 | Assigned run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.821 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.821 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.821 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wlR5tY +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.822 | 21215 | Marked run 960 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.822 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.823 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.824 | 21217 | Added a new run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.824 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.825 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.826 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.827 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.827 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.829 | 21221 | Added a new run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.829 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.832 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.832 | 10417 | Recursively removing directory: /tmp/git.tla1t9/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.833 | 21232 | Added a new run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.834 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.834 | 10414 | Recursively removing directory: /tmp/git.wlR5tY/ +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.834 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.834 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.835 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.835 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.835 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.835 | 21236 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.835 | 10413 | Removed run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.835 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.835 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.835 | 10413 | Assigned run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.835 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XtmJ6s +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.836 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.836 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.836 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.837 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.837 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.837 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.837 | 21235 | Marked run 961 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.837 | 21239 | Added a new worker 14 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.837 | 10413 | Removed run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.837 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.837 | 10413 | Assigned run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.837 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vJkIlT +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.837 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.839 | 21238 | Marked run 962 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.839 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.840 | 21237 | Added a new run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.840 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.842 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.842 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.843 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.843 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.844 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.844 | 21241 | Added a new run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.845 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.847 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.848 | 21248 | Added a new run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.848 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.850 | 10417 | Recursively removing directory: /tmp/git.XtmJ6s/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.851 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.851 | 10414 | Recursively removing directory: /tmp/git.vJkIlT/ +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.851 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.851 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.852 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.852 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.852 | 21259 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.852 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.852 | 10413 | Removed run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.852 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.852 | 10413 | Assigned run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.852 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.852 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qD00hv +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.853 | 21257 | Added a new run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.854 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.854 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.854 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.854 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.855 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.855 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.855 | 21262 | Added a new worker 14 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.855 | 10413 | Removed run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.855 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.855 | 10413 | Assigned run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.855 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BTfxpZ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.855 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.855 | 21258 | Marked run 963 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.855 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.857 | 21261 | Marked run 964 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.857 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.858 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.858 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.859 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.859 | 21263 | Added a new run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.860 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.860 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.861 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.863 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.864 | 21269 | Added a new run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.864 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.867 | 10417 | Recursively removing directory: /tmp/git.qD00hv/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.867 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.868 | 21278 | Added a new run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.869 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.869 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.869 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.869 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.869 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.869 | 21282 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.869 | 10413 | Removed run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.869 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.869 | 10413 | Assigned run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.870 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.869 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.870 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ih7SiN +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.869 | 10414 | Recursively removing directory: /tmp/git.BTfxpZ/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.871 | 21281 | Marked run 965 as finished +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.872 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.872 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.872 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.872 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.872 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.872 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.872 | 21284 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.872 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.872 | 10413 | Removed run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.872 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.872 | 10413 | Assigned run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.873 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0zzxZM +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.874 | 21283 | Marked run 966 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.874 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.876 | 21285 | Added a new run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.876 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.877 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.877 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.878 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.879 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.879 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.880 | 21288 | Added a new run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.880 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.883 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.884 | 21297 | Added a new run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.884 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.885 | 10417 | Recursively removing directory: /tmp/git.Ih7SiN/ +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.886 | 10414 | Recursively removing directory: /tmp/git.0zzxZM/ +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.886 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.886 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.887 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.887 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.887 | 21304 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.887 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.887 | 10413 | Removed run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.887 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.887 | 10413 | Assigned run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.887 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.887 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.887 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jrXzl7 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.888 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.888 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.888 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.888 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.888 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.888 | 21307 | Added a new worker 15 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.888 | 10413 | Removed run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.888 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.888 | 10413 | Assigned run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.888 | 21303 | Marked run 967 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.889 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.889 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.889 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3biSE4 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.891 | 21305 | Added a new run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.891 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.892 | 21306 | Marked run 968 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.892 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.894 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.894 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.894 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.895 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.896 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.896 | 21309 | Added a new run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.897 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.899 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.900 | 21318 | Added a new run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.900 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.901 | 10417 | Recursively removing directory: /tmp/git.jrXzl7/ +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.903 | 10414 | Recursively removing directory: /tmp/git.3biSE4/ +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.903 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.903 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.903 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.903 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.903 | 21326 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.903 | 10413 | Removed run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.903 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.903 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.903 | 10413 | Assigned run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.904 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.903 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.904 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gkcVfe +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.905 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.905 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.905 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.905 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.905 | 21329 | Added a new worker 15 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.905 | 10413 | Removed run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.905 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.905 | 10413 | Assigned run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.905 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.906 | 21327 | Added a new run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.905 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.906 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yVYjsK +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.906 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.908 | 21325 | Marked run 969 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.908 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.909 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.909 | 21328 | Marked run 970 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.909 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.911 | 21331 | Added a new run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.911 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.911 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.912 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.912 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.913 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.914 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.915 | 21335 | Added a new run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.915 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.919 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.919 | 10417 | Recursively removing directory: /tmp/git.gkcVfe/ +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.920 | 10414 | Recursively removing directory: /tmp/git.yVYjsK/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.920 | 21346 | Added a new run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.921 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.921 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.922 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.922 | 21350 | Added a new worker 11 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.922 | 10413 | Removed run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.922 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.922 | 10413 | Assigned run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.922 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.921 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.921 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.921 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.922 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.220fIl +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.923 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.923 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.923 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.923 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.924 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.924 | 21349 | Marked run 971 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.924 | 21352 | Added a new worker 15 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.924 | 10413 | Removed run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.924 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.924 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.924 | 10413 | Assigned run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.924 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.924 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.924 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PlKbZK +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.925 | 21351 | Marked run 972 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.926 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.927 | 21353 | Added a new run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.928 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.929 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.929 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.930 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.930 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.930 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.932 | 21356 | Added a new run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.932 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.935 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.936 | 21365 | Added a new run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.936 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.936 | 10417 | Recursively removing directory: /tmp/git.220fIl/ +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.938 | 10414 | Recursively removing directory: /tmp/git.PlKbZK/ +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.938 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.938 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.938 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.938 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.938 | 21372 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.938 | 10413 | Removed run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.938 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.938 | 10413 | Assigned run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.938 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.938 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.939 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JNZfX4 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.939 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.940 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.940 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.940 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.940 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.940 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.941 | 21371 | Marked run 973 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.941 | 21375 | Added a new worker 8 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.941 | 10413 | Removed run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.941 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.941 | 10413 | Assigned run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.941 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.941 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xlAPbm +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.942 | 21373 | Added a new run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.942 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.944 | 21374 | Marked run 974 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.945 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.945 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.946 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.947 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.947 | 21377 | Added a new run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.947 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.948 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.949 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.950 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.951 | 21382 | Added a new run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.951 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.954 | 10417 | Recursively removing directory: /tmp/git.JNZfX4/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.955 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.956 | 10414 | Recursively removing directory: /tmp/git.xlAPbm/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.956 | 21393 | Added a new run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.956 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.957 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.957 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.957 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vOUKDW +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.957 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.957 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.957 | 21395 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.957 | 10413 | Removed run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.957 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.957 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.957 | 10413 | Assigned run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.959 | 21394 | Marked run 975 as finished +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.959 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.959 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.959 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.959 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.959 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.959 | 21398 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.959 | 10413 | Removed run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.959 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.959 | 10413 | Assigned run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.960 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.960 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.960 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OQNnEc +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.961 | 21397 | Marked run 976 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.962 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.963 | 21399 | Added a new run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.963 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.963 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.964 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.966 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.966 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.967 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.967 | 21402 | Added a new run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.968 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.970 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.971 | 10417 | Recursively removing directory: /tmp/git.vOUKDW/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.972 | 21411 | Added a new run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.972 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.973 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.973 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.973 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.973 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.973 | 21418 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.974 | 10413 | Removed run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.974 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.974 | 10413 | Assigned run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.974 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.973 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.974 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Z7XTX8 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.975 | 10414 | Recursively removing directory: /tmp/git.OQNnEc/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.975 | 21417 | Marked run 977 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.976 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.976 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.977 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.977 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.977 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.977 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.977 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.977 | 21421 | Added a new worker 13 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.977 | 10413 | Removed run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.977 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.977 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.977 | 10413 | Assigned run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.978 | 21419 | Added a new run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.978 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.978 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Pf42PT +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.979 | 21420 | Marked run 978 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.979 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.980 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.981 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.981 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.982 | 21423 | Added a new run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.983 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.984 | 10414 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.985 | 10414 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.985 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.987 | 21431 | Added a new run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.987 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.988 | 10417 | Recursively removing directory: /tmp/git.Z7XTX8/ +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.989 | 10417 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.989 | 10417 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.989 | 10417 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.989 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.990 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.990 | 21437 | Added a new worker 12 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.990 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.990 | 10413 | Removed run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.990 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.990 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.990 | 10413 | Assigned run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.990 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.j3tIjP +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.992 | 10414 | Recursively removing directory: /tmp/git.Pf42PT/ +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.993 | 21436 | Marked run 979 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.993 | 21438 | Added a new run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.993 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.994 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.994 | 10414 | Process exit code: 0 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.994 | 10414 | Process output: 57 bytes +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.994 | 10414 | Waiting for a new command +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.995 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.995 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.995 | 21444 | Added a new worker 10 to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.995 | 10413 | Removed run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.995 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.995 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.995 | 10413 | Assigned run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:29 | INFO | 10414/cimple-worker: 2024-04-25 03:44:29.995 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.n9pl2f +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.996 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.996 | 10417 | Checking out revision HEAD +2024-04-25 03:44:29 | INFO | 10417/cimple-worker: 2024-04-25 03:44:29.997 | 10417 | Going to run: ./ci +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.997 | 21443 | Marked run 980 as finished +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.998 | 10411 | Waiting for new connections +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.999 | 21445 | Added a new run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:29 | INFO | 10411/cimple-server: 2024-04-25 03:44:29.999 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.001 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.003 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.003 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.004 | 10417 | Recursively removing directory: /tmp/git.j3tIjP/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.005 | 21453 | Added a new run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.005 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.006 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.006 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.006 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.006 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.006 | 21458 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.006 | 10413 | Removed run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.006 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.006 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.006 | 10413 | Assigned run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.006 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.007 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xblP8G +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.008 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.008 | 21457 | Marked run 981 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.008 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.010 | 10414 | Recursively removing directory: /tmp/git.n9pl2f/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.010 | 21461 | Added a new run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.011 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.012 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.012 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.012 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.012 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.012 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.012 | 21466 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.012 | 10413 | Removed run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.012 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.012 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.012 | 10413 | Assigned run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.013 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Gua0li +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.013 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.014 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.014 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.015 | 21465 | Marked run 982 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.015 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.016 | 21467 | Added a new run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.016 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.018 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.019 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.019 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.021 | 10417 | Recursively removing directory: /tmp/git.xblP8G/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.022 | 21476 | Added a new run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.022 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.022 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.022 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.023 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.023 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pG5rFy +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.023 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.023 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.023 | 21480 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.023 | 10413 | Removed run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.023 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.023 | 10413 | Assigned run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.023 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.024 | 21479 | Marked run 983 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.025 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.025 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.027 | 10414 | Recursively removing directory: /tmp/git.Gua0li/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.027 | 21484 | Added a new run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.028 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.028 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.029 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.029 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.029 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.029 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.029 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.029 | 21488 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.030 | 10413 | Removed run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.030 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.030 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.030 | 10413 | Assigned run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.030 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.B9uvMM +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.030 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.031 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.033 | 21489 | Added a new run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.033 | 21487 | Marked run 984 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.033 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.035 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.035 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.037 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.037 | 21494 | Added a new run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.037 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.038 | 10417 | Recursively removing directory: /tmp/git.pG5rFy/ +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.040 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.040 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.040 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.040 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.040 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.040 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.040 | 21504 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.040 | 10413 | Removed run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.040 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.040 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.040 | 10413 | Assigned run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.040 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Y4wF9m +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.043 | 21502 | Marked run 985 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.043 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.043 | 10414 | Recursively removing directory: /tmp/git.B9uvMM/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.044 | 21501 | Added a new run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.045 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.045 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.045 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.046 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.046 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.046 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.046 | 21510 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.046 | 10413 | Removed run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.046 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.046 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.046 | 10413 | Assigned run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.046 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Y6Qh2Z +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.046 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.047 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.048 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.048 | 21509 | Marked run 986 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.048 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.050 | 21512 | Added a new run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.051 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.052 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.053 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.053 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.054 | 10417 | Recursively removing directory: /tmp/git.Y4wF9m/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.055 | 21519 | Added a new run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.055 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.056 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.056 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.056 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.056 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.056 | 21524 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.056 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.056 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.057 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oYdOkc +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.057 | 10413 | Removed run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.057 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.057 | 10413 | Assigned run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.058 | 21523 | Marked run 987 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.058 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.059 | 21528 | Added a new run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.060 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.061 | 10414 | Recursively removing directory: /tmp/git.Y6Qh2Z/ +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.062 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.062 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.062 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.062 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.062 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.063 | 21532 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.063 | 10413 | Removed run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.063 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.063 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.063 | 10413 | Assigned run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.063 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.063 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mRab1I +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.064 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.064 | 21531 | Marked run 988 as finished +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.064 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.065 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.066 | 21533 | Added a new run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.066 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.068 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.068 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.069 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.070 | 21538 | Added a new run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.070 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.071 | 10417 | Recursively removing directory: /tmp/git.oYdOkc/ +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.073 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.073 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.073 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.073 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.073 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.073 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.073 | 21547 | Added a new worker 12 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.073 | 10413 | Removed run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.073 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.073 | 10413 | Assigned run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.073 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MC2j2o +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.074 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.075 | 21545 | Added a new run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.076 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.077 | 21546 | Marked run 989 as finished +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.077 | 10414 | Recursively removing directory: /tmp/git.mRab1I/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.077 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.078 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.078 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.079 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.078 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.079 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.079 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.079 | 21554 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.079 | 10413 | Removed run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.079 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.079 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.079 | 10413 | Assigned run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.079 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.079 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FUIQyN +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.080 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.081 | 21553 | Marked run 990 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.081 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.083 | 21555 | Added a new run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.083 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.085 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.086 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.086 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.087 | 10417 | Recursively removing directory: /tmp/git.MC2j2o/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.088 | 21564 | Added a new run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.088 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.089 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.089 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.089 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.089 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.089 | 21568 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.089 | 10413 | Removed run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.089 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.089 | 10413 | Assigned run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.089 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.089 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.089 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3NNzeV +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.091 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.093 | 10414 | Recursively removing directory: /tmp/git.FUIQyN/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.093 | 21572 | Added a new run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.093 | 21567 | Marked run 991 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.094 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.094 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.095 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.095 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.095 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.095 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.095 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.095 | 21576 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.095 | 10413 | Removed run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.095 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.096 | 10413 | Assigned run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.096 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.095 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.096 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LdD480 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.095 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.097 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.097 | 21575 | Marked run 992 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.098 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.099 | 21578 | Added a new run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.099 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.102 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.102 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.103 | 10417 | Recursively removing directory: /tmp/git.3NNzeV/ +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.103 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.104 | 21585 | Added a new run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.104 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.105 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.105 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.105 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.105 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.105 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.105 | 21589 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.105 | 10413 | Removed run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.105 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.105 | 10413 | Assigned run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.105 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.105 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XiZFFl +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.107 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.107 | 21588 | Marked run 993 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.107 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.108 | 21591 | Added a new run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.109 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.111 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.111 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.111 | 10414 | Recursively removing directory: /tmp/git.LdD480/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.112 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.114 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.114 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.114 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.114 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.114 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.114 | 21601 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.114 | 10413 | Removed run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.114 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.114 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.114 | 10413 | Assigned run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.114 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.s4sW2k +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.115 | 21598 | Added a new run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.115 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.116 | 21600 | Marked run 994 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.117 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.119 | 10417 | Recursively removing directory: /tmp/git.XiZFFl/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.119 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.120 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.121 | 21607 | Added a new run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.121 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.121 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.121 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.121 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.121 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.121 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.121 | 21609 | Added a new worker 6 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.121 | 10413 | Removed run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.121 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.121 | 10413 | Assigned run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.121 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.122 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.122 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dUef8l +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.123 | 21608 | Marked run 995 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.124 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.124 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.126 | 21613 | Added a new run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.126 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.127 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.128 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.129 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.129 | 10414 | Recursively removing directory: /tmp/git.s4sW2k/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.131 | 21620 | Added a new run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.131 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.131 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.131 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.131 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.132 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.132 | 21624 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.132 | 10413 | Removed run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.132 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.132 | 10413 | Assigned run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.132 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.132 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.132 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6AgEIN +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.134 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.134 | 21623 | Marked run 996 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.134 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.135 | 10417 | Recursively removing directory: /tmp/git.dUef8l/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.135 | 21629 | Added a new run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.136 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.137 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.137 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.137 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.137 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.137 | 21632 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.137 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.137 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.137 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NoFWUj +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.137 | 10413 | Removed run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.137 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.137 | 10413 | Assigned run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.138 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.139 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.139 | 21631 | Marked run 997 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.139 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.140 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.141 | 21633 | Added a new run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.141 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.143 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.144 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.144 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.145 | 21637 | Added a new run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.145 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.148 | 10414 | Recursively removing directory: /tmp/git.6AgEIN/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.148 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.150 | 21647 | Added a new run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.150 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.150 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.150 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.150 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.150 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.151 | 21651 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.151 | 10413 | Removed run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.151 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.151 | 10413 | Assigned run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.151 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.151 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LaM3Rt +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.152 | 10417 | Recursively removing directory: /tmp/git.NoFWUj/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.152 | 21650 | Marked run 998 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.152 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.153 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.153 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.153 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.153 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.153 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.154 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.154 | 21655 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.154 | 10413 | Removed run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.154 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.154 | 10413 | Assigned run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.154 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.154 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2qPdIq +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.154 | 21653 | Added a new run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.155 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.156 | 21654 | Marked run 999 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.157 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.157 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.158 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.158 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.159 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.159 | 21657 | Added a new run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.160 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.160 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.162 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.164 | 21663 | Added a new run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.164 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.165 | 10414 | Recursively removing directory: /tmp/git.LaM3Rt/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.166 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.166 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.166 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.166 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.167 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.167 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.167 | 21674 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.167 | 10413 | Removed run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.167 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.167 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pXlazD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.167 | 10413 | Assigned run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.167 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.169 | 10417 | Recursively removing directory: /tmp/git.2qPdIq/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.170 | 21673 | Marked run 1000 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.170 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.170 | 21672 | Added a new run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.170 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.171 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.171 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.171 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.171 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.171 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.171 | 21678 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.171 | 10413 | Removed run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.171 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.171 | 10413 | Assigned run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.171 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.172 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PU9JVD +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.172 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.173 | 21677 | Marked run 1001 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.173 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.173 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.173 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.175 | 21679 | Added a new run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.175 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.177 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.178 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.178 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.179 | 21684 | Added a new run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.180 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.181 | 10414 | Recursively removing directory: /tmp/git.pXlazD/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.182 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.182 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.182 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.182 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.183 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.183 | 21694 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.183 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.183 | 10413 | Removed run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.183 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.183 | 10413 | Assigned run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.183 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.183 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Qg8MMo +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.184 | 21692 | Added a new run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.184 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.185 | 21693 | Marked run 1002 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.185 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.186 | 10417 | Recursively removing directory: /tmp/git.PU9JVD/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.187 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.188 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.188 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.188 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.188 | 21699 | Added a new run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.188 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.188 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.189 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.189 | 21701 | Added a new worker 7 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.189 | 10413 | Removed run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.189 | 10413 | Removed worker 7 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.189 | 10413 | Assigned run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.189 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.189 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sfdHz1 +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.190 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.191 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.191 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.192 | 21700 | Marked run 1003 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.192 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.193 | 21703 | Added a new run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.193 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.195 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.196 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.196 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.197 | 21708 | Added a new run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.197 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.198 | 10414 | Recursively removing directory: /tmp/git.Qg8MMo/ +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.200 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.200 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.200 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.200 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.200 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.200 | 21717 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.200 | 10413 | Removed run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.201 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.201 | 10413 | Assigned run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.201 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.201 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.201 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hTvfhB +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.202 | 21716 | Marked run 1004 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.202 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.203 | 21719 | Added a new run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.204 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.204 | 10417 | Recursively removing directory: /tmp/git.sfdHz1/ +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.205 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.205 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.205 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.206 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.206 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.206 | 21724 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.206 | 10413 | Removed run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.206 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.206 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.206 | 10413 | Assigned run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.206 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jd5y99 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.206 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.207 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.208 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.208 | 21723 | Marked run 1005 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.208 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.210 | 21725 | Added a new run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.210 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.212 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.213 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.213 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.214 | 21732 | Added a new run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.214 | 10414 | Recursively removing directory: /tmp/git.hTvfhB/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.214 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.216 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.216 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.216 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.216 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.216 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.217 | 21738 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.217 | 10413 | Removed run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.217 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.217 | 10413 | Assigned run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.217 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.217 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bUGBQZ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.218 | 21737 | Marked run 1006 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.218 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.219 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.220 | 21742 | Added a new run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.220 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.221 | 10417 | Recursively removing directory: /tmp/git.jd5y99/ +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.222 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.222 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.223 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.223 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.223 | 21746 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.223 | 10413 | Removed run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.223 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.223 | 10413 | Assigned run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.223 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.223 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.223 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.223 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TlxuTm +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.223 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.223 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.227 | 21745 | Marked run 1007 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.227 | 21747 | Added a new run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.228 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.228 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.229 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.230 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.230 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.231 | 10414 | Recursively removing directory: /tmp/git.bUGBQZ/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.232 | 21755 | Added a new run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.233 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.233 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.233 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.233 | 21759 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.233 | 10413 | Removed run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.233 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.233 | 10413 | Assigned run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.233 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.233 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.233 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.233 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.233 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ppIPdq +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.235 | 21758 | Marked run 1008 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.235 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.236 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.237 | 10417 | Recursively removing directory: /tmp/git.TlxuTm/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.238 | 21765 | Added a new run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.238 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.239 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.239 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.239 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.239 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.239 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.239 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.240 | 21768 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.240 | 10413 | Removed run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.240 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.240 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.240 | 10413 | Assigned run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.240 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YsWSVt +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.240 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.241 | 21767 | Marked run 1009 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.242 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.243 | 21770 | Added a new run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.244 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.246 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.246 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.247 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.247 | 10414 | Recursively removing directory: /tmp/git.ppIPdq/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.249 | 21777 | Added a new run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.249 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.249 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.249 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.250 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.250 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.250 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.250 | 21781 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.250 | 10413 | Removed run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.250 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.250 | 10413 | Assigned run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.250 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.250 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6NF2Bz +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.251 | 21780 | Marked run 1010 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.252 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.252 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.254 | 21786 | Added a new run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.254 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.254 | 10417 | Recursively removing directory: /tmp/git.YsWSVt/ +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.256 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.256 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.256 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.256 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.256 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.256 | 21790 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.256 | 10413 | Removed run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.256 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.256 | 10413 | Assigned run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.257 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.257 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.257 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.256 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.257 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tL9TYp +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.258 | 21789 | Marked run 1011 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.258 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.260 | 21791 | Added a new run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.261 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.263 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.263 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.263 | 10414 | Recursively removing directory: /tmp/git.6NF2Bz/ +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.264 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.264 | 21799 | Added a new run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.265 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.266 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.266 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.266 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.266 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.266 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.266 | 21803 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.266 | 10413 | Removed run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.266 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.266 | 10413 | Assigned run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.266 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.267 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fxvo2A +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.267 | 21802 | Marked run 1012 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.268 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.268 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.269 | 21805 | Added a new run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.270 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.271 | 10417 | Recursively removing directory: /tmp/git.tL9TYp/ +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.272 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.272 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.272 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.273 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.273 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.274 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.274 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.x4Oxoc +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.274 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.274 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.274 | 21814 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.274 | 10413 | Removed run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.274 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.274 | 10413 | Assigned run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.274 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.275 | 21811 | Added a new run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.275 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.276 | 21813 | Marked run 1013 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.277 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.278 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.279 | 21819 | Added a new run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.280 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.280 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.280 | 10414 | Recursively removing directory: /tmp/git.fxvo2A/ +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.281 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.282 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.282 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.282 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.282 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.282 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.283 | 21825 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.283 | 10413 | Removed run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.283 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.283 | 10413 | Assigned run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.283 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.283 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.283 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Qm7M73 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.284 | 21824 | Marked run 1014 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.284 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.285 | 21827 | Added a new run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.286 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.288 | 10417 | Recursively removing directory: /tmp/git.x4Oxoc/ +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.288 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.288 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.289 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.290 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.290 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.290 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.290 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pufBpp +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.290 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.290 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.290 | 21836 | Added a new worker 14 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.290 | 10413 | Removed run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.290 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.290 | 10413 | Assigned run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.290 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.291 | 21833 | Added a new run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.291 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.294 | 21835 | Marked run 1015 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.294 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.294 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.296 | 21842 | Added a new run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.296 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.296 | 10414 | Recursively removing directory: /tmp/git.Qm7M73/ +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.296 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.297 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.298 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.298 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.298 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.298 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.298 | 21847 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.298 | 10413 | Removed run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.298 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.298 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.298 | 10413 | Assigned run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.298 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.299 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.299 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RW1i7r +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.300 | 21846 | Marked run 1016 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.300 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.302 | 21848 | Added a new run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.302 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.304 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.305 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.305 | 10417 | Recursively removing directory: /tmp/git.pufBpp/ +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.306 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.306 | 21855 | Added a new run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.306 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.307 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.307 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.307 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.307 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.307 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.307 | 21858 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.307 | 10413 | Removed run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.307 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.307 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.307 | 10413 | Assigned run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.307 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eFVKET +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.309 | 21857 | Marked run 1017 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.310 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.310 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.312 | 21862 | Added a new run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.312 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.313 | 10414 | Recursively removing directory: /tmp/git.RW1i7r/ +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.313 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.314 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.315 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.315 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.315 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.315 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.315 | 21869 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.315 | 10413 | Removed run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.315 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.315 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.315 | 10413 | Assigned run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.315 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.315 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fDj0b8 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.316 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.317 | 21868 | Marked run 1018 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.317 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.319 | 21870 | Added a new run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.319 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.321 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.322 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.322 | 10417 | Recursively removing directory: /tmp/git.eFVKET/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.323 | 21877 | Added a new run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.323 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.323 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.324 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.324 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.324 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.324 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.324 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.324 | 21881 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.324 | 10413 | Removed run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.324 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.325 | 10413 | Assigned run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.325 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.325 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.btbMCP +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.326 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.327 | 21880 | Marked run 1019 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.328 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.329 | 21882 | Added a new run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.329 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.330 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.331 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.331 | 10414 | Recursively removing directory: /tmp/git.fDj0b8/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.332 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.332 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.332 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.333 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.333 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.333 | 21892 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.333 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.333 | 10413 | Removed run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.333 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.333 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.333 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ud6GMO +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.333 | 10413 | Assigned run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.333 | 21890 | Added a new run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.334 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.335 | 21891 | Marked run 1020 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.336 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.336 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.338 | 21896 | Added a new run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.338 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.339 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.340 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.340 | 10417 | Recursively removing directory: /tmp/git.btbMCP/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.341 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.342 | 21902 | Added a new run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.343 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.343 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.343 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.343 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.343 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.343 | 21905 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.343 | 10413 | Removed run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.343 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.343 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.343 | 10413 | Assigned run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.343 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RfHZkj +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.345 | 21904 | Marked run 1021 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.345 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.346 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.347 | 10414 | Recursively removing directory: /tmp/git.ud6GMO/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.349 | 21911 | Added a new run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.349 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.349 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.349 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.350 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.350 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.350 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.350 | 21914 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.350 | 10413 | Removed run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.350 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.350 | 10413 | Assigned run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.350 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.351 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.350 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mW88Dd +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.351 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.352 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.353 | 21913 | Marked run 1022 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.353 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.354 | 21916 | Added a new run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.354 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.356 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.357 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.356 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.358 | 21921 | Added a new run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.358 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.359 | 10417 | Recursively removing directory: /tmp/git.RfHZkj/ +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.361 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.361 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.361 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.361 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.361 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.361 | 21930 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.361 | 10413 | Removed run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.361 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.361 | 10413 | Assigned run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.361 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.361 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.361 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nlxL9g +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.363 | 21928 | Marked run 1023 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.363 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.364 | 21929 | Added a new run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.365 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.365 | 10414 | Recursively removing directory: /tmp/git.mW88Dd/ +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.366 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.366 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.367 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.367 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.367 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.367 | 21936 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.367 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.367 | 10413 | Removed run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.367 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.367 | 10413 | Assigned run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.367 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.367 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.367 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V0l3IR +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.368 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.369 | 21935 | Marked run 1024 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.369 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.370 | 21937 | Added a new run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.371 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.373 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.373 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.374 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.374 | 10417 | Recursively removing directory: /tmp/git.nlxL9g/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.375 | 21945 | Added a new run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.375 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.376 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.376 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.376 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.376 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.376 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.377 | 21949 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.377 | 10413 | Removed run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.377 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.377 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.377 | 10413 | Assigned run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.377 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.j1NP4y +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.378 | 21948 | Marked run 1025 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.379 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.379 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.380 | 21952 | Added a new run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.380 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.382 | 10414 | Recursively removing directory: /tmp/git.V0l3IR/ +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.382 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.383 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.383 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.383 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.384 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.383 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.384 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.384 | 21959 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.384 | 10413 | Removed run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.384 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.384 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.384 | 10413 | Assigned run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.384 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CssH0y +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.383 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.385 | 21957 | Added a new run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.385 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.388 | 21958 | Marked run 1026 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.388 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.388 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.390 | 21964 | Added a new run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.390 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.390 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.391 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.391 | 10417 | Recursively removing directory: /tmp/git.j1NP4y/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.393 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.393 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.393 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.393 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.393 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.393 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.394 | 21972 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.394 | 10413 | Removed run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.394 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.394 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.394 | 10413 | Assigned run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.394 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Z6TPhD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.395 | 21970 | Added a new run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.395 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.396 | 21971 | Marked run 1027 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.397 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.398 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.399 | 10414 | Recursively removing directory: /tmp/git.CssH0y/ +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.400 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.400 | 21979 | Added a new run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.400 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.401 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.401 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.401 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.401 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.401 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.401 | 21983 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.401 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.402 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qZ32Ey +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.402 | 10413 | Removed run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.402 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.402 | 10413 | Assigned run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.402 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.403 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.404 | 21982 | Marked run 1028 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.404 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.405 | 21984 | Added a new run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.406 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.407 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.408 | 10417 | Recursively removing directory: /tmp/git.Z6TPhD/ +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.408 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.408 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.410 | 21991 | Added a new run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.410 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.411 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.411 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.411 | 21996 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.411 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.411 | 10413 | Removed run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.411 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.411 | 10413 | Assigned run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.410 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.411 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.411 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.411 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qGvKxD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.413 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.413 | 21995 | Marked run 1029 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.413 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.415 | 21999 | Added a new run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.415 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.416 | 10414 | Recursively removing directory: /tmp/git.qZ32Ey/ +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.417 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.417 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.417 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.417 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.417 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.417 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.418 | 22004 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.418 | 10413 | Removed run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.418 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.418 | 10413 | Assigned run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.418 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.418 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.418 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.418 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RaAoKh +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.420 | 22003 | Marked run 1030 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.420 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.421 | 22005 | Added a new run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.421 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.424 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.424 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.425 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.425 | 10417 | Recursively removing directory: /tmp/git.qGvKxD/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.425 | 22013 | Added a new run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.426 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.427 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.427 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.427 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.427 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.427 | 22017 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.427 | 10413 | Removed run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.427 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.427 | 10413 | Assigned run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.427 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.427 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1rYwa2 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.428 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.429 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.429 | 22016 | Marked run 1031 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.429 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.431 | 22019 | Added a new run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.432 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.432 | 10414 | Recursively removing directory: /tmp/git.RaAoKh/ +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.433 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.434 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.434 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.434 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.434 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.434 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.434 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.434 | 22027 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.434 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.434 | 10413 | Removed run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.434 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.434 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.434 | 10413 | Assigned run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.434 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LeQlpi +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.437 | 22028 | Added a new run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.438 | 22025 | Marked run 1032 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.438 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.438 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.440 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.440 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.441 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.442 | 10417 | Recursively removing directory: /tmp/git.1rYwa2/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.442 | 22035 | Added a new run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.443 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.443 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.443 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.443 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.444 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.444 | 22040 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.444 | 10413 | Removed run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.444 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.444 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.444 | 10413 | Assigned run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.443 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.444 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BNwCbo +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.445 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.446 | 22039 | Marked run 1033 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.446 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.447 | 22042 | Added a new run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.448 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.448 | 10414 | Recursively removing directory: /tmp/git.LeQlpi/ +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.449 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.450 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.450 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.450 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.450 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.450 | 22048 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.450 | 10413 | Removed run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.450 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.450 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.450 | 10413 | Assigned run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.451 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.450 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.450 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.452 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.L8SJBf +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.454 | 22047 | Marked run 1034 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.454 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.455 | 22049 | Added a new run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.455 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.458 | 10417 | Recursively removing directory: /tmp/git.BNwCbo/ +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.458 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.458 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.459 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.460 | 22057 | Added a new run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.460 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.460 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.460 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.460 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.461 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.461 | 22060 | Added a new worker 6 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.461 | 10413 | Removed run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.461 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.461 | 10413 | Assigned run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.461 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.461 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.39bOPL +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.462 | 22059 | Marked run 1035 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.463 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.464 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.465 | 22064 | Added a new run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.465 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.467 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.467 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.467 | 10414 | Recursively removing directory: /tmp/git.L8SJBf/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.468 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.469 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.469 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.469 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.469 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ro7zl5 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.469 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.469 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.469 | 22072 | Added a new worker 14 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.469 | 10413 | Removed run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.469 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.469 | 10413 | Assigned run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.469 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.470 | 22070 | Added a new run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.470 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.472 | 22071 | Marked run 1036 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.472 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.474 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.474 | 10417 | Recursively removing directory: /tmp/git.39bOPL/ +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.475 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.475 | 22079 | Added a new run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.475 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.476 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.476 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.476 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.476 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.476 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.476 | 22083 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.476 | 10413 | Removed run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.476 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.476 | 10413 | Assigned run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.476 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.477 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.67GLrD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.477 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.478 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.479 | 22082 | Marked run 1037 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.479 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.480 | 22085 | Added a new run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.480 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.482 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.483 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.483 | 10414 | Recursively removing directory: /tmp/git.ro7zl5/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.483 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.485 | 22092 | Added a new run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.485 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.485 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.486 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.486 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TVabVq +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.486 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.486 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.486 | 22095 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.486 | 10413 | Removed run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.486 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.486 | 10413 | Assigned run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.487 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.488 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.489 | 22094 | Marked run 1038 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.489 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.490 | 22099 | Added a new run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.491 | 10417 | Recursively removing directory: /tmp/git.67GLrD/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.491 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.492 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.493 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.493 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.493 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.493 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.493 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.493 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.493 | 22104 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.493 | 10413 | Removed run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.493 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.493 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.493 | 10413 | Assigned run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.494 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.494 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.n16Pst +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.495 | 22103 | Marked run 1039 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.495 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.496 | 22106 | Added a new run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.497 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.499 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.500 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.500 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.500 | 10414 | Recursively removing directory: /tmp/git.TVabVq/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.501 | 22113 | Added a new run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.502 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.503 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.502 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.502 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.503 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.503 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.503 | 22118 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.503 | 10413 | Removed run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.503 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.503 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.503 | 10413 | Assigned run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.503 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zDhNQs +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.505 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.506 | 22117 | Marked run 1040 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.506 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.507 | 22122 | Added a new run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.507 | 10417 | Recursively removing directory: /tmp/git.n16Pst/ +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.508 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.509 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.509 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.509 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.509 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.509 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.510 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.510 | 22126 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.510 | 10413 | Removed run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.510 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.510 | 10413 | Assigned run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.510 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.510 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OXvVdG +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.511 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.511 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.512 | 22125 | Marked run 1041 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.512 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.513 | 22127 | Added a new run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.514 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.515 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.516 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.517 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.518 | 10414 | Recursively removing directory: /tmp/git.zDhNQs/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.518 | 22136 | Added a new run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.519 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.520 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.520 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.520 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.520 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.520 | 22140 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.520 | 10413 | Removed run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.520 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.520 | 10413 | Assigned run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.520 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.520 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.520 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zU83a2 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.522 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.522 | 22139 | Marked run 1042 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.522 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.523 | 22144 | Added a new run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.524 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.525 | 10417 | Recursively removing directory: /tmp/git.OXvVdG/ +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.526 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.526 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.526 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.526 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.526 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.527 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.527 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.527 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.527 | 22150 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.527 | 10413 | Removed run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.527 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.527 | 10413 | Assigned run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.527 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.527 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.F9rrUS +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.528 | 22147 | Added a new run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.529 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.530 | 22148 | Marked run 1043 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.530 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.532 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.533 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.534 | 22156 | Added a new run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.534 | 10414 | Recursively removing directory: /tmp/git.zU83a2/ +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.534 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.534 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.536 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.536 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.536 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.536 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.536 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.536 | 22161 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.536 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.537 | 10413 | Removed run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.537 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.537 | 10413 | Assigned run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.537 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.538 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JOQ7kS +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.540 | 22163 | Added a new run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.540 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.540 | 22160 | Marked run 1044 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.540 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.541 | 10417 | Recursively removing directory: /tmp/git.F9rrUS/ +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.543 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.543 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.543 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.543 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.543 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.543 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.543 | 22171 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.543 | 10413 | Removed run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.543 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.543 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.543 | 10413 | Assigned run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.543 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.544 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hFnZJU +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.544 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.545 | 22169 | Added a new run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.545 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.546 | 22170 | Marked run 1045 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.547 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.548 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.548 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.550 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.550 | 22175 | Added a new run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.550 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.552 | 10414 | Recursively removing directory: /tmp/git.JOQ7kS/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.553 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.553 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.553 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.554 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.554 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.554 | 22186 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.554 | 10413 | Removed run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.554 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.554 | 10413 | Assigned run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.554 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.554 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.554 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ipXxHP +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.555 | 22183 | Added a new run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.555 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.556 | 22185 | Marked run 1046 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.557 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.558 | 10417 | Recursively removing directory: /tmp/git.hFnZJU/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.558 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.560 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.560 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.560 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.560 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RboNhQ +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.560 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.560 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.560 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.560 | 22193 | Added a new worker 12 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.560 | 10413 | Removed run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.560 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.560 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.560 | 10413 | Assigned run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.560 | 22191 | Added a new run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.561 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.562 | 22192 | Marked run 1047 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.563 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.563 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.563 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.566 | 22196 | Added a new run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.566 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.566 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.567 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.569 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.569 | 10414 | Recursively removing directory: /tmp/git.ipXxHP/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.570 | 22204 | Added a new run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.570 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.571 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.571 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.571 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.571 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.572 | 22209 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.572 | 10413 | Removed run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.572 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.572 | 10413 | Assigned run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.571 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.572 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.n9QKBZ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.573 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.573 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.574 | 10417 | Recursively removing directory: /tmp/git.RboNhQ/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.575 | 22208 | Marked run 1048 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.575 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.576 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.576 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.577 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.576 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.577 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.577 | 22215 | Added a new worker 6 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.577 | 10413 | Removed run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.577 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.577 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.577 | 10413 | Assigned run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.577 | 22213 | Added a new run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.577 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lPTInn +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.578 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.578 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.579 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.579 | 22214 | Marked run 1049 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.579 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.581 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.583 | 22218 | Added a new run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.583 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.583 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.584 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.585 | 10414 | Recursively removing directory: /tmp/git.n9QKBZ/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.586 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.588 | 22226 | Added a new run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.588 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.588 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.588 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.588 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.588 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.588 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.589 | 22232 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.589 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.589 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zvsncq +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.589 | 10413 | Removed run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.589 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.589 | 10413 | Assigned run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.590 | 22229 | Marked run 1050 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.590 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.591 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.592 | 10417 | Recursively removing directory: /tmp/git.lPTInn/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.592 | 22235 | Added a new run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.593 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.594 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.594 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.594 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.594 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.594 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.594 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.594 | 22238 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.594 | 10413 | Removed run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.594 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.594 | 10413 | Assigned run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.594 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.594 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Y5FfE4 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.595 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.596 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.596 | 22237 | Marked run 1051 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.596 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.598 | 22239 | Added a new run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.598 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.599 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.600 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.600 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.602 | 22243 | Added a new run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.602 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.604 | 10414 | Recursively removing directory: /tmp/git.zvsncq/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.605 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.605 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.605 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.605 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.605 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.605 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.606 | 22256 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.606 | 10413 | Removed run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.606 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.606 | 10413 | Assigned run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.606 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.606 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rIyPXW +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.606 | 22252 | Added a new run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.607 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.609 | 10417 | Recursively removing directory: /tmp/git.Y5FfE4/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.609 | 22255 | Marked run 1052 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.610 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.611 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.611 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.611 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.612 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KxHuDo +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.611 | 22259 | Added a new run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.611 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.611 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.612 | 22261 | Added a new worker 6 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.612 | 10413 | Removed run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.612 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.612 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.612 | 10413 | Assigned run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.611 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.612 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.614 | 22260 | Marked run 1053 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.614 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.615 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.617 | 22265 | Added a new run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.617 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.618 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.619 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.620 | 10414 | Recursively removing directory: /tmp/git.rIyPXW/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.620 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.621 | 22272 | Added a new run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.622 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.622 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.622 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.622 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.623 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YwughX +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.622 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.622 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.622 | 22276 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.622 | 10413 | Removed run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.622 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.623 | 10413 | Assigned run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.623 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.624 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.625 | 22275 | Marked run 1054 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.625 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.626 | 10417 | Recursively removing directory: /tmp/git.KxHuDo/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.627 | 22280 | Added a new run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.627 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.628 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.628 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.628 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.628 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.628 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.628 | 22284 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.628 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.629 | 10413 | Removed run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.629 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.629 | 10413 | Assigned run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.628 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.629 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JBfWWo +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.629 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.631 | 22283 | Marked run 1055 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.631 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.631 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.633 | 22286 | Added a new run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.633 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.634 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.634 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.635 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.636 | 10414 | Recursively removing directory: /tmp/git.YwughX/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.637 | 22294 | Added a new run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.637 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.638 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.638 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.638 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.638 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.638 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.638 | 22299 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.638 | 10413 | Removed run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.638 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.639 | 10413 | Assigned run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.639 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.639 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UDW2i2 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.640 | 22297 | Marked run 1056 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.640 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.640 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.642 | 22302 | Added a new run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.642 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.642 | 10417 | Recursively removing directory: /tmp/git.JBfWWo/ +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.644 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.644 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.644 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.644 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.644 | 22306 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.644 | 10413 | Removed run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.644 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.644 | 10413 | Assigned run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.644 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.644 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.644 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ACfUEO +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.645 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.645 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.646 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.646 | 22305 | Marked run 1057 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.646 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.648 | 22307 | Added a new run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.648 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.650 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.651 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.651 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.652 | 22314 | Added a new run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.653 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.654 | 10414 | Recursively removing directory: /tmp/git.UDW2i2/ +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.655 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.655 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.655 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.655 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.655 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.655 | 22322 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.655 | 10413 | Removed run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.655 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.655 | 10413 | Assigned run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.655 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.656 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kRME9d +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.656 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.657 | 22320 | Marked run 1058 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.657 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.658 | 10417 | Recursively removing directory: /tmp/git.ACfUEO/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.659 | 22323 | Added a new run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.659 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.660 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.660 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.660 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.660 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.660 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.660 | 22328 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.660 | 10413 | Removed run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.660 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.660 | 10413 | Assigned run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.661 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.661 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ul8gyR +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.661 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.662 | 22327 | Marked run 1059 as finished +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.662 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.662 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.663 | 22329 | Added a new run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.663 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.664 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.666 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.666 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.667 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.668 | 22332 | Added a new run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.668 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.671 | 10414 | Recursively removing directory: /tmp/git.kRME9d/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.671 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.672 | 22342 | Added a new run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.672 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.673 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.673 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.673 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.673 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.673 | 22348 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.673 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.673 | 10413 | Removed run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.673 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.673 | 10413 | Assigned run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.674 | 10417 | Recursively removing directory: /tmp/git.ul8gyR/ +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.673 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.674 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xihj8u +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.675 | 22347 | Marked run 1060 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.676 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.676 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.676 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.676 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.676 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.677 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.677 | 22351 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.677 | 10413 | Removed run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.677 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.677 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.677 | 10413 | Assigned run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.676 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.677 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3kT6iS +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.678 | 22349 | Added a new run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.679 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.680 | 22350 | Marked run 1061 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.680 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.681 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.682 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.682 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.683 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.683 | 22353 | Added a new run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.684 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.684 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.687 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.688 | 22362 | Added a new run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.688 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.688 | 10414 | Recursively removing directory: /tmp/git.xihj8u/ +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.690 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.690 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.690 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.690 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.690 | 22370 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.690 | 10413 | Removed run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.690 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.690 | 10413 | Assigned run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.690 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.691 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.690 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.691 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MpwCR5 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.691 | 10417 | Recursively removing directory: /tmp/git.3kT6iS/ +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.693 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.693 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.693 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.693 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.693 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.693 | 22373 | Added a new worker 15 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.693 | 22369 | Marked run 1062 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.693 | 10413 | Removed run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.693 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.693 | 10413 | Assigned run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.693 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.694 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RKFC1T +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.696 | 22371 | Added a new run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.696 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.697 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.698 | 22372 | Marked run 1063 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.698 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.698 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.698 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.700 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.700 | 22375 | Added a new run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.701 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.701 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.703 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.704 | 22381 | Added a new run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.705 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.706 | 10414 | Recursively removing directory: /tmp/git.MpwCR5/ +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.707 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.707 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.707 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.707 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.708 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.708 | 22393 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.708 | 10413 | Removed run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.708 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.708 | 10413 | Assigned run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.708 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.707 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.708 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VTCId5 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.708 | 10417 | Recursively removing directory: /tmp/git.RKFC1T/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.709 | 22391 | Marked run 1064 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.710 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.711 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.711 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.711 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.711 | 22392 | Added a new run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.711 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.711 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.712 | 22395 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.712 | 10413 | Removed run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.712 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.712 | 10413 | Assigned run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.712 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.712 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.712 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ycLVIL +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.714 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.715 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.715 | 22394 | Marked run 1065 as finished +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.715 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.715 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.716 | 22397 | Added a new run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.716 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.718 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.719 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.719 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.720 | 22401 | Added a new run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.720 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.723 | 10414 | Recursively removing directory: /tmp/git.VTCId5/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.723 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.725 | 22411 | Added a new run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.725 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.725 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.726 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.725 | 10417 | Recursively removing directory: /tmp/git.ycLVIL/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.726 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.726 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.726 | 22415 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.726 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.726 | 10413 | Removed run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.726 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.726 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.726 | 10413 | Assigned run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.726 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gPhzZG +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.728 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.728 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.728 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.728 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.728 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.728 | 22418 | Added a new worker 14 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.728 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.728 | 10413 | Removed run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.728 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.728 | 10413 | Assigned run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.728 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UpX74i +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.728 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.729 | 22414 | Marked run 1066 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.729 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.731 | 22419 | Added a new run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.731 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.732 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.733 | 22417 | Marked run 1067 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.733 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.733 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.734 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.735 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.735 | 22422 | Added a new run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.735 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.735 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.738 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.739 | 22430 | Added a new run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.740 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.740 | 10414 | Recursively removing directory: /tmp/git.gPhzZG/ +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.742 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.742 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.742 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.742 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.742 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.742 | 22438 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.742 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.742 | 10413 | Removed run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.742 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.742 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.743 | 10417 | Recursively removing directory: /tmp/git.UpX74i/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.742 | 10413 | Assigned run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.743 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NdVlT6 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.744 | 22437 | Marked run 1068 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.744 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.745 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.745 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.745 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.746 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NpSobF +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.745 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.745 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.745 | 22441 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.745 | 10413 | Removed run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.745 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.745 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.745 | 10413 | Assigned run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.746 | 22439 | Added a new run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.746 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.748 | 22440 | Marked run 1069 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.748 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.749 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.750 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.750 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.751 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.751 | 22443 | Added a new run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.752 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.752 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.755 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.756 | 22452 | Added a new run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.756 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.757 | 10414 | Recursively removing directory: /tmp/git.NdVlT6/ +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.759 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.759 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.759 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.759 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.759 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.759 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.759 | 22460 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.759 | 10413 | Removed run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.759 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.759 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.759 | 10413 | Assigned run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.759 | 10417 | Recursively removing directory: /tmp/git.NpSobF/ +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.760 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.C0Hd6v +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.761 | 22459 | Marked run 1070 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.761 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.762 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.762 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.762 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.762 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.762 | 22463 | Added a new worker 14 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.762 | 10413 | Removed run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.762 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.762 | 10413 | Assigned run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.762 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.762 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8hwF9D +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.763 | 22461 | Added a new run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.764 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.764 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.765 | 22462 | Marked run 1071 as finished +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.766 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.767 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.767 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.768 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.769 | 22465 | Added a new run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.769 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.769 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.771 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.773 | 22471 | Added a new run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.773 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.774 | 10414 | Recursively removing directory: /tmp/git.C0Hd6v/ +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.776 | 10417 | Recursively removing directory: /tmp/git.8hwF9D/ +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.776 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.776 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.776 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.776 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.776 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.776 | 22482 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.776 | 10413 | Removed run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.776 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.776 | 10413 | Assigned run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.777 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9od1jc +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.777 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.777 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.777 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.777 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.777 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.777 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.778 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.brKcdQ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.777 | 22485 | Added a new worker 15 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.778 | 10413 | Removed run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.778 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.778 | 10413 | Assigned run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.778 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.778 | 22481 | Marked run 1072 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.779 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.780 | 22483 | Added a new run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.780 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.782 | 22484 | Marked run 1073 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.783 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.783 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.783 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.783 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.784 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.785 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.785 | 22487 | Added a new run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.785 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.788 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.790 | 22494 | Added a new run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.790 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.791 | 10414 | Recursively removing directory: /tmp/git.9od1jc/ +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.792 | 10417 | Recursively removing directory: /tmp/git.brKcdQ/ +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.792 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.792 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.793 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.793 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.793 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.793 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.793 | 22504 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.793 | 10413 | Removed run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.793 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.793 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.793 | 10413 | Assigned run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.793 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NpImHB +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.794 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.794 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.794 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.794 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.795 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.795 | 22507 | Added a new worker 15 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.795 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.795 | 10413 | Removed run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.795 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.795 | 10413 | Assigned run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.796 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.R0buEP +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.797 | 22505 | Added a new run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.797 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.797 | 22503 | Marked run 1074 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.797 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.799 | 22506 | Marked run 1075 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.799 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.800 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.800 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.801 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.801 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.802 | 22509 | Added a new run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.802 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.802 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.805 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.806 | 22516 | Added a new run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.806 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.808 | 10414 | Recursively removing directory: /tmp/git.NpImHB/ +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.809 | 10417 | Recursively removing directory: /tmp/git.R0buEP/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.809 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.811 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.811 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.811 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.811 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.811 | 22527 | Added a new worker 8 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.811 | 10413 | Removed run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.811 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.811 | 10413 | Assigned run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.811 | 22525 | Added a new run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.811 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.811 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.811 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EzLDuy +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.811 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.811 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.811 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.813 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RHEfpy +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.812 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.812 | 22530 | Added a new worker 6 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.812 | 10413 | Removed run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.812 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.812 | 10413 | Assigned run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.812 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.813 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.814 | 22526 | Marked run 1076 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.814 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.815 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.815 | 22528 | Marked run 1077 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.816 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.817 | 22531 | Added a new run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.817 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.818 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.818 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.819 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.819 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.820 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.821 | 22535 | Added a new run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.821 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.824 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.825 | 22545 | Added a new run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.825 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.826 | 10417 | Recursively removing directory: /tmp/git.RHEfpy/ +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.826 | 10414 | Recursively removing directory: /tmp/git.EzLDuy/ +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.828 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.828 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.828 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.828 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.828 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.828 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.828 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.828 | 22551 | Added a new worker 14 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.828 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.828 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.828 | 10413 | Removed run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.828 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.828 | 10413 | Assigned run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.828 | 22552 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.828 | 10413 | Removed run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.828 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.828 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.828 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.l6Jj9t +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.828 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.828 | 10413 | Assigned run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.828 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bVDUAr +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.828 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.829 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.832 | 22553 | Added a new run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.832 | 22550 | Marked run 1078 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.832 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.832 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.833 | 22549 | Marked run 1079 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.833 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.834 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.834 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.835 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.835 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.836 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.837 | 22556 | Added a new run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.837 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.839 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.841 | 22564 | Added a new run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.842 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.842 | 10417 | Recursively removing directory: /tmp/git.bVDUAr/ +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.843 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.843 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.843 | 10414 | Recursively removing directory: /tmp/git.l6Jj9t/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.844 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.844 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.844 | 22572 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.844 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.844 | 10413 | Removed run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.844 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.844 | 10413 | Assigned run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.844 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.844 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.845 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Js7TJM +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.845 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.845 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.846 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.845 | 22571 | Marked run 1080 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.846 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.846 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.846 | 22575 | Added a new worker 12 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.846 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.846 | 10413 | Removed run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.846 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.846 | 10413 | Assigned run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.846 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3XGOin +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.848 | 22573 | Added a new run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.848 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.850 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.851 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.851 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.851 | 22574 | Marked run 1081 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.851 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.852 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.853 | 22577 | Added a new run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.853 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.854 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.856 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.857 | 22584 | Added a new run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.858 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.859 | 10417 | Recursively removing directory: /tmp/git.Js7TJM/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.860 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.860 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.860 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.860 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.860 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.861 | 22595 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.860 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.861 | 10413 | Removed run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.861 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.861 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.861 | 10413 | Assigned run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.861 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9lvmCh +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.861 | 10414 | Recursively removing directory: /tmp/git.3XGOin/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.862 | 22593 | Added a new run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.862 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.864 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.864 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.864 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.864 | 22594 | Marked run 1082 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.864 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.864 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.864 | 22598 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.864 | 10413 | Removed run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.864 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.864 | 10413 | Assigned run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.864 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.864 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.864 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.865 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Hxt4na +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.866 | 22597 | Marked run 1083 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.866 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.867 | 22599 | Added a new run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.868 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.868 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.869 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.870 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.871 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.872 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.872 | 22602 | Added a new run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.872 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.875 | 10417 | Recursively removing directory: /tmp/git.9lvmCh/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.876 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.877 | 22612 | Added a new run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.878 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.878 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.878 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.878 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.878 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.878 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.879 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cjjyJM +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.878 | 22617 | Added a new worker 7 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.879 | 10413 | Removed run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.879 | 10413 | Removed worker 7 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.879 | 10413 | Assigned run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.879 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.879 | 10414 | Recursively removing directory: /tmp/git.Hxt4na/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.881 | 22616 | Marked run 1084 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.881 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.881 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.881 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.881 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.881 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.881 | 22620 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.881 | 10413 | Removed run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.881 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.881 | 10413 | Assigned run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.881 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.881 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SQUNzj +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.882 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.882 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.884 | 22621 | Added a new run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.884 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.885 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.886 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.886 | 22619 | Marked run 1085 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.886 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.887 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.887 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.888 | 22624 | Added a new run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.888 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.889 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.891 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.892 | 10417 | Recursively removing directory: /tmp/git.cjjyJM/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.892 | 22633 | Added a new run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.893 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.894 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.894 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.894 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.894 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.894 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.894 | 22640 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.894 | 10413 | Removed run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.894 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.894 | 10413 | Assigned run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.895 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.895 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7ZkE1a +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.896 | 10414 | Recursively removing directory: /tmp/git.SQUNzj/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.896 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.897 | 22639 | Marked run 1086 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.897 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.898 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.898 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.899 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.898 | 22641 | Added a new run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.899 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.899 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.899 | 22643 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.899 | 10413 | Removed run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.899 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.899 | 10413 | Assigned run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.899 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Bceffi +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.900 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.902 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.902 | 22642 | Marked run 1087 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.902 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.902 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.903 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.903 | 22645 | Added a new run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.904 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.905 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.906 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.906 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.908 | 22650 | Added a new run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.908 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.910 | 10417 | Recursively removing directory: /tmp/git.7ZkE1a/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.911 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.913 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.913 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.913 | 22660 | Added a new run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.913 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.913 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.913 | 22663 | Added a new worker 12 to the queue +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.913 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.913 | 10414 | Recursively removing directory: /tmp/git.Bceffi/ +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.914 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.raF3M3 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.913 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.913 | 10413 | Removed run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.913 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.913 | 10413 | Assigned run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.914 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.915 | 22662 | Marked run 1088 as finished +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.916 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.916 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.916 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.916 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.916 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.916 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.916 | 22667 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.916 | 10413 | Removed run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.916 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.916 | 10413 | Assigned run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.916 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.917 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GFschr +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.918 | 22665 | Added a new run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.918 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.919 | 22666 | Marked run 1089 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.919 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.920 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.921 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.921 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.923 | 22669 | Added a new run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.923 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.923 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.924 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.926 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.927 | 22677 | Added a new run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.927 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.928 | 10417 | Recursively removing directory: /tmp/git.raF3M3/ +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.930 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.930 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.930 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.930 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.930 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.930 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.930 | 22686 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.930 | 10413 | Removed run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.930 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.930 | 10413 | Assigned run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.930 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.930 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ExVw7q +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.932 | 10414 | Recursively removing directory: /tmp/git.GFschr/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.932 | 22685 | Marked run 1090 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.932 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.934 | 22687 | Added a new run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.934 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.934 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.934 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.934 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.935 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.935 | 22689 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.935 | 10413 | Removed run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.935 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.935 | 10413 | Assigned run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.935 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NOWX6Y +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.935 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.937 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.937 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.938 | 22688 | Marked run 1091 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.938 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.939 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.939 | 22691 | Added a new run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.940 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.941 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.941 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.942 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.943 | 22696 | Added a new run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.944 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.946 | 10417 | Recursively removing directory: /tmp/git.ExVw7q/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.947 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.948 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.948 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.948 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.948 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.948 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.948 | 22709 | Added a new worker 14 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.948 | 10413 | Removed run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.948 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.948 | 10413 | Assigned run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.948 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LEf5TL +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.949 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.949 | 10414 | Recursively removing directory: /tmp/git.NOWX6Y/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.950 | 22708 | Marked run 1092 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.950 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.950 | 22706 | Added a new run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.951 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.951 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.951 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.952 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.952 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.952 | 22712 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.952 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.952 | 10413 | Removed run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.952 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.952 | 10413 | Assigned run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.952 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.952 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kH6plH +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.954 | 22711 | Marked run 1093 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.954 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.954 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.954 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.955 | 22713 | Added a new run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.955 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.956 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.957 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.958 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.958 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.960 | 22717 | Added a new run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.960 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.962 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.963 | 10417 | Recursively removing directory: /tmp/git.LEf5TL/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.964 | 22726 | Added a new run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.964 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.965 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.965 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.965 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.965 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.965 | 22732 | Added a new worker 10 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.965 | 10413 | Removed run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.965 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.965 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.965 | 10413 | Assigned run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.965 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.966 | 10414 | Recursively removing directory: /tmp/git.kH6plH/ +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.966 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VoFf3a +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.967 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.967 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.967 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.968 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.968 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.968 | 22735 | Added a new worker 15 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.968 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.968 | 10413 | Removed run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.968 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.968 | 10413 | Assigned run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.968 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.968 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.q3gkc6 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.970 | 22733 | Added a new run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.971 | 22731 | Marked run 1094 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.971 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.972 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.972 | 22734 | Marked run 1095 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.972 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.972 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.974 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.975 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.975 | 22738 | Added a new run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.975 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.976 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.978 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.980 | 10417 | Recursively removing directory: /tmp/git.VoFf3a/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.980 | 22746 | Added a new run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.981 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.982 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.982 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.982 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.982 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.982 | 22754 | Added a new worker 11 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.982 | 10413 | Removed run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.982 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.982 | 10413 | Assigned run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.982 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.983 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.982 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.982 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kKmkPy +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.983 | 10414 | Recursively removing directory: /tmp/git.q3gkc6/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.985 | 22753 | Marked run 1096 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.985 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.986 | 10414 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.986 | 10414 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.986 | 10414 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.987 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Nkuuvs +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.986 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.986 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.986 | 22757 | Added a new worker 13 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.986 | 10413 | Removed run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.986 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.986 | 10413 | Assigned run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.987 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.988 | 10417 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.988 | 22756 | Marked run 1097 as finished +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.988 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.989 | 22755 | Added a new run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.989 | 10417 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.989 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.992 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.992 | 10414 | Checking out revision HEAD +2024-04-25 03:44:30 | INFO | 10414/cimple-worker: 2024-04-25 03:44:30.993 | 10414 | Going to run: ./ci +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.994 | 22761 | Added a new run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.994 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.996 | 10417 | Recursively removing directory: /tmp/git.kKmkPy/ +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.996 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.998 | 10417 | Process exit code: 0 +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.998 | 10417 | Process output: 57 bytes +2024-04-25 03:44:30 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.998 | 10417 | Waiting for a new command +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.998 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.998 | 22772 | Added a new worker 12 to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.998 | 10413 | Removed run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.998 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.998 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.998 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.998 | 10413 | Assigned run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.998 | 22769 | Added a new run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:30 | INFO | 10411/cimple-server: 2024-04-25 03:44:30.999 | 10411 | Waiting for new connections +2024-04-25 03:44:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:30.998 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uhQaJk +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.000 | 22771 | Marked run 1098 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.001 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.002 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.002 | 10414 | Recursively removing directory: /tmp/git.Nkuuvs/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.003 | 22777 | Added a new run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.004 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.004 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.004 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.004 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.005 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.004 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.005 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.005 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SFCtdv +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.005 | 22780 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.005 | 10413 | Removed run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.005 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.005 | 10413 | Assigned run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.005 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.006 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.007 | 22779 | Marked run 1099 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.007 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.007 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.008 | 22782 | Added a new run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.009 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.010 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.011 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.011 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.012 | 22786 | Added a new run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.012 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.014 | 10417 | Recursively removing directory: /tmp/git.uhQaJk/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.015 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.016 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.016 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.017 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.017 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.017 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.017 | 22799 | Added a new worker 12 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.017 | 22794 | Added a new run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.017 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.017 | 10413 | Removed run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.017 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.017 | 10413 | Assigned run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.017 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.017 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.b7MrbW +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.018 | 10414 | Recursively removing directory: /tmp/git.SFCtdv/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.019 | 22798 | Marked run 1100 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.019 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.020 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.020 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.020 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.020 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.020 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.020 | 22802 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.020 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.020 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.020 | 10413 | Removed run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.020 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.020 | 10413 | Assigned run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.020 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EueGs1 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.022 | 22801 | Marked run 1101 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.022 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.023 | 22803 | Added a new run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.024 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.024 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.025 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.026 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.026 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.027 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.028 | 22806 | Added a new run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.028 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.031 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.032 | 10417 | Recursively removing directory: /tmp/git.b7MrbW/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.032 | 22815 | Added a new run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.033 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.033 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.033 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.034 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.034 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.034 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.034 | 22822 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.034 | 10413 | Removed run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.034 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.034 | 10413 | Assigned run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.034 | 10414 | Recursively removing directory: /tmp/git.EueGs1/ +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.034 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0MEjUR +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.034 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.035 | 22821 | Marked run 1102 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.036 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.036 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.037 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.037 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.037 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.037 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.037 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.037 | 22825 | Added a new worker 9 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.037 | 10413 | Removed run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.037 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.038 | 10413 | Assigned run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.038 | 22823 | Added a new run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.038 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.039 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.038 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ADzR3L +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.040 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.041 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.041 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.042 | 22824 | Marked run 1103 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.042 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.043 | 22827 | Added a new run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.044 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.044 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.045 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.046 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.048 | 22835 | Added a new run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.048 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.048 | 10417 | Recursively removing directory: /tmp/git.0MEjUR/ +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.050 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.050 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.050 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.050 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.050 | 22844 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.050 | 10413 | Removed run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.050 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.050 | 10413 | Assigned run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.050 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.051 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.050 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.050 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.B4nysC +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.052 | 10414 | Recursively removing directory: /tmp/git.ADzR3L/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.053 | 22843 | Marked run 1104 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.053 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.054 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.054 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.054 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.054 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.054 | 22845 | Added a new run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.055 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.055 | 22847 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.055 | 10413 | Removed run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.055 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.055 | 10413 | Assigned run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.055 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.055 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.055 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1sLFqO +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.056 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.057 | 22846 | Marked run 1105 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.057 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.058 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.058 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.059 | 22849 | Added a new run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.059 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.060 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.061 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.062 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.064 | 22855 | Added a new run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.064 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.065 | 10417 | Recursively removing directory: /tmp/git.B4nysC/ +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.066 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.066 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.067 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.067 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.067 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.067 | 22866 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.067 | 10413 | Removed run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.067 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.067 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.067 | 10413 | Assigned run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.067 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.067 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fP6rXm +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.068 | 10414 | Recursively removing directory: /tmp/git.1sLFqO/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.069 | 22865 | Marked run 1106 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.069 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.070 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.070 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.071 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.071 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.071 | 22869 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.071 | 10413 | Removed run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.071 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.071 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.071 | 10413 | Assigned run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.071 | 22867 | Added a new run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.071 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.071 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kXXsOI +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.072 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.074 | 22868 | Marked run 1107 as finished +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.074 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.074 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.074 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.075 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.076 | 22871 | Added a new run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.076 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.077 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.078 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.079 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.080 | 22879 | Added a new run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.081 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.081 | 10417 | Recursively removing directory: /tmp/git.fP6rXm/ +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.082 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.082 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.083 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.083 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.083 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.083 | 22885 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.083 | 10413 | Removed run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.083 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.083 | 10413 | Assigned run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.083 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.083 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PZ2Ke8 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.084 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.086 | 10414 | Recursively removing directory: /tmp/git.kXXsOI/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.086 | 22886 | Added a new run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.086 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.087 | 22884 | Marked run 1108 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.087 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.087 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.087 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.087 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.087 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.087 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.088 | 22891 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.088 | 10413 | Removed run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.088 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.088 | 10413 | Assigned run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.088 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.088 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.l3ZMpk +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.090 | 22890 | Marked run 1109 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.090 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.090 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.091 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.091 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.092 | 22893 | Added a new run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.092 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.094 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.094 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.095 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.096 | 22897 | Added a new run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.097 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.098 | 10417 | Recursively removing directory: /tmp/git.PZ2Ke8/ +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.099 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.099 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.099 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.100 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.100 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.100 | 22907 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.100 | 10413 | Removed run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.100 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.100 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.100 | 10413 | Assigned run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.100 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.100 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ajrKsP +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.101 | 22906 | Marked run 1110 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.102 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.103 | 22908 | Added a new run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.103 | 10414 | Recursively removing directory: /tmp/git.l3ZMpk/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.103 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.105 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.105 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.105 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.105 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.105 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.105 | 22914 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.105 | 10413 | Removed run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.105 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.105 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.105 | 10413 | Assigned run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.105 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WeaaLG +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.106 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.106 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.107 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.107 | 22913 | Marked run 1111 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.108 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.109 | 22915 | Added a new run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.109 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.111 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.112 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.112 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.113 | 22920 | Added a new run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.113 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.115 | 10417 | Recursively removing directory: /tmp/git.ajrKsP/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.116 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.116 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.116 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.117 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.117 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.117 | 22932 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.117 | 10413 | Removed run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.117 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.117 | 10413 | Assigned run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.117 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.117 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.117 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.l0JMzU +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.117 | 22928 | Added a new run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.118 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.119 | 22931 | Marked run 1112 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.119 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.120 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.120 | 10414 | Recursively removing directory: /tmp/git.WeaaLG/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.122 | 22935 | Added a new run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.122 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.122 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.122 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.122 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.122 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.122 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.122 | 22937 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.123 | 10413 | Removed run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.123 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.123 | 10413 | Assigned run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.123 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.123 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.123 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X2RY6z +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.125 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.125 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.127 | 22936 | Marked run 1113 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.127 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.128 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.128 | 22939 | Added a new run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.129 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.129 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.131 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.131 | 10417 | Recursively removing directory: /tmp/git.l0JMzU/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.133 | 22949 | Added a new run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.133 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.133 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.133 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.134 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.134 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.134 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.134 | 22955 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.134 | 10413 | Removed run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.134 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.134 | 10413 | Assigned run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.134 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.134 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1OfAVD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.136 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.136 | 10414 | Recursively removing directory: /tmp/git.X2RY6z/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.137 | 22953 | Marked run 1114 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.137 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.139 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.139 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.139 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.139 | 22957 | Added a new run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.139 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.139 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.139 | 22959 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.139 | 10413 | Removed run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.139 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.139 | 10413 | Assigned run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.139 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.140 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.139 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2duFKH +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.140 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.141 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.142 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.143 | 22958 | Marked run 1115 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.143 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.144 | 22962 | Added a new run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.145 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.145 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.146 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.148 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.148 | 10417 | Recursively removing directory: /tmp/git.1OfAVD/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.150 | 22970 | Added a new run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.150 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.151 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.151 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.151 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.151 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.151 | 22975 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.151 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.151 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.151 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ck4DAw +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.151 | 10413 | Removed run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.151 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.151 | 10413 | Assigned run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.153 | 22974 | Marked run 1116 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.153 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.154 | 10414 | Recursively removing directory: /tmp/git.2duFKH/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.154 | 22978 | Added a new run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.154 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.156 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.156 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.156 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.156 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.156 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.156 | 22982 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.156 | 10413 | Removed run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.156 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.156 | 10413 | Assigned run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.156 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.156 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2s4vCD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.158 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.158 | 22981 | Marked run 1117 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.158 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.158 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.159 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.160 | 22983 | Added a new run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.160 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.162 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.162 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.163 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.164 | 22988 | Added a new run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.164 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.166 | 10417 | Recursively removing directory: /tmp/git.Ck4DAw/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.167 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.167 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.167 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.167 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.167 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.168 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.168 | 23000 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.168 | 10413 | Removed run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.168 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.168 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.168 | 10413 | Assigned run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.168 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jTmb5m +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.169 | 22996 | Added a new run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.169 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.170 | 10414 | Recursively removing directory: /tmp/git.2s4vCD/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.171 | 22997 | Marked run 1118 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.171 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.172 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.172 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.172 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.172 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.172 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.172 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.172 | 23005 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.172 | 10413 | Removed run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.172 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.172 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.172 | 10413 | Assigned run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.173 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jD48vK +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.174 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.174 | 23004 | Marked run 1119 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.175 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.175 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.176 | 23003 | Added a new run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.176 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.178 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.179 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.179 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.181 | 23010 | Added a new run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.181 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.183 | 10417 | Recursively removing directory: /tmp/git.jTmb5m/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.184 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.185 | 23020 | Added a new run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.185 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.185 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.185 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.186 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.186 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.186 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.186 | 23023 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.186 | 10413 | Removed run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.186 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.186 | 10413 | Assigned run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.186 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.187 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.186 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WXNknw +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.186 | 10414 | Recursively removing directory: /tmp/git.jD48vK/ +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.187 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.187 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.187 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.188 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mVu4ln +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.188 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.188 | 23026 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.188 | 10413 | Removed run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.188 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.188 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.188 | 10413 | Assigned run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.189 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.189 | 23022 | Marked run 1120 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.189 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.191 | 23027 | Added a new run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.191 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.193 | 23025 | Marked run 1121 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.193 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.193 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.193 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.194 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.194 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.195 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.196 | 23031 | Added a new run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.196 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.199 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.200 | 23037 | Added a new run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.200 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.201 | 10414 | Recursively removing directory: /tmp/git.mVu4ln/ +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.202 | 10417 | Recursively removing directory: /tmp/git.WXNknw/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.203 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.203 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.203 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.203 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.203 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.203 | 23047 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.203 | 10413 | Removed run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.203 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.204 | 10413 | Assigned run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.204 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.203 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.204 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.204 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.203 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.203 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.204 | 23049 | Added a new worker 15 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.204 | 10413 | Removed run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.204 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.204 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.D9OKBC +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.204 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.204 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aW1I7l +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.204 | 10413 | Assigned run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.204 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.206 | 23045 | Added a new run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.206 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.207 | 23046 | Marked run 1123 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.207 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.209 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.209 | 23048 | Marked run 1122 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.210 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.210 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.211 | 23051 | Added a new run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.211 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.211 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.211 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.212 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.214 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.216 | 23056 | Added a new run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.216 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.218 | 10414 | Recursively removing directory: /tmp/git.D9OKBC/ +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.219 | 10417 | Recursively removing directory: /tmp/git.aW1I7l/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.219 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.220 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.220 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.220 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.220 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.220 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.220 | 23069 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.220 | 10413 | Removed run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.220 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.220 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.220 | 10413 | Assigned run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.220 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wZVg5j +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.221 | 23067 | Added a new run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.221 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.221 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.222 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.222 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.222 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.222 | 23071 | Added a new worker 15 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.222 | 10413 | Removed run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.222 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.222 | 10413 | Assigned run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.222 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.222 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MZ3WdQ +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.223 | 23068 | Marked run 1124 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.224 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.225 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.225 | 23070 | Marked run 1125 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.225 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.227 | 23073 | Added a new run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.227 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.227 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.228 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.228 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.229 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.230 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.232 | 23078 | Added a new run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.232 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.235 | 10414 | Recursively removing directory: /tmp/git.wZVg5j/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.235 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.236 | 10417 | Recursively removing directory: /tmp/git.MZ3WdQ/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.237 | 23088 | Added a new run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.237 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.237 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.237 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.237 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.237 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.237 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.237 | 23091 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.237 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.238 | 10413 | Removed run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.238 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.238 | 10413 | Assigned run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.238 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nVqST2 +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.238 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.238 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.238 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.239 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.239 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.239 | 23094 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.239 | 10413 | Removed run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.239 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.239 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.239 | 10413 | Assigned run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.239 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.l6FodP +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.240 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.244 | 23090 | Marked run 1126 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.245 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.246 | 23095 | Added a new run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.246 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.247 | 23093 | Marked run 1127 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.248 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.248 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.249 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.249 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.249 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.250 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.251 | 23097 | Added a new run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.251 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.253 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.255 | 23104 | Added a new run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.255 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.256 | 10414 | Recursively removing directory: /tmp/git.nVqST2/ +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.257 | 10417 | Recursively removing directory: /tmp/git.l6FodP/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.258 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.258 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.258 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.258 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.258 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.258 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.258 | 23115 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.258 | 10413 | Removed run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.258 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.259 | 10413 | Assigned run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.259 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.259 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JgsjHk +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.260 | 23113 | Added a new run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.260 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.260 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.260 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.260 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.260 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.260 | 23117 | Added a new worker 15 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.260 | 10413 | Removed run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.261 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.261 | 10413 | Assigned run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.261 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WU9WWe +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.261 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.262 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.263 | 23114 | Marked run 1128 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.264 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.264 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.265 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.265 | 23119 | Added a new run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.265 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.266 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.267 | 23116 | Marked run 1129 as finished +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.267 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.267 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.268 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.268 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.270 | 23123 | Added a new run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.270 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.273 | 10414 | Recursively removing directory: /tmp/git.JgsjHk/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.273 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.274 | 23132 | Added a new run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.275 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.275 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.275 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.275 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.275 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.275 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.275 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WbyH09 +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.275 | 23138 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.275 | 10413 | Removed run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.275 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.275 | 10413 | Assigned run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.275 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.277 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.277 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.277 | 23140 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.278 | 10413 | Removed run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.278 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.278 | 10413 | Assigned run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.275 | 10417 | Recursively removing directory: /tmp/git.WU9WWe/ +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.277 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.277 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.277 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.278 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X1hV5X +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.278 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.279 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.280 | 23137 | Marked run 1130 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.280 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.281 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.282 | 23139 | Marked run 1131 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.282 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.282 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.283 | 23141 | Added a new run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.283 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.284 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.285 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.286 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.288 | 23146 | Added a new run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.288 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.290 | 10414 | Recursively removing directory: /tmp/git.WbyH09/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.291 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.292 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.292 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.292 | 10417 | Recursively removing directory: /tmp/git.X1hV5X/ +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.292 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.292 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.292 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.292 | 23159 | Added a new worker 8 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.292 | 10413 | Removed run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.292 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.292 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.292 | 10413 | Assigned run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.293 | 23157 | Added a new run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.293 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bHZnJQ +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.294 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.295 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.295 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.295 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.295 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.295 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.295 | 23162 | Added a new worker 12 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.296 | 23158 | Marked run 1132 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.296 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.296 | 10413 | Removed run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.296 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.296 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.296 | 10413 | Assigned run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.296 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.297 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Y6uZRP +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.298 | 23161 | Marked run 1133 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.298 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.298 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.299 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.299 | 23163 | Added a new run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.299 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.302 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.302 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.304 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.305 | 23168 | Added a new run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.305 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.305 | 10414 | Recursively removing directory: /tmp/git.bHZnJQ/ +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.307 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.307 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.307 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.307 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.307 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.307 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.307 | 23176 | Added a new worker 12 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.307 | 10413 | Removed run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.307 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.307 | 10413 | Assigned run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.308 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.307 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oYx2Jc +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.309 | 23177 | Added a new run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.309 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.311 | 23175 | Marked run 1134 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.311 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.311 | 10417 | Recursively removing directory: /tmp/git.Y6uZRP/ +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.312 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.312 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.313 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.312 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.313 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.313 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.313 | 23185 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.313 | 10413 | Removed run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.313 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.313 | 10413 | Assigned run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.313 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.313 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.313 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UKDyvV +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.315 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.316 | 23184 | Marked run 1135 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.316 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.317 | 23183 | Added a new run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.317 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.318 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.319 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.320 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.322 | 23193 | Added a new run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.322 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.322 | 10414 | Recursively removing directory: /tmp/git.oYx2Jc/ +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.324 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.324 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.324 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.324 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.324 | 23199 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.324 | 10413 | Removed run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.324 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.324 | 10413 | Assigned run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.324 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.324 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.324 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cItfTi +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.324 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.326 | 23198 | Marked run 1136 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.327 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.327 | 10417 | Recursively removing directory: /tmp/git.UKDyvV/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.328 | 23200 | Added a new run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.328 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.329 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.329 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.329 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.329 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.329 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.329 | 23206 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.329 | 10413 | Removed run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.329 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.330 | 10413 | Assigned run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.330 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.330 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.330 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nhQe5S +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.331 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.330 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.332 | 23205 | Marked run 1137 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.332 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.333 | 23207 | Added a new run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.334 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.336 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.336 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.337 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.337 | 10414 | Recursively removing directory: /tmp/git.cItfTi/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.338 | 23215 | Added a new run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.338 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.339 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.339 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.339 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.339 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.339 | 23219 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.339 | 10413 | Removed run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.339 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.339 | 10413 | Assigned run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.340 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.339 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.340 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vexQNa +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.341 | 23218 | Marked run 1138 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.341 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.342 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.343 | 23221 | Added a new run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.344 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.345 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.346 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.346 | 10417 | Recursively removing directory: /tmp/git.nhQe5S/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.346 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.348 | 23227 | Added a new run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.348 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.349 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.349 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.349 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.349 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.349 | 23232 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.349 | 10413 | Removed run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.349 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.349 | 10413 | Assigned run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.349 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.349 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3L9Acz +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.350 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.351 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.352 | 23231 | Marked run 1139 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.352 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.353 | 10414 | Recursively removing directory: /tmp/git.vexQNa/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.354 | 23234 | Added a new run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.355 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.355 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.355 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.355 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.355 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.355 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.355 | 23240 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.355 | 10413 | Removed run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.355 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.355 | 10413 | Assigned run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.355 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.356 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IUtFNx +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.356 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.357 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.357 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.357 | 23239 | Marked run 1140 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.358 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.359 | 23241 | Added a new run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.359 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.361 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.362 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.362 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.363 | 23246 | Added a new run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.363 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.365 | 10417 | Recursively removing directory: /tmp/git.3L9Acz/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.366 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.367 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.367 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.367 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.368 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sdaIBx +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.367 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.368 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.368 | 23258 | Added a new worker 9 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.368 | 10413 | Removed run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.368 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.368 | 10413 | Assigned run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.368 | 23254 | Added a new run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.368 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.368 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.369 | 10414 | Recursively removing directory: /tmp/git.IUtFNx/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.370 | 23257 | Marked run 1141 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.370 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.371 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.371 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.371 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.371 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.371 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.371 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.371 | 23263 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.371 | 10413 | Removed run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.371 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.372 | 10413 | Assigned run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.372 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.372 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.moIhMa +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.373 | 23261 | Added a new run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.373 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.375 | 23262 | Marked run 1142 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.375 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.375 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.376 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.376 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.377 | 23265 | Added a new run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.377 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.378 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.379 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.380 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.381 | 23271 | Added a new run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.381 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.384 | 10417 | Recursively removing directory: /tmp/git.sdaIBx/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.384 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.385 | 23278 | Added a new run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.386 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.386 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.386 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.386 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.386 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.386 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.386 | 23284 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.386 | 10413 | Removed run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.386 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.387 | 10413 | Assigned run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.387 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xdERUD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.387 | 10414 | Recursively removing directory: /tmp/git.moIhMa/ +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.388 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.388 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.388 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.389 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.389 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.389 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.389 | 23287 | Added a new worker 9 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.389 | 10413 | Removed run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.389 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.389 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.389 | 10413 | Assigned run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.389 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.389 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MDW1WD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.390 | 23283 | Marked run 1143 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.390 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.392 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.393 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.393 | 23286 | Added a new run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.394 | 23285 | Marked run 1144 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.394 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.394 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.395 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.396 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.396 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.398 | 23292 | Added a new run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.399 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.400 | 10417 | Recursively removing directory: /tmp/git.xdERUD/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.401 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.402 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.402 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.402 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.402 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.402 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.402 | 23305 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.402 | 10413 | Removed run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.402 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.402 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.402 | 10413 | Assigned run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.402 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Tzkrfc +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.403 | 10414 | Recursively removing directory: /tmp/git.MDW1WD/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.403 | 23303 | Added a new run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.403 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.405 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.405 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.405 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.405 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.406 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.406 | 23308 | Added a new worker 14 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.406 | 10413 | Removed run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.406 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.406 | 10413 | Assigned run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.406 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cjd95m +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.406 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.407 | 23304 | Marked run 1145 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.407 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.407 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.409 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.409 | 23309 | Added a new run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.409 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.410 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.411 | 23307 | Marked run 1146 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.411 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.411 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.412 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.412 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.413 | 23312 | Added a new run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.413 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.416 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.417 | 10417 | Recursively removing directory: /tmp/git.Tzkrfc/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.418 | 23322 | Added a new run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.418 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.419 | 10414 | Recursively removing directory: /tmp/git.cjd95m/ +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.419 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.419 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.419 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.419 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.420 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.420 | 23328 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.420 | 10413 | Removed run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.420 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.420 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.420 | 10413 | Assigned run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.420 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KIZBEN +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.421 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.422 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.422 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.422 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.422 | 23327 | Marked run 1147 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.422 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.422 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.422 | 23331 | Added a new worker 6 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.422 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.422 | 10413 | Removed run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.422 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.422 | 10413 | Assigned run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.422 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.f0UNIA +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.424 | 23329 | Added a new run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.424 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.426 | 23330 | Marked run 1148 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.426 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.426 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.427 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.427 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.429 | 23333 | Added a new run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.429 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.429 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.430 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.432 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.433 | 23341 | Added a new run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.433 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.434 | 10417 | Recursively removing directory: /tmp/git.KIZBEN/ +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.436 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.436 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.436 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.436 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.436 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.436 | 23350 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.436 | 10413 | Removed run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.436 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.436 | 10413 | Assigned run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.436 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AgLqOF +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.437 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.437 | 10414 | Recursively removing directory: /tmp/git.f0UNIA/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.437 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.438 | 23349 | Marked run 1149 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.438 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.439 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.439 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.439 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.440 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nliETy +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.439 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.440 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.440 | 23353 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.440 | 10413 | Removed run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.440 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.440 | 10413 | Assigned run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.440 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.440 | 23351 | Added a new run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.440 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.442 | 23352 | Marked run 1150 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.443 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.443 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.444 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.445 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.445 | 23355 | Added a new run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.445 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.446 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.446 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.448 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.449 | 23360 | Added a new run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.450 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.452 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.452 | 10417 | Recursively removing directory: /tmp/git.AgLqOF/ +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.453 | 10414 | Recursively removing directory: /tmp/git.nliETy/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.454 | 23371 | Added a new run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.454 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.454 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.454 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.455 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.455 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.455 | 23374 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.455 | 10413 | Removed run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.455 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.455 | 10413 | Assigned run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.455 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.455 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.455 | 23376 | Added a new worker 14 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.455 | 10413 | Removed run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.455 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.455 | 10413 | Assigned run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.455 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.455 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VpzGnL +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.455 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.455 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.455 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.455 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YeTPqX +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.456 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.457 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.458 | 23373 | Marked run 1151 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.458 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.460 | 23377 | Added a new run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.460 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.461 | 23375 | Marked run 1152 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.461 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.461 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.461 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.462 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.462 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.463 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.468 | 10417 | Recursively removing directory: /tmp/git.VpzGnL/ +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.469 | 10414 | Recursively removing directory: /tmp/git.YeTPqX/ +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.470 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.470 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.470 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.470 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.470 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.471 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.471 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.471 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.471 | 23381 | Added a new run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.471 | 23393 | Added a new worker 16 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.471 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.471 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.471 | 23395 | Added a new worker 6 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.471 | 10413 | Removed run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.471 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.471 | 10413 | Assigned run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.471 | 10413 | Removed run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.471 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.471 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.471 | 10413 | Assigned run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.472 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3UBZYA +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.471 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.472 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1Pokga +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.474 | 23392 | Marked run 1153 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.474 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.474 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.475 | 23394 | Marked run 1154 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.475 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.477 | 23397 | Added a new run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.477 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.478 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.478 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.479 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.479 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.480 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.481 | 23401 | Added a new run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.481 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.484 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.486 | 10417 | Recursively removing directory: /tmp/git.3UBZYA/ +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.486 | 10414 | Recursively removing directory: /tmp/git.1Pokga/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.486 | 23412 | Added a new run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.487 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.487 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.487 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.487 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.487 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.487 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.487 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.487 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.487 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.488 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.488 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.488 | 23417 | Added a new worker 15 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.488 | 23418 | Added a new worker 16 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.488 | 10413 | Removed run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.488 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.488 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.488 | 10413 | Assigned run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.488 | 10413 | Removed run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.488 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.488 | 10413 | Assigned run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.489 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.488 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AcPzB7 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.489 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.U1iXtS +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.490 | 23415 | Marked run 1155 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.490 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.492 | 23419 | Added a new run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.492 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.494 | 23416 | Marked run 1156 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.494 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.494 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.495 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.495 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.496 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.497 | 23421 | Added a new run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.497 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.497 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.499 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.501 | 23427 | Added a new run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.501 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.502 | 10417 | Recursively removing directory: /tmp/git.AcPzB7/ +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.504 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.504 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.504 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.504 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.504 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.504 | 23439 | Added a new worker 12 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.504 | 10413 | Removed run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.504 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.504 | 10413 | Assigned run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.504 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.504 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tvWwkY +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.504 | 10414 | Recursively removing directory: /tmp/git.U1iXtS/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.504 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.506 | 23437 | Added a new run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.506 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.507 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.507 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.507 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.507 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.507 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.507 | 23438 | Marked run 1157 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.508 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.508 | 23442 | Added a new worker 9 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.508 | 10413 | Removed run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.508 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.508 | 10413 | Assigned run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.508 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.509 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.d0u5ay +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.509 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.510 | 23441 | Marked run 1158 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.510 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.511 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.512 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.512 | 23443 | Added a new run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.512 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.515 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.515 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.515 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.517 | 23447 | Added a new run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.518 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.519 | 10417 | Recursively removing directory: /tmp/git.tvWwkY/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.520 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.520 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.520 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.520 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.521 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.521 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.521 | 23461 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.521 | 10413 | Removed run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.521 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.521 | 10413 | Assigned run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.521 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.521 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AOwrB4 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.522 | 10414 | Recursively removing directory: /tmp/git.d0u5ay/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.523 | 23459 | Marked run 1159 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.523 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.524 | 23457 | Added a new run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.524 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.524 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.524 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.525 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.525 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.525 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.525 | 23464 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.525 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.525 | 10413 | Removed run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.525 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.525 | 10413 | Assigned run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.525 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QbkaPs +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.526 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.527 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.527 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.528 | 23463 | Marked run 1160 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.528 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.529 | 23465 | Added a new run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.529 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.532 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.532 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.533 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.534 | 10417 | Recursively removing directory: /tmp/git.AOwrB4/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.534 | 23472 | Added a new run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.534 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.536 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.536 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.536 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.536 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.536 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.536 | 23478 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.536 | 10413 | Removed run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.536 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.536 | 10413 | Assigned run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.536 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YRTf3k +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.536 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.537 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.538 | 23477 | Marked run 1161 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.538 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.539 | 23479 | Added a new run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.540 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.541 | 10414 | Recursively removing directory: /tmp/git.QbkaPs/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.542 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.543 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.543 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.543 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.543 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.543 | 23487 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.543 | 10413 | Removed run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.543 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.543 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.544 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.543 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NzdYAt +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.543 | 10413 | Assigned run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.543 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.544 | 23485 | Added a new run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.544 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.545 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.546 | 23486 | Marked run 1162 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.546 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.548 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.549 | 23490 | Added a new run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.549 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.550 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.550 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.552 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.552 | 10417 | Recursively removing directory: /tmp/git.YRTf3k/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.554 | 23498 | Added a new run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.554 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.555 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.555 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.555 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.555 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.555 | 23503 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.555 | 10413 | Removed run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.555 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.555 | 10413 | Assigned run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.555 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.555 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.556 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oT1PQV +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.556 | 23502 | Marked run 1163 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.557 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.557 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.559 | 10414 | Recursively removing directory: /tmp/git.NzdYAt/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.559 | 23506 | Added a new run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.559 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.560 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.560 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.560 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.560 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.560 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.561 | 23510 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.561 | 10413 | Removed run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.561 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.561 | 10413 | Assigned run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.561 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hsDEKb +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.561 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.561 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.562 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.563 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.563 | 23509 | Marked run 1164 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.563 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.564 | 23511 | Added a new run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.565 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.566 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.567 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.567 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.568 | 23516 | Added a new run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.569 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.570 | 10417 | Recursively removing directory: /tmp/git.oT1PQV/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.572 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.572 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.572 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.572 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.572 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.572 | 23527 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.572 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.572 | 10413 | Removed run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.572 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.573 | 10413 | Assigned run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.572 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.573 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.i5VMZS +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.573 | 23524 | Added a new run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.573 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.575 | 10414 | Recursively removing directory: /tmp/git.hsDEKb/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.576 | 23526 | Marked run 1165 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.576 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.576 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.578 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.578 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.578 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.578 | 23531 | Added a new run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.578 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.578 | 23533 | Added a new worker 12 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.578 | 10413 | Removed run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.578 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.578 | 10413 | Assigned run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.578 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.579 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.578 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.579 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ekzUQb +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.579 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.580 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.581 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.581 | 23532 | Marked run 1166 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.581 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.583 | 23536 | Added a new run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.583 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.584 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.585 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.586 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.588 | 23543 | Added a new run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.588 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.588 | 10417 | Recursively removing directory: /tmp/git.i5VMZS/ +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.590 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.590 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.590 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.590 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.590 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.591 | 23551 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.591 | 10413 | Removed run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.591 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.591 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.591 | 10413 | Assigned run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.591 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xSort6 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.592 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.592 | 23550 | Marked run 1167 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.592 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.593 | 10414 | Recursively removing directory: /tmp/git.ekzUQb/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.594 | 23553 | Added a new run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.595 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.595 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.595 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.595 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.595 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.595 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.595 | 23556 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.595 | 10413 | Removed run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.595 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.595 | 10413 | Assigned run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.595 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.596 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.liv664 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.597 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.597 | 23555 | Marked run 1168 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.597 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.598 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.599 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.599 | 23557 | Added a new run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.599 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.601 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.602 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.602 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.604 | 23562 | Added a new run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.604 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.606 | 10417 | Recursively removing directory: /tmp/git.xSort6/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.606 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.608 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.608 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.609 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.609 | 23575 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.609 | 10413 | Removed run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.609 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.609 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.609 | 10413 | Assigned run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.609 | 23569 | Added a new run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.608 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.609 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.609 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TngXI9 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.609 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.611 | 10414 | Recursively removing directory: /tmp/git.liv664/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.612 | 23573 | Marked run 1169 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.612 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.612 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.613 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.613 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.613 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.613 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.613 | 23579 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.613 | 10413 | Removed run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.613 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.613 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.614 | 10413 | Assigned run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.613 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.614 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JcaoUE +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.614 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.614 | 23577 | Added a new run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.615 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.616 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.616 | 23578 | Marked run 1170 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.616 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.618 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.619 | 23582 | Added a new run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.619 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.619 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.620 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.622 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.623 | 10417 | Recursively removing directory: /tmp/git.TngXI9/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.623 | 23590 | Added a new run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.624 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.625 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.625 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.625 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.625 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.625 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.625 | 23595 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.625 | 10413 | Removed run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.625 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.625 | 10413 | Assigned run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.625 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.625 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pqyBNX +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.627 | 23594 | Marked run 1171 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.627 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.627 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.628 | 10414 | Recursively removing directory: /tmp/git.JcaoUE/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.629 | 23599 | Added a new run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.629 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.630 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.630 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.630 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.630 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.630 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.630 | 23602 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.630 | 10413 | Removed run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.630 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.630 | 10413 | Assigned run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.630 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.630 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.r3nwwK +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.632 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.632 | 23601 | Marked run 1172 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.633 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.633 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.633 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.634 | 23603 | Added a new run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.635 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.636 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.637 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.637 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.639 | 23610 | Added a new run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.639 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.640 | 10417 | Recursively removing directory: /tmp/git.pqyBNX/ +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.641 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.641 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.641 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.642 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.642 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.642 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.642 | 23617 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.642 | 10413 | Removed run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.642 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.642 | 10413 | Assigned run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.642 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.x6QNHR +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.642 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.644 | 23616 | Marked run 1173 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.644 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.645 | 10414 | Recursively removing directory: /tmp/git.r3nwwK/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.645 | 23618 | Added a new run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.645 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.646 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.646 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.647 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.647 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.647 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.647 | 23624 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.647 | 10413 | Removed run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.647 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.647 | 10413 | Assigned run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.647 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.648 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Nz7JaR +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.648 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.648 | 23623 | Marked run 1174 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.649 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.649 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.650 | 23625 | Added a new run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.650 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.650 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.653 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.653 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.654 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.655 | 23630 | Added a new run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.656 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.657 | 10417 | Recursively removing directory: /tmp/git.x6QNHR/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.658 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.658 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.658 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.659 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.659 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.659 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.659 | 23642 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.659 | 10413 | Removed run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.659 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.659 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.659 | 10413 | Assigned run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.659 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gxnqlC +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.660 | 10414 | Recursively removing directory: /tmp/git.Nz7JaR/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.662 | 23641 | Marked run 1175 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.662 | 23640 | Added a new run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.662 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.663 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.663 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.663 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.663 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.663 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.663 | 23645 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.663 | 10413 | Removed run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.663 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.663 | 10413 | Assigned run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.663 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.663 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.663 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Wr7dWh +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.665 | 23644 | Marked run 1176 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.666 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.666 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.666 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.667 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.667 | 23647 | Added a new run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.668 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.669 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.670 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.671 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.672 | 23651 | Added a new run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.672 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.674 | 10417 | Recursively removing directory: /tmp/git.gxnqlC/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.675 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.676 | 23660 | Added a new run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.677 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.677 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.677 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.677 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.677 | 23665 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.677 | 10413 | Removed run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.677 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.677 | 10413 | Assigned run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.677 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.677 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8F8lEW +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.677 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.677 | 10414 | Recursively removing directory: /tmp/git.Wr7dWh/ +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.680 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.680 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.679 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.680 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.680 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.680 | 23669 | Added a new worker 16 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.680 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.680 | 10413 | Removed run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.680 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.680 | 10413 | Assigned run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.680 | 23664 | Marked run 1177 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.680 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.680 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.681 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.e9S04A +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.682 | 23667 | Added a new run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.682 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.683 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.684 | 23668 | Marked run 1178 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.684 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.684 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.686 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.687 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.688 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.689 | 23672 | Added a new run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.689 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.691 | 10417 | Recursively removing directory: /tmp/git.8F8lEW/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.691 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.692 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.692 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.693 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.693 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.693 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.693 | 23684 | Added a new worker 14 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.693 | 10413 | Removed run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.693 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.693 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.693 | 10413 | Assigned run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.693 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9R4QRv +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.695 | 23683 | Marked run 1179 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.695 | 23681 | Added a new run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.695 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.695 | 10414 | Recursively removing directory: /tmp/git.e9S04A/ +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.697 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.697 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.698 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.698 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.698 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.698 | 23690 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.698 | 10413 | Removed run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.698 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.698 | 10413 | Assigned run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.698 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.698 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.698 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QRmy0Q +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.699 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.700 | 23689 | Marked run 1180 as finished +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.700 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.700 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.702 | 23691 | Added a new run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.702 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.703 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.704 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.705 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.706 | 23698 | Added a new run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.706 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.707 | 10417 | Recursively removing directory: /tmp/git.9R4QRv/ +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.708 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.708 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.709 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.709 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.709 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eXCfLB +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.709 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.709 | 23706 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.709 | 10413 | Removed run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.709 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.709 | 10413 | Assigned run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.709 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.710 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.710 | 23704 | Marked run 1181 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.710 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.712 | 23708 | Added a new run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.712 | 10414 | Recursively removing directory: /tmp/git.QRmy0Q/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.712 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.714 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.714 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.714 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.714 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.714 | 23712 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.714 | 10413 | Removed run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.714 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.714 | 10413 | Assigned run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.714 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.714 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.714 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.715 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NIEDBk +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.715 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.715 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.716 | 23711 | Marked run 1182 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.717 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.718 | 23713 | Added a new run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.718 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.720 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.721 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.721 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.722 | 10417 | Recursively removing directory: /tmp/git.eXCfLB/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.723 | 23721 | Added a new run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.723 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.724 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.724 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.724 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.724 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.724 | 23726 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.724 | 10413 | Removed run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.724 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.724 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.724 | 10413 | Assigned run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.724 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.725 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1j4znW +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.726 | 23725 | Marked run 1183 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.727 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.728 | 23730 | Added a new run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.728 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.729 | 10414 | Recursively removing directory: /tmp/git.NIEDBk/ +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.730 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.730 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.730 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.731 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.730 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.731 | 23734 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.731 | 10413 | Removed run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.731 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.731 | 10413 | Assigned run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.731 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.731 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.731 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2poKGN +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.732 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.732 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.733 | 23733 | Marked run 1184 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.734 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.735 | 23735 | Added a new run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.735 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.737 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.738 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.739 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.739 | 10417 | Recursively removing directory: /tmp/git.1j4znW/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.740 | 23744 | Added a new run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.741 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.741 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.741 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.741 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.741 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.742 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.742 | 23748 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.742 | 10413 | Removed run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.742 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.742 | 10413 | Assigned run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.742 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.742 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EbIC65 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.743 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.743 | 23747 | Marked run 1185 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.743 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.745 | 23751 | Added a new run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.745 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.745 | 10414 | Recursively removing directory: /tmp/git.2poKGN/ +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.747 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.747 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.747 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.747 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.747 | 23756 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.747 | 10413 | Removed run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.747 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.747 | 10413 | Assigned run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.747 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.748 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4WFh7o +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.748 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.748 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.748 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.749 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.750 | 23757 | Added a new run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.750 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.752 | 23755 | Marked run 1186 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.752 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.753 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.753 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.754 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.755 | 23762 | Added a new run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.755 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.756 | 10417 | Recursively removing directory: /tmp/git.EbIC65/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.758 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.758 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.758 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.758 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.758 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.758 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.758 | 23772 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.758 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.758 | 10413 | Removed run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.758 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.759 | 10413 | Assigned run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.759 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CRTUYh +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.761 | 23771 | Marked run 1187 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.761 | 23769 | Added a new run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.762 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.761 | 10414 | Recursively removing directory: /tmp/git.4WFh7o/ +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.763 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.763 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.763 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.763 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.763 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.764 | 23778 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.764 | 10413 | Removed run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.764 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.764 | 10413 | Assigned run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.764 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PWtimQ +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.764 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.764 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.765 | 23777 | Marked run 1188 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.766 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.766 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.767 | 23779 | Added a new run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.768 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.769 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.770 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.770 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.772 | 23786 | Added a new run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.772 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.773 | 10417 | Recursively removing directory: /tmp/git.CRTUYh/ +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.774 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.774 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.774 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.774 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.775 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.775 | 23793 | Added a new worker 12 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.775 | 10413 | Removed run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.775 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.775 | 10413 | Assigned run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.775 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.774 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.775 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GBsc7M +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.776 | 23792 | Marked run 1189 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.776 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.778 | 10414 | Recursively removing directory: /tmp/git.PWtimQ/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.778 | 23794 | Added a new run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.778 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.779 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.779 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.780 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.780 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.780 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.780 | 23800 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.780 | 10413 | Removed run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.780 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.780 | 10413 | Assigned run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.780 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.780 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tiQxkp +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.781 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.781 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.782 | 23799 | Marked run 1190 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.782 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.783 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.783 | 23801 | Added a new run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.784 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.785 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.786 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.787 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.788 | 23806 | Added a new run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.788 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.790 | 10417 | Recursively removing directory: /tmp/git.GBsc7M/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.790 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.792 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.792 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.792 | 23814 | Added a new run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.792 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.792 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.793 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oa1ogX +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.792 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.792 | 23819 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.793 | 10413 | Removed run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.793 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.793 | 10413 | Assigned run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.793 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.793 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.794 | 10414 | Recursively removing directory: /tmp/git.tiQxkp/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.795 | 23818 | Marked run 1191 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.795 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.796 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.797 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.797 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.797 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.797 | 23821 | Added a new run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.797 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.797 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.797 | 23823 | Added a new worker 12 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.797 | 10413 | Removed run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.797 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.797 | 10413 | Assigned run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.797 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.798 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.798 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DSosu7 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.800 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.800 | 23822 | Marked run 1192 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.800 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.800 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.802 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.802 | 23825 | Added a new run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.802 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.804 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.804 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.805 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.806 | 23830 | Added a new run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.806 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.809 | 10417 | Recursively removing directory: /tmp/git.oa1ogX/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.809 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.811 | 23840 | Added a new run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.811 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.811 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.811 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.811 | 10414 | Recursively removing directory: /tmp/git.DSosu7/ +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.811 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.812 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.812 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.812 | 23844 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.812 | 10413 | Removed run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.812 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.812 | 10413 | Assigned run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.812 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fc2CLy +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.813 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.814 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.814 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.814 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.814 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.814 | 23846 | Added a new worker 8 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.814 | 10413 | Removed run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.814 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.814 | 10413 | Assigned run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.815 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.814 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.815 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.q9fz7D +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.815 | 23843 | Marked run 1193 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.815 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.816 | 23845 | Marked run 1194 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.816 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.818 | 23847 | Added a new run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.818 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.819 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.820 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.820 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.820 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.821 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.822 | 23849 | Added a new run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.822 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.824 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.826 | 23856 | Added a new run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.826 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.827 | 10417 | Recursively removing directory: /tmp/git.fc2CLy/ +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.828 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.828 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.829 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.829 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.829 | 23866 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.829 | 10413 | Removed run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.829 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.829 | 10413 | Assigned run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.829 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.829 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.829 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.829 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FEeeAx +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.829 | 10414 | Recursively removing directory: /tmp/git.q9fz7D/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.831 | 23865 | Marked run 1195 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.831 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.831 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.831 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.832 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.832 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.832 | 23869 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.832 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.832 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.832 | 10413 | Removed run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.832 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.832 | 10413 | Assigned run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.832 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X6w5F8 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.833 | 23867 | Added a new run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.833 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.835 | 23868 | Marked run 1196 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.835 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.835 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.836 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.836 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.838 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.838 | 23871 | Added a new run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.838 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.839 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.841 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.843 | 23880 | Added a new run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.844 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.843 | 10417 | Recursively removing directory: /tmp/git.FEeeAx/ +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.845 | 10414 | Recursively removing directory: /tmp/git.X6w5F8/ +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.845 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.845 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.845 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.845 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.846 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.846 | 23888 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.846 | 10413 | Removed run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.846 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.846 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.846 | 10413 | Assigned run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.846 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JanTZF +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.847 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.847 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.847 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.847 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.847 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.847 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.847 | 23890 | Added a new worker 15 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.847 | 10413 | Removed run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.847 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.847 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.847 | 10413 | Assigned run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.848 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TRGP6z +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.851 | 23891 | Added a new run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.851 | 23887 | Marked run 1197 as finished +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.851 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.852 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.853 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.853 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.854 | 23889 | Marked run 1198 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.854 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.855 | 23894 | Added a new run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.855 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.855 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.856 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.858 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.859 | 23901 | Added a new run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.860 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.860 | 10417 | Recursively removing directory: /tmp/git.JanTZF/ +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.861 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.861 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.861 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.862 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.862 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.862 | 23909 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.862 | 10413 | Removed run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.862 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.862 | 10413 | Assigned run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.862 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.862 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wPRlzm +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.863 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.863 | 10414 | Recursively removing directory: /tmp/git.TRGP6z/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.864 | 23908 | Marked run 1199 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.864 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.866 | 23911 | Added a new run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.866 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.866 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.866 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.866 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.866 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.866 | 23913 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.866 | 10413 | Removed run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.866 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.866 | 10413 | Assigned run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.866 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.866 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.z5i3cx +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.868 | 23912 | Marked run 1200 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.868 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.869 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.870 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.870 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.871 | 23915 | Added a new run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.871 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.873 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.873 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.874 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.875 | 23921 | Added a new run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.876 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.877 | 10417 | Recursively removing directory: /tmp/git.wPRlzm/ +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.879 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.879 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.879 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.879 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.879 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.879 | 23932 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.879 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.879 | 10413 | Removed run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.879 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.879 | 10413 | Assigned run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.879 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.879 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OSF7Lv +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.880 | 10414 | Recursively removing directory: /tmp/git.z5i3cx/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.880 | 23930 | Marked run 1201 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.881 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.882 | 23931 | Added a new run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.883 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.883 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.883 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.883 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.883 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.883 | 23936 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.883 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.883 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.883 | 10413 | Removed run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.883 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.883 | 10413 | Assigned run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.884 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YxtITY +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.885 | 23935 | Marked run 1202 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.886 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.886 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.886 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.887 | 23937 | Added a new run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.887 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.888 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.889 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.890 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.890 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.892 | 23941 | Added a new run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.892 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.894 | 10417 | Recursively removing directory: /tmp/git.OSF7Lv/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.895 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.896 | 23952 | Added a new run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.897 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.897 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.897 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.897 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.897 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.897 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.897 | 23955 | Added a new worker 6 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.897 | 10413 | Removed run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.897 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.897 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.897 | 10413 | Assigned run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.897 | 10414 | Recursively removing directory: /tmp/git.YxtITY/ +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.897 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1vUUs3 +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.900 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.900 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.900 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.900 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.900 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.900 | 23958 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.900 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.900 | 10413 | Removed run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.900 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.900 | 10413 | Assigned run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.901 | 23954 | Marked run 1203 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.901 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.901 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.901 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TxQ5NX +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.902 | 23957 | Marked run 1204 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.902 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.903 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.904 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.904 | 23959 | Added a new run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.905 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.906 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.907 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.907 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.909 | 23963 | Added a new run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.910 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.911 | 10417 | Recursively removing directory: /tmp/git.1vUUs3/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.912 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.913 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.913 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.913 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.913 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.914 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.914 | 23977 | Added a new worker 14 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.914 | 10413 | Removed run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.914 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.914 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.914 | 10413 | Assigned run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.914 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wJxpSJ +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.915 | 10414 | Recursively removing directory: /tmp/git.TxQ5NX/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.916 | 23976 | Marked run 1205 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.916 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.916 | 23974 | Added a new run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.917 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.917 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.917 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.917 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.917 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.917 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.918 | 23980 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.918 | 10413 | Removed run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.918 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.918 | 10413 | Assigned run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.918 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.918 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tqcWk3 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.919 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.919 | 23979 | Marked run 1206 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.919 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.919 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.921 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.921 | 23981 | Added a new run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.921 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.923 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.923 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.924 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.926 | 23985 | Added a new run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.926 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.927 | 10417 | Recursively removing directory: /tmp/git.wJxpSJ/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.928 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.930 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.930 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.930 | 23993 | Added a new run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.930 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.930 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.930 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.930 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.931 | 23998 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.931 | 10413 | Removed run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.931 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.931 | 10413 | Assigned run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.931 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.931 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DeKdyP +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.932 | 23997 | Marked run 1207 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.932 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.933 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.933 | 10414 | Recursively removing directory: /tmp/git.tqcWk3/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.935 | 24001 | Added a new run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.935 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.935 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.936 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.936 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ILQVvU +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.936 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.936 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.936 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.936 | 24004 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.936 | 10413 | Removed run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.936 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.936 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.936 | 10413 | Assigned run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.937 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.938 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.938 | 24003 | Marked run 1208 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.938 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.939 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.941 | 24006 | Added a new run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.941 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.941 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.942 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.943 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.945 | 24013 | Added a new run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.945 | 10417 | Recursively removing directory: /tmp/git.DeKdyP/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.945 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.947 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.947 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.947 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.947 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.947 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.947 | 24019 | Added a new worker 11 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.947 | 10413 | Removed run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.947 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.947 | 10413 | Assigned run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.948 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.947 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.smsi1A +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.948 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.949 | 24018 | Marked run 1209 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.950 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.950 | 10414 | Recursively removing directory: /tmp/git.ILQVvU/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.951 | 24021 | Added a new run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.951 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.952 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.952 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.952 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.952 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.952 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.952 | 24026 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.952 | 10413 | Removed run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.952 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.952 | 10413 | Assigned run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.952 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.T2rKqd +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.953 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.953 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.954 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.955 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.956 | 24027 | Added a new run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.956 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.957 | 24025 | Marked run 1210 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.957 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.958 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.958 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.959 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.961 | 24035 | Added a new run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.961 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.961 | 10417 | Recursively removing directory: /tmp/git.smsi1A/ +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.963 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.963 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.963 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.963 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.963 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.964 | 24043 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.964 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.964 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.964 | 10413 | Removed run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.964 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.964 | 10413 | Assigned run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.964 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bskNYG +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.965 | 10414 | Recursively removing directory: /tmp/git.T2rKqd/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.965 | 24044 | Added a new run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.966 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.968 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.968 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.968 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.968 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.k4gpNq +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.968 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.968 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.968 | 24048 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.968 | 10413 | Removed run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.968 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.968 | 10413 | Assigned run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.969 | 24042 | Marked run 1211 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.969 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.970 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.970 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.971 | 24049 | Added a new run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.971 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.971 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.973 | 24047 | Marked run 1212 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.973 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.974 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.974 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.975 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.976 | 24053 | Added a new run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.977 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.978 | 10417 | Recursively removing directory: /tmp/git.bskNYG/ +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.979 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.981 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.981 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.981 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.981 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.981 | 24067 | Added a new worker 9 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.981 | 10413 | Removed run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.981 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.981 | 10413 | Assigned run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.981 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.981 | 24064 | Added a new run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.981 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.982 | 10414 | Recursively removing directory: /tmp/git.k4gpNq/ +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.982 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SJWH4u +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.982 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.984 | 24066 | Marked run 1213 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.984 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.984 | 10414 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.984 | 10414 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.985 | 10414 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.985 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.985 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.985 | 24070 | Added a new worker 13 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.985 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.985 | 10413 | Removed run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.985 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.985 | 10413 | Assigned run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.985 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.985 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZaBj5m +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.986 | 24069 | Marked run 1214 as finished +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.987 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.988 | 24071 | Added a new run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.988 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.989 | 10417 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.989 | 10417 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.991 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.991 | 10414 | Checking out revision HEAD +2024-04-25 03:44:31 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.992 | 10414 | Going to run: ./ci +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.992 | 24074 | Added a new run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.993 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.995 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.996 | 24083 | Added a new run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.997 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.997 | 10417 | Recursively removing directory: /tmp/git.SJWH4u/ +2024-04-25 03:44:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.998 | 10417 | Process exit code: 0 +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.998 | 10417 | Process output: 57 bytes +2024-04-25 03:44:31 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.999 | 10417 | Waiting for a new command +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.999 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.999 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.999 | 24090 | Added a new worker 10 to the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.999 | 10413 | Removed run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.999 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.999 | 10411 | Waiting for new connections +2024-04-25 03:44:31 | INFO | 10411/cimple-server: 2024-04-25 03:44:31.999 | 10413 | Assigned run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:31.999 | 10414 | Recursively removing directory: /tmp/git.ZaBj5m/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:31.999 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sHpF1z +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.000 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.001 | 24089 | Marked run 1215 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.001 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.002 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.002 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.002 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.002 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.002 | 24093 | Added a new worker 13 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.002 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.002 | 10413 | Removed run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.002 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.002 | 10413 | Assigned run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.002 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.003 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bsTVXn +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.003 | 24091 | Added a new run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.004 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.005 | 24092 | Marked run 1216 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.005 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.006 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.006 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.007 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.008 | 24095 | Added a new run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.008 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.008 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.009 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.011 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.013 | 24102 | Added a new run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.013 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.013 | 10417 | Recursively removing directory: /tmp/git.sHpF1z/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.015 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.015 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.015 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.016 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.016 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.016 | 24112 | Added a new worker 13 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.016 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.016 | 10413 | Removed run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.016 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.016 | 10413 | Assigned run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.016 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.016 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kzZ7Hb +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.016 | 10414 | Recursively removing directory: /tmp/git.bsTVXn/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.019 | 24113 | Added a new run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.019 | 24111 | Marked run 1217 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.019 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.019 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.019 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.019 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.020 | 24116 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.020 | 10413 | Removed run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.020 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.020 | 10413 | Assigned run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.020 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.019 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.019 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.019 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.020 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bNLwKN +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.022 | 24114 | Marked run 1218 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.022 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.022 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.023 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.023 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.025 | 24117 | Added a new run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.025 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.026 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.026 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.028 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.029 | 24123 | Added a new run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.029 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.031 | 10417 | Recursively removing directory: /tmp/git.kzZ7Hb/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.032 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.033 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.033 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.034 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.034 | 10414 | Recursively removing directory: /tmp/git.bNLwKN/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.034 | 24132 | Added a new run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.034 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.034 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.034 | 24135 | Added a new worker 12 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.034 | 10413 | Removed run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.034 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.034 | 10413 | Assigned run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.034 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.034 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Pdeaeu +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.035 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.035 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.035 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.035 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.035 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.036 | 24138 | Added a new worker 13 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.036 | 10413 | Removed run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.036 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.036 | 10413 | Assigned run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.036 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.035 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.036 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cIDnjv +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.037 | 24134 | Marked run 1219 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.037 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.038 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.039 | 24137 | Marked run 1220 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.039 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.040 | 24139 | Added a new run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.041 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.041 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.041 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.042 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.042 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.043 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.045 | 24143 | Added a new run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.045 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.048 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.049 | 10414 | Recursively removing directory: /tmp/git.cIDnjv/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.049 | 24154 | Added a new run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.049 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.049 | 10417 | Recursively removing directory: /tmp/git.Pdeaeu/ +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.050 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.050 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.050 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.051 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QPRYBg +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.051 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.051 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.051 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.051 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.051 | 24158 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.051 | 10413 | Removed run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.051 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.051 | 10413 | Assigned run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.051 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.051 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.051 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.051 | 24160 | Added a new worker 13 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.051 | 10413 | Removed run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.051 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.051 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.051 | 10413 | Assigned run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.051 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.052 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Q2nhiz +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.053 | 24157 | Marked run 1222 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.053 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.053 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.055 | 24159 | Marked run 1221 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.055 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.057 | 24161 | Added a new run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.057 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.057 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.058 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.058 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.058 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.059 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.061 | 24165 | Added a new run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.061 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.064 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.065 | 10414 | Recursively removing directory: /tmp/git.QPRYBg/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.065 | 24175 | Added a new run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.065 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.065 | 10417 | Recursively removing directory: /tmp/git.Q2nhiz/ +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.067 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.067 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.067 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.067 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.067 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.067 | 24180 | Added a new worker 12 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.067 | 10413 | Removed run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.067 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.067 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.067 | 10413 | Assigned run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.067 | 24182 | Added a new worker 8 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.067 | 10413 | Removed run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.067 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.067 | 10413 | Assigned run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.068 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.067 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.067 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.067 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.067 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.068 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ppoAJX +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.067 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HKlbm7 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.068 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.069 | 24179 | Marked run 1223 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.069 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.071 | 24181 | Marked run 1224 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.071 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.073 | 24183 | Added a new run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.073 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.073 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.074 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.074 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.075 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.075 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.077 | 24187 | Added a new run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.077 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.080 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.081 | 24196 | Added a new run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.081 | 10414 | Recursively removing directory: /tmp/git.HKlbm7/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.081 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.082 | 10417 | Recursively removing directory: /tmp/git.ppoAJX/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.083 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.083 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.083 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.083 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.083 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.084 | 24202 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.084 | 10413 | Removed run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.084 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.084 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.084 | 10413 | Assigned run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.084 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XEnuzQ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.085 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.085 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.085 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.085 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.085 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.085 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.085 | 24205 | Added a new worker 16 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.085 | 10413 | Removed run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.085 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.085 | 10413 | Assigned run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.085 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.085 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tERLuX +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.086 | 24201 | Marked run 1225 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.086 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.089 | 24203 | Added a new run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.090 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.090 | 24204 | Marked run 1226 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.090 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.090 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.091 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.091 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.092 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.092 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.094 | 24208 | Added a new run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.094 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.097 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.097 | 10414 | Recursively removing directory: /tmp/git.XEnuzQ/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.099 | 24219 | Added a new run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.099 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.100 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.100 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.100 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.100 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.100 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.100 | 24224 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.100 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.100 | 10413 | Removed run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.100 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.100 | 10413 | Assigned run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.100 | 10417 | Recursively removing directory: /tmp/git.tERLuX/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.100 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bUvTaY +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.102 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.102 | 24223 | Marked run 1227 as finished +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.103 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.103 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.103 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.103 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.103 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.103 | 24227 | Added a new worker 13 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.103 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.103 | 10413 | Removed run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.103 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.103 | 10413 | Assigned run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.103 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.103 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0Vwka6 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.104 | 24225 | Added a new run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.105 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.106 | 24226 | Marked run 1228 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.107 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.107 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.107 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.108 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.109 | 24229 | Added a new run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.109 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.109 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.110 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.112 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.113 | 24234 | Added a new run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.114 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.115 | 10414 | Recursively removing directory: /tmp/git.bUvTaY/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.117 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.117 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.117 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.117 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.117 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.117 | 24247 | Added a new worker 13 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.117 | 10413 | Removed run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.117 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.117 | 10413 | Assigned run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.117 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.117 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.117 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uwYDKO +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.118 | 10417 | Recursively removing directory: /tmp/git.0Vwka6/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.119 | 24245 | Added a new run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.119 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.121 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.121 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.121 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.121 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.121 | 24250 | Added a new worker 13 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.121 | 10413 | Removed run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.121 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.121 | 10413 | Assigned run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.121 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.121 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.P6nMTx +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.122 | 24246 | Marked run 1229 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.122 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.122 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.123 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.124 | 24249 | Marked run 1230 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.124 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.124 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.125 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.125 | 24251 | Added a new run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.126 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.126 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.127 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.129 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.130 | 24256 | Added a new run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.131 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.133 | 10414 | Recursively removing directory: /tmp/git.uwYDKO/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.133 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.134 | 10417 | Recursively removing directory: /tmp/git.P6nMTx/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.135 | 24267 | Added a new run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.135 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.135 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.136 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.136 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.136 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.136 | 24269 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.136 | 10413 | Removed run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.136 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.136 | 10413 | Assigned run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.136 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.136 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.136 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.136 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jPNR73 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.136 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.136 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.136 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.136 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.137 | 24272 | Added a new worker 13 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.137 | 10413 | Removed run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.137 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.137 | 10413 | Assigned run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.137 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.138 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oGAfVv +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.138 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.139 | 24268 | Marked run 1231 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.139 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.141 | 24273 | Added a new run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.141 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.143 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.144 | 24271 | Marked run 1232 as finished +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.144 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.144 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.144 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.143 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.144 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.146 | 24275 | Added a new run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.146 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.148 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.150 | 24284 | Added a new run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.150 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.151 | 10414 | Recursively removing directory: /tmp/git.jPNR73/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.152 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.152 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.153 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.153 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.153 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.153 | 24292 | Added a new worker 12 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.153 | 10413 | Removed run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.153 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.153 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.153 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.153 | 10413 | Assigned run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.153 | 10417 | Recursively removing directory: /tmp/git.oGAfVv/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.153 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QTMfbn +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.154 | 24291 | Marked run 1233 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.154 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.156 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.156 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.156 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.156 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.156 | 24295 | Added a new worker 12 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.156 | 10413 | Removed run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.157 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.157 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.157 | 10413 | Assigned run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.157 | 24293 | Added a new run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.157 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.156 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.157 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Y4xKRD +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.159 | 24294 | Marked run 1234 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.159 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.160 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.160 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.161 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.161 | 24297 | Added a new run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.162 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.163 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.164 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.164 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.165 | 24301 | Added a new run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.166 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.168 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.168 | 10414 | Recursively removing directory: /tmp/git.QTMfbn/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.170 | 24310 | Added a new run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.170 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.171 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.171 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.171 | 24315 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.171 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.171 | 10413 | Removed run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.171 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.171 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.171 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.171 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WaEbaq +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.171 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.171 | 10413 | Assigned run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.172 | 24313 | Marked run 1235 as finished +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.172 | 10417 | Recursively removing directory: /tmp/git.Y4xKRD/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.173 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.174 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.174 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.174 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.174 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.174 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.174 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.174 | 24319 | Added a new worker 13 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.174 | 10413 | Removed run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.175 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.175 | 10413 | Assigned run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.175 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.175 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vneMbF +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.176 | 24317 | Added a new run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.176 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.177 | 24318 | Marked run 1236 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.178 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.178 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.178 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.179 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.180 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.181 | 24322 | Added a new run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.181 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.181 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-04-25 03:44:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.186 | 10414 | Recursively removing directory: /tmp/git.WaEbaq/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.187 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.187 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.188 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.188 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.188 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.188 | 24335 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.188 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.188 | 10413 | Removed run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.188 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.188 | 10413 | Assigned run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.188 | 10417 | Recursively removing directory: /tmp/git.vneMbF/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.189 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QI3AW9 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.190 | 24334 | Marked run 1237 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.190 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.191 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.191 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.191 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.191 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.191 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.191 | 24337 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.191 | 10413 | Removed run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.191 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.191 | 10413 | Assigned run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.191 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.192 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HEoWJi +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.193 | 24336 | Marked run 1238 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.193 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.195 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.195 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.197 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.197 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.202 | 10414 | Recursively removing directory: /tmp/git.QI3AW9/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.204 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.204 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.204 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.204 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.204 | 24351 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.204 | 10413 | Removed run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.204 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.204 | 10413 | Assigned run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.204 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.204 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6hQsew +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.205 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.205 | 10417 | Recursively removing directory: /tmp/git.HEoWJi/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.206 | 24350 | Marked run 1239 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.207 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.207 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.207 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.207 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.207 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.207 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.208 | 24353 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.208 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.208 | 10413 | Removed run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.208 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.208 | 10413 | Assigned run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.208 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EqGbHz +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.209 | 24352 | Marked run 1240 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.210 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.211 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.211 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.212 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.213 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.218 | 10414 | Recursively removing directory: /tmp/git.6hQsew/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.219 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.219 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.219 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.219 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.219 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.219 | 24367 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.219 | 10413 | Removed run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.219 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.219 | 10413 | Assigned run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.219 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.219 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.c956ad +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.219 | 10417 | Recursively removing directory: /tmp/git.EqGbHz/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.222 | 24366 | Marked run 1241 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.222 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.222 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.222 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.222 | 24369 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.222 | 10413 | Removed run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.222 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.222 | 10413 | Assigned run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.222 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.222 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.222 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.222 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.223 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BWvWzh +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.224 | 24368 | Marked run 1242 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.224 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.225 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.226 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.227 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.227 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.231 | 10414 | Recursively removing directory: /tmp/git.c956ad/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.233 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.233 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.233 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.233 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.233 | 24383 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.233 | 10413 | Removed run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.233 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.233 | 10413 | Assigned run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.233 | 10417 | Recursively removing directory: /tmp/git.BWvWzh/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.233 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.233 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kUjBBN +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.234 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.235 | 24382 | Marked run 1243 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.235 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.236 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.236 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.236 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.236 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.236 | 24385 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.236 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.236 | 10413 | Removed run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.236 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.236 | 10413 | Assigned run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.236 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.236 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dWiVAt +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.238 | 24384 | Marked run 1244 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.238 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.239 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.240 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.241 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.242 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.246 | 10414 | Recursively removing directory: /tmp/git.kUjBBN/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.247 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.247 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.247 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.247 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.247 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.247 | 24399 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.247 | 10413 | Removed run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.247 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.247 | 10413 | Assigned run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.248 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.248 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.blfNzd +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.248 | 10417 | Recursively removing directory: /tmp/git.dWiVAt/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.250 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.250 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.250 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.250 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.250 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.250 | 24401 | Added a new worker 14 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.250 | 10413 | Removed run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.250 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.250 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.250 | 10413 | Assigned run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.250 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uTsUwk +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.251 | 24398 | Marked run 1245 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.251 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.253 | 24400 | Marked run 1246 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.253 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.254 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.254 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.255 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.256 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.260 | 10414 | Recursively removing directory: /tmp/git.blfNzd/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.262 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.262 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.262 | 10417 | Recursively removing directory: /tmp/git.uTsUwk/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.262 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.262 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.262 | 24415 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.262 | 10413 | Removed run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.262 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.262 | 10413 | Assigned run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.262 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.262 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.262 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.U4MKxm +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.264 | 24414 | Marked run 1247 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.264 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.264 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.264 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.264 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.264 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.264 | 24417 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.264 | 10413 | Removed run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.264 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.265 | 10413 | Assigned run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.265 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.264 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.265 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0GKzHN +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.266 | 24416 | Marked run 1248 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.266 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.268 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.269 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.270 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.270 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.274 | 10414 | Recursively removing directory: /tmp/git.U4MKxm/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.276 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.276 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.276 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.276 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.276 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.276 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4JVC2S +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.276 | 24431 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.276 | 10417 | Recursively removing directory: /tmp/git.0GKzHN/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.276 | 10413 | Removed run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.276 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.276 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.276 | 10413 | Assigned run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.278 | 24430 | Marked run 1249 as finished +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.278 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.278 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.278 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.278 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.278 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.279 | 24433 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.279 | 10413 | Removed run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.279 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.279 | 10413 | Assigned run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.279 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.W6nA2e +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.279 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.280 | 24432 | Marked run 1250 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.280 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.282 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.283 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.284 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.284 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.289 | 10414 | Recursively removing directory: /tmp/git.4JVC2S/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.290 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.290 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.290 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.290 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.290 | 24447 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.290 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.290 | 10417 | Recursively removing directory: /tmp/git.W6nA2e/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.290 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.291 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eOocy7 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.291 | 10413 | Removed run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.291 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.291 | 10413 | Assigned run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.292 | 24446 | Marked run 1251 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.292 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.293 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.293 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.293 | 24449 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.293 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.293 | 10413 | Removed run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.293 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.293 | 10413 | Assigned run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.292 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.292 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.293 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.293 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5yvVV1 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.294 | 24448 | Marked run 1252 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.294 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.296 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.297 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.297 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.298 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.303 | 10414 | Recursively removing directory: /tmp/git.eOocy7/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.304 | 10417 | Recursively removing directory: /tmp/git.5yvVV1/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.304 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.304 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.304 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.304 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.304 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.304 | 24463 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.304 | 10413 | Removed run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.304 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.304 | 10413 | Assigned run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.304 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HEmloj +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.305 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.306 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.306 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.306 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.306 | 24462 | Marked run 1253 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.306 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.307 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.307 | 24465 | Added a new worker 6 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.307 | 10413 | Removed run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.307 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.307 | 10413 | Assigned run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.307 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.307 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EIxaDj +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.308 | 24464 | Marked run 1254 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.308 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.310 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.311 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.311 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.312 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.317 | 10414 | Recursively removing directory: /tmp/git.HEmloj/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.318 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.318 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.318 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.318 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.319 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.319 | 24479 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.319 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.319 | 10413 | Removed run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.319 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.319 | 10413 | Assigned run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.319 | 10417 | Recursively removing directory: /tmp/git.EIxaDj/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.320 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1ceHy2 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.321 | 24478 | Marked run 1255 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.321 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.321 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.321 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.321 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.322 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.322 | 24481 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.322 | 10413 | Removed run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.322 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.322 | 10413 | Assigned run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.322 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.322 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X3TuPk +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.322 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.323 | 24480 | Marked run 1256 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.323 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.325 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.326 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.326 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.327 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.331 | 10414 | Recursively removing directory: /tmp/git.1ceHy2/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.333 | 10417 | Recursively removing directory: /tmp/git.X3TuPk/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.333 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.333 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.333 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.333 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.333 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.333 | 24495 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.333 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.333 | 10413 | Removed run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.333 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.333 | 10413 | Assigned run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.334 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4nhKgs +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.335 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.335 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.335 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.336 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FRmdFB +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.335 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.335 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.335 | 24497 | Added a new worker 13 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.335 | 10413 | Removed run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.335 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.335 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.335 | 10413 | Assigned run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.336 | 24494 | Marked run 1257 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.336 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.337 | 24496 | Marked run 1258 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.337 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.339 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.340 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.341 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.342 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.346 | 10414 | Recursively removing directory: /tmp/git.4nhKgs/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.347 | 10417 | Recursively removing directory: /tmp/git.FRmdFB/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.347 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.347 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.348 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.347 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.348 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.348 | 24511 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.348 | 10413 | Removed run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.348 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.348 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.348 | 10413 | Assigned run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.348 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DlqvlF +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.349 | 24510 | Marked run 1259 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.349 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.350 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.350 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.350 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.350 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.350 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.350 | 24513 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.350 | 10413 | Removed run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.350 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.350 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.350 | 10413 | Assigned run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.350 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tNaOpD +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.354 | 24512 | Marked run 1260 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.354 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.355 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.356 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.356 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.357 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.362 | 10414 | Recursively removing directory: /tmp/git.DlqvlF/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.362 | 10417 | Recursively removing directory: /tmp/git.tNaOpD/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.363 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.363 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.364 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.363 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.364 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.364 | 24527 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.364 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.364 | 10413 | Removed run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.364 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.364 | 10413 | Assigned run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.364 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.364 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.364 | 24529 | Added a new worker 13 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.364 | 10413 | Removed run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.364 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.364 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.364 | 10413 | Assigned run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.364 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.364 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.364 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.364 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ibE8jV +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.365 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Rmhlv1 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.366 | 24526 | Marked run 1261 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.366 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.367 | 24528 | Marked run 1262 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.367 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.369 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.370 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.371 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.371 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.376 | 10414 | Recursively removing directory: /tmp/git.ibE8jV/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.377 | 10417 | Recursively removing directory: /tmp/git.Rmhlv1/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.378 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.378 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.378 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.378 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.378 | 24543 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.378 | 10413 | Removed run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.378 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.378 | 10413 | Assigned run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.378 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.378 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.378 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gRB0OV +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.380 | 24542 | Marked run 1263 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.380 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.380 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.380 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.380 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.380 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.380 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.380 | 24545 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.380 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.381 | 10413 | Removed run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.381 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.381 | 10413 | Assigned run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.381 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qwF3n4 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.382 | 24544 | Marked run 1264 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.382 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.384 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.384 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.386 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.386 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.390 | 10414 | Recursively removing directory: /tmp/git.gRB0OV/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.392 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.392 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.392 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.392 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.392 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.392 | 24559 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.392 | 10413 | Removed run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.392 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.392 | 10413 | Assigned run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.392 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.393 | 10417 | Recursively removing directory: /tmp/git.qwF3n4/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.392 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ql2ibH +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.394 | 24558 | Marked run 1265 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.394 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.395 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.395 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.395 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.395 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.395 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.395 | 24561 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.395 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.395 | 10413 | Removed run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.395 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.395 | 10413 | Assigned run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.395 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BRpV6U +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.397 | 24560 | Marked run 1266 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.397 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.398 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.399 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.399 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.400 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.404 | 10414 | Recursively removing directory: /tmp/git.Ql2ibH/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.406 | 10417 | Recursively removing directory: /tmp/git.BRpV6U/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.406 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.406 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.406 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.406 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.406 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.406 | 24575 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.406 | 10413 | Removed run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.406 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.407 | 10413 | Assigned run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.407 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.407 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SQ2YCR +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.408 | 24574 | Marked run 1267 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.408 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.408 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.408 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.409 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.409 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.409 | 24577 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.409 | 10413 | Removed run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.409 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.409 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.409 | 10413 | Assigned run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.409 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.409 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uXCqgh +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.411 | 24576 | Marked run 1268 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.411 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.412 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.412 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.414 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.414 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.418 | 10414 | Recursively removing directory: /tmp/git.SQ2YCR/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.420 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.420 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.420 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.420 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.420 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.420 | 24591 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.420 | 10413 | Removed run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.420 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.420 | 10413 | Assigned run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.421 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.421 | 10417 | Recursively removing directory: /tmp/git.uXCqgh/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.421 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wHj3qI +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.422 | 24590 | Marked run 1269 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.422 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.422 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.422 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.423 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.423 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.423 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.423 | 24593 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.423 | 10413 | Removed run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.423 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.423 | 10413 | Assigned run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.423 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.423 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YgVdIy +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.425 | 24592 | Marked run 1270 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.425 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.426 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.426 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.427 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.428 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.432 | 10414 | Recursively removing directory: /tmp/git.wHj3qI/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.433 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.433 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.434 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.434 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.434 | 24607 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.434 | 10413 | Removed run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.434 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.434 | 10413 | Assigned run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.434 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.434 | 10417 | Recursively removing directory: /tmp/git.YgVdIy/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.434 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.434 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FuH5yk +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.436 | 24606 | Marked run 1271 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.436 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.436 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.436 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.436 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.436 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.436 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.437 | 24609 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.437 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.437 | 10413 | Removed run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.437 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.437 | 10413 | Assigned run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.437 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.99qP2z +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.438 | 24608 | Marked run 1272 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.438 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.440 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.440 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.441 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.442 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.446 | 10414 | Recursively removing directory: /tmp/git.FuH5yk/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.447 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.447 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.447 | 10417 | Recursively removing directory: /tmp/git.99qP2z/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.448 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.448 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.448 | 24623 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.448 | 10413 | Removed run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.448 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.448 | 10413 | Assigned run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.448 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.448 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.448 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2b4nKu +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.449 | 24622 | Marked run 1273 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.449 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.450 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.450 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.450 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.450 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.450 | 24625 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.450 | 10413 | Removed run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.450 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.450 | 10413 | Assigned run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.450 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.450 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.450 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LHj6TX +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.452 | 24624 | Marked run 1274 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.452 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.453 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.454 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.455 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.455 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.460 | 10414 | Recursively removing directory: /tmp/git.2b4nKu/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.461 | 10417 | Recursively removing directory: /tmp/git.LHj6TX/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.461 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.461 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.461 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.461 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.461 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.461 | 24639 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.462 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.462 | 10413 | Removed run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.462 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.462 | 10413 | Assigned run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.462 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4JgQsZ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.463 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.463 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.464 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.464 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.464 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.464 | 24641 | Added a new worker 12 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.464 | 24638 | Marked run 1275 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.464 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.464 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.464 | 10413 | Removed run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.464 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.464 | 10413 | Assigned run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.465 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aKgMsa +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.465 | 24640 | Marked run 1276 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.465 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.467 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.468 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.468 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.469 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.473 | 10414 | Recursively removing directory: /tmp/git.4JgQsZ/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.474 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.474 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.475 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.475 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.475 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.475 | 24655 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.475 | 10413 | Removed run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.475 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.475 | 10413 | Assigned run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.475 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.475 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OuDANC +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.475 | 10417 | Recursively removing directory: /tmp/git.aKgMsa/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.477 | 24654 | Marked run 1277 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.477 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.477 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.478 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.478 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.478 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.478 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.478 | 24657 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.478 | 10413 | Removed run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.478 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.478 | 10413 | Assigned run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.478 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YjoLFS +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.478 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.480 | 24656 | Marked run 1278 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.480 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.480 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.481 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.482 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.483 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.487 | 10414 | Recursively removing directory: /tmp/git.OuDANC/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.488 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.488 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.488 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.489 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.489 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.489 | 24671 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.489 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.489 | 10413 | Removed run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.489 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.489 | 10413 | Assigned run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.490 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KC2r4B +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.490 | 10417 | Recursively removing directory: /tmp/git.YjoLFS/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.490 | 24670 | Marked run 1279 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.490 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.492 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.492 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.492 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.492 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.492 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.492 | 24673 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.492 | 10413 | Removed run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.492 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.492 | 10413 | Assigned run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.492 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.492 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sPC8gN +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.494 | 24672 | Marked run 1280 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.494 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.495 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.496 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.497 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.498 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.501 | 10414 | Recursively removing directory: /tmp/git.KC2r4B/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.503 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.503 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.503 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.503 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.503 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.503 | 24687 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.503 | 10413 | Removed run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.503 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.503 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.503 | 10413 | Assigned run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.503 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5MLGLb +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.505 | 10417 | Recursively removing directory: /tmp/git.sPC8gN/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.505 | 24686 | Marked run 1281 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.505 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.506 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.506 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.506 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.506 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.506 | 24689 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.507 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.507 | 10413 | Removed run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.507 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.507 | 10413 | Assigned run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.506 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.507 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sme57G +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.508 | 24688 | Marked run 1282 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.508 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.509 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.510 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.511 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.512 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.515 | 10414 | Recursively removing directory: /tmp/git.5MLGLb/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.517 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.517 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.517 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.517 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.517 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.517 | 24703 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.517 | 10413 | Removed run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.517 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.517 | 10413 | Assigned run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.517 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.517 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AZHrNR +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.518 | 10417 | Recursively removing directory: /tmp/git.sme57G/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.519 | 24702 | Marked run 1283 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.519 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.520 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.520 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.520 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.520 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.520 | 24705 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.520 | 10413 | Removed run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.520 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.520 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.520 | 10413 | Assigned run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.521 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MhSlC3 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.521 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.522 | 24704 | Marked run 1284 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.523 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.523 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.524 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.525 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.526 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.529 | 10414 | Recursively removing directory: /tmp/git.AZHrNR/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.531 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.531 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.531 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.531 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.531 | 24718 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.531 | 10413 | Removed run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.531 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.531 | 10413 | Assigned run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.531 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.531 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZLZJRq +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.531 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.532 | 10417 | Recursively removing directory: /tmp/git.MhSlC3/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.534 | 24717 | Marked run 1285 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.534 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.534 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.534 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.534 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.534 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.534 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.534 | 24721 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.535 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.535 | 10413 | Removed run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.535 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.535 | 10413 | Assigned run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.535 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1AI9b6 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.536 | 24720 | Marked run 1286 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.536 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.537 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.538 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.539 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.540 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.544 | 10414 | Recursively removing directory: /tmp/git.ZLZJRq/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.546 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.546 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.546 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.546 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.546 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.546 | 24735 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.546 | 10413 | Removed run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.546 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.546 | 10413 | Assigned run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.546 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.546 | 10417 | Recursively removing directory: /tmp/git.1AI9b6/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.546 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qCnPLy +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.548 | 24734 | Marked run 1287 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.548 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.549 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.549 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.549 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.549 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.549 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.549 | 24737 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.549 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.549 | 10413 | Removed run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.549 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.549 | 10413 | Assigned run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.550 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.J1SObm +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.551 | 24736 | Marked run 1288 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.551 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.552 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.553 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.554 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.555 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.559 | 10414 | Recursively removing directory: /tmp/git.qCnPLy/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.560 | 10417 | Recursively removing directory: /tmp/git.J1SObm/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.560 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.560 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.560 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.560 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.560 | 24751 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.560 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.561 | 10413 | Removed run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.561 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.561 | 10413 | Assigned run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.560 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.561 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6Gu26h +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.562 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.562 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.562 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.562 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.562 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.563 | 24753 | Added a new worker 14 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.563 | 10413 | Removed run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.563 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.563 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.563 | 10413 | Assigned run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.563 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EmZNuD +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.563 | 24750 | Marked run 1289 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.563 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.565 | 24752 | Marked run 1290 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.565 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.566 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.567 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.568 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.568 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.573 | 10414 | Recursively removing directory: /tmp/git.6Gu26h/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.574 | 10417 | Recursively removing directory: /tmp/git.EmZNuD/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.574 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.574 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.574 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.574 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.574 | 24767 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.575 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.574 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.575 | 10413 | Removed run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.575 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.575 | 10413 | Assigned run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.575 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fPZyEd +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.576 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.576 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.577 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.576 | 24766 | Marked run 1291 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.576 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.577 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.577 | 24769 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.577 | 10413 | Removed run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.577 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.577 | 10413 | Assigned run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.577 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.577 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tpuICS +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.578 | 24768 | Marked run 1292 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.578 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.580 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.581 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.581 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.582 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.586 | 10414 | Recursively removing directory: /tmp/git.fPZyEd/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.588 | 10417 | Recursively removing directory: /tmp/git.tpuICS/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.588 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.588 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.588 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.588 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.588 | 24783 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.588 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.588 | 10413 | Removed run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.588 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wVt8jQ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.588 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.588 | 10413 | Assigned run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.589 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.590 | 24782 | Marked run 1293 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.590 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.590 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.590 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.591 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.591 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.591 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.591 | 24785 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.591 | 10413 | Removed run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.591 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.591 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.591 | 10413 | Assigned run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.591 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LaFKNo +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.592 | 24784 | Marked run 1294 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.592 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.594 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.594 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.595 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.596 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.600 | 10414 | Recursively removing directory: /tmp/git.wVt8jQ/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.602 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.602 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.602 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.602 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.602 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.602 | 24799 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.602 | 10413 | Removed run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.602 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.602 | 10413 | Assigned run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.602 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.602 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FE8Dew +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.602 | 10417 | Recursively removing directory: /tmp/git.LaFKNo/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.604 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.604 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.604 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.605 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1OvazG +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.604 | 24798 | Marked run 1295 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.604 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.604 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.604 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.604 | 24801 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.604 | 10413 | Removed run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.604 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.605 | 10413 | Assigned run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.605 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.606 | 24800 | Marked run 1296 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.606 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.608 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.609 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.610 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.610 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.614 | 10414 | Recursively removing directory: /tmp/git.FE8Dew/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.616 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.616 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.616 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.616 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.616 | 24815 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.616 | 10413 | Removed run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.616 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.616 | 10413 | Assigned run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.616 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.616 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EjpdIx +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.616 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.616 | 10417 | Recursively removing directory: /tmp/git.1OvazG/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.618 | 24814 | Marked run 1297 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.618 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.619 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.619 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.619 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.619 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.619 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.619 | 24817 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.619 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.619 | 10413 | Removed run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.619 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.619 | 10413 | Assigned run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.619 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.09T9Ez +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.621 | 24816 | Marked run 1298 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.621 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.622 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.622 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.624 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.624 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.628 | 10414 | Recursively removing directory: /tmp/git.EjpdIx/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.629 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.629 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.630 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.630 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.630 | 24831 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.630 | 10413 | Removed run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.630 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.630 | 10413 | Assigned run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.630 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.630 | 10417 | Recursively removing directory: /tmp/git.09T9Ez/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.630 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.630 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kPDPgy +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.631 | 24830 | Marked run 1299 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.632 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.633 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.633 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.633 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.633 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.633 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.633 | 24833 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.633 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.633 | 10413 | Removed run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.633 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.633 | 10413 | Assigned run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.633 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TjBEsH +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.635 | 24832 | Marked run 1300 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.635 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.636 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.637 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.638 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.639 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.642 | 10414 | Recursively removing directory: /tmp/git.kPDPgy/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.644 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.644 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.644 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.644 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.644 | 24847 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.644 | 10413 | Removed run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.644 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.644 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.644 | 10413 | Assigned run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.644 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.644 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.29rOAI +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.645 | 10417 | Recursively removing directory: /tmp/git.TjBEsH/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.646 | 24846 | Marked run 1301 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.646 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.647 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.647 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.647 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.648 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.648 | 24849 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.648 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.648 | 10413 | Removed run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.648 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.648 | 10413 | Assigned run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.648 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.648 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JHhNk8 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.650 | 24848 | Marked run 1302 as finished +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.650 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.650 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.651 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.653 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.654 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.656 | 10414 | Recursively removing directory: /tmp/git.29rOAI/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.657 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.657 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.657 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.658 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.658 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.658 | 24860 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.658 | 10413 | Removed run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.658 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.658 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.658 | 10413 | Assigned run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.658 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CRZAMl +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.659 | 24859 | Marked run 1303 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.659 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.660 | 10417 | Recursively removing directory: /tmp/git.JHhNk8/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.661 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.661 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.661 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.661 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.661 | 24865 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.661 | 10413 | Removed run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.661 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.661 | 10413 | Assigned run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.662 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.661 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.662 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RAsNkO +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.664 | 24864 | Marked run 1304 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.664 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.664 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.665 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.666 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.669 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.670 | 10414 | Recursively removing directory: /tmp/git.CRZAMl/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.672 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.672 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.672 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.672 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.672 | 24875 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.672 | 10413 | Removed run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.672 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.672 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.672 | 10413 | Assigned run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.672 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.672 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nhG2z7 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.676 | 24874 | Marked run 1305 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.676 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.677 | 10417 | Recursively removing directory: /tmp/git.RAsNkO/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.679 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.679 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.679 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.679 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.679 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.679 | 24881 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.679 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.679 | 10413 | Removed run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.679 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.679 | 10413 | Assigned run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.679 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.679 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WIa1gs +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.680 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.681 | 24880 | Marked run 1306 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.681 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.685 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.685 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.686 | 10414 | Recursively removing directory: /tmp/git.nhG2z7/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.687 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.687 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.688 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.688 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.688 | 24891 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.688 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.688 | 10413 | Removed run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.688 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.688 | 10413 | Assigned run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.688 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.688 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1BRLvU +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.690 | 24890 | Marked run 1307 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.690 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.691 | 10417 | Recursively removing directory: /tmp/git.WIa1gs/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.693 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.693 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.693 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.693 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.693 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.693 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.693 | 24897 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.693 | 10413 | Removed run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.693 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.693 | 10413 | Assigned run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.694 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.694 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uykwQK +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.695 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.695 | 24896 | Marked run 1308 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.696 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.699 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.699 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.701 | 10414 | Recursively removing directory: /tmp/git.1BRLvU/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.702 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.702 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.702 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.702 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.703 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.703 | 24908 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.703 | 10413 | Removed run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.703 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.703 | 10413 | Assigned run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.703 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.703 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RuMdHd +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.704 | 24906 | Marked run 1309 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.704 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.706 | 10417 | Recursively removing directory: /tmp/git.uykwQK/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.707 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.707 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.708 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.707 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.708 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.708 | 24913 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.708 | 10413 | Removed run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.708 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.708 | 10413 | Assigned run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.708 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.708 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.708 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fzkiFH +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.709 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.709 | 24912 | Marked run 1310 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.709 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.713 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.713 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.715 | 10414 | Recursively removing directory: /tmp/git.RuMdHd/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.716 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.716 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.716 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.716 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.716 | 24923 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.716 | 10413 | Removed run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.716 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.716 | 10413 | Assigned run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.716 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.716 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.716 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6htskm +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.718 | 24922 | Marked run 1311 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.718 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.720 | 10417 | Recursively removing directory: /tmp/git.fzkiFH/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.721 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.721 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.721 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.721 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.721 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.721 | 24929 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.721 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.721 | 10413 | Removed run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.721 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.722 | 10413 | Assigned run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.721 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.722 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.98PtAT +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.723 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.723 | 24928 | Marked run 1312 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.723 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.726 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.726 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.729 | 10414 | Recursively removing directory: /tmp/git.6htskm/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.730 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.730 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.730 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.730 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.730 | 24940 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.730 | 10413 | Removed run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.730 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.730 | 10413 | Assigned run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.730 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.730 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.730 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iYTNE0 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.732 | 24939 | Marked run 1313 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.732 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.733 | 10417 | Recursively removing directory: /tmp/git.98PtAT/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.734 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.734 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.734 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.734 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.734 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.734 | 24945 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.734 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.734 | 10413 | Removed run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.734 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.735 | 10413 | Assigned run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.735 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LtAKRJ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.736 | 24944 | Marked run 1314 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.736 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.736 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.737 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.739 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.740 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.743 | 10414 | Recursively removing directory: /tmp/git.iYTNE0/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.745 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.745 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.745 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.745 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.745 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.745 | 24959 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.745 | 10413 | Removed run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.745 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.745 | 10413 | Assigned run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.745 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.745 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.txjJoN +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.746 | 10417 | Recursively removing directory: /tmp/git.LtAKRJ/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.747 | 24958 | Marked run 1315 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.747 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.748 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.748 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.748 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.748 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.748 | 24961 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.748 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.748 | 10413 | Removed run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.748 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.748 | 10413 | Assigned run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.748 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.749 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rCJRes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.750 | 24960 | Marked run 1316 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.750 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.751 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.752 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.753 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.754 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.758 | 10414 | Recursively removing directory: /tmp/git.txjJoN/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.759 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.759 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.759 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.759 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.759 | 24975 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.759 | 10413 | Removed run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.759 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.759 | 10413 | Assigned run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.759 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.759 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qSvIjt +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.760 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.760 | 10417 | Recursively removing directory: /tmp/git.rCJRes/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.761 | 24974 | Marked run 1317 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.762 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.762 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.762 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.762 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.762 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.762 | 24977 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.762 | 10413 | Removed run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.762 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.762 | 10413 | Assigned run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.762 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.762 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.762 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.R1goGt +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.764 | 24976 | Marked run 1318 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.764 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.766 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.766 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.767 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.768 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.772 | 10414 | Recursively removing directory: /tmp/git.qSvIjt/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.773 | 10417 | Recursively removing directory: /tmp/git.R1goGt/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.774 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.774 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.774 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.774 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.774 | 24991 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.774 | 10413 | Removed run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.774 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.774 | 10413 | Assigned run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.774 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.774 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.774 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GjfMAA +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.776 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.776 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.776 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.776 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XqtolR +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.776 | 24990 | Marked run 1319 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.776 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.776 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.776 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.776 | 24993 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.776 | 10413 | Removed run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.776 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.776 | 10413 | Assigned run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.776 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.779 | 24992 | Marked run 1320 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.779 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.781 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.782 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.782 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.783 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.788 | 10414 | Recursively removing directory: /tmp/git.GjfMAA/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.789 | 10417 | Recursively removing directory: /tmp/git.XqtolR/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.789 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.789 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.790 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.790 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.790 | 25007 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.790 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.790 | 10413 | Removed run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.790 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.790 | 10413 | Assigned run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.790 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.790 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cO0dFG +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.791 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.791 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.791 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.791 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ghJyYw +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.791 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.791 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.791 | 25009 | Added a new worker 8 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.791 | 10413 | Removed run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.791 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.791 | 10413 | Assigned run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.791 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.791 | 25006 | Marked run 1321 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.792 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.793 | 25008 | Marked run 1322 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.793 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.795 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.795 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.796 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.796 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.802 | 10414 | Recursively removing directory: /tmp/git.cO0dFG/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.802 | 10417 | Recursively removing directory: /tmp/git.ghJyYw/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.803 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.803 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.803 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.803 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.803 | 25023 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.803 | 10413 | Removed run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.803 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.803 | 10413 | Assigned run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.804 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.803 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.803 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wwbOVV +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.805 | 25022 | Marked run 1323 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.805 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.805 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.805 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.805 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.806 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.l6ONeL +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.805 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.805 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.805 | 25025 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.805 | 10413 | Removed run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.805 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.805 | 10413 | Assigned run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.805 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.807 | 25024 | Marked run 1324 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.807 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.808 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.809 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.810 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.810 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.815 | 10414 | Recursively removing directory: /tmp/git.wwbOVV/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.816 | 10417 | Recursively removing directory: /tmp/git.l6ONeL/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.816 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.816 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.816 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.816 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.816 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.817 | 25039 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.817 | 10413 | Removed run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.817 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.817 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.817 | 10413 | Assigned run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.817 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.o0C0uf +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.818 | 25038 | Marked run 1325 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.818 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.818 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.818 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.819 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.819 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.819 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.819 | 25041 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.819 | 10413 | Removed run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.819 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.819 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.819 | 10413 | Assigned run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.819 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JxfPK7 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.820 | 25040 | Marked run 1326 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.821 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.822 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.823 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.824 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.824 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.829 | 10414 | Recursively removing directory: /tmp/git.o0C0uf/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.830 | 10417 | Recursively removing directory: /tmp/git.JxfPK7/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.830 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.830 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.831 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.831 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.831 | 25055 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.831 | 10413 | Removed run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.831 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.831 | 10413 | Assigned run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.831 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.831 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jedKVU +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.831 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.832 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.832 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.833 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.833 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oOfMgM +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.833 | 25054 | Marked run 1327 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.833 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.833 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.833 | 25057 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.833 | 10413 | Removed run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.833 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.833 | 10413 | Assigned run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.833 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.835 | 25056 | Marked run 1328 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.835 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.836 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.837 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.837 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.838 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.842 | 10414 | Recursively removing directory: /tmp/git.jedKVU/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.844 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.844 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.844 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.844 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.844 | 25071 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.844 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.844 | 10413 | Removed run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.844 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.844 | 10413 | Assigned run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.844 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.844 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FRdbCr +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.844 | 10417 | Recursively removing directory: /tmp/git.oOfMgM/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.846 | 25070 | Marked run 1329 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.846 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.847 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.847 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.847 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.847 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.847 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.847 | 25073 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.847 | 10413 | Removed run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.847 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.847 | 10413 | Assigned run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.847 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.847 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4w7PRJ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.849 | 25072 | Marked run 1330 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.849 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.850 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.851 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.852 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.853 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.857 | 10414 | Recursively removing directory: /tmp/git.FRdbCr/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.858 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.858 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.859 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.859 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.859 | 25087 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.859 | 10413 | Removed run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.859 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.859 | 10413 | Assigned run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.859 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.859 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.859 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.740gWT +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.859 | 10417 | Recursively removing directory: /tmp/git.4w7PRJ/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.861 | 25086 | Marked run 1331 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.861 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.862 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.862 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.862 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.862 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.862 | 25089 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.862 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.862 | 10413 | Removed run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.862 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.862 | 10413 | Assigned run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.862 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.862 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yp64lF +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.863 | 25088 | Marked run 1332 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.864 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.865 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.865 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.867 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.867 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.871 | 10414 | Recursively removing directory: /tmp/git.740gWT/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.873 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.873 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.873 | 10417 | Recursively removing directory: /tmp/git.yp64lF/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.873 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.873 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.873 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.873 | 25103 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.873 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.873 | 10413 | Removed run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.873 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.873 | 10413 | Assigned run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.873 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.f783GU +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.875 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.875 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.875 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.875 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.876 | 25105 | Added a new worker 13 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.876 | 10413 | Removed run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.876 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.875 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.876 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LxQw6D +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.876 | 10413 | Assigned run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.876 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.876 | 25102 | Marked run 1333 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.876 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.878 | 25104 | Marked run 1334 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.878 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.880 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.881 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.881 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.881 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.887 | 10414 | Recursively removing directory: /tmp/git.f783GU/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.887 | 10417 | Recursively removing directory: /tmp/git.LxQw6D/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.888 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.888 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.888 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.888 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.888 | 25119 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.888 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.888 | 10413 | Removed run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.888 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.888 | 10413 | Assigned run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.888 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.889 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.889 | 25121 | Added a new worker 13 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.889 | 10413 | Removed run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.889 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.889 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.889 | 10413 | Assigned run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.888 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.889 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.i67iCS +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.888 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.888 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.889 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.889 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2UhuRG +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.891 | 25118 | Marked run 1335 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.891 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.893 | 25120 | Marked run 1336 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.893 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.895 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.895 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.895 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.896 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.901 | 10417 | Recursively removing directory: /tmp/git.2UhuRG/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.901 | 10414 | Recursively removing directory: /tmp/git.i67iCS/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.903 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.903 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.903 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.903 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.903 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.903 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.903 | 25135 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.903 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.903 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.903 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.903 | 10413 | Removed run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.903 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.903 | 10413 | Assigned run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.903 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.903 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.903 | 25137 | Added a new worker 16 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.903 | 10413 | Removed run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.903 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.903 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.903 | 10413 | Assigned run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.904 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pFndba +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.904 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.c9Lb97 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.905 | 25134 | Marked run 1338 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.905 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.907 | 25136 | Marked run 1337 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.907 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.908 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.909 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.909 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.909 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.915 | 10417 | Recursively removing directory: /tmp/git.pFndba/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.915 | 10414 | Recursively removing directory: /tmp/git.c9Lb97/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.916 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.916 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.916 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.916 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.916 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.916 | 25151 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.916 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.917 | 10413 | Removed run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.917 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.917 | 10413 | Assigned run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.917 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JkMRp5 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.917 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.917 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.917 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.918 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hJaGMd +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.917 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.918 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.918 | 25153 | Added a new worker 14 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.918 | 10413 | Removed run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.918 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.918 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.918 | 10413 | Assigned run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.918 | 25150 | Marked run 1339 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.918 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.920 | 25152 | Marked run 1340 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.920 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.922 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.922 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.923 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.923 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.928 | 10417 | Recursively removing directory: /tmp/git.JkMRp5/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.928 | 10414 | Recursively removing directory: /tmp/git.hJaGMd/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.930 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.930 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.930 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.930 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.930 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.930 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.930 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.930 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.930 | 25168 | Added a new worker 14 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.930 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.930 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.930 | 10413 | Removed run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.930 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.930 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.930 | 10413 | Assigned run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.930 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3AfDSq +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.930 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IUBaLF +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.930 | 25169 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.930 | 10413 | Removed run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.930 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.930 | 10413 | Assigned run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.931 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.932 | 25167 | Marked run 1341 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.932 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.934 | 25166 | Marked run 1342 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.934 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.936 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.936 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.937 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.937 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.943 | 10417 | Recursively removing directory: /tmp/git.IUBaLF/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.943 | 10414 | Recursively removing directory: /tmp/git.3AfDSq/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.945 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.945 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.945 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.945 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.945 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.945 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.945 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.945 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.945 | 25183 | Added a new worker 13 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.945 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.945 | 10413 | Removed run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.945 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.945 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.945 | 10413 | Assigned run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.945 | 25185 | Added a new worker 9 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.945 | 10413 | Removed run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.945 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.946 | 10413 | Assigned run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.946 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.946 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mlPvcf +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.946 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LYEkVP +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.947 | 25182 | Marked run 1344 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.947 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.948 | 25184 | Marked run 1343 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.948 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.951 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.952 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.952 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.952 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.958 | 10417 | Recursively removing directory: /tmp/git.mlPvcf/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.959 | 10414 | Recursively removing directory: /tmp/git.LYEkVP/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.959 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.959 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.959 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.960 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.960 | 25199 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.960 | 10413 | Removed run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.960 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.960 | 10413 | Assigned run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.960 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.960 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.960 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HMNNRj +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.961 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.961 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.961 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.961 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.961 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.961 | 25198 | Marked run 1345 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.962 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.962 | 25201 | Added a new worker 7 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.962 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.962 | 10413 | Removed run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.962 | 10413 | Removed worker 7 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.962 | 10413 | Assigned run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.962 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Wy2JlM +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.963 | 25200 | Marked run 1346 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.963 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.965 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.965 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.966 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.967 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.971 | 10417 | Recursively removing directory: /tmp/git.HMNNRj/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.973 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.973 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.973 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.973 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.973 | 25215 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.973 | 10413 | Removed run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.973 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.973 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.973 | 10413 | Assigned run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.973 | 10414 | Recursively removing directory: /tmp/git.Wy2JlM/ +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.973 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.973 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2Zskql +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.975 | 25214 | Marked run 1347 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.975 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.976 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.976 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.976 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.976 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.976 | 25217 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.976 | 10413 | Removed run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.976 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.976 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.976 | 10413 | Assigned run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.976 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.976 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FhmBIG +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.978 | 25216 | Marked run 1348 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.978 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.979 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.980 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.980 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.981 | 10414 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.985 | 10417 | Recursively removing directory: /tmp/git.2Zskql/ +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.987 | 10414 | Recursively removing directory: /tmp/git.FhmBIG/ +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.987 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.987 | 10417 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.987 | 10417 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.987 | 10417 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.987 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.987 | 25231 | Added a new worker 11 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.987 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.987 | 10413 | Removed run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.987 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.987 | 10413 | Assigned run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.988 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pVYz0C +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.989 | 25230 | Marked run 1349 as finished +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.989 | 10414 | Process exit code: 0 +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.989 | 10414 | Process output: 57 bytes +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.989 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.989 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.989 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.989 | 25233 | Added a new worker 10 to the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.989 | 10413 | Removed run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.989 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.989 | 10413 | Assigned run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.990 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.989 | 10414 | Waiting for a new command +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.990 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.O0eelP +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.993 | 25232 | Marked run 1350 as finished +2024-04-25 03:44:32 | INFO | 10411/cimple-server: 2024-04-25 03:44:32.993 | 10411 | Waiting for new connections +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.994 | 10417 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10417/cimple-worker: 2024-04-25 03:44:32.995 | 10417 | Going to run: ./ci +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.996 | 10414 | Checking out revision HEAD +2024-04-25 03:44:32 | INFO | 10414/cimple-worker: 2024-04-25 03:44:32.996 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.001 | 10417 | Recursively removing directory: /tmp/git.pVYz0C/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.002 | 10414 | Recursively removing directory: /tmp/git.O0eelP/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.002 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.002 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.003 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.003 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.003 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.003 | 25247 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.003 | 10413 | Removed run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.003 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.003 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.003 | 10413 | Assigned run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.003 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zPKpLM +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.004 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.004 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.005 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.005 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.005 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.005 | 25249 | Added a new worker 13 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.005 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.005 | 10413 | Removed run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.005 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.005 | 10413 | Assigned run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.005 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MhzGNP +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.006 | 25246 | Marked run 1351 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.006 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.008 | 25248 | Marked run 1352 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.008 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.010 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.010 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.011 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.011 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.016 | 10417 | Recursively removing directory: /tmp/git.zPKpLM/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.017 | 10414 | Recursively removing directory: /tmp/git.MhzGNP/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.018 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.018 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.018 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.018 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.018 | 25263 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.018 | 10413 | Removed run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.018 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.018 | 10413 | Assigned run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.018 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.018 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.018 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HPTEqi +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.019 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.019 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.020 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.020 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MHoJOL +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.020 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.020 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.020 | 25262 | Marked run 1353 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.020 | 25265 | Added a new worker 12 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.020 | 10413 | Removed run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.020 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.020 | 10413 | Assigned run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.020 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.020 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.022 | 25264 | Marked run 1354 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.022 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.023 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.024 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.024 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.025 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.029 | 10417 | Recursively removing directory: /tmp/git.HPTEqi/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.031 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.031 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.031 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.031 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.031 | 25279 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.031 | 10413 | Removed run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.031 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.031 | 10413 | Assigned run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.031 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.031 | 10414 | Recursively removing directory: /tmp/git.MHoJOL/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.031 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.031 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YKsV78 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.033 | 25278 | Marked run 1355 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.033 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.034 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.034 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.034 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.034 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.034 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.034 | 25281 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.034 | 10413 | Removed run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.034 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.034 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.034 | 10413 | Assigned run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.034 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mBxEV6 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.036 | 25280 | Marked run 1356 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.036 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.038 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.038 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.040 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.040 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.044 | 10417 | Recursively removing directory: /tmp/git.YKsV78/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.045 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.045 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.046 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.046 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.046 | 25295 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.046 | 10413 | Removed run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.046 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.046 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.046 | 10413 | Assigned run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.046 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.046 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EBIA2D +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.047 | 10414 | Recursively removing directory: /tmp/git.mBxEV6/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.048 | 25294 | Marked run 1357 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.048 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.048 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.048 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.049 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.049 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.049 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.049 | 25297 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.049 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.049 | 10413 | Removed run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.049 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.049 | 10413 | Assigned run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.049 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EC91P3 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.051 | 25296 | Marked run 1358 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.051 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.052 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.053 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.053 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.054 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.058 | 10417 | Recursively removing directory: /tmp/git.EBIA2D/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.060 | 10414 | Recursively removing directory: /tmp/git.EC91P3/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.060 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.060 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.060 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.060 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.060 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.060 | 25311 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.060 | 10413 | Removed run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.060 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.060 | 10413 | Assigned run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.060 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.060 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.R3ZvFq +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.062 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.062 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.062 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.062 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Jt2LAC +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.062 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.062 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.062 | 25313 | Added a new worker 12 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.062 | 10413 | Removed run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.062 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.062 | 10413 | Assigned run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.062 | 25310 | Marked run 1359 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.063 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.063 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.064 | 25312 | Marked run 1360 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.064 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.066 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.066 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.067 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.068 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.072 | 10417 | Recursively removing directory: /tmp/git.R3ZvFq/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.074 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.074 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.074 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.074 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.074 | 25327 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.074 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.074 | 10413 | Removed run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.074 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.074 | 10413 | Assigned run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.074 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.074 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4Ts9lX +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.074 | 10414 | Recursively removing directory: /tmp/git.Jt2LAC/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.076 | 25326 | Marked run 1361 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.076 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.077 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.077 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.077 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.077 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.077 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.077 | 25329 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.077 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.077 | 10413 | Removed run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.077 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.077 | 10413 | Assigned run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.077 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.g4Fp0f +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.079 | 25328 | Marked run 1362 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.079 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.080 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.081 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.082 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.083 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.087 | 10417 | Recursively removing directory: /tmp/git.4Ts9lX/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.088 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.088 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.088 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.088 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.088 | 25343 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.088 | 10413 | Removed run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.088 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.089 | 10413 | Assigned run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.088 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.089 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.089 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8bqgLt +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.089 | 10414 | Recursively removing directory: /tmp/git.g4Fp0f/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.090 | 25342 | Marked run 1363 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.090 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.091 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.091 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.091 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.091 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.091 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.092 | 25345 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.092 | 10413 | Removed run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.092 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.092 | 10413 | Assigned run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.092 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.092 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UgjQof +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.094 | 25344 | Marked run 1364 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.094 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.094 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.095 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.096 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.097 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.101 | 10417 | Recursively removing directory: /tmp/git.8bqgLt/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.102 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.102 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.102 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.103 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.103 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.103 | 25359 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.103 | 10413 | Removed run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.103 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.103 | 10413 | Assigned run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.103 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.103 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xoPcCc +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.103 | 10414 | Recursively removing directory: /tmp/git.UgjQof/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.104 | 25358 | Marked run 1365 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.104 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.105 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.105 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.105 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.106 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.106 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.106 | 25361 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.106 | 10413 | Removed run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.106 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.106 | 10413 | Assigned run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.106 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.106 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Pi4WVx +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.107 | 25360 | Marked run 1366 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.108 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.109 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.110 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.111 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.111 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.116 | 10417 | Recursively removing directory: /tmp/git.xoPcCc/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.117 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.117 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.117 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.117 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.117 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.117 | 25375 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.117 | 10413 | Removed run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.118 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.118 | 10413 | Assigned run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.118 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.117 | 10414 | Recursively removing directory: /tmp/git.Pi4WVx/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.118 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8ZMfi7 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.119 | 25374 | Marked run 1367 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.119 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.120 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.120 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.120 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.120 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Wpz1Yi +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.120 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.120 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.120 | 25377 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.120 | 10413 | Removed run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.120 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.120 | 10413 | Assigned run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.120 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.122 | 25376 | Marked run 1368 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.122 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.123 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.124 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.125 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.125 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.129 | 10417 | Recursively removing directory: /tmp/git.8ZMfi7/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.131 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.131 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.131 | 10414 | Recursively removing directory: /tmp/git.Wpz1Yi/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.131 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.131 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.132 | 25391 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.132 | 10413 | Removed run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.132 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.132 | 10413 | Assigned run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.132 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.132 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.132 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Fe55T5 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.133 | 25390 | Marked run 1369 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.133 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.134 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.134 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.134 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.134 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.134 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.134 | 25393 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.134 | 10413 | Removed run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.134 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.134 | 10413 | Assigned run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.135 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.134 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nExiWm +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.136 | 25392 | Marked run 1370 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.136 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.137 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.138 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.139 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.140 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.143 | 10417 | Recursively removing directory: /tmp/git.Fe55T5/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.145 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.145 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.145 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.145 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.145 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.145 | 25407 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.145 | 10413 | Removed run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.145 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.145 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.145 | 10413 | Assigned run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.145 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Y3cXU9 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.146 | 10414 | Recursively removing directory: /tmp/git.nExiWm/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.147 | 25406 | Marked run 1371 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.148 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.148 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.148 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.148 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.149 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.149 | 25409 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.149 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.149 | 10413 | Removed run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.149 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.149 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.149 | 10413 | Assigned run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.149 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.80v4m5 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.150 | 25408 | Marked run 1372 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.150 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.151 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.152 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.153 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.154 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.157 | 10417 | Recursively removing directory: /tmp/git.Y3cXU9/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.158 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.158 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.158 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.159 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.159 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.159 | 25422 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.159 | 10413 | Removed run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.159 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.159 | 10413 | Assigned run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.159 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.159 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mQ10yr +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.160 | 10414 | Recursively removing directory: /tmp/git.80v4m5/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.160 | 25421 | Marked run 1373 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.161 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.162 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.162 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.162 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.162 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.162 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.162 | 25425 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.162 | 10413 | Removed run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.162 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.162 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.162 | 10413 | Assigned run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.162 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ma6jYy +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.164 | 25424 | Marked run 1374 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.164 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.165 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.165 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.167 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.167 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.171 | 10417 | Recursively removing directory: /tmp/git.mQ10yr/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.173 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.173 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.173 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.173 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.173 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.173 | 25439 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.173 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.173 | 10413 | Removed run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.173 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.173 | 10413 | Assigned run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.173 | 10414 | Recursively removing directory: /tmp/git.Ma6jYy/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.174 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uaU7bK +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.175 | 25438 | Marked run 1375 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.175 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.176 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.176 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.176 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.176 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.176 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.176 | 25441 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.176 | 10413 | Removed run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.176 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.176 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.176 | 10413 | Assigned run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.176 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xIspwd +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.178 | 25440 | Marked run 1376 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.178 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.179 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.179 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.181 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.181 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.185 | 10417 | Recursively removing directory: /tmp/git.uaU7bK/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.186 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.186 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.186 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.186 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.187 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.187 | 25455 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.187 | 10413 | Removed run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.187 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.187 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.187 | 10413 | Assigned run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.187 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Uchmad +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.188 | 10414 | Recursively removing directory: /tmp/git.xIspwd/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.188 | 25454 | Marked run 1377 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.188 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.189 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.189 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.189 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.190 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.190 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.190 | 25457 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.190 | 10413 | Removed run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.190 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.190 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.190 | 10413 | Assigned run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.190 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QzS6x4 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.191 | 25456 | Marked run 1378 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.191 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.193 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.193 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.194 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.195 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.199 | 10417 | Recursively removing directory: /tmp/git.Uchmad/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.201 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.201 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.201 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.201 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.201 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.201 | 25471 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.201 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.201 | 10413 | Removed run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.201 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.201 | 10413 | Assigned run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.201 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zF5Xzh +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.201 | 10414 | Recursively removing directory: /tmp/git.QzS6x4/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.203 | 25470 | Marked run 1379 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.203 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.204 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.204 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.204 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.204 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.204 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.204 | 25473 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.204 | 10413 | Removed run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.204 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.204 | 10413 | Assigned run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.204 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.204 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SLCv1z +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.206 | 25472 | Marked run 1380 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.206 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.206 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.207 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.209 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.209 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.213 | 10417 | Recursively removing directory: /tmp/git.zF5Xzh/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.214 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.214 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.214 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.214 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.214 | 25487 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.214 | 10413 | Removed run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.214 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.214 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.214 | 10413 | Assigned run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.214 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.214 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bjs5Am +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.215 | 10414 | Recursively removing directory: /tmp/git.SLCv1z/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.217 | 25486 | Marked run 1381 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.217 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.218 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.218 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.218 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.218 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.218 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.218 | 25489 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.218 | 10413 | Removed run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.218 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.218 | 10413 | Assigned run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.219 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.218 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2z9JzA +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.220 | 25488 | Marked run 1382 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.220 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.220 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.221 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.223 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.224 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.227 | 10417 | Recursively removing directory: /tmp/git.bjs5Am/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.228 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.228 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.228 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.229 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.229 | 25503 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.229 | 10413 | Removed run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.229 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.229 | 10413 | Assigned run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.229 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.228 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.229 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QkdxKt +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.230 | 10414 | Recursively removing directory: /tmp/git.2z9JzA/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.231 | 25502 | Marked run 1383 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.231 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.232 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.232 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.232 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.232 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.232 | 25505 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.232 | 10413 | Removed run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.232 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.232 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.w2zJ77 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.232 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.232 | 10413 | Assigned run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.232 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.234 | 25504 | Marked run 1384 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.234 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.234 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.235 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.237 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.237 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.241 | 10417 | Recursively removing directory: /tmp/git.QkdxKt/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.242 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.242 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.242 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.243 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.243 | 25519 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.243 | 10413 | Removed run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.243 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.243 | 10413 | Assigned run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.243 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.243 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.243 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8klDlk +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.243 | 10414 | Recursively removing directory: /tmp/git.w2zJ77/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.245 | 25518 | Marked run 1385 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.245 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.246 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.246 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.246 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.246 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.246 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.246 | 25521 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.246 | 10413 | Removed run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.246 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.246 | 10413 | Assigned run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.246 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.246 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.n98vIv +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.247 | 25520 | Marked run 1386 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.247 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.249 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.249 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.250 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.251 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.255 | 10417 | Recursively removing directory: /tmp/git.8klDlk/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.256 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.256 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.256 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.256 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.257 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.257 | 25535 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.257 | 10413 | Removed run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.257 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.257 | 10413 | Assigned run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.257 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.257 | 10414 | Recursively removing directory: /tmp/git.n98vIv/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.257 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.24aqLF +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.259 | 25534 | Marked run 1387 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.259 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.259 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.259 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.259 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.259 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.260 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.260 | 25537 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.260 | 10413 | Removed run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.260 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.260 | 10413 | Assigned run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.260 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.260 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gJLAsJ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.261 | 25536 | Marked run 1388 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.261 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.263 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.263 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.264 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.265 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.269 | 10417 | Recursively removing directory: /tmp/git.24aqLF/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.270 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.270 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.270 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.270 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.270 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.270 | 25551 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.270 | 10413 | Removed run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.270 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.271 | 10413 | Assigned run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.271 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.271 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PJU4WM +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.272 | 10414 | Recursively removing directory: /tmp/git.gJLAsJ/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.272 | 25550 | Marked run 1389 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.272 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.273 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.273 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.273 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.273 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.273 | 25553 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.274 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.274 | 10413 | Removed run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.274 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.274 | 10413 | Assigned run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.273 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.274 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TSXLvN +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.275 | 25552 | Marked run 1390 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.275 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.276 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.277 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.278 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.279 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.282 | 10417 | Recursively removing directory: /tmp/git.PJU4WM/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.284 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.284 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.284 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.284 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.284 | 25566 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.284 | 10413 | Removed run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.284 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.284 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.284 | 10413 | Assigned run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.284 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.284 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2cszMB +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.285 | 10414 | Recursively removing directory: /tmp/git.TSXLvN/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.286 | 25565 | Marked run 1391 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.286 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.287 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.287 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.287 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.287 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.287 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.287 | 25569 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.287 | 10413 | Removed run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.287 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.287 | 10413 | Assigned run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.287 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FTKoUq +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.288 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.289 | 25568 | Marked run 1392 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.289 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.290 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.291 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.292 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.293 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.296 | 10417 | Recursively removing directory: /tmp/git.2cszMB/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.298 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.298 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.298 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.298 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.298 | 25583 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.298 | 10413 | Removed run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.298 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.298 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.298 | 10413 | Assigned run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.298 | 10414 | Recursively removing directory: /tmp/git.FTKoUq/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.298 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.298 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EzzbNJ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.300 | 25582 | Marked run 1393 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.300 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.301 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.301 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.301 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.301 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.301 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.301 | 25585 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.301 | 10413 | Removed run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.301 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.301 | 10413 | Assigned run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.301 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.301 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1oapPA +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.303 | 25584 | Marked run 1394 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.303 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.303 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.304 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.306 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.306 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.310 | 10417 | Recursively removing directory: /tmp/git.EzzbNJ/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.311 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.311 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.311 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.311 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.312 | 25599 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.312 | 10413 | Removed run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.312 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.312 | 10413 | Assigned run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.312 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.312 | 10414 | Recursively removing directory: /tmp/git.1oapPA/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.311 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.312 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CgBwDq +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.314 | 25598 | Marked run 1395 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.314 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.314 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.314 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.315 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.315 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.315 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.315 | 25601 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.315 | 10413 | Removed run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.315 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.315 | 10413 | Assigned run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.315 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.315 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.42tIzE +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.317 | 25600 | Marked run 1396 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.317 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.317 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.318 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.319 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.320 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.324 | 10417 | Recursively removing directory: /tmp/git.CgBwDq/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.325 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.325 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.326 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.326 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.326 | 25615 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.326 | 10413 | Removed run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.326 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.326 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.326 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Wvbwe5 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.326 | 10414 | Recursively removing directory: /tmp/git.42tIzE/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.326 | 10413 | Assigned run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.326 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.328 | 25614 | Marked run 1397 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.328 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.328 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.328 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.328 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.329 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.329 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.329 | 25617 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.329 | 10413 | Removed run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.329 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.329 | 10413 | Assigned run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.329 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.329 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.S3gmV2 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.331 | 25616 | Marked run 1398 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.331 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.331 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.332 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.334 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.334 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.338 | 10417 | Recursively removing directory: /tmp/git.Wvbwe5/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.339 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.339 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.339 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.339 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.339 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.339 | 25630 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.339 | 10413 | Removed run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.339 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.339 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.339 | 10413 | Assigned run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.340 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.whcgA8 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.341 | 10414 | Recursively removing directory: /tmp/git.S3gmV2/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.343 | 25629 | Marked run 1399 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.343 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.343 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.343 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.343 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.344 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.344 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.344 | 25633 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.344 | 10413 | Removed run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.344 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.344 | 10413 | Assigned run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.344 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vEVXLy +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.344 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.345 | 25632 | Marked run 1400 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.345 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.346 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.347 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.349 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.349 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.353 | 10417 | Recursively removing directory: /tmp/git.whcgA8/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.354 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.354 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.354 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.355 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.355 | 25647 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.355 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.355 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.355 | 10413 | Removed run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.355 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.355 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.f2tz4S +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.355 | 10413 | Assigned run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.355 | 10414 | Recursively removing directory: /tmp/git.vEVXLy/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.357 | 25646 | Marked run 1401 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.357 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.357 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.358 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.358 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.358 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.358 | 25649 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.358 | 10413 | Removed run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.358 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.358 | 10413 | Assigned run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.358 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.358 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.358 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.piSvZz +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.360 | 25648 | Marked run 1402 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.360 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.360 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.361 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.363 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.364 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.367 | 10417 | Recursively removing directory: /tmp/git.f2tz4S/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.368 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.368 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.368 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.368 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.368 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.369 | 25662 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.369 | 10413 | Removed run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.369 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.369 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.369 | 10413 | Assigned run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.369 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7vnrW1 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.370 | 10414 | Recursively removing directory: /tmp/git.piSvZz/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.370 | 25661 | Marked run 1403 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.370 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.371 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.371 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.372 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.372 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.372 | 25665 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.372 | 10413 | Removed run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.372 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.372 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.372 | 10413 | Assigned run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.372 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.372 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iqlkBv +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.374 | 25664 | Marked run 1404 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.374 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.374 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.375 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.377 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.377 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.380 | 10417 | Recursively removing directory: /tmp/git.7vnrW1/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.382 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.382 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.382 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.382 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.382 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.382 | 25678 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.382 | 10413 | Removed run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.383 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.383 | 10413 | Assigned run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.383 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.383 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0ZOpOQ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.384 | 10414 | Recursively removing directory: /tmp/git.iqlkBv/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.384 | 25677 | Marked run 1405 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.384 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.385 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.385 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.386 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.386 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.386 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.386 | 25681 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.386 | 10413 | Removed run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.386 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.386 | 10413 | Assigned run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.386 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.386 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KM0OtF +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.387 | 25680 | Marked run 1406 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.387 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.388 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.389 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.390 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.391 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.395 | 10417 | Recursively removing directory: /tmp/git.0ZOpOQ/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.396 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.396 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.396 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.396 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.396 | 25695 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.396 | 10413 | Removed run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.396 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.396 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.396 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.396 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KkouEk +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.396 | 10413 | Assigned run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.397 | 10414 | Recursively removing directory: /tmp/git.KM0OtF/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.398 | 25694 | Marked run 1407 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.398 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.399 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.399 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.399 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.399 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.399 | 25697 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.399 | 10413 | Removed run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.400 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.400 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.400 | 10413 | Assigned run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.399 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.400 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.35oeGW +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.401 | 25696 | Marked run 1408 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.401 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.402 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.403 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.404 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.405 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.408 | 10417 | Recursively removing directory: /tmp/git.KkouEk/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.410 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.410 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.410 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.410 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.410 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.410 | 25711 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.410 | 10413 | Removed run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.410 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.410 | 10413 | Assigned run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.410 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.410 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.do1jgx +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.411 | 10414 | Recursively removing directory: /tmp/git.35oeGW/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.412 | 25710 | Marked run 1409 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.412 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.413 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.413 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.413 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.413 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.413 | 25713 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.413 | 10413 | Removed run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.413 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.413 | 10413 | Assigned run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.413 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.413 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.413 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Qbo33F +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.415 | 25712 | Marked run 1410 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.415 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.416 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.416 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.418 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.419 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.422 | 10417 | Recursively removing directory: /tmp/git.do1jgx/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.424 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.424 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.424 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.424 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.424 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.424 | 25727 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.424 | 10413 | Removed run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.424 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.424 | 10413 | Assigned run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.424 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.424 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3S3cp9 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.425 | 10414 | Recursively removing directory: /tmp/git.Qbo33F/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.426 | 25726 | Marked run 1411 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.426 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.427 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.427 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.427 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.427 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.427 | 25729 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.427 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.427 | 10413 | Removed run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.427 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.427 | 10413 | Assigned run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.427 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.427 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nqGD3A +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.429 | 25728 | Marked run 1412 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.429 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.431 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.431 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.431 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.432 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.437 | 10417 | Recursively removing directory: /tmp/git.3S3cp9/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.438 | 10414 | Recursively removing directory: /tmp/git.nqGD3A/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.438 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.439 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.439 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.439 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.439 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.439 | 25743 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.439 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.439 | 10413 | Removed run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.439 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.439 | 10413 | Assigned run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.440 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lcBh2h +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.440 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.440 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.440 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.440 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.440 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.440 | 25745 | Added a new worker 13 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.440 | 10413 | Removed run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.440 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.441 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.441 | 25742 | Marked run 1413 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.441 | 10413 | Assigned run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.441 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.441 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Xj9gut +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.442 | 25744 | Marked run 1414 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.442 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.444 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.445 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.445 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.446 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.450 | 10417 | Recursively removing directory: /tmp/git.lcBh2h/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.452 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.452 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.452 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.452 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.452 | 25759 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.452 | 10413 | Removed run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.452 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.452 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.452 | 10413 | Assigned run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.452 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.452 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xCPK6Q +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.453 | 10414 | Recursively removing directory: /tmp/git.Xj9gut/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.455 | 25758 | Marked run 1415 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.455 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.456 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.456 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.456 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.456 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.456 | 25761 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.456 | 10413 | Removed run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.456 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.456 | 10413 | Assigned run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.456 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.456 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.456 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tlbqjs +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.458 | 25760 | Marked run 1416 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.458 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.458 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.459 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.460 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.461 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.465 | 10417 | Recursively removing directory: /tmp/git.xCPK6Q/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.466 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.466 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.466 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.466 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.466 | 25775 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.466 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.466 | 10413 | Removed run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.466 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.467 | 10413 | Assigned run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.466 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.467 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.E6P0J2 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.467 | 10414 | Recursively removing directory: /tmp/git.tlbqjs/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.468 | 25774 | Marked run 1417 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.468 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.469 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.469 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.469 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.469 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.469 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.469 | 25777 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.469 | 10413 | Removed run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.469 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.469 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.470 | 10413 | Assigned run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.470 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GJ5Y8e +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.471 | 25776 | Marked run 1418 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.471 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.473 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.474 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.475 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.475 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.480 | 10417 | Recursively removing directory: /tmp/git.E6P0J2/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.481 | 10414 | Recursively removing directory: /tmp/git.GJ5Y8e/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.481 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.481 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.482 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.482 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.482 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.482 | 25791 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.482 | 10413 | Removed run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.482 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.482 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.482 | 10413 | Assigned run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.483 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.O9o4WA +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.483 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.483 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.484 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.483 | 25790 | Marked run 1419 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.484 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.484 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.484 | 25793 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.484 | 10413 | Removed run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.484 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.484 | 10413 | Assigned run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.484 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.484 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UigpNv +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.485 | 25792 | Marked run 1420 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.485 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.487 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.488 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.488 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.489 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.494 | 10417 | Recursively removing directory: /tmp/git.O9o4WA/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.495 | 10414 | Recursively removing directory: /tmp/git.UigpNv/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.495 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.495 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.495 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.495 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.495 | 25807 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.496 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.496 | 10413 | Removed run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.496 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.496 | 10413 | Assigned run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.495 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.496 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wzxWSb +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.497 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.497 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.497 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.497 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.497 | 25809 | Added a new worker 8 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.497 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.497 | 10413 | Removed run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.497 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.498 | 10413 | Assigned run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.497 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.498 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7nXa2w +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.498 | 25806 | Marked run 1421 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.498 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.499 | 25808 | Marked run 1422 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.499 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.502 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.502 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.502 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.503 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.508 | 10417 | Recursively removing directory: /tmp/git.wzxWSb/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.508 | 10414 | Recursively removing directory: /tmp/git.7nXa2w/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.509 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.509 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.510 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.510 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.510 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.510 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.510 | 25823 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.510 | 10413 | Removed run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.510 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.510 | 10413 | Assigned run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.510 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.510 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.510 | 25825 | Added a new worker 13 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.510 | 10413 | Removed run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.510 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.510 | 10413 | Assigned run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.510 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.510 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.510 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0OFNlE +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.510 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.510 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iDPfZx +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.511 | 25822 | Marked run 1423 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.512 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.513 | 25824 | Marked run 1424 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.513 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.515 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.515 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.515 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.516 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.521 | 10417 | Recursively removing directory: /tmp/git.iDPfZx/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.522 | 10414 | Recursively removing directory: /tmp/git.0OFNlE/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.522 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.522 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.523 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.523 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.523 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.523 | 25839 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.523 | 10413 | Removed run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.523 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.523 | 10413 | Assigned run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.523 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.523 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.524 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.524 | 25841 | Added a new worker 13 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.524 | 10413 | Removed run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.524 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.524 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.524 | 10413 | Assigned run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.525 | 25838 | Marked run 1425 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.525 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.523 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DFBA3i +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.523 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.523 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.523 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.524 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qGCAf6 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.527 | 25840 | Marked run 1426 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.527 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.528 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.529 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.529 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.530 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.535 | 10417 | Recursively removing directory: /tmp/git.DFBA3i/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.536 | 10414 | Recursively removing directory: /tmp/git.qGCAf6/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.537 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.537 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.537 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.537 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.537 | 25855 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.537 | 10413 | Removed run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.537 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.537 | 10413 | Assigned run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.537 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.537 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.537 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qF7xcQ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.538 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.538 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.538 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.538 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.539 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.539 | 25857 | Added a new worker 8 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.539 | 10413 | Removed run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.539 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.539 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.539 | 10413 | Assigned run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.539 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.p0aZPO +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.539 | 25854 | Marked run 1427 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.540 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.541 | 25856 | Marked run 1428 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.541 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.543 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.543 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.543 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.544 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.550 | 10417 | Recursively removing directory: /tmp/git.qF7xcQ/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.550 | 10414 | Recursively removing directory: /tmp/git.p0aZPO/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.551 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.551 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.551 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.551 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.552 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.551 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.551 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.552 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.552 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.552 | 25873 | Added a new worker 15 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.552 | 10413 | Removed run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.552 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.552 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.552 | 10413 | Assigned run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.552 | 25872 | Added a new worker 12 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.552 | 10413 | Removed run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.552 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.552 | 10413 | Assigned run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.552 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.552 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mcB4xD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.551 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.552 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.p8wUsp +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.554 | 25871 | Marked run 1430 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.554 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.555 | 25870 | Marked run 1429 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.555 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.556 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.557 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.558 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.558 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.563 | 10414 | Recursively removing directory: /tmp/git.mcB4xD/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.564 | 10417 | Recursively removing directory: /tmp/git.p8wUsp/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.564 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.564 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.564 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.564 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.565 | 25887 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.565 | 10413 | Removed run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.565 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.565 | 10413 | Assigned run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.565 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.564 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.565 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aVoNtY +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.567 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.567 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.567 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.567 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.35P1AS +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.567 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.567 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.567 | 25889 | Added a new worker 13 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.567 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.567 | 10413 | Removed run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.567 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.567 | 10413 | Assigned run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.567 | 25886 | Marked run 1431 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.567 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.569 | 25888 | Marked run 1432 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.569 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.570 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.571 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.571 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.572 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.576 | 10414 | Recursively removing directory: /tmp/git.aVoNtY/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.577 | 10417 | Recursively removing directory: /tmp/git.35P1AS/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.578 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.578 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.578 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.578 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.578 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.578 | 25903 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.578 | 10413 | Removed run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.578 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.578 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.578 | 10413 | Assigned run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.578 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Rrfaat +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.580 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.580 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.580 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.580 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.580 | 25905 | Added a new worker 13 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.580 | 10413 | Removed run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.580 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.580 | 10413 | Assigned run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.580 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.580 | 25902 | Marked run 1433 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.580 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.580 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.580 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SA27VG +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.582 | 25904 | Marked run 1434 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.582 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.583 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.584 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.585 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.586 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.590 | 10414 | Recursively removing directory: /tmp/git.Rrfaat/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.591 | 10417 | Recursively removing directory: /tmp/git.SA27VG/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.591 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.591 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.591 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.591 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.591 | 25919 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.592 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.592 | 10413 | Removed run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.592 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.592 | 10413 | Assigned run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.591 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.592 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XZwAmP +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.593 | 25918 | Marked run 1435 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.593 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.594 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.594 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.594 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.594 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.594 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.594 | 25921 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.594 | 10413 | Removed run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.594 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.594 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.594 | 10413 | Assigned run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.594 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.egUarw +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.596 | 25920 | Marked run 1436 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.596 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.598 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.598 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.598 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.599 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.604 | 10414 | Recursively removing directory: /tmp/git.XZwAmP/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.605 | 10417 | Recursively removing directory: /tmp/git.egUarw/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.606 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.606 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.606 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.606 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.606 | 25935 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.606 | 10413 | Removed run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.606 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.606 | 10413 | Assigned run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.606 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.606 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.606 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ngblz0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.607 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.607 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.607 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.607 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.607 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.607 | 25937 | Added a new worker 8 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.607 | 10413 | Removed run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.607 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.608 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.608 | 10413 | Assigned run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.608 | 25934 | Marked run 1437 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.608 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.608 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fImr15 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.610 | 25936 | Marked run 1438 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.610 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.612 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.612 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.612 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.612 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.618 | 10417 | Recursively removing directory: /tmp/git.fImr15/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.618 | 10414 | Recursively removing directory: /tmp/git.Ngblz0/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.619 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.619 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.619 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.619 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.620 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.620 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.619 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.619 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.620 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.620 | 25952 | Added a new worker 15 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.620 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.620 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.620 | 10413 | Removed run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.620 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.620 | 10413 | Assigned run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.620 | 25953 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.620 | 10413 | Removed run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.620 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.620 | 10413 | Assigned run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.620 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.620 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.68TAGt +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.620 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.l1xq4g +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.621 | 25950 | Marked run 1439 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.622 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.623 | 25951 | Marked run 1440 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.623 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.625 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.625 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.625 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.626 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.631 | 10414 | Recursively removing directory: /tmp/git.l1xq4g/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.632 | 10417 | Recursively removing directory: /tmp/git.68TAGt/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.633 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.633 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.633 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.633 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.633 | 25967 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.633 | 10413 | Removed run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.633 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.633 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.633 | 10413 | Assigned run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.633 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.633 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.633 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.633 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JXe4BF +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.634 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.634 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.634 | 25969 | Added a new worker 13 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.634 | 10413 | Removed run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.634 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.634 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.634 | 10413 | Assigned run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.634 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DdauAF +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.635 | 25966 | Marked run 1441 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.635 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.636 | 25968 | Marked run 1442 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.636 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.639 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.639 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.639 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.640 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.645 | 10414 | Recursively removing directory: /tmp/git.JXe4BF/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.646 | 10417 | Recursively removing directory: /tmp/git.DdauAF/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.646 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.646 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.647 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.647 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.647 | 25983 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.647 | 10413 | Removed run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.647 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.647 | 10413 | Assigned run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.647 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.647 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.647 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fCjSDm +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.648 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.648 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.649 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.649 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.649 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.649 | 25982 | Marked run 1443 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.649 | 25985 | Added a new worker 12 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.649 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.649 | 10413 | Removed run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.649 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.649 | 10413 | Assigned run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.649 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.649 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.egJaIg +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.650 | 25984 | Marked run 1444 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.650 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.652 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.652 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.654 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.654 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.658 | 10414 | Recursively removing directory: /tmp/git.fCjSDm/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.659 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.659 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.659 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.659 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.660 | 25999 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.660 | 10413 | Removed run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.660 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.660 | 10413 | Assigned run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.660 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.659 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.660 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.T1Ar7J +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.660 | 10417 | Recursively removing directory: /tmp/git.egJaIg/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.662 | 25998 | Marked run 1445 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.662 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.663 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.663 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.663 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.663 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.663 | 26001 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.663 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.663 | 10413 | Removed run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.663 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.663 | 10413 | Assigned run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.663 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.663 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lleyhQ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.665 | 26000 | Marked run 1446 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.665 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.665 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.666 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.668 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.669 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.672 | 10414 | Recursively removing directory: /tmp/git.T1Ar7J/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.673 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.673 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.674 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.674 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.674 | 26014 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.674 | 10413 | Removed run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.674 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.674 | 10413 | Assigned run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.674 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.674 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZgQd29 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.674 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.675 | 10417 | Recursively removing directory: /tmp/git.lleyhQ/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.676 | 26013 | Marked run 1447 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.676 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.677 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.677 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.677 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.677 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.677 | 26017 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.677 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.677 | 10413 | Removed run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.677 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.677 | 10413 | Assigned run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.677 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.678 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5Zsucf +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.679 | 26016 | Marked run 1448 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.679 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.680 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.681 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.682 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.683 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.686 | 10414 | Recursively removing directory: /tmp/git.ZgQd29/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.688 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.688 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.688 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.688 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.688 | 10417 | Recursively removing directory: /tmp/git.5Zsucf/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.688 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.688 | 26031 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.688 | 10413 | Removed run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.688 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.688 | 10413 | Assigned run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.689 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.689 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Zy6GNE +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.690 | 26030 | Marked run 1449 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.690 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.690 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.690 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.690 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.691 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.691 | 26033 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.691 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.691 | 10413 | Removed run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.691 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.691 | 10413 | Assigned run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.691 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.691 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VmIQDL +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.692 | 26032 | Marked run 1450 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.693 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.696 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.696 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.697 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.697 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.703 | 10414 | Recursively removing directory: /tmp/git.Zy6GNE/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.703 | 10417 | Recursively removing directory: /tmp/git.VmIQDL/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.704 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.704 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.704 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.705 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.705 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.705 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.705 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.705 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.705 | 26047 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.705 | 10413 | Removed run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.705 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.705 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.705 | 10413 | Assigned run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.705 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.705 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.705 | 26049 | Added a new worker 13 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.705 | 10413 | Removed run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.705 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.705 | 10413 | Assigned run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.705 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.705 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fNJGOu +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.705 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2E9GgX +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.707 | 26046 | Marked run 1451 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.707 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.708 | 26048 | Marked run 1452 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.708 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.710 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.710 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.711 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.711 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.716 | 10414 | Recursively removing directory: /tmp/git.2E9GgX/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.717 | 10417 | Recursively removing directory: /tmp/git.fNJGOu/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.718 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.718 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.718 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.718 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.718 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.718 | 26063 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.718 | 10413 | Removed run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.718 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.718 | 10413 | Assigned run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.718 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.718 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZYZUtF +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.719 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.719 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.719 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.719 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.719 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.719 | 26065 | Added a new worker 14 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.719 | 10413 | Removed run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.719 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.719 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.719 | 10413 | Assigned run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.720 | 26062 | Marked run 1453 as finished +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.719 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8YdowE +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.720 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.722 | 26064 | Marked run 1454 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.722 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.724 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.724 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.725 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.725 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.731 | 10414 | Recursively removing directory: /tmp/git.ZYZUtF/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.731 | 10417 | Recursively removing directory: /tmp/git.8YdowE/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.732 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.732 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.732 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.732 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.732 | 26079 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.732 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.732 | 10413 | Removed run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.732 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.732 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.732 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.732 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.733 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.732 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.733 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Fm4bHW +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.732 | 10413 | Assigned run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.733 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.733 | 26081 | Added a new worker 13 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.733 | 10413 | Removed run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.733 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.733 | 10413 | Assigned run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.733 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.733 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6zq6OQ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.734 | 26078 | Marked run 1455 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.735 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.736 | 26080 | Marked run 1456 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.736 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.738 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.738 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.738 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.739 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.744 | 10417 | Recursively removing directory: /tmp/git.6zq6OQ/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.744 | 10414 | Recursively removing directory: /tmp/git.Fm4bHW/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.745 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.745 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.746 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.746 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.746 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.746 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.746 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.746 | 26095 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.746 | 10413 | Removed run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.746 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.746 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.746 | 10413 | Assigned run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.746 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.746 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.746 | 26097 | Added a new worker 13 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.746 | 10413 | Removed run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.746 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.746 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.746 | 10413 | Assigned run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.746 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.747 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Adq8Xx +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.747 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Qgieta +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.747 | 26094 | Marked run 1458 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.748 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.749 | 26096 | Marked run 1457 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.749 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.752 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.752 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.752 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.753 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.759 | 10414 | Recursively removing directory: /tmp/git.Adq8Xx/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.759 | 10417 | Recursively removing directory: /tmp/git.Qgieta/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.760 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.760 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.760 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.760 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.760 | 26111 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.760 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.760 | 10413 | Removed run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.760 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.760 | 10413 | Assigned run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.760 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.760 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Q5YvRw +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.762 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.762 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.762 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.762 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.762 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.762 | 26113 | Added a new worker 13 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.762 | 10413 | Removed run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.762 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.762 | 26110 | Marked run 1460 as finished +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.762 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xPuYAs +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.762 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.763 | 10413 | Assigned run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.763 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.765 | 26112 | Marked run 1459 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.765 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.766 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.766 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.767 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.768 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.772 | 10414 | Recursively removing directory: /tmp/git.Q5YvRw/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.773 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.773 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.773 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.773 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.773 | 26127 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.773 | 10413 | Removed run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.773 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.774 | 10413 | Assigned run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.774 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.773 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.774 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nUzNYR +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.774 | 10417 | Recursively removing directory: /tmp/git.xPuYAs/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.776 | 26126 | Marked run 1461 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.776 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.776 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.776 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.777 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.777 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.777 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.777 | 26129 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.777 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.777 | 10413 | Removed run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.777 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.777 | 10413 | Assigned run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.777 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Lfuwlg +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.778 | 26128 | Marked run 1462 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.779 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.779 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.780 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.782 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.782 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.785 | 10414 | Recursively removing directory: /tmp/git.nUzNYR/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.787 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.787 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.787 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.787 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.787 | 26142 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.787 | 10413 | Removed run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.787 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.787 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.787 | 10413 | Assigned run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.787 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.787 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BvL1FW +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.789 | 10417 | Recursively removing directory: /tmp/git.Lfuwlg/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.791 | 26141 | Marked run 1463 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.791 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.791 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.791 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.791 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.791 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.791 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.791 | 26145 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.791 | 10413 | Removed run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.791 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.791 | 10413 | Assigned run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.791 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.791 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NmTj8I +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.793 | 26144 | Marked run 1464 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.793 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.794 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.794 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.796 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.796 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.800 | 10414 | Recursively removing directory: /tmp/git.BvL1FW/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.801 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.801 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.802 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.802 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.802 | 26159 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.802 | 10413 | Removed run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.802 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.802 | 10413 | Assigned run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.802 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.802 | 10417 | Recursively removing directory: /tmp/git.NmTj8I/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.802 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.802 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lytvNT +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.803 | 26158 | Marked run 1465 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.803 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.804 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.804 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.804 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.804 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.804 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.804 | 26161 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.804 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.804 | 10413 | Removed run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.804 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.805 | 10413 | Assigned run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.805 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IMIe9s +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.806 | 26160 | Marked run 1466 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.806 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.807 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.808 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.809 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.810 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.814 | 10414 | Recursively removing directory: /tmp/git.lytvNT/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.815 | 10417 | Recursively removing directory: /tmp/git.IMIe9s/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.815 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.815 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.816 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.816 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.816 | 26175 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.816 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.816 | 10413 | Removed run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.816 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.816 | 10413 | Assigned run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.816 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.816 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4sf8xY +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.817 | 26174 | Marked run 1467 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.817 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.818 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.818 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.818 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.818 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.818 | 26177 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.818 | 10413 | Removed run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.818 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.818 | 10413 | Assigned run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.818 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.818 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.818 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yPDX9b +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.819 | 26176 | Marked run 1468 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.819 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.821 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.822 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.822 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.823 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.828 | 10414 | Recursively removing directory: /tmp/git.4sf8xY/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.829 | 10417 | Recursively removing directory: /tmp/git.yPDX9b/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.829 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.829 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.830 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.830 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.830 | 26191 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.830 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.830 | 10413 | Removed run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.830 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.830 | 10413 | Assigned run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.830 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.830 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2259Qw +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.832 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.832 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.832 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.831 | 26190 | Marked run 1469 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.832 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.832 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.832 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.832 | 26193 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.832 | 10413 | Removed run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.832 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.832 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.832 | 10413 | Assigned run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.832 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zgjX0p +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.834 | 26192 | Marked run 1470 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.834 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.836 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.837 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.837 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.838 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.843 | 10414 | Recursively removing directory: /tmp/git.2259Qw/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.844 | 10417 | Recursively removing directory: /tmp/git.zgjX0p/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.844 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.844 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.844 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.844 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.844 | 26207 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.844 | 10413 | Removed run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.844 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.844 | 10413 | Assigned run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.845 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.844 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.845 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QWJb2m +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.846 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.846 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.846 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.846 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.846 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.846 | 26209 | Added a new worker 8 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.846 | 10413 | Removed run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.846 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.846 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.846 | 10413 | Assigned run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.846 | 26206 | Marked run 1471 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.847 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.846 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CcLgfG +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.848 | 26208 | Marked run 1472 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.848 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.850 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.850 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.851 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.852 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.858 | 10414 | Recursively removing directory: /tmp/git.QWJb2m/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.859 | 10417 | Recursively removing directory: /tmp/git.CcLgfG/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.859 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.859 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.859 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.859 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.859 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.860 | 26223 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.860 | 10413 | Removed run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.860 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.860 | 10413 | Assigned run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.860 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QE69EI +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.860 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.860 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.860 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.861 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.861 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.861 | 26225 | Added a new worker 13 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.861 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.861 | 10413 | Removed run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.861 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.861 | 10413 | Assigned run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.861 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.861 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.g2YDHQ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.870 | 26222 | Marked run 1473 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.870 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.873 | 26224 | Marked run 1474 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.873 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.877 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.878 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.878 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.879 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.884 | 10417 | Recursively removing directory: /tmp/git.g2YDHQ/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.885 | 10414 | Recursively removing directory: /tmp/git.QE69EI/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.886 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.886 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.886 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.886 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.886 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.886 | 26239 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.886 | 10413 | Removed run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.886 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.886 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.j1ZCqQ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.887 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.887 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.886 | 10413 | Assigned run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.886 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.887 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.887 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.887 | 26241 | Added a new worker 13 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.887 | 10413 | Removed run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.887 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.887 | 10413 | Assigned run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.887 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.887 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.887 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fgJGDX +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.890 | 26238 | Marked run 1476 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.890 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.892 | 26240 | Marked run 1475 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.892 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.894 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.894 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.894 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.895 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.900 | 10417 | Recursively removing directory: /tmp/git.j1ZCqQ/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.901 | 10414 | Recursively removing directory: /tmp/git.fgJGDX/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.902 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.902 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.902 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.902 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.902 | 26255 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.902 | 10413 | Removed run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.902 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.902 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.902 | 10413 | Assigned run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.902 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.903 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.903 | 26257 | Added a new worker 13 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.903 | 10413 | Removed run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.903 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.903 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.903 | 10413 | Assigned run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.902 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.902 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.902 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.903 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3gsZsj +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.902 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.902 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4Lp99m +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.904 | 26254 | Marked run 1477 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.904 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.906 | 26256 | Marked run 1478 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.906 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.907 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.908 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.908 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.909 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.914 | 10417 | Recursively removing directory: /tmp/git.4Lp99m/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.915 | 10414 | Recursively removing directory: /tmp/git.3gsZsj/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.915 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.915 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.915 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.915 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.915 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.915 | 26271 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.915 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.915 | 10413 | Removed run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.915 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.916 | 10413 | Assigned run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.916 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BhGoIs +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.917 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.917 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.917 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.918 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.917 | 26270 | Marked run 1479 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.918 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.918 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.918 | 26273 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.918 | 10413 | Removed run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.918 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.918 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.918 | 10413 | Assigned run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.918 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vUKm9c +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.919 | 26272 | Marked run 1480 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.920 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.921 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.922 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.922 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.923 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.928 | 10417 | Recursively removing directory: /tmp/git.BhGoIs/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.929 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.929 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.929 | 10414 | Recursively removing directory: /tmp/git.vUKm9c/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.929 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.929 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.929 | 26287 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.929 | 10413 | Removed run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.929 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.929 | 10413 | Assigned run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.929 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.929 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.929 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UGDwoP +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.931 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.931 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.932 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.932 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jU7nyL +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.932 | 26286 | Marked run 1481 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.932 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.932 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.932 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.932 | 26289 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.932 | 10413 | Removed run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.932 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.932 | 10413 | Assigned run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.932 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.934 | 26288 | Marked run 1482 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.934 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.935 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.936 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.937 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.937 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.941 | 10417 | Recursively removing directory: /tmp/git.UGDwoP/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.943 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.943 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.943 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.943 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.943 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.943 | 26302 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.943 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.943 | 10413 | Removed run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.943 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.943 | 10413 | Assigned run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.943 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.S313cp +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.945 | 10414 | Recursively removing directory: /tmp/git.jU7nyL/ +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.945 | 26301 | Marked run 1483 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.945 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.946 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.946 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.946 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.946 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.946 | 26305 | Added a new worker 10 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.946 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.946 | 10413 | Removed run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.946 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.946 | 10413 | Assigned run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.946 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.946 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PKc8gX +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.948 | 26304 | Marked run 1484 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.948 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.949 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.950 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.951 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.951 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.956 | 10417 | Recursively removing directory: /tmp/git.S313cp/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.957 | 10414 | Recursively removing directory: /tmp/git.PKc8gX/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.957 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.957 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.957 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.957 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.957 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.957 | 26319 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.957 | 10413 | Removed run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.958 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tNDheX +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.957 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.957 | 10413 | Assigned run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.958 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.959 | 26318 | Marked run 1485 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.959 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.959 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.959 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.960 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.960 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.960 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.960 | 26321 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.960 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.960 | 10413 | Removed run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.960 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.960 | 10413 | Assigned run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.960 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.397Jt5 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.962 | 26320 | Marked run 1486 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.962 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.964 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.965 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.965 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.966 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.971 | 10417 | Recursively removing directory: /tmp/git.tNDheX/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.972 | 10414 | Recursively removing directory: /tmp/git.397Jt5/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.972 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.972 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.972 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.973 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.973 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.973 | 26335 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.973 | 10413 | Removed run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.973 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.973 | 10413 | Assigned run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.973 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iAQhLM +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.973 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.973 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.973 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.974 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.974 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.974 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.974 | 26337 | Added a new worker 13 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.974 | 10413 | Removed run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.974 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.974 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.974 | 10413 | Assigned run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.974 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5lxbL9 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.975 | 26334 | Marked run 1487 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.975 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.977 | 26336 | Marked run 1488 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.977 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.978 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.978 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.979 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.979 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.985 | 10417 | Recursively removing directory: /tmp/git.iAQhLM/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.985 | 10414 | Recursively removing directory: /tmp/git.5lxbL9/ +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.986 | 10417 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.986 | 10417 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.987 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.987 | 10417 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.987 | 10414 | Process exit code: 0 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.987 | 10414 | Process output: 57 bytes +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.987 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.987 | 26351 | Added a new worker 11 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.987 | 10413 | Removed run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.987 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.987 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.987 | 10413 | Assigned run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.987 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.987 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.987 | 26353 | Added a new worker 13 to the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.987 | 10413 | Removed run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.987 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.987 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.987 | 10413 | Assigned run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.987 | 10414 | Waiting for a new command +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.988 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3BdFep +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.987 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.w6GjSc +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.989 | 26350 | Marked run 1489 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.989 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.990 | 26352 | Marked run 1490 as finished +2024-04-25 03:44:33 | INFO | 10411/cimple-server: 2024-04-25 03:44:33.990 | 10411 | Waiting for new connections +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.992 | 10417 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.992 | 10414 | Checking out revision HEAD +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.993 | 10417 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.993 | 10414 | Going to run: ./ci +2024-04-25 03:44:33 | INFO | 10417/cimple-worker: 2024-04-25 03:44:33.999 | 10417 | Recursively removing directory: /tmp/git.w6GjSc/ +2024-04-25 03:44:33 | INFO | 10414/cimple-worker: 2024-04-25 03:44:33.999 | 10414 | Recursively removing directory: /tmp/git.3BdFep/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.000 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.000 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.000 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.000 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.001 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.001 | 26367 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.001 | 10413 | Removed run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.001 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.001 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.001 | 10413 | Assigned run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.001 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.001 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.001 | 26369 | Added a new worker 13 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.001 | 10413 | Removed run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.001 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.001 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.001 | 10413 | Assigned run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.002 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2ZRduf +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.001 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.001 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.001 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.002 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ScQYDZ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.002 | 26366 | Marked run 1491 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.003 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.004 | 26368 | Marked run 1492 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.004 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.006 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.006 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.007 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.007 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.013 | 10414 | Recursively removing directory: /tmp/git.ScQYDZ/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.013 | 10417 | Recursively removing directory: /tmp/git.2ZRduf/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.014 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.014 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.014 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.015 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.015 | 26383 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.015 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.015 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.015 | 10413 | Removed run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.015 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.015 | 10413 | Assigned run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.015 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.015 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.015 | 26385 | Added a new worker 13 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.015 | 10413 | Removed run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.015 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.015 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.015 | 10413 | Assigned run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.015 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.015 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.015 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.015 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eu3RFe +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.015 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uEzG6Q +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.017 | 26382 | Marked run 1494 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.017 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.018 | 26384 | Marked run 1493 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.019 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.020 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.020 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.021 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.021 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.026 | 10414 | Recursively removing directory: /tmp/git.uEzG6Q/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.027 | 10417 | Recursively removing directory: /tmp/git.eu3RFe/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.028 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.028 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.028 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.028 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.028 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.028 | 26399 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.028 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.028 | 10413 | Removed run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.028 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.028 | 10413 | Assigned run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.028 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yHDdfU +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.029 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.029 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.030 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.029 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.030 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.030 | 26401 | Added a new worker 8 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.030 | 10413 | Removed run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.030 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.030 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.030 | 10413 | Assigned run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.030 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TXio1M +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.030 | 26398 | Marked run 1495 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.031 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.032 | 26400 | Marked run 1496 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.033 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.034 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.034 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.035 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.035 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.040 | 10414 | Recursively removing directory: /tmp/git.yHDdfU/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.041 | 10417 | Recursively removing directory: /tmp/git.TXio1M/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.042 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.042 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.042 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.042 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.042 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.042 | 26415 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.042 | 10413 | Removed run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.042 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.042 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.042 | 10413 | Assigned run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.043 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.E07STr +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.043 | 26414 | Marked run 1497 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.044 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.044 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.044 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.044 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.044 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.044 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.044 | 26417 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.044 | 10413 | Removed run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.044 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.044 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.044 | 10413 | Assigned run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.045 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bF0RKH +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.046 | 26416 | Marked run 1498 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.046 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.047 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.048 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.049 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.049 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.054 | 10414 | Recursively removing directory: /tmp/git.E07STr/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.055 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.055 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.055 | 10417 | Recursively removing directory: /tmp/git.bF0RKH/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.055 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.055 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.055 | 26431 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.055 | 10413 | Removed run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.055 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.055 | 10413 | Assigned run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.055 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.055 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.055 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZVqqwx +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.058 | 26430 | Marked run 1499 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.058 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.058 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.058 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.058 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.058 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.058 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.058 | 26433 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.058 | 10413 | Removed run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.058 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.058 | 10413 | Assigned run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.059 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.059 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DbYwjw +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.060 | 26432 | Marked run 1500 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.060 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.062 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.062 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.064 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.064 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.068 | 10414 | Recursively removing directory: /tmp/git.ZVqqwx/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.070 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.070 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.070 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.070 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.070 | 26447 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.070 | 10413 | Removed run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.070 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.070 | 10413 | Assigned run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.070 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.070 | 10417 | Recursively removing directory: /tmp/git.DbYwjw/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.070 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.070 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.A3qdNS +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.072 | 26446 | Marked run 1501 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.072 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.073 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.073 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.073 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.073 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.073 | 26449 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.073 | 10413 | Removed run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.073 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.073 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.073 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.074 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.u1IupV +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.074 | 10413 | Assigned run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.075 | 26448 | Marked run 1502 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.075 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.076 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.076 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.078 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.079 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.082 | 10414 | Recursively removing directory: /tmp/git.A3qdNS/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.084 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.084 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.084 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.084 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.084 | 26463 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.084 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.084 | 10413 | Removed run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.084 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.084 | 10413 | Assigned run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.084 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.084 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.y1veK0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.085 | 10417 | Recursively removing directory: /tmp/git.u1IupV/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.086 | 26462 | Marked run 1503 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.086 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.087 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.087 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.087 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.087 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.087 | 26465 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.087 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.087 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9CCKAp +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.087 | 10413 | Removed run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.087 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.087 | 10413 | Assigned run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.087 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.089 | 26464 | Marked run 1504 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.089 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.090 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.091 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.092 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.092 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.096 | 10414 | Recursively removing directory: /tmp/git.y1veK0/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.098 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.098 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.098 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.098 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.098 | 26479 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.098 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.098 | 10413 | Removed run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.098 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.098 | 10413 | Assigned run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.098 | 10417 | Recursively removing directory: /tmp/git.9CCKAp/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.098 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.098 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MuglX3 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.100 | 26478 | Marked run 1505 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.100 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.101 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.101 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.101 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.101 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.101 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.101 | 26481 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.101 | 10413 | Removed run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.101 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.101 | 10413 | Assigned run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.101 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.101 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5Wf1N8 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.103 | 26480 | Marked run 1506 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.103 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.104 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.105 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.106 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.106 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.110 | 10414 | Recursively removing directory: /tmp/git.MuglX3/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.112 | 10417 | Recursively removing directory: /tmp/git.5Wf1N8/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.112 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.112 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.112 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.112 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.112 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.112 | 26495 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.112 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.112 | 10413 | Removed run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.112 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.112 | 10413 | Assigned run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.112 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HIESSM +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.114 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.114 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.114 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.114 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.114 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.114 | 26497 | Added a new worker 14 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.114 | 10413 | Removed run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.114 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.114 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.114 | 10413 | Assigned run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.115 | 26494 | Marked run 1507 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.115 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.115 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.McjqHY +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.116 | 26496 | Marked run 1508 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.116 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.118 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.118 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.119 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.120 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.124 | 10414 | Recursively removing directory: /tmp/git.HIESSM/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.125 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.125 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.125 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.125 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.125 | 26511 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.125 | 10413 | Removed run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.125 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.125 | 10413 | Assigned run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.126 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.125 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.126 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.62GwL7 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.126 | 10417 | Recursively removing directory: /tmp/git.McjqHY/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.128 | 26510 | Marked run 1509 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.129 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.129 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.129 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.129 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.130 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.130 | 26513 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.130 | 10413 | Removed run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.130 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.130 | 10413 | Assigned run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.130 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.130 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.130 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qyeVxa +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.132 | 26512 | Marked run 1510 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.132 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.133 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.134 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.135 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.135 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.139 | 10414 | Recursively removing directory: /tmp/git.62GwL7/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.141 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.141 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.141 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.141 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.141 | 26527 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.141 | 10413 | Removed run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.141 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.141 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.141 | 10413 | Assigned run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.141 | 10417 | Recursively removing directory: /tmp/git.qyeVxa/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.141 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.141 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mmST6U +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.143 | 26526 | Marked run 1511 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.143 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.144 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.144 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.144 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.144 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.144 | 26529 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.144 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.144 | 10413 | Removed run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.144 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.144 | 10413 | Assigned run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.144 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.144 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7Wvd5Y +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.146 | 26528 | Marked run 1512 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.146 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.147 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.148 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.149 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.150 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.153 | 10414 | Recursively removing directory: /tmp/git.mmST6U/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.155 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.155 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.155 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.155 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.155 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.155 | 26543 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.155 | 10413 | Removed run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.155 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.155 | 10413 | Assigned run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.155 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.155 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MUJFwJ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.155 | 10417 | Recursively removing directory: /tmp/git.7Wvd5Y/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.157 | 26542 | Marked run 1513 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.158 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.158 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.158 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.158 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.158 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.158 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.158 | 26545 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.158 | 10413 | Removed run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.158 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.158 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.158 | 10413 | Assigned run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.159 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cn5VRF +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.160 | 26544 | Marked run 1514 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.161 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.161 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.162 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.163 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.164 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.168 | 10414 | Recursively removing directory: /tmp/git.MUJFwJ/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.169 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.169 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.169 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.170 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.170 | 26559 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.170 | 10413 | Removed run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.170 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.170 | 10413 | Assigned run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.170 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.169 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.170 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DIQDSC +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.171 | 10417 | Recursively removing directory: /tmp/git.cn5VRF/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.172 | 26558 | Marked run 1515 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.172 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.173 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.173 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.173 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.173 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.173 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.173 | 26561 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.173 | 10413 | Removed run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.173 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.173 | 10413 | Assigned run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.173 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.173 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.I65j4z +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.175 | 26560 | Marked run 1516 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.175 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.175 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.176 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.178 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.179 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.182 | 10414 | Recursively removing directory: /tmp/git.DIQDSC/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.183 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.183 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.183 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.183 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.183 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.183 | 26574 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.183 | 10413 | Removed run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.183 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.183 | 10413 | Assigned run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.184 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.184 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BIwobQ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.185 | 10417 | Recursively removing directory: /tmp/git.I65j4z/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.186 | 26573 | Marked run 1517 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.186 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.186 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.186 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.187 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.187 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.187 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.187 | 26577 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.187 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.187 | 10413 | Removed run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.187 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.187 | 10413 | Assigned run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.187 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.p9kWkz +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.189 | 26576 | Marked run 1518 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.189 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.190 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.190 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.191 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.192 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.196 | 10414 | Recursively removing directory: /tmp/git.BIwobQ/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.197 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.197 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.197 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.198 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.198 | 26591 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.198 | 10413 | Removed run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.198 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.198 | 10413 | Assigned run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.198 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.198 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.198 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mLeOml +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.199 | 10417 | Recursively removing directory: /tmp/git.p9kWkz/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.199 | 26590 | Marked run 1519 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.200 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.200 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.200 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.200 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.200 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.200 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.200 | 26593 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.200 | 10413 | Removed run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.200 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.201 | 10413 | Assigned run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.201 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.201 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eJRa9d +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.202 | 26592 | Marked run 1520 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.202 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.204 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.204 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.205 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.206 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.210 | 10414 | Recursively removing directory: /tmp/git.mLeOml/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.211 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.211 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.211 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.212 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.212 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.211 | 10417 | Recursively removing directory: /tmp/git.eJRa9d/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.212 | 26607 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.212 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.212 | 10413 | Removed run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.212 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.212 | 10413 | Assigned run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.212 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3AScc5 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.213 | 26606 | Marked run 1521 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.213 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.214 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.214 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.214 | 26609 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.214 | 10413 | Removed run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.214 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.214 | 10413 | Assigned run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.214 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.213 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.214 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.214 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.214 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.P1GWK7 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.215 | 26608 | Marked run 1522 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.216 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.218 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.218 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.219 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.219 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.224 | 10414 | Recursively removing directory: /tmp/git.3AScc5/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.225 | 10417 | Recursively removing directory: /tmp/git.P1GWK7/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.226 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.226 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.226 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.226 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.226 | 26623 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.226 | 10413 | Removed run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.226 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.226 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.226 | 10413 | Assigned run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.226 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.226 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.08uv3b +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.227 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.227 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.227 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.227 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.227 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.227 | 26625 | Added a new worker 13 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.227 | 10413 | Removed run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.227 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.227 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.227 | 10413 | Assigned run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.228 | 26622 | Marked run 1523 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.228 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.228 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tXq4bq +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.229 | 26624 | Marked run 1524 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.230 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.231 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.233 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.233 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.234 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.239 | 10414 | Recursively removing directory: /tmp/git.08uv3b/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.240 | 10417 | Recursively removing directory: /tmp/git.tXq4bq/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.240 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.240 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.240 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.240 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.241 | 26639 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.241 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.241 | 10413 | Removed run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.241 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.241 | 10413 | Assigned run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.240 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.241 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.b17fH4 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.242 | 26638 | Marked run 1525 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.243 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.242 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.242 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.243 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.243 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EEquzs +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.243 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.243 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.243 | 26641 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.243 | 10413 | Removed run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.243 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.243 | 10413 | Assigned run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.243 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.245 | 26640 | Marked run 1526 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.245 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.246 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.247 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.247 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.248 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.253 | 10414 | Recursively removing directory: /tmp/git.b17fH4/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.254 | 10417 | Recursively removing directory: /tmp/git.EEquzs/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.254 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.254 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.254 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.254 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.254 | 26655 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.255 | 10413 | Removed run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.255 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.255 | 10413 | Assigned run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.255 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.254 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.255 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.U51Zwh +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.256 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.256 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.256 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.256 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.256 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.256 | 26657 | Added a new worker 13 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.257 | 26654 | Marked run 1527 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.257 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.257 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.257 | 10413 | Removed run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.257 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.257 | 10413 | Assigned run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.257 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xHZaud +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.259 | 26656 | Marked run 1528 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.259 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.260 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.261 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.262 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.262 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.267 | 10414 | Recursively removing directory: /tmp/git.U51Zwh/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.268 | 10417 | Recursively removing directory: /tmp/git.xHZaud/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.268 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.268 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.268 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.268 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.268 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.269 | 26671 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.269 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.269 | 10413 | Removed run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.269 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.269 | 10413 | Assigned run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.269 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.g0McsA +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.270 | 26670 | Marked run 1529 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.271 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.271 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.271 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.271 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.271 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LyeEo0 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.271 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.271 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.271 | 26673 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.271 | 10413 | Removed run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.271 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.271 | 10413 | Assigned run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.271 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.272 | 26672 | Marked run 1530 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.272 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.274 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.274 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.276 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.276 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.280 | 10414 | Recursively removing directory: /tmp/git.g0McsA/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.282 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.282 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.282 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.282 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.282 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.282 | 26687 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.282 | 10413 | Removed run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.282 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.282 | 10413 | Assigned run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.282 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.282 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tna5aA +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.283 | 10417 | Recursively removing directory: /tmp/git.LyeEo0/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.284 | 26686 | Marked run 1531 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.284 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.285 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.285 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.285 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.285 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.285 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.285 | 26689 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.285 | 10413 | Removed run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.285 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.285 | 10413 | Assigned run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.285 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1rMLbv +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.286 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.287 | 26688 | Marked run 1532 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.287 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.288 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.289 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.290 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.291 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.295 | 10414 | Recursively removing directory: /tmp/git.tna5aA/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.296 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.297 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.297 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.297 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.297 | 26703 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.297 | 10413 | Removed run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.297 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.297 | 10413 | Assigned run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.297 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.297 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.297 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ctkptc +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.298 | 10417 | Recursively removing directory: /tmp/git.1rMLbv/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.299 | 26702 | Marked run 1533 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.300 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.300 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.301 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.301 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.301 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.301 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.301 | 26705 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.301 | 10413 | Removed run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.301 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.301 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.301 | 10413 | Assigned run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.301 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uu9LQT +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.303 | 26704 | Marked run 1534 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.303 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.303 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.304 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.306 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.307 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.310 | 10414 | Recursively removing directory: /tmp/git.Ctkptc/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.311 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.311 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.311 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.311 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.311 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.311 | 26718 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.312 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.312 | 10413 | Removed run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.312 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.312 | 10413 | Assigned run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.312 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OhZj30 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.313 | 10417 | Recursively removing directory: /tmp/git.uu9LQT/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.313 | 26717 | Marked run 1535 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.314 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.314 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.314 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.315 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.315 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.315 | 26721 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.315 | 10413 | Removed run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.315 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.315 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.315 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.315 | 10413 | Assigned run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.315 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FX1vRv +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.317 | 26720 | Marked run 1536 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.317 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.317 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.318 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.320 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.320 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.324 | 10414 | Recursively removing directory: /tmp/git.OhZj30/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.325 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.325 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.325 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.325 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.325 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.326 | 26735 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.326 | 10413 | Removed run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.326 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.326 | 10413 | Assigned run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.326 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.326 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kY002c +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.327 | 10417 | Recursively removing directory: /tmp/git.FX1vRv/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.327 | 26734 | Marked run 1537 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.328 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.329 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.329 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.329 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.329 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.329 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.329 | 26737 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.329 | 10413 | Removed run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.329 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.329 | 10413 | Assigned run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.329 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.329 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kkUxQl +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.331 | 26736 | Marked run 1538 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.331 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.331 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.332 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.334 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.334 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.338 | 10414 | Recursively removing directory: /tmp/git.kY002c/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.339 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.339 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.339 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.339 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.339 | 26750 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.339 | 10413 | Removed run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.339 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.339 | 10413 | Assigned run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.339 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.339 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.339 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9ZIEgW +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.341 | 10417 | Recursively removing directory: /tmp/git.kkUxQl/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.342 | 26749 | Marked run 1539 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.342 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.343 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.343 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.343 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.343 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.343 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.343 | 26753 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.343 | 10413 | Removed run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.343 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.343 | 10413 | Assigned run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.343 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.343 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yJnlrg +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.345 | 26752 | Marked run 1540 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.345 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.346 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.346 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.348 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.349 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.352 | 10414 | Recursively removing directory: /tmp/git.9ZIEgW/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.354 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.354 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.354 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.354 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.354 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.354 | 26766 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.354 | 10413 | Removed run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.354 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.354 | 10413 | Assigned run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.354 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.355 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oNzOsm +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.356 | 26765 | Marked run 1541 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.356 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.356 | 10417 | Recursively removing directory: /tmp/git.yJnlrg/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.357 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.357 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.357 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.357 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.357 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.358 | 26769 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.358 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.358 | 10413 | Removed run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.358 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.358 | 10413 | Assigned run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.358 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0CaaSH +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.359 | 26768 | Marked run 1542 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.360 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.360 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.361 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.362 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.363 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.367 | 10414 | Recursively removing directory: /tmp/git.oNzOsm/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.368 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.368 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.368 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.368 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.368 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.369 | 26783 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.369 | 10413 | Removed run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.369 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.369 | 10413 | Assigned run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.369 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.369 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OiggrH +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.369 | 10417 | Recursively removing directory: /tmp/git.0CaaSH/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.371 | 26782 | Marked run 1543 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.371 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.372 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.372 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.372 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.372 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.372 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.372 | 26785 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.372 | 10413 | Removed run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.372 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.372 | 10413 | Assigned run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.372 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.373 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wmN0Cr +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.374 | 26784 | Marked run 1544 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.374 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.375 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.375 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.377 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.378 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.381 | 10414 | Recursively removing directory: /tmp/git.OiggrH/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.383 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.383 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.383 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.383 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.383 | 26798 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.383 | 10413 | Removed run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.383 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.383 | 10413 | Assigned run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.383 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.383 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.383 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2XR4id +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.385 | 10417 | Recursively removing directory: /tmp/git.wmN0Cr/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.385 | 26797 | Marked run 1545 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.385 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.387 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.387 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.387 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.387 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.387 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.387 | 26801 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.387 | 10413 | Removed run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.387 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.387 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.387 | 10413 | Assigned run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.387 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wJCIRN +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.389 | 26800 | Marked run 1546 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.389 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.390 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.390 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.392 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.392 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.396 | 10414 | Recursively removing directory: /tmp/git.2XR4id/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.398 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.398 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.398 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.398 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.398 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.398 | 10417 | Recursively removing directory: /tmp/git.wJCIRN/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.398 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bR5jZo +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.398 | 26815 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.398 | 10413 | Removed run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.398 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.398 | 10413 | Assigned run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.398 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.401 | 26814 | Marked run 1547 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.401 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.401 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.401 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.401 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.401 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.401 | 26817 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.401 | 10413 | Removed run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.401 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.401 | 10413 | Assigned run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.402 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.401 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.401 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OiVHe1 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.403 | 26816 | Marked run 1548 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.403 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.404 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.404 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.406 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.407 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.410 | 10414 | Recursively removing directory: /tmp/git.bR5jZo/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.411 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.411 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.412 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.412 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.412 | 26831 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.412 | 10413 | Removed run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.412 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.412 | 10413 | Assigned run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.412 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.412 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.e76Sc3 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.412 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.412 | 10417 | Recursively removing directory: /tmp/git.OiVHe1/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.414 | 26830 | Marked run 1549 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.414 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.415 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.415 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.415 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.415 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.415 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.415 | 26833 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.415 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.415 | 10413 | Removed run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.415 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.415 | 10413 | Assigned run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.416 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CK53ay +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.417 | 26832 | Marked run 1550 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.417 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.417 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.418 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.420 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.420 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.424 | 10414 | Recursively removing directory: /tmp/git.e76Sc3/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.425 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.425 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.425 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.425 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.425 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.425 | 26846 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.425 | 10413 | Removed run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.425 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.425 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.426 | 10413 | Assigned run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.426 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LmePDx +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.427 | 10417 | Recursively removing directory: /tmp/git.CK53ay/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.427 | 26845 | Marked run 1551 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.427 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.428 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.428 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.428 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.428 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.428 | 26849 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.429 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.429 | 10413 | Removed run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.429 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.429 | 10413 | Assigned run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.428 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.429 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VzgASC +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.430 | 26848 | Marked run 1552 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.430 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.431 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.432 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.433 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.434 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.437 | 10414 | Recursively removing directory: /tmp/git.LmePDx/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.439 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.439 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.439 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.439 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.439 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.439 | 26863 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.439 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.439 | 10413 | Removed run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.439 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.439 | 10413 | Assigned run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.439 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vlOhLc +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.440 | 10417 | Recursively removing directory: /tmp/git.VzgASC/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.441 | 26862 | Marked run 1553 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.442 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.442 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.442 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.442 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.442 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.442 | 26865 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.442 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.442 | 10413 | Removed run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.442 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.442 | 10413 | Assigned run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.442 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.443 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DIqkSa +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.444 | 26864 | Marked run 1554 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.444 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.445 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.446 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.447 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.448 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.452 | 10414 | Recursively removing directory: /tmp/git.vlOhLc/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.453 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.453 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.453 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.453 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.453 | 26879 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.453 | 10413 | Removed run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.453 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.453 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.453 | 10413 | Assigned run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.453 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.454 | 10417 | Recursively removing directory: /tmp/git.DIqkSa/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.454 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CZgi6Z +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.456 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.456 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.457 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.457 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.457 | 26881 | Added a new worker 13 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.457 | 10413 | Removed run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.457 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.457 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.457 | 10413 | Assigned run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.457 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.457 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.H7uYUi +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.458 | 26878 | Marked run 1555 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.458 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.458 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.460 | 26880 | Marked run 1556 as finished +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.460 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.460 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.462 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.462 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.465 | 10414 | Recursively removing directory: /tmp/git.CZgi6Z/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.466 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.467 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.467 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.467 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.467 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.467 | 26894 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.467 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.467 | 10413 | Removed run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.467 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.467 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6u6n77 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.467 | 10413 | Assigned run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.469 | 10417 | Recursively removing directory: /tmp/git.H7uYUi/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.469 | 26892 | Marked run 1557 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.469 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.470 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.470 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.470 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.470 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.470 | 26897 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.470 | 10413 | Removed run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.470 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.470 | 10413 | Assigned run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.471 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.470 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.471 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3LI4Fj +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.472 | 26896 | Marked run 1558 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.472 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.473 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.474 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.475 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.476 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.479 | 10414 | Recursively removing directory: /tmp/git.6u6n77/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.481 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.481 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.481 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.481 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.481 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.481 | 26911 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.481 | 10413 | Removed run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.481 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.481 | 10413 | Assigned run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.481 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.481 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CUPgzt +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.482 | 10417 | Recursively removing directory: /tmp/git.3LI4Fj/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.483 | 26910 | Marked run 1559 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.483 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.484 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.484 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.484 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.484 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.484 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.484 | 26913 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.484 | 10413 | Removed run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.484 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.484 | 10413 | Assigned run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.484 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.485 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.u2qY7w +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.486 | 26912 | Marked run 1560 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.486 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.487 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.488 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.489 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.490 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.493 | 10414 | Recursively removing directory: /tmp/git.CUPgzt/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.495 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.495 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.495 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.495 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.495 | 26927 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.495 | 10413 | Removed run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.495 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.495 | 10413 | Assigned run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.495 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.495 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.495 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KzOw86 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.496 | 10417 | Recursively removing directory: /tmp/git.u2qY7w/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.497 | 26926 | Marked run 1561 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.497 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.498 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.498 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.498 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.498 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.498 | 26929 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.498 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.498 | 10413 | Removed run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.498 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.498 | 10413 | Assigned run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.498 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.499 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.N4qk5T +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.500 | 26928 | Marked run 1562 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.500 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.501 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.501 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.503 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.504 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.507 | 10414 | Recursively removing directory: /tmp/git.KzOw86/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.509 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.509 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.509 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.509 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.509 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.509 | 26943 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.509 | 10413 | Removed run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.509 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.509 | 10413 | Assigned run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.509 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.510 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FBSQ2y +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.510 | 10417 | Recursively removing directory: /tmp/git.N4qk5T/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.511 | 26942 | Marked run 1563 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.511 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.512 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.512 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.512 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.512 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.512 | 26945 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.512 | 10413 | Removed run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.512 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.512 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.512 | 10413 | Assigned run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.512 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.512 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MF5f54 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.514 | 26944 | Marked run 1564 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.514 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.515 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.516 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.517 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.518 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.522 | 10414 | Recursively removing directory: /tmp/git.FBSQ2y/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.523 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.523 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.524 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.523 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.524 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.524 | 26959 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.524 | 10413 | Removed run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.524 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.524 | 10413 | Assigned run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.524 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.524 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rcIzRn +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.524 | 10417 | Recursively removing directory: /tmp/git.MF5f54/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.525 | 26958 | Marked run 1565 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.526 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.526 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.526 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.526 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.526 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.526 | 26961 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.527 | 10413 | Removed run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.527 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.527 | 10413 | Assigned run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.527 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.526 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.527 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HQQSpk +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.528 | 26960 | Marked run 1566 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.528 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.530 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.530 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.531 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.532 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.536 | 10414 | Recursively removing directory: /tmp/git.rcIzRn/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.538 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.538 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.538 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.538 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.538 | 26975 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.538 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.538 | 10413 | Removed run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.538 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.538 | 10413 | Assigned run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.538 | 10417 | Recursively removing directory: /tmp/git.HQQSpk/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.538 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.538 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TLHLX9 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.540 | 26974 | Marked run 1567 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.540 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.540 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.540 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.540 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.540 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.540 | 26977 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.540 | 10413 | Removed run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.540 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.541 | 10413 | Assigned run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.541 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.540 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.541 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Mzmo8Q +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.543 | 26976 | Marked run 1568 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.543 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.544 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.545 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.545 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.546 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.551 | 10414 | Recursively removing directory: /tmp/git.TLHLX9/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.552 | 10417 | Recursively removing directory: /tmp/git.Mzmo8Q/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.552 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.552 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.552 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.552 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.552 | 26991 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.552 | 10413 | Removed run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.552 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.552 | 10413 | Assigned run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.552 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.552 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.553 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.E6Wn5S +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.554 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.554 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.555 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.554 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.554 | 26990 | Marked run 1569 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.555 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.555 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.555 | 26993 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.555 | 10413 | Removed run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.555 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.555 | 10413 | Assigned run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.555 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.555 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.O6hPJ5 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.556 | 26992 | Marked run 1570 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.556 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.558 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.559 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.560 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.560 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.565 | 10414 | Recursively removing directory: /tmp/git.E6Wn5S/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.566 | 10417 | Recursively removing directory: /tmp/git.O6hPJ5/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.566 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.566 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.566 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.567 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.567 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.567 | 27007 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.567 | 10413 | Removed run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.567 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.567 | 10413 | Assigned run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.567 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.567 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UiAoVb +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.568 | 27006 | Marked run 1571 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.569 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.569 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.569 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.569 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.569 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.569 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.569 | 27009 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.569 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.569 | 10413 | Removed run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.569 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.569 | 10413 | Assigned run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.569 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ApeAqp +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.571 | 27008 | Marked run 1572 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.571 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.573 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.574 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.574 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.575 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.579 | 10414 | Recursively removing directory: /tmp/git.UiAoVb/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.581 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.581 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.581 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.581 | 27023 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.581 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.581 | 10413 | Removed run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.581 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.581 | 10413 | Assigned run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.581 | 10417 | Recursively removing directory: /tmp/git.ApeAqp/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.581 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.581 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.582 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fte429 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.583 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.583 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.583 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.584 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CELBFd +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.583 | 27022 | Marked run 1573 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.583 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.583 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.583 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.583 | 27025 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.583 | 10413 | Removed run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.583 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.583 | 10413 | Assigned run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.584 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.585 | 27024 | Marked run 1574 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.585 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.587 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.588 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.588 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.589 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.594 | 10414 | Recursively removing directory: /tmp/git.fte429/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.595 | 10417 | Recursively removing directory: /tmp/git.CELBFd/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.595 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.595 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.595 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.595 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.595 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.595 | 27039 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.595 | 10413 | Removed run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.595 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.595 | 10413 | Assigned run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.595 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tf5RVc +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.596 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.597 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.597 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.597 | 27038 | Marked run 1575 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.598 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.598 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.598 | 27041 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.598 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.598 | 10413 | Removed run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.598 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.598 | 10413 | Assigned run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.597 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.598 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kE74XI +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.599 | 27040 | Marked run 1576 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.599 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.601 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.602 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.603 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.603 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.608 | 10414 | Recursively removing directory: /tmp/git.tf5RVc/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.609 | 10417 | Recursively removing directory: /tmp/git.kE74XI/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.609 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.609 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.610 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.610 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.610 | 27055 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.610 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.610 | 10413 | Removed run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.610 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.610 | 10413 | Assigned run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.610 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.610 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CX6YsK +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.612 | 27054 | Marked run 1577 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.612 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.612 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.612 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.612 | 27057 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.612 | 10413 | Removed run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.612 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.612 | 10413 | Assigned run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.612 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.612 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.612 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.612 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.613 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.a3F4rM +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.614 | 27056 | Marked run 1578 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.614 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.615 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.616 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.617 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.618 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.622 | 10414 | Recursively removing directory: /tmp/git.CX6YsK/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.623 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.623 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.623 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.623 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.623 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.623 | 27071 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.623 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.623 | 10413 | Removed run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.623 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.624 | 10413 | Assigned run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.624 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.63hq1Y +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.624 | 10417 | Recursively removing directory: /tmp/git.a3F4rM/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.625 | 27070 | Marked run 1579 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.626 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.626 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.626 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.627 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.627 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.627 | 27073 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.627 | 10413 | Removed run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.627 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.627 | 10413 | Assigned run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.627 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.627 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.627 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ysg76u +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.628 | 27072 | Marked run 1580 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.629 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.630 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.630 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.631 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.632 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.636 | 10414 | Recursively removing directory: /tmp/git.63hq1Y/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.638 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.638 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.638 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.638 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.638 | 27087 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.638 | 10413 | Removed run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.638 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.638 | 10413 | Assigned run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.638 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.638 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.638 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dps7in +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.638 | 10417 | Recursively removing directory: /tmp/git.Ysg76u/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.641 | 27086 | Marked run 1581 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.641 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.641 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.641 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.641 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.641 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.641 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.642 | 27089 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.642 | 10413 | Removed run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.642 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.642 | 10413 | Assigned run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.642 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.642 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MxYBAL +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.643 | 27088 | Marked run 1582 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.643 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.644 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.645 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.647 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.648 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.651 | 10414 | Recursively removing directory: /tmp/git.dps7in/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.652 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.652 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.652 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.653 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.653 | 27103 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.653 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.653 | 10413 | Removed run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.653 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.653 | 10413 | Assigned run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.653 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.653 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pM1rxm +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.654 | 10417 | Recursively removing directory: /tmp/git.MxYBAL/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.655 | 27101 | Marked run 1583 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.655 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.656 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.656 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.656 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.656 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.656 | 27105 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.656 | 10413 | Removed run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.656 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.656 | 10413 | Assigned run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.657 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.656 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.656 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2YzOES +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.658 | 27104 | Marked run 1584 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.658 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.659 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.660 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.661 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.662 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.665 | 10414 | Recursively removing directory: /tmp/git.pM1rxm/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.667 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.667 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.667 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.667 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.667 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.667 | 27118 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.667 | 10413 | Removed run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.667 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.667 | 10413 | Assigned run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.667 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.668 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oHPtRL +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.669 | 27117 | Marked run 1585 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.669 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.669 | 10417 | Recursively removing directory: /tmp/git.2YzOES/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.671 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.671 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.671 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.671 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.671 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.671 | 27121 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.671 | 10413 | Removed run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.671 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.671 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.671 | 10413 | Assigned run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.671 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Pes47x +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.674 | 27120 | Marked run 1586 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.674 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.675 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.675 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.677 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.678 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.681 | 10414 | Recursively removing directory: /tmp/git.oHPtRL/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.682 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.682 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.683 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.683 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.683 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.683 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lbLjZy +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.683 | 27134 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.683 | 10413 | Removed run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.683 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.683 | 10413 | Assigned run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.683 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.684 | 10417 | Recursively removing directory: /tmp/git.Pes47x/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.685 | 27133 | Marked run 1587 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.685 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.686 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.686 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.686 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.686 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.686 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.687 | 27137 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.687 | 10413 | Removed run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.687 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.687 | 10413 | Assigned run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.687 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1h5Lcq +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.687 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.688 | 27136 | Marked run 1588 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.689 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.690 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.691 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.692 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.692 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.696 | 10414 | Recursively removing directory: /tmp/git.lbLjZy/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.698 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.698 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.698 | 10417 | Recursively removing directory: /tmp/git.1h5Lcq/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.698 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.698 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.698 | 27151 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.698 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.698 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.698 | 10413 | Removed run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.698 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9cU1L3 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.698 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.698 | 10413 | Assigned run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.700 | 27150 | Marked run 1589 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.700 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.701 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.701 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.701 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.701 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.701 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.701 | 27153 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.701 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.701 | 10413 | Removed run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.701 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.701 | 10413 | Assigned run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.701 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KUxVl8 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.703 | 27152 | Marked run 1590 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.703 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.704 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.705 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.705 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.706 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.711 | 10414 | Recursively removing directory: /tmp/git.9cU1L3/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.712 | 10417 | Recursively removing directory: /tmp/git.KUxVl8/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.712 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.712 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.712 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.713 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.713 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.713 | 27167 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.713 | 10413 | Removed run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.713 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.713 | 10413 | Assigned run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.713 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bd6Jpy +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.713 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.715 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.715 | 27166 | Marked run 1591 as finished +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.715 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.715 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.715 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.715 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.715 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.715 | 27169 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.715 | 10413 | Removed run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.715 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.715 | 10413 | Assigned run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.715 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.715 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oOIjQ5 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.716 | 27168 | Marked run 1592 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.717 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.719 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.719 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.720 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.721 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.725 | 10414 | Recursively removing directory: /tmp/git.bd6Jpy/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.727 | 10417 | Recursively removing directory: /tmp/git.oOIjQ5/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.727 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.727 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.727 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.727 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.727 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.727 | 27183 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.727 | 10413 | Removed run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.727 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.727 | 10413 | Assigned run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.727 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.728 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GF18on +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.729 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.729 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.729 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.729 | 27182 | Marked run 1593 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.730 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.730 | 27185 | Added a new worker 6 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.730 | 10413 | Removed run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.730 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.730 | 10413 | Assigned run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.730 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.730 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.730 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fMUyTn +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.731 | 27184 | Marked run 1594 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.731 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.733 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.734 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.734 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.735 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.739 | 10414 | Recursively removing directory: /tmp/git.GF18on/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.741 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.741 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.741 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.741 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.741 | 27199 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.741 | 10413 | Removed run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.741 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.741 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.741 | 10413 | Assigned run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.741 | 10417 | Recursively removing directory: /tmp/git.fMUyTn/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.741 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.741 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.71EgWA +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.743 | 27198 | Marked run 1595 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.743 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.744 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.744 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.744 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.744 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.744 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.744 | 27201 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.744 | 10413 | Removed run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.744 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.744 | 10413 | Assigned run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.744 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MxAosP +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.744 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.746 | 27200 | Marked run 1596 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.746 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.747 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.748 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.749 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.750 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.753 | 10414 | Recursively removing directory: /tmp/git.71EgWA/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.755 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.755 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.755 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.755 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.755 | 27215 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.755 | 10413 | Removed run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.755 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.755 | 10413 | Assigned run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.755 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.756 | 10417 | Recursively removing directory: /tmp/git.MxAosP/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.755 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.755 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qYwe7m +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.757 | 27214 | Marked run 1597 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.758 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.758 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.758 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.758 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.758 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.758 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.758 | 27217 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.758 | 10413 | Removed run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.758 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.758 | 10413 | Assigned run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.759 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wmQhqp +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.759 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.760 | 27216 | Marked run 1598 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.760 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.761 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.762 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.763 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.764 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.768 | 10414 | Recursively removing directory: /tmp/git.qYwe7m/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.769 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.769 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.769 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.769 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.769 | 27231 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.769 | 10413 | Removed run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.769 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.770 | 10413 | Assigned run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.769 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.770 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7A4U3A +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.770 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.770 | 10417 | Recursively removing directory: /tmp/git.wmQhqp/ +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.771 | 27230 | Marked run 1599 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.772 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.772 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.772 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.772 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.773 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.773 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.773 | 27233 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.773 | 10413 | Removed run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.773 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.773 | 10413 | Assigned run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.773 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.R5tjXn +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.773 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.774 | 27232 | Marked run 1600 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.774 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.775 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.776 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.778 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.778 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.782 | 10414 | Recursively removing directory: /tmp/git.7A4U3A/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.784 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.784 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.784 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.784 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.784 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.784 | 27247 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.784 | 10413 | Removed run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.784 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.784 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.784 | 10413 | Assigned run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.784 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mPi0zQ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.784 | 10417 | Recursively removing directory: /tmp/git.R5tjXn/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.786 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.786 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.786 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.786 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.786 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.786 | 27249 | Added a new worker 13 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.786 | 10413 | Removed run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.786 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.786 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.786 | 10413 | Assigned run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.786 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Kmz1V0 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.789 | 27246 | Marked run 1601 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.790 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.790 | 27248 | Marked run 1602 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.791 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.792 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.792 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.793 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.793 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.798 | 10417 | Recursively removing directory: /tmp/git.Kmz1V0/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.798 | 10414 | Recursively removing directory: /tmp/git.mPi0zQ/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.800 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.800 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.800 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.800 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.800 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.800 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.800 | 27265 | Added a new worker 15 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.800 | 27264 | Added a new worker 16 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.800 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.800 | 10413 | Removed run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.800 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.800 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.800 | 10413 | Assigned run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.800 | 10413 | Removed run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.800 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.800 | 10413 | Assigned run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.800 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.800 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JevaUx +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.800 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.800 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.800 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.800 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.w6Wg5m +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.802 | 27263 | Marked run 1604 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.802 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.804 | 27262 | Marked run 1603 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.804 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.806 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.806 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.807 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.807 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.812 | 10414 | Recursively removing directory: /tmp/git.JevaUx/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.812 | 10417 | Recursively removing directory: /tmp/git.w6Wg5m/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.814 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.814 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.814 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.814 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.814 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.814 | 27280 | Added a new worker 14 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.814 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.814 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.814 | 10413 | Removed run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.814 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.814 | 10413 | Assigned run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.814 | 27281 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.814 | 10413 | Removed run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.814 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.814 | 10413 | Assigned run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.814 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.814 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.814 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.815 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KcjdtC +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.814 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.814 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.814 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.292mgb +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.816 | 27279 | Marked run 1606 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.816 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.818 | 27278 | Marked run 1605 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.818 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.820 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.820 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.821 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.821 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.826 | 10417 | Recursively removing directory: /tmp/git.292mgb/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.826 | 10414 | Recursively removing directory: /tmp/git.KcjdtC/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.828 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.828 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.828 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.828 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.828 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.828 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.828 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.828 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.828 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.828 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HjJo8C +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.828 | 27296 | Added a new worker 15 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.828 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.828 | 10413 | Removed run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.828 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.829 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bZJcSS +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.828 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.828 | 10413 | Assigned run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.828 | 27297 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.828 | 10413 | Removed run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.828 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.828 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.828 | 10413 | Assigned run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.830 | 27295 | Marked run 1608 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.830 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.832 | 27294 | Marked run 1607 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.832 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.833 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.834 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.834 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.835 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.840 | 10417 | Recursively removing directory: /tmp/git.HjJo8C/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.841 | 10414 | Recursively removing directory: /tmp/git.bZJcSS/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.842 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.842 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.842 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.842 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.842 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.842 | 27311 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.842 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.842 | 10413 | Removed run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.842 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.842 | 10413 | Assigned run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.842 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.G2Z5hO +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.843 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.843 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.843 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.843 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.843 | 27313 | Added a new worker 13 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.843 | 10413 | Removed run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.843 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.843 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.843 | 10413 | Assigned run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.843 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.843 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.z2bF74 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.844 | 27310 | Marked run 1609 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.845 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.846 | 27312 | Marked run 1610 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.846 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.848 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.848 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.849 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.849 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.855 | 10417 | Recursively removing directory: /tmp/git.G2Z5hO/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.855 | 10414 | Recursively removing directory: /tmp/git.z2bF74/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.856 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.856 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.856 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.856 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.856 | 27327 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.856 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.857 | 10413 | Removed run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.857 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.857 | 10413 | Assigned run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.856 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.857 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7p9fI3 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.857 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.857 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.858 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.858 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.858 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.858 | 27329 | Added a new worker 14 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.858 | 10413 | Removed run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.858 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.858 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.858 | 10413 | Assigned run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.858 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3gyLsC +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.858 | 27326 | Marked run 1611 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.859 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.860 | 27328 | Marked run 1612 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.860 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.862 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.863 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.863 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.863 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.869 | 10417 | Recursively removing directory: /tmp/git.7p9fI3/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.869 | 10414 | Recursively removing directory: /tmp/git.3gyLsC/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.870 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.870 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.870 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.870 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.870 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.870 | 27343 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.870 | 10413 | Removed run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.870 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.870 | 10413 | Assigned run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.870 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.871 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.871 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.871 | 27345 | Added a new worker 13 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.871 | 10413 | Removed run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.871 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.871 | 10413 | Assigned run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.871 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.871 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2UyTS0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.871 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.871 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.871 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.871 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.v1uSt7 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.873 | 27342 | Marked run 1613 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.873 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.874 | 27344 | Marked run 1614 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.874 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.876 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.877 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.877 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.877 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.883 | 10414 | Recursively removing directory: /tmp/git.v1uSt7/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.883 | 10417 | Recursively removing directory: /tmp/git.2UyTS0/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.884 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.884 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.884 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.884 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.885 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.884 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.884 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.885 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.885 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.885 | 27360 | Added a new worker 15 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.885 | 10413 | Removed run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.885 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.885 | 10413 | Assigned run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.885 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.885 | 27361 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.885 | 10413 | Removed run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.885 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.885 | 10413 | Assigned run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.885 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.885 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jqxnjY +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.885 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.885 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kTV7hA +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.887 | 27358 | Marked run 1616 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.887 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.888 | 27359 | Marked run 1615 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.888 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.890 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.890 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.891 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.891 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.897 | 10417 | Recursively removing directory: /tmp/git.jqxnjY/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.897 | 10414 | Recursively removing directory: /tmp/git.kTV7hA/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.898 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.898 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.898 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.898 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.898 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.898 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.899 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.899 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.899 | 27376 | Added a new worker 15 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.899 | 10413 | Removed run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.899 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.899 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.899 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.899 | 10413 | Assigned run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.899 | 27377 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.899 | 10413 | Removed run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.899 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.899 | 10413 | Assigned run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.899 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.898 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.899 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZGsqYR +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.899 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IRvmIx +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.900 | 27374 | Marked run 1617 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.900 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.902 | 27375 | Marked run 1618 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.902 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.904 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.904 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.905 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.905 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.910 | 10414 | Recursively removing directory: /tmp/git.IRvmIx/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.911 | 10417 | Recursively removing directory: /tmp/git.ZGsqYR/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.912 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.912 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.912 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.912 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.912 | 27391 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.912 | 10413 | Removed run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.912 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.912 | 10413 | Assigned run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.912 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.912 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.912 | 27393 | Added a new worker 12 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.912 | 10413 | Removed run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.912 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.913 | 10413 | Assigned run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.913 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.912 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.912 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.912 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.913 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LjK9AO +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.912 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.912 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7tV4F1 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.915 | 27390 | Marked run 1619 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.915 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.916 | 27392 | Marked run 1620 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.916 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.917 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.918 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.918 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.919 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.924 | 10414 | Recursively removing directory: /tmp/git.7tV4F1/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.925 | 10417 | Recursively removing directory: /tmp/git.LjK9AO/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.925 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.925 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.926 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.926 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.926 | 27407 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.926 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.926 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.926 | 10413 | Removed run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.926 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.926 | 10413 | Assigned run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.926 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vJeJIS +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.927 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.927 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.927 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.928 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.928 | 27409 | Added a new worker 13 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.928 | 10413 | Removed run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.928 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.928 | 10413 | Assigned run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.928 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.928 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GJ9461 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.928 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.928 | 27406 | Marked run 1621 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.928 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.930 | 27408 | Marked run 1622 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.930 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.932 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.932 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.933 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.938 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.938 | 10414 | Recursively removing directory: /tmp/git.vJeJIS/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.939 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.939 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.940 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.940 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.940 | 27418 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.940 | 10413 | Removed run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.940 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.940 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.940 | 10413 | Assigned run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.940 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.940 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zA99Me +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.941 | 27417 | Marked run 1623 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.942 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.944 | 10417 | Recursively removing directory: /tmp/git.GJ9461/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.945 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.946 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.946 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.946 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.946 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.946 | 27425 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.946 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.946 | 10413 | Removed run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.946 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.946 | 10413 | Assigned run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.946 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.946 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2kRLFU +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.946 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.948 | 27424 | Marked run 1624 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.948 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.951 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.952 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.953 | 10414 | Recursively removing directory: /tmp/git.zA99Me/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.954 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.954 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.954 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.954 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.954 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.954 | 27435 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.954 | 10413 | Removed run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.954 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.954 | 10413 | Assigned run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.954 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.954 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sDpG1T +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.956 | 27434 | Marked run 1625 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.956 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.958 | 10417 | Recursively removing directory: /tmp/git.2kRLFU/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.960 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.960 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.960 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.960 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.960 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.960 | 27441 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.960 | 10413 | Removed run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.960 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.960 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.960 | 10413 | Assigned run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.960 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.960 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pgMaps +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.961 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.962 | 27440 | Marked run 1626 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.962 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.965 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.966 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.967 | 10414 | Recursively removing directory: /tmp/git.sDpG1T/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.968 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.968 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.969 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.969 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.969 | 27451 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.969 | 10413 | Removed run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.969 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.969 | 10413 | Assigned run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.969 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.969 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.969 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.q3papd +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.971 | 27450 | Marked run 1627 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.971 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.972 | 10417 | Recursively removing directory: /tmp/git.pgMaps/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.974 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.974 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.974 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.974 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.974 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.974 | 27457 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.974 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.974 | 10413 | Removed run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.974 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QbqNVh +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.974 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.974 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.974 | 10413 | Assigned run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.975 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.976 | 27456 | Marked run 1628 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.976 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.979 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.980 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.981 | 10414 | Recursively removing directory: /tmp/git.q3papd/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.982 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.982 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.982 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.982 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.983 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.983 | 27467 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.983 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.983 | 10413 | Removed run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.983 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.983 | 10413 | Assigned run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.983 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zb1z8Y +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.985 | 27466 | Marked run 1629 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.985 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.986 | 10417 | Recursively removing directory: /tmp/git.QbqNVh/ +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.988 | 10417 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.988 | 10417 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.988 | 10417 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.988 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.988 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.988 | 10414 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.988 | 27473 | Added a new worker 11 to the queue +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.988 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5d3jg1 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.988 | 10413 | Removed run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.988 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.988 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.988 | 10413 | Assigned run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.989 | 10414 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.990 | 27472 | Marked run 1630 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.990 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.993 | 10417 | Checking out revision HEAD +2024-04-25 03:44:34 | INFO | 10417/cimple-worker: 2024-04-25 03:44:34.994 | 10417 | Going to run: ./ci +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.995 | 10414 | Recursively removing directory: /tmp/git.zb1z8Y/ +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.997 | 10414 | Process exit code: 0 +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.997 | 10414 | Process output: 57 bytes +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.997 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.997 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.997 | 27483 | Added a new worker 10 to the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.997 | 10413 | Removed run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.997 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.997 | 10413 | Assigned run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.997 | 10411 | Waiting for new connections +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.997 | 10414 | Waiting for a new command +2024-04-25 03:44:34 | INFO | 10414/cimple-worker: 2024-04-25 03:44:34.997 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fMjPX4 +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.999 | 27482 | Marked run 1631 as finished +2024-04-25 03:44:34 | INFO | 10411/cimple-server: 2024-04-25 03:44:34.999 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.000 | 10417 | Recursively removing directory: /tmp/git.5d3jg1/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.002 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.002 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.002 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.002 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.002 | 27489 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.002 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.002 | 10413 | Removed run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.002 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.002 | 10413 | Assigned run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.002 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.002 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.002 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.y7V9cf +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.003 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.004 | 27488 | Marked run 1632 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.004 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.007 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.008 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.009 | 10414 | Recursively removing directory: /tmp/git.fMjPX4/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.010 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.010 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.010 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.011 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.011 | 27499 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.011 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.011 | 10413 | Removed run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.011 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.011 | 10413 | Assigned run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.011 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.011 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.n45O5L +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.013 | 27498 | Marked run 1633 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.013 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.014 | 10417 | Recursively removing directory: /tmp/git.y7V9cf/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.015 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.015 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.015 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.015 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.015 | 27505 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.015 | 10413 | Removed run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.015 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.015 | 10413 | Assigned run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.015 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.016 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oD9Hi3 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.016 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.016 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.017 | 27504 | Marked run 1634 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.017 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.018 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.020 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.021 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.023 | 10414 | Recursively removing directory: /tmp/git.n45O5L/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.025 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.025 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.025 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.025 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.025 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.025 | 27518 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.025 | 10413 | Removed run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.025 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.025 | 10413 | Assigned run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.025 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.026 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RbXQ6h +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.027 | 10417 | Recursively removing directory: /tmp/git.oD9Hi3/ +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.027 | 27517 | Marked run 1635 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.028 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.028 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.028 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.029 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.029 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.029 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.029 | 27521 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.029 | 10413 | Removed run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.029 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.029 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.029 | 10413 | Assigned run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.029 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JyfsgR +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.030 | 27520 | Marked run 1636 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.031 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.031 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.032 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.033 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.034 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.038 | 10414 | Recursively removing directory: /tmp/git.RbXQ6h/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.039 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.039 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.039 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.039 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.039 | 27534 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.039 | 10413 | Removed run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.039 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.039 | 10413 | Assigned run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.040 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.039 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.040 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PojxXN +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.041 | 27533 | Marked run 1637 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.041 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.041 | 10417 | Recursively removing directory: /tmp/git.JyfsgR/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.042 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.042 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.043 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.043 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.043 | 27537 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.043 | 10413 | Removed run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.043 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.043 | 10413 | Assigned run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.043 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.043 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.043 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.38rSww +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.045 | 27536 | Marked run 1638 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.045 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.046 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.046 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.047 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.048 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.052 | 10414 | Recursively removing directory: /tmp/git.PojxXN/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.053 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.053 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.054 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.054 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.054 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.054 | 27551 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.054 | 10417 | Recursively removing directory: /tmp/git.38rSww/ +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.054 | 10413 | Removed run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.054 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.054 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.054 | 10413 | Assigned run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.054 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rAtHht +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.056 | 27550 | Marked run 1639 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.056 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.056 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.056 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.056 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.056 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.056 | 27553 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.056 | 10413 | Removed run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.056 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.056 | 10413 | Assigned run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.057 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.056 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.057 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1cFUSs +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.059 | 27552 | Marked run 1640 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.060 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.060 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.061 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.062 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.063 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.067 | 10414 | Recursively removing directory: /tmp/git.rAtHht/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.068 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.068 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.068 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.068 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.068 | 27567 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.068 | 10413 | Removed run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.068 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.068 | 10413 | Assigned run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.069 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.068 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.068 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bbxQTQ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.069 | 10417 | Recursively removing directory: /tmp/git.1cFUSs/ +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.070 | 27566 | Marked run 1641 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.070 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.071 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.071 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.071 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.071 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.072 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.072 | 27569 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.072 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.072 | 10413 | Removed run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.072 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.072 | 10413 | Assigned run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.072 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LEiEAy +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.073 | 27568 | Marked run 1642 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.073 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.074 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.075 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.077 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.077 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.080 | 10414 | Recursively removing directory: /tmp/git.bbxQTQ/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.082 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.082 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.082 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.082 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.082 | 27582 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.082 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.082 | 10413 | Removed run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.082 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.082 | 10413 | Assigned run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.082 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.082 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OZtWgH +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.083 | 10417 | Recursively removing directory: /tmp/git.LEiEAy/ +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.084 | 27581 | Marked run 1643 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.084 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.085 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.085 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.085 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.085 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.085 | 27585 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.085 | 10413 | Removed run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.085 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.085 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.085 | 10413 | Assigned run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.085 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.086 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.N5SDXE +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.087 | 27584 | Marked run 1644 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.087 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.088 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.089 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.090 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.091 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.094 | 10414 | Recursively removing directory: /tmp/git.OZtWgH/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.096 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.096 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.096 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.096 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.096 | 27599 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.096 | 10413 | Removed run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.096 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.096 | 10413 | Assigned run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.096 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.096 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.096 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fedD4S +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.097 | 10417 | Recursively removing directory: /tmp/git.N5SDXE/ +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.098 | 27598 | Marked run 1645 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.098 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.099 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.099 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.099 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.099 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.099 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.099 | 27601 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.099 | 10413 | Removed run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.099 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.099 | 10413 | Assigned run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.100 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.100 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.H8J9ZA +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.101 | 27600 | Marked run 1646 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.101 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.102 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.103 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.104 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.104 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.109 | 10414 | Recursively removing directory: /tmp/git.fedD4S/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.110 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.110 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.111 | 10417 | Recursively removing directory: /tmp/git.H8J9ZA/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.111 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.111 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.111 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.111 | 27615 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.111 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.111 | 10413 | Removed run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.111 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.111 | 10413 | Assigned run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.111 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eRZeRl +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.113 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.113 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.113 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.113 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.113 | 27617 | Added a new worker 12 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.113 | 10413 | Removed run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.113 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.113 | 10413 | Assigned run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.114 | 27614 | Marked run 1647 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.114 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.114 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.113 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.114 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kBbeUk +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.115 | 27616 | Marked run 1648 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.115 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.117 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.118 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.119 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.119 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.123 | 10414 | Recursively removing directory: /tmp/git.eRZeRl/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.125 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.125 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.125 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.125 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.125 | 27631 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.125 | 10413 | Removed run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.125 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.125 | 10413 | Assigned run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.125 | 10417 | Recursively removing directory: /tmp/git.kBbeUk/ +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.126 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.125 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.125 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DYcny7 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.127 | 27630 | Marked run 1649 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.127 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.128 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.128 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.128 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.128 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.128 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.128 | 27633 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.128 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.128 | 10413 | Removed run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.129 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.129 | 10413 | Assigned run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.129 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.52zDOF +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.130 | 27632 | Marked run 1650 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.130 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.131 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.132 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.134 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.134 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.137 | 10414 | Recursively removing directory: /tmp/git.DYcny7/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.139 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.139 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.139 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.139 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.139 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.139 | 27646 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.139 | 10413 | Removed run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.139 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.140 | 10413 | Assigned run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.140 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hJXpPT +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.140 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.141 | 27645 | Marked run 1651 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.141 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.141 | 10417 | Recursively removing directory: /tmp/git.52zDOF/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.143 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.143 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.143 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.143 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.143 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.143 | 27649 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.143 | 10413 | Removed run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.143 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.143 | 10413 | Assigned run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.143 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.obSlVC +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.144 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.145 | 27648 | Marked run 1652 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.145 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.145 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.146 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.148 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.149 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.152 | 10414 | Recursively removing directory: /tmp/git.hJXpPT/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.154 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.154 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.154 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.154 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.154 | 27663 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.154 | 10413 | Removed run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.154 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.154 | 10413 | Assigned run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.154 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.154 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.154 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hvYZGw +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.155 | 10417 | Recursively removing directory: /tmp/git.obSlVC/ +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.156 | 27662 | Marked run 1653 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.156 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.157 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.157 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.157 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.157 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.157 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.157 | 27665 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.157 | 10413 | Removed run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.157 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.157 | 10413 | Assigned run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.157 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.157 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MErb63 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.159 | 27664 | Marked run 1654 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.159 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.160 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.161 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.162 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.163 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.167 | 10414 | Recursively removing directory: /tmp/git.hvYZGw/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.168 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.168 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.168 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.168 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.169 | 27679 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.169 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.169 | 10413 | Removed run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.169 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.169 | 10413 | Assigned run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.168 | 10417 | Recursively removing directory: /tmp/git.MErb63/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.168 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.169 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mTnoUn +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.170 | 27678 | Marked run 1655 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.171 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.171 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.171 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.171 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.171 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.171 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.171 | 27681 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.171 | 10413 | Removed run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.171 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.171 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.171 | 10413 | Assigned run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.172 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oIjSyB +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.173 | 27680 | Marked run 1656 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.173 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.174 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.175 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.176 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.177 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.180 | 10414 | Recursively removing directory: /tmp/git.mTnoUn/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.182 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.182 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.182 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.182 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.182 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.182 | 27695 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.182 | 10413 | Removed run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.182 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.182 | 10413 | Assigned run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.183 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.183 | 10417 | Recursively removing directory: /tmp/git.oIjSyB/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.182 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BGS8As +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.184 | 27694 | Marked run 1657 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.184 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.186 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.186 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.186 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.186 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.186 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.186 | 27697 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.186 | 10413 | Removed run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.186 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.186 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.186 | 10413 | Assigned run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.187 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BgzLXg +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.187 | 27696 | Marked run 1658 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.188 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.188 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.189 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.191 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.192 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.195 | 10414 | Recursively removing directory: /tmp/git.BGS8As/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.196 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.196 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.197 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.197 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.197 | 27711 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.197 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.197 | 10413 | Removed run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.197 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.197 | 10413 | Assigned run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.197 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.198 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.P5dQux +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.198 | 10417 | Recursively removing directory: /tmp/git.BgzLXg/ +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.199 | 27710 | Marked run 1659 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.199 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.200 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.200 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.200 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.200 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.200 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.200 | 27713 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.200 | 10413 | Removed run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.200 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.200 | 10413 | Assigned run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.200 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jNTdXi +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.201 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.202 | 27712 | Marked run 1660 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.202 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.203 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.203 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.205 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.206 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.209 | 10414 | Recursively removing directory: /tmp/git.P5dQux/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.211 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.211 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.211 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.211 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.211 | 27727 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.211 | 10413 | Removed run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.211 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.211 | 10413 | Assigned run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.211 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.211 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XRc2RL +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.212 | 10417 | Recursively removing directory: /tmp/git.jNTdXi/ +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.212 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.213 | 27726 | Marked run 1661 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.213 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.214 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.214 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.215 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.215 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.215 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.215 | 27729 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.215 | 10413 | Removed run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.215 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.215 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.215 | 10413 | Assigned run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.215 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bhrSS6 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.217 | 27728 | Marked run 1662 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.217 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.217 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.218 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.219 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.220 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.224 | 10414 | Recursively removing directory: /tmp/git.XRc2RL/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.225 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.225 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.226 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.226 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.226 | 27743 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.226 | 10413 | Removed run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.226 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.226 | 10413 | Assigned run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.226 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.226 | 10417 | Recursively removing directory: /tmp/git.bhrSS6/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.226 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.226 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xNkhlq +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.228 | 27742 | Marked run 1663 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.228 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.228 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.228 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.228 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.229 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.229 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.229 | 27745 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.229 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.229 | 10413 | Removed run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.229 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.229 | 10413 | Assigned run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.229 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X259yg +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.230 | 27744 | Marked run 1664 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.230 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.231 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.232 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.233 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.234 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.238 | 10414 | Recursively removing directory: /tmp/git.xNkhlq/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.239 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.239 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.240 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.240 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.240 | 27759 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.240 | 10413 | Removed run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.240 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.240 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.240 | 10413 | Assigned run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.240 | 10417 | Recursively removing directory: /tmp/git.X259yg/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.240 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.240 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uq3ozQ +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.242 | 27758 | Marked run 1665 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.242 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.243 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.243 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.243 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.243 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.243 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.243 | 27761 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.243 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.243 | 10413 | Removed run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.243 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.243 | 10413 | Assigned run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.243 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qqCnTA +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.245 | 27760 | Marked run 1666 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.245 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.246 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.246 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.248 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.248 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.252 | 10414 | Recursively removing directory: /tmp/git.uq3ozQ/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.253 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.253 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.254 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.254 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.254 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.254 | 27775 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.254 | 10413 | Removed run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.254 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.254 | 10413 | Assigned run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.254 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.254 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.po4l80 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.254 | 10417 | Recursively removing directory: /tmp/git.qqCnTA/ +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.256 | 27774 | Marked run 1667 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.256 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.256 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.256 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.256 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.256 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.257 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.257 | 27777 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.257 | 10413 | Removed run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.257 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.257 | 10413 | Assigned run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.257 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.257 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lN8qmV +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.259 | 27776 | Marked run 1668 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.259 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.260 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.260 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.261 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.262 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.266 | 10414 | Recursively removing directory: /tmp/git.po4l80/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.268 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.268 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.268 | 10417 | Recursively removing directory: /tmp/git.lN8qmV/ +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.268 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.268 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.268 | 27791 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.268 | 10413 | Removed run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.268 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.268 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.268 | 10413 | Assigned run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.268 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.268 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KiAU5v +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.270 | 27790 | Marked run 1669 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.270 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.270 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.270 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.270 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.270 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.271 | 27793 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.271 | 10413 | Removed run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.271 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.271 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.271 | 10413 | Assigned run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.270 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.271 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7K2StT +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.272 | 27792 | Marked run 1670 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.272 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.273 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.274 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.275 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.276 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.280 | 10414 | Recursively removing directory: /tmp/git.KiAU5v/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.281 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.281 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.281 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.281 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.281 | 27807 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.281 | 10413 | Removed run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.281 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.281 | 10413 | Assigned run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.282 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.281 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.281 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7cSnsr +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.282 | 10417 | Recursively removing directory: /tmp/git.7K2StT/ +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.283 | 27806 | Marked run 1671 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.283 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.284 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.284 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.284 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.284 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.284 | 27809 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.284 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.284 | 10413 | Removed run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.284 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.284 | 10413 | Assigned run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.284 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.285 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.udaI2v +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.286 | 27808 | Marked run 1672 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.286 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.288 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.288 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.289 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.289 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.294 | 10414 | Recursively removing directory: /tmp/git.7cSnsr/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.295 | 10417 | Recursively removing directory: /tmp/git.udaI2v/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.296 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.296 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.296 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.296 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.296 | 27823 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.296 | 10413 | Removed run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.296 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.296 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.296 | 10413 | Assigned run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.296 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.296 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TlNzjI +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.298 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.298 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.298 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.298 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.298 | 27822 | Marked run 1673 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.298 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.298 | 27825 | Added a new worker 7 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.298 | 10413 | Removed run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.298 | 10413 | Removed worker 7 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.298 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.298 | 10413 | Assigned run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.298 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.298 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UbUHJT +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.300 | 27824 | Marked run 1674 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.300 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.301 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.302 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.303 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.303 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.308 | 10414 | Recursively removing directory: /tmp/git.TlNzjI/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.309 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.309 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.309 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.309 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.309 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.309 | 27839 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.309 | 10413 | Removed run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.309 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.309 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.310 | 10413 | Assigned run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.310 | 10417 | Recursively removing directory: /tmp/git.UbUHJT/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.310 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.r9Z8Oi +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.311 | 27838 | Marked run 1675 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.311 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.312 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.312 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.312 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.312 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.312 | 27841 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.312 | 10413 | Removed run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.312 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.312 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.312 | 10413 | Assigned run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.312 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.313 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.q1p60k +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.314 | 27840 | Marked run 1676 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.314 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.315 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.316 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.317 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.318 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.322 | 10414 | Recursively removing directory: /tmp/git.r9Z8Oi/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.323 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.323 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.323 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.323 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.324 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.324 | 27855 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.324 | 10413 | Removed run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.324 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.324 | 10413 | Assigned run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.324 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.324 | 10417 | Recursively removing directory: /tmp/git.q1p60k/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.324 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fx0PA6 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.325 | 27854 | Marked run 1677 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.325 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.326 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.326 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.326 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.326 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.327 | 27857 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.327 | 10413 | Removed run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.327 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.327 | 10413 | Assigned run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.327 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.326 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.327 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kcmy1O +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.328 | 27856 | Marked run 1678 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.328 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.329 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.330 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.331 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.332 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.335 | 10414 | Recursively removing directory: /tmp/git.fx0PA6/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.337 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.337 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.337 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.337 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.337 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.337 | 27871 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.337 | 10413 | Removed run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.337 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.337 | 10413 | Assigned run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.337 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.w0JSxs +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.338 | 10417 | Recursively removing directory: /tmp/git.kcmy1O/ +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.338 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.340 | 27870 | Marked run 1679 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.340 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.340 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.340 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.341 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.341 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.341 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.341 | 27873 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.341 | 10413 | Removed run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.341 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.341 | 10413 | Assigned run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.341 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.341 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GZFX4W +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.342 | 27872 | Marked run 1680 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.342 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.343 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.344 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.346 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.346 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.350 | 10414 | Recursively removing directory: /tmp/git.w0JSxs/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.351 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.351 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.351 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.351 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.351 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.351 | 27886 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.351 | 10413 | Removed run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.351 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.351 | 10413 | Assigned run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.352 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.352 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HfY4DO +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.353 | 10417 | Recursively removing directory: /tmp/git.GZFX4W/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.355 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.355 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.355 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.355 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.355 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.355 | 27889 | Added a new worker 13 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.355 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.356 | 10413 | Removed run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.356 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.356 | 10413 | Assigned run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.356 | 27885 | Marked run 1681 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.356 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.356 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tNBT9M +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.358 | 27888 | Marked run 1682 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.358 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.358 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.359 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.361 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.361 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.364 | 10414 | Recursively removing directory: /tmp/git.HfY4DO/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.366 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.366 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.366 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.366 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.366 | 27903 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.366 | 10413 | Removed run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.366 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.366 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.366 | 10413 | Assigned run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.366 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.366 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lYorGR +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.367 | 10417 | Recursively removing directory: /tmp/git.tNBT9M/ +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.368 | 27902 | Marked run 1683 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.368 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.369 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.369 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.369 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.370 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.370 | 27905 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.370 | 10413 | Removed run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.370 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.370 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.370 | 10413 | Assigned run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.370 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.370 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3KQLjz +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.371 | 27904 | Marked run 1684 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.371 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.372 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.373 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.375 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.375 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.378 | 10414 | Recursively removing directory: /tmp/git.lYorGR/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.380 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.380 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.380 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.380 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.380 | 27918 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.380 | 10413 | Removed run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.380 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.380 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.380 | 10413 | Assigned run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.380 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.380 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tmWmJT +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.381 | 10417 | Recursively removing directory: /tmp/git.3KQLjz/ +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.382 | 27917 | Marked run 1685 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.382 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.383 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.383 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.384 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.384 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.384 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.384 | 27921 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.384 | 10413 | Removed run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.384 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.384 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.384 | 10413 | Assigned run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.384 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PWYFEQ +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.386 | 27920 | Marked run 1686 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.386 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.386 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.387 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.389 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.390 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.393 | 10414 | Recursively removing directory: /tmp/git.tmWmJT/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.395 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.395 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.395 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.395 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.395 | 27935 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.395 | 10413 | Removed run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.395 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.395 | 10413 | Assigned run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.395 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.395 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.395 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IzugkV +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.396 | 10417 | Recursively removing directory: /tmp/git.PWYFEQ/ +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.397 | 27934 | Marked run 1687 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.397 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.398 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.398 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.398 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.398 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.398 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.398 | 27937 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.398 | 10413 | Removed run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.398 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.398 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.U6SAIO +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.398 | 10413 | Assigned run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.398 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.400 | 27936 | Marked run 1688 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.400 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.401 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.402 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.403 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.404 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.408 | 10414 | Recursively removing directory: /tmp/git.IzugkV/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.409 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.409 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.409 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.409 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.409 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.409 | 27951 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.409 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.409 | 10413 | Removed run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.409 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.410 | 10413 | Assigned run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.410 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CCGt2k +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.410 | 10417 | Recursively removing directory: /tmp/git.U6SAIO/ +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.411 | 27950 | Marked run 1689 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.412 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.412 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.412 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.412 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.413 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.413 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.413 | 27953 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.413 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.413 | 10413 | Removed run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.413 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.413 | 10413 | Assigned run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.413 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gCDnsI +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.414 | 27952 | Marked run 1690 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.415 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.415 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.416 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.417 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.418 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.422 | 10414 | Recursively removing directory: /tmp/git.CCGt2k/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.423 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.423 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.424 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.424 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.424 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.424 | 27967 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.424 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.424 | 10413 | Removed run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.424 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9QwfUw +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.424 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.424 | 10413 | Assigned run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.425 | 10417 | Recursively removing directory: /tmp/git.gCDnsI/ +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.426 | 27966 | Marked run 1691 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.426 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.427 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.427 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.427 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.427 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.427 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.427 | 27969 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.427 | 10413 | Removed run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.427 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.427 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.427 | 10413 | Assigned run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.428 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uSPMo0 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.429 | 27968 | Marked run 1692 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.429 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.430 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.431 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.432 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.433 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.436 | 10414 | Recursively removing directory: /tmp/git.9QwfUw/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.438 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.438 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.438 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.438 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.438 | 27983 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.438 | 10413 | Removed run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.438 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.438 | 10413 | Assigned run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.439 | 10417 | Recursively removing directory: /tmp/git.uSPMo0/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.438 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.438 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4odmB3 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.439 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.440 | 27982 | Marked run 1693 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.440 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.441 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.441 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.441 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.441 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.441 | 27985 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.441 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.441 | 10413 | Removed run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.441 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.441 | 10413 | Assigned run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.441 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.442 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V8sGc2 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.443 | 27984 | Marked run 1694 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.443 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.444 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.445 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.446 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.447 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.451 | 10414 | Recursively removing directory: /tmp/git.4odmB3/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.452 | 10417 | Recursively removing directory: /tmp/git.V8sGc2/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.452 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.453 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.453 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.453 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.453 | 27999 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.453 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.453 | 10413 | Removed run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.453 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.453 | 10413 | Assigned run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.453 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.453 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.J02hLw +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.455 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.455 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.455 | 27998 | Marked run 1695 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.455 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.455 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.455 | 28001 | Added a new worker 7 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.455 | 10413 | Removed run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.455 | 10413 | Removed worker 7 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.455 | 10413 | Assigned run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.455 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.455 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.455 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fTTnvu +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.458 | 28000 | Marked run 1696 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.458 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.460 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.460 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.461 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.461 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.467 | 10414 | Recursively removing directory: /tmp/git.J02hLw/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.467 | 10417 | Recursively removing directory: /tmp/git.fTTnvu/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.468 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.468 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.469 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.469 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.469 | 28015 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.469 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.469 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.469 | 10413 | Removed run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.469 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.469 | 10413 | Assigned run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.469 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.469 | 28017 | Added a new worker 13 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.469 | 10413 | Removed run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.469 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.469 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.469 | 10413 | Assigned run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.469 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.469 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.469 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.469 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ASqQ56 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.469 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.469 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2zAObv +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.471 | 28014 | Marked run 1697 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.471 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.473 | 28016 | Marked run 1698 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.473 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.474 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.475 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.475 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.475 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.481 | 10417 | Recursively removing directory: /tmp/git.ASqQ56/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.481 | 10414 | Recursively removing directory: /tmp/git.2zAObv/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.482 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.482 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.483 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.483 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.483 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.483 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.483 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.483 | 28031 | Added a new worker 12 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.483 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.483 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.483 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.483 | 10413 | Removed run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.483 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.483 | 10413 | Assigned run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.483 | 28033 | Added a new worker 13 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.483 | 10413 | Removed run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.483 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.483 | 10413 | Assigned run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.483 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.483 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cFmC8l +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.483 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.483 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.23X3Hv +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.485 | 28030 | Marked run 1700 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.486 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.487 | 28032 | Marked run 1699 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.487 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.488 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.489 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.489 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.489 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.495 | 10417 | Recursively removing directory: /tmp/git.cFmC8l/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.495 | 10414 | Recursively removing directory: /tmp/git.23X3Hv/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.496 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.496 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.496 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.496 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.496 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.496 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.497 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mqhUpq +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.496 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.496 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.496 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.496 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.496 | 28048 | Added a new worker 14 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.496 | 10413 | Removed run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.496 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.496 | 10413 | Assigned run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.496 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.497 | 28049 | Added a new worker 15 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.497 | 10413 | Removed run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.497 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.497 | 10413 | Assigned run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.497 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.498 | 28046 | Marked run 1701 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.498 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.497 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OEWVyz +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.500 | 28047 | Marked run 1702 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.500 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.502 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.502 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.502 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.502 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.508 | 10414 | Recursively removing directory: /tmp/git.OEWVyz/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.508 | 10417 | Recursively removing directory: /tmp/git.mqhUpq/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.510 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.510 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.510 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.510 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.510 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.510 | 28063 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.510 | 10413 | Removed run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.510 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.510 | 10413 | Assigned run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.510 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.510 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.510 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.511 | 28065 | Added a new worker 13 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.511 | 10413 | Removed run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.511 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.511 | 10413 | Assigned run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.511 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.510 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6i2rTj +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.510 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.510 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.510 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.511 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vldQ1Z +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.512 | 28062 | Marked run 1704 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.513 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.514 | 28064 | Marked run 1703 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.514 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.516 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.516 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.517 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.517 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.523 | 10417 | Recursively removing directory: /tmp/git.vldQ1Z/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.523 | 10414 | Recursively removing directory: /tmp/git.6i2rTj/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.524 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.524 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.524 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.524 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.524 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.524 | 28079 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.524 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.525 | 10413 | Removed run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.525 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.525 | 10413 | Assigned run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.525 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.524 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.524 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.525 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.525 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OdGHUz +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.525 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.525 | 28081 | Added a new worker 13 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.525 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.525 | 10413 | Removed run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.525 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.525 | 10413 | Assigned run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.525 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.z8yaJt +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.529 | 28078 | Marked run 1706 as finished +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.529 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.529 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.530 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.531 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.531 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.531 | 28080 | Marked run 1705 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.531 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.536 | 10417 | Recursively removing directory: /tmp/git.z8yaJt/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.537 | 10414 | Recursively removing directory: /tmp/git.OdGHUz/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.538 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.538 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.538 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.538 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.538 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.538 | 28095 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.538 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.538 | 10413 | Removed run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.538 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.538 | 10413 | Assigned run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.539 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.539 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.539 | 28097 | Added a new worker 13 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.539 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.539 | 10413 | Removed run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.539 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.539 | 10413 | Assigned run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.539 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DzynB8 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.538 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.538 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.539 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.540 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9AFs5l +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.540 | 28094 | Marked run 1707 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.541 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.542 | 28096 | Marked run 1708 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.542 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.544 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.544 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.544 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.545 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.550 | 10417 | Recursively removing directory: /tmp/git.DzynB8/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.551 | 10414 | Recursively removing directory: /tmp/git.9AFs5l/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.552 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.552 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.552 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.552 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.552 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.552 | 28111 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.552 | 10413 | Removed run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.552 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.552 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UMH6rj +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.552 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.552 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.552 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.552 | 10413 | Assigned run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.552 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.552 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.552 | 28113 | Added a new worker 13 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.552 | 10413 | Removed run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.552 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.552 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.553 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lzaI8D +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.552 | 10413 | Assigned run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.554 | 28110 | Marked run 1709 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.554 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.556 | 28112 | Marked run 1710 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.556 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.558 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.558 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.558 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.559 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.564 | 10417 | Recursively removing directory: /tmp/git.UMH6rj/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.565 | 10414 | Recursively removing directory: /tmp/git.lzaI8D/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.566 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.566 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.566 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.566 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.566 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.566 | 28127 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.566 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.566 | 10413 | Removed run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.566 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.566 | 10413 | Assigned run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.567 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IbkWtu +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.567 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.567 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.567 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.567 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.568 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.568 | 28129 | Added a new worker 14 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.568 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.568 | 10413 | Removed run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.568 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.568 | 10413 | Assigned run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.568 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.i0dc93 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.568 | 28126 | Marked run 1711 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.568 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.570 | 28128 | Marked run 1712 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.570 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.572 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.572 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.573 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.573 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.578 | 10417 | Recursively removing directory: /tmp/git.IbkWtu/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.578 | 10414 | Recursively removing directory: /tmp/git.i0dc93/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.580 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.580 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.580 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.580 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.580 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.580 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.580 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.581 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FhkoHs +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.580 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.h5A4ti +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.580 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.580 | 28143 | Added a new worker 13 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.580 | 10413 | Removed run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.580 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.580 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.580 | 10413 | Assigned run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.580 | 28145 | Added a new worker 9 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.580 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.580 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.580 | 10413 | Removed run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.580 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.580 | 10413 | Assigned run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.583 | 28142 | Marked run 1713 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.583 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.584 | 28144 | Marked run 1714 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.584 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.586 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.586 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.586 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.586 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.592 | 10417 | Recursively removing directory: /tmp/git.h5A4ti/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.592 | 10414 | Recursively removing directory: /tmp/git.FhkoHs/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.593 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.593 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.593 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.593 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.594 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.594 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.594 | 28161 | Added a new worker 15 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.594 | 28160 | Added a new worker 16 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.594 | 10413 | Removed run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.594 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.594 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.594 | 10413 | Assigned run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.594 | 10413 | Removed run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.594 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.594 | 10413 | Assigned run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.594 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.594 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.594 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LgiX1G +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.593 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.593 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.594 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.594 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gNlCAt +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.595 | 28158 | Marked run 1715 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.596 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.597 | 28159 | Marked run 1716 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.597 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.600 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.600 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.600 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.601 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.606 | 10417 | Recursively removing directory: /tmp/git.LgiX1G/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.607 | 10414 | Recursively removing directory: /tmp/git.gNlCAt/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.608 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.608 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.608 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.608 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.608 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.608 | 28175 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.608 | 10413 | Removed run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.608 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.608 | 10413 | Assigned run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.608 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.609 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.609 | 28177 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.609 | 10413 | Removed run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.609 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.609 | 10413 | Assigned run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.609 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.609 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gQ9Tnb +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.608 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.608 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.608 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.609 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vs9liC +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.610 | 28174 | Marked run 1718 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.610 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.612 | 28176 | Marked run 1717 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.612 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.614 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.614 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.615 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.615 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.620 | 10417 | Recursively removing directory: /tmp/git.gQ9Tnb/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.621 | 10414 | Recursively removing directory: /tmp/git.vs9liC/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.622 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.622 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.622 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.622 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.622 | 28191 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.622 | 10413 | Removed run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.622 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.622 | 10413 | Assigned run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.622 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.622 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.622 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.622 | 28193 | Added a new worker 13 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.622 | 10413 | Removed run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.622 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.622 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.622 | 10413 | Assigned run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.622 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.622 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.622 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.623 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.M9SENK +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.622 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.622 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hXhYQI +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.624 | 28190 | Marked run 1719 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.624 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.626 | 28192 | Marked run 1720 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.626 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.627 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.627 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.628 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.628 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.634 | 10414 | Recursively removing directory: /tmp/git.M9SENK/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.634 | 10417 | Recursively removing directory: /tmp/git.hXhYQI/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.635 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.635 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.635 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.635 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.635 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.635 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.635 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.635 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.635 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.635 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.635 | 28209 | Added a new worker 15 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.635 | 10413 | Removed run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.635 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.635 | 10413 | Assigned run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.635 | 28208 | Added a new worker 16 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.636 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.636 | 10413 | Removed run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.636 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.636 | 10413 | Assigned run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.636 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.636 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X6g8dJ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.636 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pwDaES +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.637 | 28206 | Marked run 1721 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.638 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.639 | 28207 | Marked run 1722 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.640 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.641 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.641 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.642 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.642 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.648 | 10414 | Recursively removing directory: /tmp/git.pwDaES/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.648 | 10417 | Recursively removing directory: /tmp/git.X6g8dJ/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.649 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.649 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.649 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.649 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.649 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.649 | 28223 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.649 | 10413 | Removed run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.649 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.649 | 10413 | Assigned run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.649 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.649 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SmN4AB +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.650 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.650 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.650 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.651 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.651 | 28225 | Added a new worker 14 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.651 | 10413 | Removed run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.651 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.651 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.651 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4UZ320 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.651 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.651 | 10413 | Assigned run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.652 | 28222 | Marked run 1723 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.652 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.653 | 28224 | Marked run 1724 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.653 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.655 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.655 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.656 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.656 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.661 | 10414 | Recursively removing directory: /tmp/git.SmN4AB/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.662 | 10417 | Recursively removing directory: /tmp/git.4UZ320/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.663 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.663 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.663 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.663 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.663 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.663 | 28239 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.663 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.663 | 10413 | Removed run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.663 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.663 | 10413 | Assigned run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.664 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ahSu5R +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.665 | 28238 | Marked run 1725 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.665 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.665 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.665 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.665 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.665 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.665 | 28241 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.665 | 10413 | Removed run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.665 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.665 | 10413 | Assigned run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.666 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.665 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.666 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XeyLL2 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.667 | 28240 | Marked run 1726 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.667 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.669 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.670 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.670 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.671 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.675 | 10414 | Recursively removing directory: /tmp/git.ahSu5R/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.676 | 10417 | Recursively removing directory: /tmp/git.XeyLL2/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.677 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.677 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.677 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.677 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.677 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.677 | 28255 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.678 | 10413 | Removed run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.678 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.678 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.678 | 10413 | Assigned run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.678 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cU7aXQ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.678 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.678 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.678 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.679 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.679 | 28257 | Added a new worker 13 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.679 | 10413 | Removed run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.679 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.679 | 10413 | Assigned run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.679 | 28254 | Marked run 1727 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.679 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.679 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.679 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UmZfxD +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.681 | 28256 | Marked run 1728 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.681 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.683 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.683 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.684 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.684 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.690 | 10417 | Recursively removing directory: /tmp/git.UmZfxD/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.690 | 10414 | Recursively removing directory: /tmp/git.cU7aXQ/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.691 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.691 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.691 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.691 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.691 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.691 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.691 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.691 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.691 | 28271 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.691 | 10413 | Removed run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.691 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.691 | 10413 | Assigned run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.691 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.691 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.692 | 28273 | Added a new worker 15 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.692 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.692 | 10413 | Removed run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.692 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.692 | 10413 | Assigned run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.692 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.691 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NJ4r1b +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.692 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.En3CUi +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.693 | 28270 | Marked run 1729 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.693 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.695 | 28272 | Marked run 1730 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.695 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.697 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.697 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.698 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.698 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.703 | 10417 | Recursively removing directory: /tmp/git.En3CUi/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.704 | 10414 | Recursively removing directory: /tmp/git.NJ4r1b/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.705 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.705 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.705 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.705 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.705 | 28287 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.705 | 10413 | Removed run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.705 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.705 | 10413 | Assigned run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.705 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.706 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.706 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.706 | 28289 | Added a new worker 13 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.706 | 10413 | Removed run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.706 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.706 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.706 | 10413 | Assigned run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.705 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.705 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.706 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.706 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pbaIdJ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.705 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.705 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JdbIrN +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.707 | 28286 | Marked run 1732 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.707 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.709 | 28288 | Marked run 1731 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.709 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.711 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.711 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.712 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.712 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.718 | 10417 | Recursively removing directory: /tmp/git.JdbIrN/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.718 | 10414 | Recursively removing directory: /tmp/git.pbaIdJ/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.719 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.719 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.719 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.719 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.719 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.719 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.720 | 28303 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.720 | 10413 | Removed run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.720 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.720 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.720 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.720 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.720 | 10413 | Assigned run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.720 | 28305 | Added a new worker 9 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.720 | 10413 | Removed run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.720 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.720 | 10413 | Assigned run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.720 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.720 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.719 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.720 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6wQK88 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.721 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mRspb5 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.722 | 28302 | Marked run 1733 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.722 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.723 | 28304 | Marked run 1734 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.723 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.726 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.726 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.726 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.727 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.732 | 10417 | Recursively removing directory: /tmp/git.6wQK88/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.733 | 10414 | Recursively removing directory: /tmp/git.mRspb5/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.734 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.734 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.734 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.734 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.734 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.734 | 28319 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.734 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.734 | 10413 | Removed run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.734 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.734 | 10413 | Assigned run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.734 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sG9vs4 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.735 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.735 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.735 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.735 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.735 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.735 | 28321 | Added a new worker 14 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.735 | 10413 | Removed run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.735 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.735 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.735 | 10413 | Assigned run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.735 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uZZAu0 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.736 | 28318 | Marked run 1735 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.736 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.738 | 28320 | Marked run 1736 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.738 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.740 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.740 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.740 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.741 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.746 | 10417 | Recursively removing directory: /tmp/git.sG9vs4/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.747 | 10414 | Recursively removing directory: /tmp/git.uZZAu0/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.748 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.748 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.748 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.748 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.748 | 28335 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.748 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.748 | 10413 | Removed run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.748 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.748 | 10413 | Assigned run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.748 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.748 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.748 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.z9sSnI +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.749 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.749 | 28337 | Added a new worker 13 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.749 | 10413 | Removed run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.749 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.749 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.749 | 10413 | Assigned run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.748 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.748 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.749 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.749 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pdzUmw +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.750 | 28334 | Marked run 1737 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.750 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.752 | 28336 | Marked run 1738 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.752 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.753 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.754 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.754 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.755 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.760 | 10417 | Recursively removing directory: /tmp/git.z9sSnI/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.761 | 10414 | Recursively removing directory: /tmp/git.pdzUmw/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.761 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.761 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.761 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.762 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.762 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.762 | 28351 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.762 | 10413 | Removed run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.762 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.762 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.762 | 10413 | Assigned run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.762 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.v2sq38 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.763 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.763 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.764 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.764 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.764 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.764 | 28353 | Added a new worker 13 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.764 | 10413 | Removed run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.764 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.764 | 10413 | Assigned run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.764 | 28350 | Marked run 1739 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.764 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.764 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YX2mVd +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.766 | 28352 | Marked run 1740 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.766 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.767 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.768 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.768 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.769 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.774 | 10417 | Recursively removing directory: /tmp/git.v2sq38/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.775 | 10414 | Recursively removing directory: /tmp/git.YX2mVd/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.775 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.775 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.775 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.776 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.776 | 28367 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.776 | 10413 | Removed run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.776 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.776 | 10413 | Assigned run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.776 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.776 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.776 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2TEUHc +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.777 | 28366 | Marked run 1741 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.778 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.778 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.778 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.778 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.778 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.778 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7tgyYG +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.778 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.778 | 28369 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.778 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.778 | 10413 | Removed run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.778 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.778 | 10413 | Assigned run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.780 | 28368 | Marked run 1742 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.780 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.782 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.782 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.783 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.784 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.788 | 10417 | Recursively removing directory: /tmp/git.2TEUHc/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.790 | 10414 | Recursively removing directory: /tmp/git.7tgyYG/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.790 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.790 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.790 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.790 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.790 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.790 | 28383 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.790 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.790 | 10413 | Removed run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.790 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.790 | 10413 | Assigned run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.791 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.upPNVz +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.792 | 28382 | Marked run 1743 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.792 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.792 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.793 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.793 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.793 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.793 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.793 | 28385 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.793 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.793 | 10413 | Removed run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.793 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.793 | 10413 | Assigned run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.793 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FcETvS +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.795 | 28384 | Marked run 1744 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.796 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.797 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.798 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.799 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.799 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.803 | 10417 | Recursively removing directory: /tmp/git.upPNVz/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.804 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.804 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.805 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.805 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.805 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.805 | 28399 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.805 | 10413 | Removed run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.805 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.805 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.805 | 10413 | Assigned run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.805 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5spTDK +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.805 | 10414 | Recursively removing directory: /tmp/git.FcETvS/ +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.807 | 28398 | Marked run 1745 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.807 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.808 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.808 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.808 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.808 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.808 | 28401 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.808 | 10413 | Removed run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.808 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.808 | 10413 | Assigned run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.808 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.808 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.808 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.n4U8zE +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.810 | 28400 | Marked run 1746 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.810 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.811 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.812 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.813 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.813 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.818 | 10417 | Recursively removing directory: /tmp/git.5spTDK/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.819 | 10414 | Recursively removing directory: /tmp/git.n4U8zE/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.819 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.819 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.819 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.819 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.819 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.819 | 28415 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.819 | 10413 | Removed run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.819 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.819 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zTzVUM +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.819 | 10413 | Assigned run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.820 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.821 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.821 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.822 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.822 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.822 | 28414 | Marked run 1747 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.822 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.822 | 28417 | Added a new worker 6 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.822 | 10413 | Removed run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.822 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.822 | 10413 | Assigned run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.822 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.822 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DwOIC0 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.823 | 28416 | Marked run 1748 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.823 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.825 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.826 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.827 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.828 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.832 | 10417 | Recursively removing directory: /tmp/git.zTzVUM/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.834 | 10414 | Recursively removing directory: /tmp/git.DwOIC0/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.834 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.834 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.834 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.834 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.834 | 28431 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.834 | 10413 | Removed run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.834 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.834 | 10413 | Assigned run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.834 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.834 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Kj5CbS +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.834 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.836 | 28430 | Marked run 1749 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.836 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.836 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.836 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.837 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.837 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.837 | 28433 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.837 | 10413 | Removed run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.837 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.837 | 10413 | Assigned run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.837 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.837 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.837 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.O80LNg +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.838 | 28432 | Marked run 1750 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.839 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.840 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.841 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.841 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.842 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.846 | 10417 | Recursively removing directory: /tmp/git.Kj5CbS/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.848 | 10414 | Recursively removing directory: /tmp/git.O80LNg/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.848 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.848 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.848 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.848 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.848 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.848 | 28447 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.848 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.848 | 10413 | Removed run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.848 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.848 | 10413 | Assigned run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.848 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.R0khM4 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.849 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.849 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.849 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.849 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.849 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.849 | 28449 | Added a new worker 13 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.849 | 10413 | Removed run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.849 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.849 | 10413 | Assigned run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.849 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.850 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hB9eq7 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.851 | 28446 | Marked run 1751 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.851 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.852 | 28448 | Marked run 1752 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.852 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.855 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.855 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.855 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.856 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.862 | 10417 | Recursively removing directory: /tmp/git.R0khM4/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.862 | 10414 | Recursively removing directory: /tmp/git.hB9eq7/ +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.863 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.863 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.863 | 28463 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.863 | 10413 | Removed run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.863 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.863 | 10413 | Assigned run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.864 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.864 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.864 | 28465 | Added a new worker 13 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.864 | 10413 | Removed run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.864 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.864 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.864 | 10413 | Assigned run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.863 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.863 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.863 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.863 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.37QEgL +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.863 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.863 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.863 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.864 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XpiemR +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.865 | 28462 | Marked run 1753 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.865 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.867 | 28464 | Marked run 1754 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.867 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.868 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.869 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.869 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.869 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.875 | 10414 | Recursively removing directory: /tmp/git.XpiemR/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.875 | 10417 | Recursively removing directory: /tmp/git.37QEgL/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.876 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.876 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.876 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.876 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.876 | 28479 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.876 | 10413 | Removed run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.876 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.876 | 10413 | Assigned run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.876 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.877 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.876 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.876 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.877 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.876 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.876 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DrAXcu +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.877 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1arP9x +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.877 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.877 | 28481 | Added a new worker 13 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.877 | 10413 | Removed run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.877 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.877 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.877 | 10413 | Assigned run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.878 | 28478 | Marked run 1756 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.879 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.880 | 28480 | Marked run 1755 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.880 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.882 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.882 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.883 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.883 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.889 | 10414 | Recursively removing directory: /tmp/git.DrAXcu/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.889 | 10417 | Recursively removing directory: /tmp/git.1arP9x/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.890 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.890 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.890 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.890 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.890 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.890 | 28495 | Added a new worker 13 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.891 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.891 | 10413 | Removed run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.891 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.891 | 10413 | Assigned run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.891 | 28497 | Added a new worker 16 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.891 | 10413 | Removed run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.891 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.891 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.891 | 10413 | Assigned run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.891 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.890 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.890 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.891 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.891 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sjN54c +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.890 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.891 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lGWjmP +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.892 | 28494 | Marked run 1758 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.893 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.894 | 28496 | Marked run 1757 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.894 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.896 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.896 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.897 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.897 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.902 | 10414 | Recursively removing directory: /tmp/git.sjN54c/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.903 | 10417 | Recursively removing directory: /tmp/git.lGWjmP/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.904 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.904 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.904 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.904 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.904 | 28511 | Added a new worker 10 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.904 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.904 | 10413 | Removed run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.904 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.904 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.904 | 10413 | Assigned run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.904 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.904 | 28513 | Added a new worker 13 to the queue +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.904 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.904 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Bw0IGw +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.904 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.904 | 10413 | Removed run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.904 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.904 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.904 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.904 | 10413 | Assigned run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.904 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nK3PyU +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.904 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.907 | 28510 | Marked run 1760 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.908 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.909 | 28512 | Marked run 1759 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.910 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.911 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.911 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.911 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.911 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.917 | 10414 | Recursively removing directory: /tmp/git.Bw0IGw/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.917 | 10417 | Recursively removing directory: /tmp/git.nK3PyU/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.919 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.919 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.919 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.919 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.919 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.919 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.919 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.919 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.919 | 28527 | Added a new worker 15 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.919 | 10413 | Removed run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.919 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.919 | 10413 | Assigned run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.919 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.919 | 28529 | Added a new worker 16 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.919 | 10413 | Removed run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.919 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.919 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.919 | 10413 | Assigned run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.919 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.920 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PYLBfx +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.919 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.919 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DaJIvM +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.921 | 28526 | Marked run 1761 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.921 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.923 | 28528 | Marked run 1762 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.923 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.924 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.925 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.925 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.926 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.931 | 10417 | Recursively removing directory: /tmp/git.PYLBfx/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.931 | 10414 | Recursively removing directory: /tmp/git.DaJIvM/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.932 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.932 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.932 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.932 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.933 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.933 | 28543 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.933 | 10413 | Removed run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.933 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.933 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.933 | 10413 | Assigned run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.933 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.933 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.933 | 28545 | Added a new worker 13 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.933 | 10413 | Removed run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.933 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.933 | 10413 | Assigned run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.933 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.933 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.j8rRLI +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.933 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.933 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.933 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.933 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.npp8Ze +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.934 | 28542 | Marked run 1764 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.934 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.936 | 28544 | Marked run 1763 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.936 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.938 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.938 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.939 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.939 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.944 | 10414 | Recursively removing directory: /tmp/git.npp8Ze/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.944 | 10417 | Recursively removing directory: /tmp/git.j8rRLI/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.946 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.946 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.946 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.946 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.946 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.946 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.946 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zWs6UD +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.946 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.946 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.946 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.946 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BhkT3e +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.946 | 28560 | Added a new worker 15 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.946 | 10413 | Removed run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.946 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.946 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.946 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.946 | 10413 | Assigned run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.946 | 28561 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.946 | 10413 | Removed run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.946 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.946 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.946 | 10413 | Assigned run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.948 | 28558 | Marked run 1766 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.948 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.949 | 28559 | Marked run 1765 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.949 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.952 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.952 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.953 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.953 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.959 | 10417 | Recursively removing directory: /tmp/git.BhkT3e/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.959 | 10414 | Recursively removing directory: /tmp/git.zWs6UD/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.960 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.960 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.960 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.960 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.960 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.960 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.960 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UvJsLD +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.960 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.960 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.960 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.960 | 28577 | Added a new worker 15 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.960 | 28576 | Added a new worker 16 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.960 | 10413 | Removed run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.960 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.960 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.960 | 10413 | Assigned run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.960 | 10413 | Removed run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.960 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.960 | 10413 | Assigned run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.960 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.960 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.960 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xFFtsB +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.962 | 28574 | Marked run 1768 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.962 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.964 | 28575 | Marked run 1767 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.964 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.966 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.966 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.967 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.967 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.972 | 10417 | Recursively removing directory: /tmp/git.xFFtsB/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.973 | 10414 | Recursively removing directory: /tmp/git.UvJsLD/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.974 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.974 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.974 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.974 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.974 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.974 | 28591 | Added a new worker 11 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.974 | 10413 | Removed run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.974 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.974 | 10413 | Assigned run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.975 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.974 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vFVxV4 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.974 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.974 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.974 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.975 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HtrGPL +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.975 | 28593 | Added a new worker 9 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.975 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.975 | 10413 | Removed run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.975 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.975 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.975 | 10413 | Assigned run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.976 | 28590 | Marked run 1770 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.976 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.978 | 28592 | Marked run 1769 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.978 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.980 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.980 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.980 | 10414 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.980 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.986 | 10417 | Recursively removing directory: /tmp/git.vFVxV4/ +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.986 | 10414 | Recursively removing directory: /tmp/git.HtrGPL/ +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.988 | 10417 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.988 | 10417 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.988 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.988 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.988 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.988 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.988 | 28608 | Added a new worker 15 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.988 | 10413 | Removed run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.988 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.988 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.988 | 10413 | Assigned run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.988 | 28609 | Added a new worker 16 to the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.988 | 10413 | Removed run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.988 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.988 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.988 | 10413 | Assigned run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.988 | 10417 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.988 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.J3XARE +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.988 | 10414 | Process exit code: 0 +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.988 | 10414 | Process output: 57 bytes +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.988 | 10414 | Waiting for a new command +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.989 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.D2wNog +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.990 | 28606 | Marked run 1771 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.990 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.991 | 28607 | Marked run 1772 as finished +2024-04-25 03:44:35 | INFO | 10411/cimple-server: 2024-04-25 03:44:35.991 | 10411 | Waiting for new connections +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.994 | 10414 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.994 | 10417 | Checking out revision HEAD +2024-04-25 03:44:35 | INFO | 10417/cimple-worker: 2024-04-25 03:44:35.995 | 10417 | Going to run: ./ci +2024-04-25 03:44:35 | INFO | 10414/cimple-worker: 2024-04-25 03:44:35.995 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.000 | 10414 | Recursively removing directory: /tmp/git.D2wNog/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.000 | 10417 | Recursively removing directory: /tmp/git.J3XARE/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.002 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.002 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.002 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.002 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.002 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.002 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.002 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.002 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.002 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.002 | 28624 | Added a new worker 14 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.002 | 10413 | Removed run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.002 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.002 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.002 | 10413 | Assigned run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.002 | 28625 | Added a new worker 15 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.002 | 10413 | Removed run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.002 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.003 | 10413 | Assigned run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.003 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.002 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.003 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fYBRY6 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.003 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uGGjcp +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.005 | 28623 | Marked run 1773 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.005 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.006 | 28622 | Marked run 1774 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.006 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.008 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.008 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.008 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.009 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.014 | 10417 | Recursively removing directory: /tmp/git.uGGjcp/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.015 | 10414 | Recursively removing directory: /tmp/git.fYBRY6/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.016 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.016 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.016 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.016 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.016 | 28639 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.016 | 10413 | Removed run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.016 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.016 | 10413 | Assigned run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.016 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.016 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.016 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.016 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.016 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3algl3 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.017 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.016 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.017 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.017 | 28641 | Added a new worker 13 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.017 | 10413 | Removed run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.017 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.017 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.017 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.40IGwW +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.017 | 10413 | Assigned run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.018 | 28638 | Marked run 1776 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.018 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.021 | 28640 | Marked run 1775 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.021 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.023 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.023 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.023 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.024 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.029 | 10414 | Recursively removing directory: /tmp/git.40IGwW/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.029 | 10417 | Recursively removing directory: /tmp/git.3algl3/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.030 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.030 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.030 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.030 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.030 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.031 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.031 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.031 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ynuAhi +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.031 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.031 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.031 | 28655 | Added a new worker 12 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.031 | 10413 | Removed run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.031 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.031 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.031 | 10413 | Assigned run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.031 | 28657 | Added a new worker 8 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.031 | 10413 | Removed run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.031 | 10413 | Removed worker 8 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.031 | 10413 | Assigned run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.031 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.031 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EVSDnK +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.033 | 28654 | Marked run 1778 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.033 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.034 | 28656 | Marked run 1777 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.034 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.036 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.036 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.037 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.037 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.043 | 10417 | Recursively removing directory: /tmp/git.EVSDnK/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.043 | 10414 | Recursively removing directory: /tmp/git.ynuAhi/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.044 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.044 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.044 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.044 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.045 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.045 | 28671 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.045 | 10413 | Removed run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.045 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.045 | 10413 | Assigned run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.045 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.045 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.045 | 28673 | Added a new worker 15 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.045 | 10413 | Removed run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.045 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.045 | 10413 | Assigned run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.045 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.045 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.045 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QyKmDb +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.045 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.045 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.045 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.046 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mtLjct +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.047 | 28670 | Marked run 1780 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.047 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.048 | 28672 | Marked run 1779 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.048 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.051 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.051 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.051 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.051 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.057 | 10417 | Recursively removing directory: /tmp/git.QyKmDb/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.057 | 10414 | Recursively removing directory: /tmp/git.mtLjct/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.058 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.058 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.058 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.058 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.058 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.058 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.058 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.059 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.059 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.059 | 28688 | Added a new worker 15 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.059 | 28689 | Added a new worker 16 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.059 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.059 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.059 | 10413 | Removed run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.059 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.059 | 10413 | Assigned run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.059 | 10413 | Removed run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.059 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.059 | 10413 | Assigned run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.058 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.059 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TgHBks +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.059 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XUdxKC +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.060 | 28686 | Marked run 1781 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.061 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.062 | 28687 | Marked run 1782 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.062 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.064 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.065 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.065 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.066 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.071 | 10417 | Recursively removing directory: /tmp/git.TgHBks/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.072 | 10414 | Recursively removing directory: /tmp/git.XUdxKC/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.073 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.073 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.073 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.073 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.073 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.073 | 28703 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.073 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.073 | 10413 | Removed run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.073 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.073 | 10413 | Assigned run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.073 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VHU2TC +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.074 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.074 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.074 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.074 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.074 | 28705 | Added a new worker 14 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.074 | 10413 | Removed run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.074 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.074 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.074 | 10413 | Assigned run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.074 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.075 | 28702 | Marked run 1783 as finished +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.074 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.51NVI9 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.075 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.076 | 28704 | Marked run 1784 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.077 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.078 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.079 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.079 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.080 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.085 | 10417 | Recursively removing directory: /tmp/git.VHU2TC/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.086 | 10414 | Recursively removing directory: /tmp/git.51NVI9/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.086 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.086 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.086 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.086 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.086 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.087 | 28719 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.087 | 10413 | Removed run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.087 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.087 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.087 | 10413 | Assigned run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.087 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Sn38Lk +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.088 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.088 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.089 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.088 | 28718 | Marked run 1785 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.088 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.088 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.089 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.089 | 28721 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.089 | 10413 | Removed run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.089 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.089 | 10413 | Assigned run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.089 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.089 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PEGD8h +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.090 | 28720 | Marked run 1786 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.090 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.092 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.092 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.093 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.094 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.098 | 10417 | Recursively removing directory: /tmp/git.Sn38Lk/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.100 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.100 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.100 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.100 | 10414 | Recursively removing directory: /tmp/git.PEGD8h/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.100 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.100 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.100 | 28735 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.100 | 10413 | Removed run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.100 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.100 | 10413 | Assigned run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.100 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.100 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pz292l +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.102 | 28734 | Marked run 1787 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.102 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.102 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.102 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.102 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.103 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.103 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.103 | 28737 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.103 | 10413 | Removed run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.103 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.103 | 10413 | Assigned run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.103 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.103 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YrOPkC +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.104 | 28736 | Marked run 1788 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.104 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.106 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.107 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.108 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.108 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.113 | 10417 | Recursively removing directory: /tmp/git.pz292l/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.114 | 10414 | Recursively removing directory: /tmp/git.YrOPkC/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.114 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.114 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.114 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.115 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.115 | 28751 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.115 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.115 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.115 | 10413 | Removed run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.115 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.115 | 10413 | Assigned run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.115 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zUJ8g2 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.116 | 28750 | Marked run 1789 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.117 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.117 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.117 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.117 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.117 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.117 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.117 | 28753 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.117 | 10413 | Removed run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.117 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.117 | 10413 | Assigned run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.117 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.117 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KfNL7n +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.119 | 28752 | Marked run 1790 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.119 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.121 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.121 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.122 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.122 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.127 | 10417 | Recursively removing directory: /tmp/git.zUJ8g2/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.128 | 10414 | Recursively removing directory: /tmp/git.KfNL7n/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.129 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.129 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.129 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.129 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.129 | 28767 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.129 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.129 | 10413 | Removed run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.129 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.129 | 10413 | Assigned run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.129 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.129 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rLjNAI +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.131 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.131 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.131 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.131 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.131 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.131 | 28766 | Marked run 1791 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.131 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.131 | 28769 | Added a new worker 7 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.131 | 10413 | Removed run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.131 | 10413 | Removed worker 7 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.131 | 10413 | Assigned run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.131 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.131 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rPcZd7 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.134 | 28768 | Marked run 1792 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.134 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.135 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.136 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.136 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.137 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.142 | 10417 | Recursively removing directory: /tmp/git.rLjNAI/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.143 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.143 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.143 | 10414 | Recursively removing directory: /tmp/git.rPcZd7/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.143 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.144 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.144 | 28783 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.144 | 10413 | Removed run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.144 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.144 | 10413 | Assigned run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.144 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.144 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.144 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HSWCAP +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.145 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.145 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.145 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.145 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.145 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.145 | 28785 | Added a new worker 14 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.145 | 10413 | Removed run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.145 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.145 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.145 | 10413 | Assigned run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.145 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1FKPyZ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.146 | 28782 | Marked run 1793 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.146 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.148 | 28784 | Marked run 1794 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.148 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.150 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.150 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.150 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.151 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.156 | 10417 | Recursively removing directory: /tmp/git.HSWCAP/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.157 | 10414 | Recursively removing directory: /tmp/git.1FKPyZ/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.158 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.158 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.158 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.158 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.158 | 28799 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.158 | 10413 | Removed run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.158 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.158 | 10413 | Assigned run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.158 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.159 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.158 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.158 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xP4O8w +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.159 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.159 | 28801 | Added a new worker 13 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.159 | 10413 | Removed run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.159 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.159 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.159 | 10413 | Assigned run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.158 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.158 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.159 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.159 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4zXm2j +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.160 | 28798 | Marked run 1795 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.160 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.162 | 28800 | Marked run 1796 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.162 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.164 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.164 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.164 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.164 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.170 | 10417 | Recursively removing directory: /tmp/git.xP4O8w/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.170 | 10414 | Recursively removing directory: /tmp/git.4zXm2j/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.171 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.171 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.171 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.171 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.172 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.172 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.172 | 28816 | Added a new worker 15 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.172 | 28817 | Added a new worker 16 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.172 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.172 | 10413 | Removed run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.172 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.172 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.172 | 10413 | Assigned run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.172 | 10413 | Removed run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.172 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.172 | 10413 | Assigned run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.171 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.172 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Z9wU5h +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.171 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.171 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.172 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.172 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0TZSxQ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.173 | 28814 | Marked run 1797 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.174 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.175 | 28815 | Marked run 1798 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.175 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.177 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.177 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.178 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.178 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.183 | 10417 | Recursively removing directory: /tmp/git.Z9wU5h/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.184 | 10414 | Recursively removing directory: /tmp/git.0TZSxQ/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.184 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.184 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.185 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.185 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.185 | 28831 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.185 | 10413 | Removed run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.185 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.185 | 10413 | Assigned run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.185 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.185 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X2yAPX +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.185 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.186 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.186 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.186 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.186 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.186 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.186 | 28833 | Added a new worker 13 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.186 | 10413 | Removed run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.186 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.186 | 10413 | Assigned run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.187 | 28830 | Marked run 1799 as finished +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.187 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2Fnueu +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.187 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.188 | 28832 | Marked run 1800 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.188 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.190 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.191 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.191 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.192 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.197 | 10417 | Recursively removing directory: /tmp/git.X2yAPX/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.197 | 10414 | Recursively removing directory: /tmp/git.2Fnueu/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.198 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.198 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.198 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.198 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.198 | 28847 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.198 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.199 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.199 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.199 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.199 | 10413 | Removed run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.199 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.L4MSbU +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.199 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.198 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.199 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QyXTxN +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.199 | 10413 | Assigned run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.199 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.199 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.199 | 28849 | Added a new worker 13 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.199 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.199 | 10413 | Removed run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.199 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.199 | 10413 | Assigned run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.201 | 28846 | Marked run 1801 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.202 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.203 | 28848 | Marked run 1802 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.203 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.205 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.205 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.205 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.205 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.211 | 10414 | Recursively removing directory: /tmp/git.L4MSbU/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.212 | 10417 | Recursively removing directory: /tmp/git.QyXTxN/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.213 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.213 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.213 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.213 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.213 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.213 | 28863 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.213 | 10413 | Removed run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.213 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.213 | 10413 | Assigned run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.213 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.213 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.213 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.214 | 28865 | Added a new worker 13 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.214 | 10413 | Removed run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.214 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.214 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.214 | 10413 | Assigned run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.213 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YfdEDB +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.213 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.213 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.213 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.214 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7Veag1 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.219 | 28862 | Marked run 1804 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.219 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.220 | 28864 | Marked run 1803 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.220 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.222 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.223 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.223 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.223 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.229 | 10414 | Recursively removing directory: /tmp/git.YfdEDB/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.229 | 10417 | Recursively removing directory: /tmp/git.7Veag1/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.230 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.230 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.230 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.231 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.231 | 28879 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.231 | 10413 | Removed run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.231 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.231 | 10413 | Assigned run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.230 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.231 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YKoCCK +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.231 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.231 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.231 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.231 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.231 | 28881 | Added a new worker 13 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.231 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.231 | 10413 | Removed run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.231 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.231 | 10413 | Assigned run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.231 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.232 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5IyKxd +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.233 | 28878 | Marked run 1805 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.233 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.234 | 28880 | Marked run 1806 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.234 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.236 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.236 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.237 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.237 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.242 | 10414 | Recursively removing directory: /tmp/git.YKoCCK/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.243 | 10417 | Recursively removing directory: /tmp/git.5IyKxd/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.243 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.243 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.244 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.244 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.244 | 28895 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.244 | 10413 | Removed run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.244 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.244 | 10413 | Assigned run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.244 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.244 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.244 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8kcXJh +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.245 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.245 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.245 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.245 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.245 | 28897 | Added a new worker 13 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.245 | 10413 | Removed run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.245 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.245 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.245 | 10413 | Assigned run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.245 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.245 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9qGRA8 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.246 | 28894 | Marked run 1807 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.247 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.248 | 28896 | Marked run 1808 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.248 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.250 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.250 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.251 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.251 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.257 | 10417 | Recursively removing directory: /tmp/git.9qGRA8/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.257 | 10414 | Recursively removing directory: /tmp/git.8kcXJh/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.258 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.258 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.258 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.259 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.259 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.259 | 28912 | Added a new worker 14 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.259 | 10413 | Removed run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.259 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.258 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.259 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.259 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.258 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.259 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RjeJDG +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.259 | 10413 | Assigned run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.259 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.259 | 28913 | Added a new worker 15 to the queue +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.259 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2PRSmx +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.259 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.259 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.259 | 10413 | Removed run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.259 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.259 | 10413 | Assigned run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.261 | 28911 | Marked run 1810 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.261 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.262 | 28910 | Marked run 1809 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.263 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.264 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.264 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.265 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.265 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.270 | 10414 | Recursively removing directory: /tmp/git.RjeJDG/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.271 | 10417 | Recursively removing directory: /tmp/git.2PRSmx/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.272 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.272 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.272 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.272 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.272 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.272 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.272 | 28927 | Added a new worker 12 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.272 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.272 | 10413 | Removed run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.272 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.272 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.272 | 10413 | Assigned run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.273 | 28929 | Added a new worker 9 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.273 | 10413 | Removed run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.273 | 10413 | Removed worker 9 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.273 | 10413 | Assigned run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.273 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.272 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.272 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XvffO5 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.272 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.273 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.epkUIG +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.274 | 28928 | Marked run 1812 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.275 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.276 | 28926 | Marked run 1811 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.276 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.278 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.278 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.279 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.279 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.284 | 10414 | Recursively removing directory: /tmp/git.XvffO5/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.284 | 10417 | Recursively removing directory: /tmp/git.epkUIG/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.286 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.286 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.286 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.286 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.286 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.286 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.286 | 28944 | Added a new worker 15 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.286 | 10413 | Removed run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.286 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.286 | 10413 | Assigned run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.286 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.286 | 28945 | Added a new worker 16 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.286 | 10413 | Removed run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.286 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.286 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.286 | 10413 | Assigned run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.286 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.286 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xA4iJ6 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.286 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.286 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.286 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.286 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FrtQ4Q +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.289 | 28943 | Marked run 1814 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.289 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.290 | 28942 | Marked run 1813 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.290 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.292 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.292 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.292 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.293 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.298 | 10417 | Recursively removing directory: /tmp/git.FrtQ4Q/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.298 | 10414 | Recursively removing directory: /tmp/git.xA4iJ6/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.300 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.300 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.300 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.300 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.300 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.300 | 28959 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.300 | 10413 | Removed run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.300 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.300 | 10413 | Assigned run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.300 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.300 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.300 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.300 | 28961 | Added a new worker 13 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.300 | 10413 | Removed run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.300 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.300 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.300 | 10413 | Assigned run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.300 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.300 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.300 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.301 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.P6mijn +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.301 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZtbOdb +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.302 | 28958 | Marked run 1816 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.302 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.304 | 28960 | Marked run 1815 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.304 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.306 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.306 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.307 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.307 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.313 | 10414 | Recursively removing directory: /tmp/git.P6mijn/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.313 | 10417 | Recursively removing directory: /tmp/git.ZtbOdb/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.314 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.314 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.314 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.314 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.314 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.314 | 28975 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.314 | 10413 | Removed run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.314 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.314 | 10413 | Assigned run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.314 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.314 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.314 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.315 | 28977 | Added a new worker 13 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.315 | 10413 | Removed run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.315 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.315 | 10413 | Assigned run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.315 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.314 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UdFtCf +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.314 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.314 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.314 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.315 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DZXb1n +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.317 | 28974 | Marked run 1818 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.317 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.318 | 28976 | Marked run 1817 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.318 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.320 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.321 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.321 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.322 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.327 | 10414 | Recursively removing directory: /tmp/git.UdFtCf/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.327 | 10417 | Recursively removing directory: /tmp/git.DZXb1n/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.328 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.328 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.328 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.329 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.329 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.329 | 28991 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.329 | 10413 | Removed run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.329 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.329 | 10413 | Assigned run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.329 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.329 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.329 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.329 | 28993 | Added a new worker 13 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.329 | 10413 | Removed run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.329 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.329 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.329 | 10413 | Assigned run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.329 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eCPVkF +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.329 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.329 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.329 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.330 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.x4ZDi7 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.331 | 28990 | Marked run 1819 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.331 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.332 | 28992 | Marked run 1820 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.332 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.334 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.335 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.335 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.335 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.340 | 10414 | Recursively removing directory: /tmp/git.eCPVkF/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.341 | 10417 | Recursively removing directory: /tmp/git.x4ZDi7/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.342 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.342 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.342 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.342 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.342 | 29007 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.342 | 10413 | Removed run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.342 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.342 | 10413 | Assigned run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.342 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.342 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.342 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Q2JLrV +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.344 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.344 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.344 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.344 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.344 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.344 | 29006 | Marked run 1821 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.344 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.344 | 29009 | Added a new worker 7 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.344 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.344 | 10413 | Removed run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.344 | 10413 | Removed worker 7 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.344 | 10413 | Assigned run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.344 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.E6w4jU +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.346 | 29008 | Marked run 1822 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.346 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.348 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.348 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.349 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.349 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.355 | 10414 | Recursively removing directory: /tmp/git.Q2JLrV/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.355 | 10417 | Recursively removing directory: /tmp/git.E6w4jU/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.356 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.356 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.356 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.356 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.356 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.356 | 29023 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.356 | 10413 | Removed run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.356 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.356 | 10413 | Assigned run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.357 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.357 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.357 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.357 | 29025 | Added a new worker 13 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.357 | 10413 | Removed run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.357 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.357 | 10413 | Assigned run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.357 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Fvuuq1 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.356 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.356 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.357 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.357 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rIgUAV +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.357 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.359 | 29022 | Marked run 1823 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.359 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.361 | 29024 | Marked run 1824 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.361 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.362 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.363 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.363 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.364 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.368 | 10414 | Recursively removing directory: /tmp/git.Fvuuq1/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.370 | 10417 | Recursively removing directory: /tmp/git.rIgUAV/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.370 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.370 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.370 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.370 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.370 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.370 | 29039 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.370 | 10413 | Removed run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.370 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.370 | 10413 | Assigned run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.371 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.371 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GP6xvj +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.372 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.372 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.372 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.373 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.373 | 29041 | Added a new worker 13 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.373 | 10413 | Removed run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.373 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.373 | 10413 | Assigned run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.373 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.373 | 29038 | Marked run 1825 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.373 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.373 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.373 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6Sbti4 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.375 | 29040 | Marked run 1826 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.375 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.376 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.377 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.378 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.378 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.383 | 10414 | Recursively removing directory: /tmp/git.GP6xvj/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.384 | 10417 | Recursively removing directory: /tmp/git.6Sbti4/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.384 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.384 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.384 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.384 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.384 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.385 | 29055 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.385 | 10413 | Removed run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.385 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.385 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.385 | 10413 | Assigned run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.385 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.40tQ24 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.386 | 29054 | Marked run 1827 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.386 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.387 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.387 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.387 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.387 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.387 | 29057 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.387 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.387 | 10413 | Removed run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.387 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.387 | 10413 | Assigned run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.387 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.388 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OH4Nki +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.389 | 29056 | Marked run 1828 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.389 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.391 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.392 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.393 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.393 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.397 | 10414 | Recursively removing directory: /tmp/git.40tQ24/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.399 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.399 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.399 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.399 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.399 | 29071 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.399 | 10413 | Removed run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.399 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.399 | 10413 | Assigned run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.399 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.399 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.399 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9yzCE7 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.399 | 10417 | Recursively removing directory: /tmp/git.OH4Nki/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.401 | 29070 | Marked run 1829 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.401 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.402 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.402 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.402 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.403 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.403 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.403 | 29073 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.403 | 10413 | Removed run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.403 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.403 | 10413 | Assigned run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.403 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.403 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cu1Wxp +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.404 | 29072 | Marked run 1830 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.404 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.406 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.407 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.408 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.409 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.412 | 10414 | Recursively removing directory: /tmp/git.9yzCE7/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.414 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.414 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.414 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.414 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.414 | 29087 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.414 | 10413 | Removed run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.414 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.414 | 10413 | Assigned run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.414 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.414 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ym6N0g +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.415 | 10417 | Recursively removing directory: /tmp/git.cu1Wxp/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.415 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.416 | 29086 | Marked run 1831 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.416 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.417 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.417 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.417 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.417 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.417 | 29089 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.417 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.417 | 10413 | Removed run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.417 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.417 | 10413 | Assigned run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.417 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.417 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rRSn3j +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.419 | 29088 | Marked run 1832 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.420 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.420 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.421 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.422 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.423 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.426 | 10414 | Recursively removing directory: /tmp/git.Ym6N0g/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.428 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.428 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.428 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.428 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.428 | 29103 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.428 | 10413 | Removed run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.428 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.428 | 10413 | Assigned run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.428 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.428 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.428 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VppATY +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.429 | 10417 | Recursively removing directory: /tmp/git.rRSn3j/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.430 | 29102 | Marked run 1833 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.430 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.431 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.431 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.431 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.431 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.431 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.431 | 29105 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.431 | 10413 | Removed run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.431 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.432 | 10413 | Assigned run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.432 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.432 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Pjz2DN +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.433 | 29104 | Marked run 1834 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.433 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.434 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.435 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.437 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.437 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.441 | 10414 | Recursively removing directory: /tmp/git.VppATY/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.442 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.442 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.442 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.443 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.443 | 29119 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.443 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.443 | 10413 | Removed run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.443 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.443 | 10413 | Assigned run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.443 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.443 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GrvNTn +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.444 | 10417 | Recursively removing directory: /tmp/git.Pjz2DN/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.444 | 29118 | Marked run 1835 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.444 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.445 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.445 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.446 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.446 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.446 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.446 | 29121 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.446 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.446 | 10413 | Removed run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.446 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.446 | 10413 | Assigned run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.446 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VQ8hoB +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.448 | 29120 | Marked run 1836 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.448 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.449 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.450 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.451 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.452 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.455 | 10414 | Recursively removing directory: /tmp/git.GrvNTn/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.457 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.457 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.457 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.457 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.457 | 29135 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.457 | 10413 | Removed run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.457 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.457 | 10413 | Assigned run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.457 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.457 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.457 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LbudlG +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.458 | 10417 | Recursively removing directory: /tmp/git.VQ8hoB/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.459 | 29134 | Marked run 1837 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.459 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.460 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.460 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.460 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.460 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.461 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.461 | 29137 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.461 | 10413 | Removed run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.461 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.461 | 10413 | Assigned run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.461 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CP8kfj +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.461 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.462 | 29136 | Marked run 1838 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.462 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.464 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.465 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.466 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.466 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.470 | 10414 | Recursively removing directory: /tmp/git.LbudlG/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.472 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.472 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.472 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.472 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.472 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.472 | 29151 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.472 | 10413 | Removed run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.472 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.472 | 10413 | Assigned run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.472 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.472 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WcHVJc +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.473 | 10417 | Recursively removing directory: /tmp/git.CP8kfj/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.474 | 29150 | Marked run 1839 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.474 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.475 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.475 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.475 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.475 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.475 | 29153 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.475 | 10413 | Removed run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.475 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.475 | 10413 | Assigned run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.476 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.475 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.475 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7Oywwj +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.477 | 29152 | Marked run 1840 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.477 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.479 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.480 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.480 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.481 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.486 | 10414 | Recursively removing directory: /tmp/git.WcHVJc/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.487 | 10417 | Recursively removing directory: /tmp/git.7Oywwj/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.487 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.487 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.487 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.487 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.487 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.487 | 29167 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.487 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.487 | 10413 | Removed run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.487 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.487 | 10413 | Assigned run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.488 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1bYjJQ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.489 | 29166 | Marked run 1841 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.489 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.489 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.489 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.489 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.489 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.490 | 29169 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.490 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.490 | 10413 | Removed run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.490 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.490 | 10413 | Assigned run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.489 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.490 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sS9pyu +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.491 | 29168 | Marked run 1842 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.491 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.494 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.495 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.495 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.496 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.501 | 10414 | Recursively removing directory: /tmp/git.1bYjJQ/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.502 | 10417 | Recursively removing directory: /tmp/git.sS9pyu/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.502 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.502 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.502 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.502 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.502 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.503 | 29183 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.503 | 10413 | Removed run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.503 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.503 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.503 | 10413 | Assigned run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.503 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4XEY7E +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.504 | 29182 | Marked run 1843 as finished +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.505 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.505 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.505 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.505 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.505 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.505 | 29185 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.505 | 10413 | Removed run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.505 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.505 | 10413 | Assigned run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.505 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.505 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.96lMD0 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.507 | 29184 | Marked run 1844 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.507 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.508 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.509 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.510 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.510 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.514 | 10414 | Recursively removing directory: /tmp/git.4XEY7E/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.516 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.516 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.516 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.516 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.516 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.516 | 29199 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.516 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.516 | 10413 | Removed run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.516 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.516 | 10413 | Assigned run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.516 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9B8j0H +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.516 | 10417 | Recursively removing directory: /tmp/git.96lMD0/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.518 | 29198 | Marked run 1845 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.518 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.519 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.519 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.519 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.519 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.519 | 29201 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.519 | 10413 | Removed run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.519 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.519 | 10413 | Assigned run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.520 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.519 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.520 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fSMwMD +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.521 | 29200 | Marked run 1846 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.521 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.522 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.522 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.524 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.525 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.528 | 10414 | Recursively removing directory: /tmp/git.9B8j0H/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.529 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.529 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.530 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.530 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.530 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.530 | 29215 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.530 | 10413 | Removed run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.530 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.530 | 10413 | Assigned run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.530 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.531 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xv6njy +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.531 | 10417 | Recursively removing directory: /tmp/git.fSMwMD/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.531 | 29213 | Marked run 1847 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.532 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.532 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.533 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.533 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.533 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.533 | 29217 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.533 | 10413 | Removed run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.533 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.533 | 10413 | Assigned run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.533 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.533 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.533 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.c0845I +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.535 | 29216 | Marked run 1848 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.535 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.535 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.536 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.538 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.538 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.542 | 10414 | Recursively removing directory: /tmp/git.xv6njy/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.543 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.543 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.543 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.544 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.544 | 29231 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.544 | 10413 | Removed run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.544 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.544 | 10413 | Assigned run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.544 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.544 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.544 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.f0ZYoE +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.544 | 10417 | Recursively removing directory: /tmp/git.c0845I/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.546 | 29230 | Marked run 1849 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.546 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.547 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.547 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.547 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.547 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.547 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.547 | 29233 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.547 | 10413 | Removed run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.547 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.547 | 10413 | Assigned run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.548 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.547 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YdHKjJ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.549 | 29232 | Marked run 1850 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.549 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.550 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.550 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.552 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.552 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.556 | 10414 | Recursively removing directory: /tmp/git.f0ZYoE/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.558 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.558 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.558 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.558 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.558 | 29247 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.558 | 10413 | Removed run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.558 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.558 | 10413 | Assigned run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.558 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.558 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VZOYcw +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.558 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.559 | 10417 | Recursively removing directory: /tmp/git.YdHKjJ/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.560 | 29246 | Marked run 1851 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.561 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.561 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.561 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.561 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.561 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.561 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.561 | 29249 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.561 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.561 | 10413 | Removed run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.561 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.561 | 10413 | Assigned run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.561 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DOVriT +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.564 | 29248 | Marked run 1852 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.564 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.564 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.565 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.567 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.568 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.571 | 10414 | Recursively removing directory: /tmp/git.VZOYcw/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.573 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.573 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.573 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.573 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.573 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.573 | 29263 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.573 | 10413 | Removed run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.573 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.573 | 10413 | Assigned run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.573 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.574 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pR4z2I +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.574 | 10417 | Recursively removing directory: /tmp/git.DOVriT/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.575 | 29262 | Marked run 1853 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.575 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.576 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.576 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.576 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.576 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.576 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.576 | 29265 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.576 | 10413 | Removed run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.576 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.576 | 10413 | Assigned run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.576 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.576 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.74qEMF +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.578 | 29264 | Marked run 1854 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.579 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.579 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.580 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.581 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.582 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.586 | 10414 | Recursively removing directory: /tmp/git.pR4z2I/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.587 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.588 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.588 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.588 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.588 | 29279 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.588 | 10413 | Removed run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.588 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.588 | 10413 | Assigned run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.588 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.588 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.588 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SC9M85 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.588 | 10417 | Recursively removing directory: /tmp/git.74qEMF/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.590 | 29278 | Marked run 1855 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.590 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.591 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.591 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.591 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.591 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.591 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.591 | 29281 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.591 | 10413 | Removed run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.591 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.591 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.591 | 10413 | Assigned run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.591 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Dc6tYs +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.593 | 29280 | Marked run 1856 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.593 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.594 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.594 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.596 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.597 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.600 | 10414 | Recursively removing directory: /tmp/git.SC9M85/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.601 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.601 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.601 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.601 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.602 | 29294 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.602 | 10413 | Removed run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.602 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.602 | 10413 | Assigned run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.601 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.602 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.602 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dpB6WL +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.603 | 10417 | Recursively removing directory: /tmp/git.Dc6tYs/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.603 | 29293 | Marked run 1857 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.603 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.605 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.605 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.605 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.605 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.605 | 29297 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.605 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.605 | 10413 | Removed run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.605 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.605 | 10413 | Assigned run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.605 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.605 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RAKLHa +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.607 | 29296 | Marked run 1858 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.607 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.608 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.608 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.610 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.611 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.614 | 10414 | Recursively removing directory: /tmp/git.dpB6WL/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.615 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.615 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.615 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.616 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.616 | 29310 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.616 | 10413 | Removed run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.616 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.616 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.616 | 10413 | Assigned run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.615 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.616 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1X4bJi +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.617 | 10417 | Recursively removing directory: /tmp/git.RAKLHa/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.618 | 29309 | Marked run 1859 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.618 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.619 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.619 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.619 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.619 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.619 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.619 | 29313 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.619 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.619 | 10413 | Removed run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.619 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.619 | 10413 | Assigned run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.620 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.w0g45U +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.621 | 29312 | Marked run 1860 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.621 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.621 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.622 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.624 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.625 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.627 | 10414 | Recursively removing directory: /tmp/git.1X4bJi/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.628 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.628 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.629 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.629 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.629 | 29326 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.629 | 10413 | Removed run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.629 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.629 | 10413 | Assigned run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.629 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.629 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.629 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qeNZJ3 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.631 | 10417 | Recursively removing directory: /tmp/git.w0g45U/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.631 | 29325 | Marked run 1861 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.631 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.632 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.632 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.632 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.632 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.632 | 29329 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.633 | 10413 | Removed run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.633 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.633 | 10413 | Assigned run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.633 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.632 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.633 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Mx0QfF +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.634 | 29328 | Marked run 1862 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.635 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.635 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.636 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.637 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.638 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.642 | 10414 | Recursively removing directory: /tmp/git.qeNZJ3/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.643 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.643 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.643 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.643 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.643 | 29343 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.643 | 10413 | Removed run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.643 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.643 | 10413 | Assigned run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.643 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.643 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CbCm46 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.644 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.644 | 10417 | Recursively removing directory: /tmp/git.Mx0QfF/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.645 | 29342 | Marked run 1863 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.645 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.646 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.646 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.646 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.646 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.646 | 29345 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.646 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.646 | 10413 | Removed run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.646 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.646 | 10413 | Assigned run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.646 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.646 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.umJuQp +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.649 | 29344 | Marked run 1864 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.649 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.650 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.650 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.651 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.651 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.656 | 10414 | Recursively removing directory: /tmp/git.CbCm46/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.657 | 10417 | Recursively removing directory: /tmp/git.umJuQp/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.658 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.658 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.658 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.658 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.658 | 29359 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.658 | 10413 | Removed run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.658 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.658 | 10413 | Assigned run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.658 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.658 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.658 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.E2cdPl +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.659 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.659 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.660 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.660 | 29358 | Marked run 1865 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.660 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.660 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.660 | 29361 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.660 | 10413 | Removed run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.660 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.660 | 10413 | Assigned run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.660 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.660 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.660 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Pv4zlX +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.662 | 29360 | Marked run 1866 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.662 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.663 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.664 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.665 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.666 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.670 | 10414 | Recursively removing directory: /tmp/git.E2cdPl/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.671 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.671 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.671 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.672 | 10417 | Recursively removing directory: /tmp/git.Pv4zlX/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.672 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.672 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.672 | 29375 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.672 | 10413 | Removed run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.672 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.672 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.672 | 10413 | Assigned run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.672 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uY8TnO +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.673 | 29374 | Marked run 1867 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.674 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.674 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.674 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.674 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.674 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.674 | 29377 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.674 | 10413 | Removed run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.674 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.675 | 10413 | Assigned run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.675 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.674 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.675 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.529lX5 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.676 | 29376 | Marked run 1868 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.676 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.677 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.678 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.679 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.680 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.683 | 10414 | Recursively removing directory: /tmp/git.uY8TnO/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.685 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.685 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.685 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.685 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.685 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.685 | 29391 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.685 | 10413 | Removed run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.685 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.685 | 10413 | Assigned run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.685 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.685 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.I4lVnr +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.686 | 10417 | Recursively removing directory: /tmp/git.529lX5/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.687 | 29390 | Marked run 1869 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.687 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.688 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.688 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.688 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.688 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.688 | 29393 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.688 | 10413 | Removed run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.688 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.688 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.688 | 10413 | Assigned run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.688 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.688 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YJCy4l +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.690 | 29392 | Marked run 1870 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.690 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.691 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.692 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.693 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.693 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.698 | 10414 | Recursively removing directory: /tmp/git.I4lVnr/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.699 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.699 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.699 | 10417 | Recursively removing directory: /tmp/git.YJCy4l/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.700 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.700 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.700 | 29407 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.700 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.700 | 10413 | Removed run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.700 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.700 | 10413 | Assigned run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.700 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.701 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.owI5Zg +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.702 | 29406 | Marked run 1871 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.702 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.702 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.702 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.702 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.702 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.702 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.702 | 29409 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.703 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JyLWL6 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.702 | 10413 | Removed run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.702 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.703 | 10413 | Assigned run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.703 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.704 | 29408 | Marked run 1872 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.704 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.705 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.706 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.707 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.708 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.712 | 10414 | Recursively removing directory: /tmp/git.owI5Zg/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.713 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.713 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.713 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.713 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.714 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.714 | 29423 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.714 | 10413 | Removed run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.714 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.714 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.714 | 10413 | Assigned run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.714 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jDQQXC +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.714 | 10417 | Recursively removing directory: /tmp/git.JyLWL6/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.716 | 29422 | Marked run 1873 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.716 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.717 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.717 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.717 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.717 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.717 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.717 | 29425 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.717 | 10413 | Removed run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.717 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.717 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.717 | 10413 | Assigned run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.717 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jS2ir0 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.719 | 29424 | Marked run 1874 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.719 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.719 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.720 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.722 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.722 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.726 | 10414 | Recursively removing directory: /tmp/git.jDQQXC/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.728 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.728 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.728 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.728 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.728 | 29439 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.728 | 10413 | Removed run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.728 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.728 | 10413 | Assigned run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.728 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.728 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vxEMsn +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.729 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.729 | 10417 | Recursively removing directory: /tmp/git.jS2ir0/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.730 | 29438 | Marked run 1875 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.730 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.731 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.731 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.731 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.731 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.731 | 29441 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.731 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.731 | 10413 | Removed run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.731 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.732 | 10413 | Assigned run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.731 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.732 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fr5Zax +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.733 | 29440 | Marked run 1876 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.733 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.734 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.735 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.736 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.737 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.740 | 10414 | Recursively removing directory: /tmp/git.vxEMsn/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.742 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.742 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.742 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.742 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.742 | 29455 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.742 | 10413 | Removed run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.742 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.742 | 10413 | Assigned run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.743 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.742 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.742 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HbWJgY +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.743 | 10417 | Recursively removing directory: /tmp/git.fr5Zax/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.744 | 29454 | Marked run 1877 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.744 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.745 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.745 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.745 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.745 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.745 | 29457 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.746 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.746 | 10413 | Removed run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.746 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.746 | 10413 | Assigned run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.745 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.746 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fS6CzO +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.747 | 29456 | Marked run 1878 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.747 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.748 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.749 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.751 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.751 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.755 | 10414 | Recursively removing directory: /tmp/git.HbWJgY/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.757 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.757 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.757 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.757 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.757 | 29471 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.757 | 10413 | Removed run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.757 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.757 | 10413 | Assigned run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.757 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.757 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.757 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3FwOBj +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.757 | 10417 | Recursively removing directory: /tmp/git.fS6CzO/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.759 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.759 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.760 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.760 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RIjsO9 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.759 | 29470 | Marked run 1879 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.759 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.759 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.760 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.760 | 29473 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.760 | 10413 | Removed run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.760 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.760 | 10413 | Assigned run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.760 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.761 | 29472 | Marked run 1880 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.761 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.763 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.764 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.764 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.765 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.769 | 10414 | Recursively removing directory: /tmp/git.3FwOBj/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.770 | 10417 | Recursively removing directory: /tmp/git.RIjsO9/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.771 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.771 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.771 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.771 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.771 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.771 | 29487 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.771 | 10413 | Removed run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.771 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UJavvh +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.771 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.771 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.771 | 10413 | Assigned run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.773 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.773 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.773 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.773 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.773 | 29489 | Added a new worker 12 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.773 | 10413 | Removed run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.773 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.773 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.773 | 10413 | Assigned run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.773 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.773 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HfgxDG +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.774 | 29486 | Marked run 1881 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.774 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.775 | 29488 | Marked run 1882 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.776 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.777 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.778 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.778 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.778 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.784 | 10414 | Recursively removing directory: /tmp/git.UJavvh/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.784 | 10417 | Recursively removing directory: /tmp/git.HfgxDG/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.785 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.785 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.785 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.785 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.786 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.786 | 29503 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.786 | 10413 | Removed run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.786 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.786 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.786 | 10413 | Assigned run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.786 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.786 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.786 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.786 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.787 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.s6cKFs +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.786 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.786 | 29505 | Added a new worker 13 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.786 | 10413 | Removed run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.786 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.786 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.786 | 10413 | Assigned run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.786 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pzEkKn +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.788 | 29502 | Marked run 1883 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.788 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.789 | 29504 | Marked run 1884 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.789 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.791 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.791 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.792 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.792 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.797 | 10417 | Recursively removing directory: /tmp/git.s6cKFs/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.798 | 10414 | Recursively removing directory: /tmp/git.pzEkKn/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.799 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.799 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.799 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.799 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.799 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.799 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.799 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.799 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.799 | 29520 | Added a new worker 14 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.799 | 10413 | Removed run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.799 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.799 | 10413 | Assigned run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.799 | 29521 | Added a new worker 16 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.799 | 10413 | Removed run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.799 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.800 | 10413 | Assigned run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.800 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.800 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.800 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.799 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.800 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2Ebke3 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.799 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Bb92aZ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.801 | 29519 | Marked run 1885 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.801 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.803 | 29518 | Marked run 1886 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.803 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.805 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.806 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.807 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.807 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.812 | 10414 | Recursively removing directory: /tmp/git.Bb92aZ/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.813 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.813 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.814 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.814 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.814 | 29535 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.814 | 10413 | Removed run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.814 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.814 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.814 | 10417 | Recursively removing directory: /tmp/git.2Ebke3/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.814 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QFqKPT +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.814 | 10413 | Assigned run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.814 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.816 | 29534 | Marked run 1887 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.816 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.817 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.817 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.817 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.817 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.817 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.817 | 29537 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.817 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.817 | 10413 | Removed run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.817 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.817 | 10413 | Assigned run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.817 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7UKmIz +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.818 | 29536 | Marked run 1888 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.818 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.820 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.821 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.822 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.823 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.827 | 10414 | Recursively removing directory: /tmp/git.QFqKPT/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.828 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.828 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.828 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.829 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.829 | 29551 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.829 | 10413 | Removed run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.829 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.829 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.829 | 10413 | Assigned run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.829 | 10417 | Recursively removing directory: /tmp/git.7UKmIz/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.829 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.829 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.frCOPH +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.830 | 29550 | Marked run 1889 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.830 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.831 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.831 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.831 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.832 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.832 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.832 | 29553 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.832 | 10413 | Removed run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.832 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.832 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.832 | 10413 | Assigned run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.832 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DKAEkE +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.833 | 29552 | Marked run 1890 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.833 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.835 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.836 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.837 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.838 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.842 | 10414 | Recursively removing directory: /tmp/git.frCOPH/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.843 | 10417 | Recursively removing directory: /tmp/git.DKAEkE/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.843 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.843 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.844 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.844 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.844 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.844 | 29567 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.844 | 10413 | Removed run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.844 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.844 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.844 | 10413 | Assigned run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.844 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Nrbmsw +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.846 | 29566 | Marked run 1891 as finished +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.846 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.846 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.846 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.846 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.846 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.846 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.846 | 29569 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.846 | 10413 | Removed run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.846 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.846 | 10413 | Assigned run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.846 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.846 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PWjDtV +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.848 | 29568 | Marked run 1892 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.848 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.849 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.850 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.851 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.851 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.856 | 10414 | Recursively removing directory: /tmp/git.Nrbmsw/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.857 | 10417 | Recursively removing directory: /tmp/git.PWjDtV/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.857 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.857 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.857 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.858 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.858 | 29583 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.858 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.858 | 10413 | Removed run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.858 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.858 | 10413 | Assigned run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.858 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.858 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5cfOkG +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.860 | 29582 | Marked run 1893 as finished +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.860 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.860 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.860 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.860 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.860 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.860 | 29585 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.860 | 10413 | Removed run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.860 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.860 | 10413 | Assigned run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.860 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.860 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1xqChg +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.861 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.862 | 29584 | Marked run 1894 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.862 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.863 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.864 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.865 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.865 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.869 | 10414 | Recursively removing directory: /tmp/git.5cfOkG/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.871 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.871 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.871 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.871 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.871 | 29599 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.871 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.871 | 10417 | Recursively removing directory: /tmp/git.1xqChg/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.871 | 10413 | Removed run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.871 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.871 | 10413 | Assigned run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.871 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.872 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jIWIxJ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.873 | 29598 | Marked run 1895 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.873 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.874 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.874 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.874 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.874 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.874 | 29601 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.874 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.874 | 10413 | Removed run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.874 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.874 | 10413 | Assigned run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.874 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.874 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lmhFj7 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.876 | 29600 | Marked run 1896 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.876 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.876 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.877 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.879 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.880 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.883 | 10414 | Recursively removing directory: /tmp/git.jIWIxJ/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.884 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.884 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.884 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.884 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.884 | 29613 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.884 | 10413 | Removed run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.884 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.884 | 10413 | Assigned run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.884 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.884 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.884 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GZX2dW +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.886 | 29611 | Marked run 1897 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.886 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.886 | 10417 | Recursively removing directory: /tmp/git.lmhFj7/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.888 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.888 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.888 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.888 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.888 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.888 | 29617 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.888 | 10413 | Removed run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.888 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.888 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.888 | 10413 | Assigned run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.889 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2BfUZJ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.890 | 29616 | Marked run 1898 as finished +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.890 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.890 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.891 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.893 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.894 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.897 | 10414 | Recursively removing directory: /tmp/git.GZX2dW/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.898 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.898 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.898 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.898 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.898 | 29630 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.898 | 10413 | Removed run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.898 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.898 | 10413 | Assigned run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.898 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.899 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OMaNkq +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.899 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.900 | 10417 | Recursively removing directory: /tmp/git.2BfUZJ/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.901 | 29629 | Marked run 1899 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.901 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.902 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.902 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.902 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.902 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.902 | 29633 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.902 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.902 | 10413 | Removed run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.902 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.902 | 10413 | Assigned run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.902 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.902 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qBQyYI +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.904 | 29632 | Marked run 1900 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.904 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.904 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.905 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.907 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.908 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.911 | 10414 | Recursively removing directory: /tmp/git.OMaNkq/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.912 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.912 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.912 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.912 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.912 | 29646 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.912 | 10413 | Removed run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.912 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.912 | 10413 | Assigned run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.912 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.912 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.913 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XdOraK +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.914 | 10417 | Recursively removing directory: /tmp/git.qBQyYI/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.915 | 29645 | Marked run 1901 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.915 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.916 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.916 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.916 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.916 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.916 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.916 | 29649 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.916 | 10413 | Removed run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.916 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.916 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.916 | 10413 | Assigned run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.917 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kk8Jp3 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.919 | 29648 | Marked run 1902 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.919 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.919 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.920 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.922 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.922 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.926 | 10414 | Recursively removing directory: /tmp/git.XdOraK/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.927 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.927 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.927 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.927 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.927 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.927 | 29660 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.927 | 10413 | Removed run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.927 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.927 | 10413 | Assigned run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.927 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.928 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JygOrn +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.929 | 29659 | Marked run 1903 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.929 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.931 | 10417 | Recursively removing directory: /tmp/git.kk8Jp3/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.932 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.932 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.932 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.932 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.932 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.932 | 29665 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.932 | 10413 | Removed run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.932 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.932 | 10413 | Assigned run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.932 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.932 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.933 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pSqvwq +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.933 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.934 | 29664 | Marked run 1904 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.934 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.937 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.938 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.939 | 10414 | Recursively removing directory: /tmp/git.JygOrn/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.941 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.941 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.941 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.941 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.941 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.941 | 29675 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.941 | 10413 | Removed run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.941 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.941 | 10413 | Assigned run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.941 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.942 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZUTOcD +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.943 | 29674 | Marked run 1905 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.944 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.944 | 10417 | Recursively removing directory: /tmp/git.pSqvwq/ +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.946 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.946 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.946 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.946 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.946 | 29681 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.946 | 10413 | Removed run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.946 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.946 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.946 | 10413 | Assigned run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.946 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.946 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OXwZnj +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.946 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.948 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.948 | 29680 | Marked run 1906 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.949 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.951 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.951 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.954 | 10414 | Recursively removing directory: /tmp/git.ZUTOcD/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.955 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.955 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.955 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.955 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.955 | 29692 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.955 | 10413 | Removed run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.955 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.955 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.955 | 10413 | Assigned run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.955 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.956 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.C2qC0D +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.958 | 10417 | Recursively removing directory: /tmp/git.OXwZnj/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.958 | 29691 | Marked run 1907 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.958 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.959 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.959 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.959 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.959 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.959 | 29697 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.959 | 10413 | Removed run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.959 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.959 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.959 | 10413 | Assigned run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.959 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.960 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.envmaz +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.961 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.961 | 29696 | Marked run 1908 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.961 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.962 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.964 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.965 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.968 | 10414 | Recursively removing directory: /tmp/git.C2qC0D/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.969 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.969 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.969 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.969 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.969 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.969 | 29710 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.969 | 10413 | Removed run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.969 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.969 | 10413 | Assigned run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.969 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MTZakL +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.970 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.971 | 10417 | Recursively removing directory: /tmp/git.envmaz/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.972 | 29708 | Marked run 1909 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.972 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.973 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.973 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.973 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.973 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.973 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.973 | 29713 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.973 | 10413 | Removed run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.973 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.973 | 10413 | Assigned run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.973 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.973 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wNQ84A +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.975 | 29712 | Marked run 1910 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.975 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.976 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.977 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.979 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.979 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.983 | 10414 | Recursively removing directory: /tmp/git.MTZakL/ +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.984 | 10414 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.984 | 10414 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.984 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.984 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.985 | 29727 | Added a new worker 10 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.985 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.985 | 10413 | Removed run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.985 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.985 | 10413 | Assigned run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.984 | 10414 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.985 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GCapxM +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.986 | 10417 | Recursively removing directory: /tmp/git.wNQ84A/ +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.986 | 29726 | Marked run 1911 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.986 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.988 | 10417 | Process exit code: 0 +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.988 | 10417 | Process output: 57 bytes +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.988 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.988 | 10417 | Waiting for a new command +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.988 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.988 | 29729 | Added a new worker 11 to the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.988 | 10413 | Removed run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.988 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.988 | 10413 | Assigned run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.988 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.988 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3fkUf7 +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.990 | 29728 | Marked run 1912 as finished +2024-04-25 03:44:36 | INFO | 10411/cimple-server: 2024-04-25 03:44:36.990 | 10411 | Waiting for new connections +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.992 | 10414 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.992 | 10414 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.993 | 10417 | Checking out revision HEAD +2024-04-25 03:44:36 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.994 | 10417 | Going to run: ./ci +2024-04-25 03:44:36 | INFO | 10414/cimple-worker: 2024-04-25 03:44:36.998 | 10414 | Recursively removing directory: /tmp/git.GCapxM/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:36.999 | 10417 | Recursively removing directory: /tmp/git.3fkUf7/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.000 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.000 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.000 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.000 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.000 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.000 | 29743 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.000 | 10413 | Removed run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.000 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.000 | 10413 | Assigned run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.000 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.000 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2vuQXx +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.002 | 29742 | Marked run 1913 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.002 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.002 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.002 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.002 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.002 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.002 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.002 | 29745 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.002 | 10413 | Removed run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.002 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.003 | 10413 | Assigned run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.003 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.003 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jBtjNG +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.004 | 29744 | Marked run 1914 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.004 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.007 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.008 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.008 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.008 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.014 | 10414 | Recursively removing directory: /tmp/git.2vuQXx/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.014 | 10417 | Recursively removing directory: /tmp/git.jBtjNG/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.015 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.015 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.015 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.015 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.015 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.015 | 29759 | Added a new worker 10 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.015 | 10413 | Removed run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.015 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.015 | 10413 | Assigned run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.015 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.015 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hyXeaB +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.016 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.016 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.016 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.016 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.016 | 29761 | Added a new worker 13 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.016 | 10413 | Removed run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.016 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.016 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.016 | 10413 | Assigned run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.016 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.016 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.H3s3jE +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.018 | 29758 | Marked run 1915 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.018 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.019 | 29760 | Marked run 1916 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.019 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.021 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.021 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.021 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.022 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.027 | 10414 | Recursively removing directory: /tmp/git.hyXeaB/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.027 | 10417 | Recursively removing directory: /tmp/git.H3s3jE/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.028 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.028 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.028 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.029 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.029 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.029 | 29775 | Added a new worker 10 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.029 | 10413 | Removed run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.029 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.029 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iNfLfK +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.029 | 10413 | Assigned run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.029 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.029 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.029 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.029 | 29777 | Added a new worker 13 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.029 | 10413 | Removed run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.029 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.030 | 10413 | Assigned run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.030 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.029 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.029 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.029 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.030 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zTxWq0 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.032 | 29774 | Marked run 1917 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.032 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.033 | 29776 | Marked run 1918 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.033 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.036 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.036 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.036 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.037 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.042 | 10414 | Recursively removing directory: /tmp/git.iNfLfK/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.043 | 10417 | Recursively removing directory: /tmp/git.zTxWq0/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.044 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.044 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.044 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.044 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.044 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.044 | 29791 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.044 | 10413 | Removed run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.044 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.044 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.044 | 10413 | Assigned run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.044 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wLZQfr +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.045 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.045 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.045 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.045 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.045 | 29793 | Added a new worker 14 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.045 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.045 | 10413 | Removed run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.045 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.045 | 10413 | Assigned run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.046 | 29790 | Marked run 1919 as finished +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.045 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.045 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JJzG9B +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.046 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.048 | 29792 | Marked run 1920 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.048 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.049 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.050 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.050 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.051 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.055 | 10414 | Recursively removing directory: /tmp/git.wLZQfr/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.057 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.057 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.057 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.057 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.057 | 29807 | Added a new worker 10 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.057 | 10413 | Removed run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.057 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.057 | 10413 | Assigned run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.057 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.057 | 10417 | Recursively removing directory: /tmp/git.JJzG9B/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.057 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.057 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sNAgLz +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.059 | 29806 | Marked run 1921 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.059 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.060 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.060 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.060 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.060 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.060 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.060 | 29809 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.060 | 10413 | Removed run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.060 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.060 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pxu0jt +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.060 | 10413 | Assigned run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.060 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.062 | 29808 | Marked run 1922 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.062 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.063 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.063 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.065 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.066 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.069 | 10414 | Recursively removing directory: /tmp/git.sNAgLz/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.070 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.070 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.070 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.070 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.070 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.071 | 29822 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.071 | 10413 | Removed run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.071 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.071 | 10413 | Assigned run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.071 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.072 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0yAgMt +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.072 | 10417 | Recursively removing directory: /tmp/git.pxu0jt/ +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.073 | 29821 | Marked run 1923 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.073 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.074 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.074 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.074 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.074 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.074 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.074 | 29825 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.074 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.074 | 10413 | Removed run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.074 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.074 | 10413 | Assigned run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.074 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.efq6py +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.076 | 29824 | Marked run 1924 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.076 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.077 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.078 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.079 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.079 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.084 | 10414 | Recursively removing directory: /tmp/git.0yAgMt/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.085 | 10417 | Recursively removing directory: /tmp/git.efq6py/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.085 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.085 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.085 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.085 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.086 | 29839 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.086 | 10413 | Removed run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.086 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.086 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.086 | 10413 | Assigned run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.085 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.086 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YQfbLg +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.087 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.087 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.088 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.087 | 29838 | Marked run 1925 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.087 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.088 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LmvhKj +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.088 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.088 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.088 | 29841 | Added a new worker 10 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.088 | 10413 | Removed run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.088 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.088 | 10413 | Assigned run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.088 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.089 | 29840 | Marked run 1926 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.089 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.092 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.092 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.092 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.093 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.098 | 10414 | Recursively removing directory: /tmp/git.YQfbLg/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.099 | 10417 | Recursively removing directory: /tmp/git.LmvhKj/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.099 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.099 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.099 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.100 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.100 | 29855 | Added a new worker 10 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.100 | 10413 | Removed run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.100 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.100 | 10413 | Assigned run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.100 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.100 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.100 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V2gk4I +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.101 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.101 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.101 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.101 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.101 | 29857 | Added a new worker 14 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.101 | 10413 | Removed run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.101 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.101 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.102 | 10413 | Assigned run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.101 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.102 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jrafje +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.102 | 29854 | Marked run 1927 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.102 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.104 | 29856 | Marked run 1928 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.104 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.105 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.106 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.106 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.107 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.112 | 10414 | Recursively removing directory: /tmp/git.V2gk4I/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.113 | 10417 | Recursively removing directory: /tmp/git.jrafje/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.113 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.113 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.113 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.113 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.113 | 29871 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.113 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.113 | 10413 | Removed run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.113 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.114 | 10413 | Assigned run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.113 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.114 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3Cozsa +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.115 | 29870 | Marked run 1929 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.115 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.115 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.115 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.115 | 29873 | Added a new worker 10 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.115 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.115 | 10413 | Removed run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.115 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.116 | 10413 | Assigned run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.115 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.115 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.115 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.116 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.A648r0 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.117 | 29872 | Marked run 1930 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.117 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.119 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.120 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.121 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.121 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.126 | 10414 | Recursively removing directory: /tmp/git.3Cozsa/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.127 | 10417 | Recursively removing directory: /tmp/git.A648r0/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.127 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.127 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.128 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.128 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.128 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.128 | 29887 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.128 | 10413 | Removed run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.128 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.128 | 10413 | Assigned run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.128 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.128 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.COUKoH +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.130 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.130 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.130 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.130 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.130 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.130 | 29889 | Added a new worker 13 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.130 | 10413 | Removed run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.130 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.130 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.130 | 10413 | Assigned run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.130 | 29886 | Marked run 1931 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.130 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.130 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IgqPkw +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.132 | 29888 | Marked run 1932 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.132 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.134 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.135 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.135 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.135 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.140 | 10414 | Recursively removing directory: /tmp/git.COUKoH/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.141 | 10417 | Recursively removing directory: /tmp/git.IgqPkw/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.142 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.142 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.142 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.142 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.142 | 29903 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.142 | 10413 | Removed run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.142 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.142 | 10413 | Assigned run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.142 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.142 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SSPnhu +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.143 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.143 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.143 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.143 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.143 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.143 | 29905 | Added a new worker 13 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.143 | 10413 | Removed run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.143 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.143 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.143 | 10413 | Assigned run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.143 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.143 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ssxehU +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.145 | 29902 | Marked run 1933 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.145 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.146 | 29904 | Marked run 1934 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.147 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.148 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.148 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.149 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.149 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.155 | 10414 | Recursively removing directory: /tmp/git.SSPnhu/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.155 | 10417 | Recursively removing directory: /tmp/git.ssxehU/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.156 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.156 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.156 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.156 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.156 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.156 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.156 | 29920 | Added a new worker 15 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.156 | 10413 | Removed run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.156 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.156 | 10413 | Assigned run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.156 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.156 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.157 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9fWkAP +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.157 | 29921 | Added a new worker 16 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.157 | 10413 | Removed run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.157 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.157 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.157 | 10413 | Assigned run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.156 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.156 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.156 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.158 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WbE8ql +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.159 | 29918 | Marked run 1935 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.159 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.160 | 29919 | Marked run 1936 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.160 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.162 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.162 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.163 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.163 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.168 | 10414 | Recursively removing directory: /tmp/git.9fWkAP/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.169 | 10417 | Recursively removing directory: /tmp/git.WbE8ql/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.170 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.170 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.170 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.170 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.170 | 29935 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.170 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.170 | 10413 | Removed run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.170 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.170 | 10413 | Assigned run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.170 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.170 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6kmK1L +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.171 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.171 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.172 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.172 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.172 | 29937 | Added a new worker 13 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.172 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.172 | 10413 | Removed run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.172 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.172 | 10413 | Assigned run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.172 | 29934 | Marked run 1937 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.172 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.172 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.172 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OPtqVH +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.174 | 29936 | Marked run 1938 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.174 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.176 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.176 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.177 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.177 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.182 | 10414 | Recursively removing directory: /tmp/git.6kmK1L/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.183 | 10417 | Recursively removing directory: /tmp/git.OPtqVH/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.184 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.184 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.184 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.184 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.184 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.184 | 29951 | Added a new worker 10 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.184 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.184 | 10413 | Removed run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.184 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.184 | 10413 | Assigned run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.184 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.c8Fpok +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.185 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.185 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.185 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.185 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.185 | 29953 | Added a new worker 14 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.185 | 10413 | Removed run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.185 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.185 | 10413 | Assigned run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.185 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.185 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.186 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NqIJoR +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.186 | 29950 | Marked run 1939 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.186 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.188 | 29952 | Marked run 1940 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.188 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.190 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.190 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.191 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.191 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.197 | 10414 | Recursively removing directory: /tmp/git.c8Fpok/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.197 | 10417 | Recursively removing directory: /tmp/git.NqIJoR/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.198 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.198 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.198 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.198 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.198 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.198 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.198 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.198 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.198 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.198 | 29968 | Added a new worker 15 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.198 | 10413 | Removed run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.198 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.199 | 10413 | Assigned run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.199 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.199 | 29969 | Added a new worker 16 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.199 | 10413 | Removed run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.199 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.199 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.199 | 10413 | Assigned run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.198 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.199 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XG2Hog +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.199 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KOI9eK +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.200 | 29967 | Marked run 1942 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.201 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.202 | 29966 | Marked run 1941 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.202 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.204 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.205 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.205 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.206 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.211 | 10414 | Recursively removing directory: /tmp/git.XG2Hog/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.211 | 10417 | Recursively removing directory: /tmp/git.KOI9eK/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.212 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.212 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.212 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.212 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.212 | 29983 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.212 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.212 | 10413 | Removed run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.212 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.212 | 10413 | Assigned run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.213 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.213 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.213 | 29985 | Added a new worker 13 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.213 | 10413 | Removed run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.213 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.213 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.213 | 10413 | Assigned run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.212 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.212 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.213 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.213 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pf4xPD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.212 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.213 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eq9RLX +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.214 | 29982 | Marked run 1943 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.215 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.216 | 29984 | Marked run 1944 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.216 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.218 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.218 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.218 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.219 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.224 | 10414 | Recursively removing directory: /tmp/git.eq9RLX/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.225 | 10417 | Recursively removing directory: /tmp/git.pf4xPD/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.225 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.225 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.226 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.226 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.226 | 29999 | Added a new worker 10 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.226 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.226 | 10413 | Removed run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.226 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.226 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.226 | 10413 | Assigned run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.226 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Rz0mrX +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.227 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.227 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.227 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.227 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.227 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.227 | 30001 | Added a new worker 14 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.227 | 10413 | Removed run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.227 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.227 | 10413 | Assigned run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.227 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.228 | 29998 | Marked run 1945 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.228 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.227 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.b7aP3O +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.230 | 30000 | Marked run 1946 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.230 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.231 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.232 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.232 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.233 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.237 | 10414 | Recursively removing directory: /tmp/git.Rz0mrX/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.238 | 10417 | Recursively removing directory: /tmp/git.b7aP3O/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.239 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.239 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.239 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.239 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.239 | 30015 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.239 | 10413 | Removed run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.239 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.239 | 10413 | Assigned run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.239 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.239 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.239 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IOw4bO +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.240 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.240 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.241 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.241 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.241 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.241 | 30017 | Added a new worker 10 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.241 | 30014 | Marked run 1947 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.241 | 10413 | Removed run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.241 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.241 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.241 | 10413 | Assigned run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.241 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.242 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uiJ6xc +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.242 | 30016 | Marked run 1948 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.243 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.245 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.245 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.245 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.246 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.251 | 10414 | Recursively removing directory: /tmp/git.IOw4bO/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.252 | 10417 | Recursively removing directory: /tmp/git.uiJ6xc/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.252 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.252 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.253 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.253 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.253 | 30031 | Added a new worker 10 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.253 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.253 | 10413 | Removed run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.253 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.253 | 10413 | Assigned run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.253 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.253 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.253 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.253 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gKUcWa +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.254 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.253 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.254 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.254 | 30033 | Added a new worker 13 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.254 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.254 | 10413 | Removed run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.254 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.254 | 10413 | Assigned run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.254 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wMNpo4 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.255 | 30030 | Marked run 1949 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.255 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.258 | 30032 | Marked run 1950 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.258 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.259 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.259 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.259 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.260 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.265 | 10417 | Recursively removing directory: /tmp/git.wMNpo4/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.266 | 10414 | Recursively removing directory: /tmp/git.gKUcWa/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.266 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.266 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.267 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.267 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.267 | 30047 | Added a new worker 10 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.267 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.267 | 10413 | Removed run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.267 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.267 | 10413 | Assigned run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.267 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.267 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.267 | 30049 | Added a new worker 13 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.267 | 10413 | Removed run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.267 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.267 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.267 | 10413 | Assigned run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.267 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.267 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.267 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.268 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jnQHiz +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.267 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.267 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.S2c87y +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.269 | 30046 | Marked run 1952 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.269 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.270 | 30048 | Marked run 1951 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.270 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.272 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.272 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.273 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.273 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.278 | 10417 | Recursively removing directory: /tmp/git.S2c87y/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.279 | 10414 | Recursively removing directory: /tmp/git.jnQHiz/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.280 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.280 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.280 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.280 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.280 | 30063 | Added a new worker 12 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.280 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.280 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.280 | 10413 | Removed run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.280 | 10413 | Removed worker 12 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.280 | 10413 | Assigned run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.280 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.280 | 30065 | Added a new worker 13 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.280 | 10413 | Removed run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.280 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.280 | 10413 | Assigned run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.280 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.280 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.280 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.280 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.280 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vL5Xq4 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.280 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.280 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6gspKG +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.282 | 30062 | Marked run 1953 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.283 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.284 | 30064 | Marked run 1954 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.284 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.285 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.286 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.286 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.286 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.292 | 10417 | Recursively removing directory: /tmp/git.6gspKG/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.292 | 10414 | Recursively removing directory: /tmp/git.vL5Xq4/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.293 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.293 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.293 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.293 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.294 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.294 | 30079 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.294 | 10413 | Removed run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.294 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.294 | 10413 | Assigned run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.294 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.294 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.294 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.294 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.294 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.294 | 30081 | Added a new worker 13 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.294 | 10413 | Removed run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.294 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.294 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.294 | 10413 | Assigned run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.294 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EjauXH +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.294 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.295 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fIYYWF +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.295 | 30078 | Marked run 1955 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.296 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.297 | 30080 | Marked run 1956 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.297 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.299 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.299 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.300 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.300 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.306 | 10417 | Recursively removing directory: /tmp/git.EjauXH/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.306 | 10414 | Recursively removing directory: /tmp/git.fIYYWF/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.307 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.307 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.307 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.307 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.307 | 30095 | Added a new worker 10 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.307 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.307 | 10413 | Removed run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.307 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.307 | 10413 | Assigned run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.307 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.307 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rt6dJB +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.308 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.308 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.308 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.308 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GY0n19 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.308 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.308 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.308 | 30097 | Added a new worker 13 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.308 | 10413 | Removed run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.308 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.308 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.308 | 10413 | Assigned run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.309 | 30094 | Marked run 1957 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.310 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.311 | 30096 | Marked run 1958 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.311 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.313 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.313 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.313 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.314 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.319 | 10414 | Recursively removing directory: /tmp/git.GY0n19/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.319 | 10417 | Recursively removing directory: /tmp/git.rt6dJB/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.320 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.320 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.321 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.320 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.320 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.321 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.321 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.321 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.321 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.321 | 30112 | Added a new worker 15 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.321 | 10413 | Removed run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.321 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.321 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.321 | 10413 | Assigned run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.321 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.321 | 30113 | Added a new worker 16 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.321 | 10413 | Removed run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.321 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.321 | 10413 | Assigned run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.321 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.321 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PlDPSx +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.322 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FHe9Pm +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.323 | 30110 | Marked run 1959 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.323 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.324 | 30111 | Marked run 1960 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.324 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.327 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.327 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.327 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.327 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.333 | 10417 | Recursively removing directory: /tmp/git.PlDPSx/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.333 | 10414 | Recursively removing directory: /tmp/git.FHe9Pm/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.334 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.334 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.335 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.335 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.335 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.335 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.335 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.335 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.335 | 30128 | Added a new worker 15 to the queue +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.335 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.335 | 10413 | Removed run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.335 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dAr7nw +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.335 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.335 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.335 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HzmYNa +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.335 | 10413 | Assigned run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.335 | 30129 | Added a new worker 16 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.335 | 10413 | Removed run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.335 | 10413 | Removed worker 16 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.335 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.335 | 10413 | Assigned run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.335 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.337 | 30126 | Marked run 1961 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.337 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.338 | 30127 | Marked run 1962 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.338 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.341 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.341 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.342 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.342 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.348 | 10417 | Recursively removing directory: /tmp/git.dAr7nw/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.348 | 10414 | Recursively removing directory: /tmp/git.HzmYNa/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.349 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.349 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.349 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.349 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.349 | 30143 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.349 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.349 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.350 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.350 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.350 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.350 | 10413 | Removed run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.350 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.350 | 10413 | Assigned run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.350 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.350 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.350 | 30145 | Added a new worker 13 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.350 | 10413 | Removed run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.350 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.350 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.i407SB +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.350 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cdBXqt +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.350 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.350 | 10413 | Assigned run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.351 | 30142 | Marked run 1963 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.351 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.353 | 30144 | Marked run 1964 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.353 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.355 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.355 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.356 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.356 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.361 | 10417 | Recursively removing directory: /tmp/git.i407SB/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.361 | 10414 | Recursively removing directory: /tmp/git.cdBXqt/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.362 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.362 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.363 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.363 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.363 | 30159 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.363 | 10413 | Removed run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.363 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.363 | 10413 | Assigned run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.363 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.363 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.363 | 30161 | Added a new worker 15 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.363 | 10413 | Removed run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.363 | 10413 | Removed worker 15 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.363 | 10413 | Assigned run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.363 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.363 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.363 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.363 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uWt7YO +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.363 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.363 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.363 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.363 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MfBuhN +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.365 | 30158 | Marked run 1965 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.365 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.366 | 30160 | Marked run 1966 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.367 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.368 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.369 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.369 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.369 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.375 | 10414 | Recursively removing directory: /tmp/git.MfBuhN/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.375 | 10417 | Recursively removing directory: /tmp/git.uWt7YO/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.376 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.376 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.376 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.376 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.376 | 30175 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.376 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.376 | 10413 | Removed run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.376 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.377 | 10413 | Assigned run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.376 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.377 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Uh28oh +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.377 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.377 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.378 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.378 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.378 | 30177 | Added a new worker 14 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.378 | 10413 | Removed run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.378 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.378 | 10413 | Assigned run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.378 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.378 | 30174 | Marked run 1968 as finished +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.378 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.378 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GJjzqM +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.379 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.380 | 30176 | Marked run 1967 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.380 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.382 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.383 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.383 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.384 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.388 | 10414 | Recursively removing directory: /tmp/git.Uh28oh/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.390 | 10417 | Recursively removing directory: /tmp/git.GJjzqM/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.390 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.390 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.390 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.390 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.390 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.390 | 30191 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.390 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.390 | 10413 | Removed run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.390 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.390 | 10413 | Assigned run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.390 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UuKD0V +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.392 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.392 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.392 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.392 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.392 | 30193 | Added a new worker 14 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.392 | 10413 | Removed run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.392 | 10413 | Removed worker 14 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.392 | 10413 | Assigned run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.392 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.392 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1UL4eK +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.393 | 30190 | Marked run 1969 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.393 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.394 | 30192 | Marked run 1970 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.394 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.396 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.397 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.397 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.398 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.403 | 10414 | Recursively removing directory: /tmp/git.UuKD0V/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.404 | 10417 | Recursively removing directory: /tmp/git.1UL4eK/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.404 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.404 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.404 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.405 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.405 | 30207 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.405 | 10413 | Removed run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.405 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.405 | 10413 | Assigned run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.405 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.405 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.405 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MzCebh +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.406 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.406 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.407 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.407 | 30206 | Marked run 1971 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.407 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.407 | 30209 | Added a new worker 6 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.407 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.407 | 10413 | Removed run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.407 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.407 | 10413 | Assigned run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.407 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.407 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yuuG89 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.409 | 30208 | Marked run 1972 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.409 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.410 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.411 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.412 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.413 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.417 | 10414 | Recursively removing directory: /tmp/git.MzCebh/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.418 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.418 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.418 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.418 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.418 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.418 | 30223 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.419 | 10413 | Removed run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.419 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.419 | 10413 | Assigned run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.419 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.418 | 10417 | Recursively removing directory: /tmp/git.yuuG89/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.419 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Tbxxx5 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.421 | 30222 | Marked run 1973 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.421 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.421 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.421 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.421 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.421 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.421 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.421 | 30225 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.421 | 10413 | Removed run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.421 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.421 | 10413 | Assigned run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.421 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KcKM0v +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.422 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.423 | 30224 | Marked run 1974 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.423 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.424 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.425 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.426 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.426 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.431 | 10414 | Recursively removing directory: /tmp/git.Tbxxx5/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.432 | 10417 | Recursively removing directory: /tmp/git.KcKM0v/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.433 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.433 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.433 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.433 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.433 | 30239 | Added a new worker 10 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.433 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.433 | 10413 | Removed run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.433 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.433 | 10413 | Assigned run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.433 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.433 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2OEaDh +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.435 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.435 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.435 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.435 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.435 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.435 | 30241 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.435 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.435 | 10413 | Removed run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.435 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.435 | 30238 | Marked run 1975 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.436 | 10413 | Assigned run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.436 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.436 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RAOdtU +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.437 | 30240 | Marked run 1976 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.437 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.439 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.439 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.440 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.441 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.445 | 10414 | Recursively removing directory: /tmp/git.2OEaDh/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.446 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.446 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.446 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.447 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.447 | 30255 | Added a new worker 10 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.447 | 10413 | Removed run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.447 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.447 | 10413 | Assigned run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.447 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.447 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.447 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1guAbU +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.447 | 10417 | Recursively removing directory: /tmp/git.RAOdtU/ +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.449 | 30254 | Marked run 1977 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.449 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.450 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.450 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.450 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.450 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.450 | 30257 | Added a new worker 10 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.450 | 10413 | Removed run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.450 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.450 | 10413 | Assigned run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.450 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.450 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.450 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EmzdjX +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.452 | 30256 | Marked run 1978 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.452 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.453 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.454 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.455 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.455 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.459 | 10414 | Recursively removing directory: /tmp/git.1guAbU/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.461 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.461 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.461 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.461 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.461 | 30271 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.461 | 10413 | Removed run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.461 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.461 | 10413 | Assigned run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.461 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.461 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Sv0JDP +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.461 | 10417 | Recursively removing directory: /tmp/git.EmzdjX/ +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.462 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.463 | 30270 | Marked run 1979 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.463 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.464 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.464 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.464 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.464 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.464 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.464 | 30273 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.464 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.464 | 10413 | Removed run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.464 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.464 | 10413 | Assigned run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.464 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XI1rF9 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.466 | 30272 | Marked run 1980 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.466 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.467 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.468 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.469 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.469 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.474 | 10414 | Recursively removing directory: /tmp/git.Sv0JDP/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.475 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.475 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.476 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.476 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.476 | 30287 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.476 | 10413 | Removed run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.476 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.476 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.476 | 10413 | Assigned run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.476 | 10417 | Recursively removing directory: /tmp/git.XI1rF9/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.476 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.476 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SzG3fJ +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.478 | 30286 | Marked run 1981 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.478 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.478 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.478 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.478 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.478 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.478 | 30289 | Added a new worker 10 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.478 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.478 | 10413 | Removed run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.478 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.478 | 10413 | Assigned run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.478 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.479 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Cbdmg6 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.481 | 30288 | Marked run 1982 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.481 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.482 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.483 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.484 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.484 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.489 | 10414 | Recursively removing directory: /tmp/git.SzG3fJ/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.490 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.490 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.490 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.491 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.491 | 30303 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.491 | 10413 | Removed run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.491 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.491 | 10413 | Assigned run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.490 | 10417 | Recursively removing directory: /tmp/git.Cbdmg6/ +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.491 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.491 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.491 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WDE7lQ +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.493 | 30302 | Marked run 1983 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.493 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.493 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.493 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.493 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.493 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.493 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.493 | 30305 | Added a new worker 10 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.493 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.494 | 10413 | Removed run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.494 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.494 | 10413 | Assigned run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.494 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wwpG4g +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.495 | 30304 | Marked run 1984 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.495 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.496 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.497 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.498 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.499 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.503 | 10414 | Recursively removing directory: /tmp/git.WDE7lQ/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.504 | 10417 | Recursively removing directory: /tmp/git.wwpG4g/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.504 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.504 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.505 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.505 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.505 | 30319 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.505 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.505 | 10413 | Removed run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.505 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.505 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.505 | 10413 | Assigned run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.506 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.J9UkSS +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.507 | 30318 | Marked run 1985 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.507 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.507 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.507 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.507 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.507 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.507 | 30321 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.507 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.507 | 10413 | Removed run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.507 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.507 | 10413 | Assigned run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.507 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.508 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yw4fGE +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.509 | 30320 | Marked run 1986 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.509 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.511 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.512 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.512 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.513 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.517 | 10414 | Recursively removing directory: /tmp/git.J9UkSS/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.519 | 10417 | Recursively removing directory: /tmp/git.yw4fGE/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.519 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.519 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.519 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.519 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.519 | 30335 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.519 | 10413 | Removed run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.519 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.519 | 10413 | Assigned run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.519 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.519 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.519 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.13vBxv +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.521 | 30334 | Marked run 1987 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.521 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.521 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.521 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.521 | 30337 | Added a new worker 10 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.521 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.521 | 10413 | Removed run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.521 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.521 | 10413 | Assigned run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.521 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.521 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.521 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.522 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9znKz0 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.523 | 30336 | Marked run 1988 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.523 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.525 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.526 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.527 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.527 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.532 | 10414 | Recursively removing directory: /tmp/git.13vBxv/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.533 | 10417 | Recursively removing directory: /tmp/git.9znKz0/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.534 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.534 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.534 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.534 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.534 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.534 | 30351 | Added a new worker 10 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.534 | 10413 | Removed run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.534 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.534 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.534 | 10413 | Assigned run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.534 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1Kesb2 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.536 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.536 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.536 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.536 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.536 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.536 | 30353 | Added a new worker 13 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.536 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.536 | 10413 | Removed run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.536 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.536 | 10413 | Assigned run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.536 | 30350 | Marked run 1989 as finished +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.536 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2qKeJL +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.537 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.538 | 30352 | Marked run 1990 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.538 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.540 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.541 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.541 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.542 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.547 | 10414 | Recursively removing directory: /tmp/git.1Kesb2/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.548 | 10417 | Recursively removing directory: /tmp/git.2qKeJL/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.548 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.548 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.548 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.548 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.548 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.548 | 30367 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.548 | 10413 | Removed run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.548 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.548 | 10413 | Assigned run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.548 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.549 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9DrWzk +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.550 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.550 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.550 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.550 | 30366 | Marked run 1991 as finished +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.550 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.551 | 30369 | Added a new worker 6 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.551 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.551 | 10413 | Removed run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.551 | 10413 | Removed worker 6 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.551 | 10413 | Assigned run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.551 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.551 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3cmdZg +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.552 | 30368 | Marked run 1992 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.552 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.554 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.555 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.555 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.556 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.560 | 10414 | Recursively removing directory: /tmp/git.9DrWzk/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.561 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.561 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.562 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.562 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.562 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.562 | 30383 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.562 | 10413 | Removed run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.562 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.562 | 10413 | Assigned run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.562 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.562 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Zyp5Q3 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.562 | 10417 | Recursively removing directory: /tmp/git.3cmdZg/ +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.564 | 30382 | Marked run 1993 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.564 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.565 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.565 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.565 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.565 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.565 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XojI1Q +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.565 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.565 | 30385 | Added a new worker 10 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.565 | 10413 | Removed run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.565 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.565 | 10413 | Assigned run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.565 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.567 | 30384 | Marked run 1994 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.568 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.569 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.570 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.570 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.571 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.576 | 10414 | Recursively removing directory: /tmp/git.Zyp5Q3/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.577 | 10417 | Recursively removing directory: /tmp/git.XojI1Q/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.577 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.577 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.577 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.577 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.577 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.578 | 30399 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.578 | 10413 | Removed run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.578 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.578 | 10413 | Assigned run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.578 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.578 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XJOh5V +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.579 | 30398 | Marked run 1995 as finished +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.580 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.580 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.580 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.579 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.580 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.580 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.580 | 30401 | Added a new worker 10 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.580 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.580 | 10413 | Removed run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.580 | 10413 | Removed worker 10 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.580 | 10413 | Assigned run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.580 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6XhRa6 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.582 | 30400 | Marked run 1996 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.582 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.583 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.584 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.584 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.585 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.590 | 10414 | Recursively removing directory: /tmp/git.XJOh5V/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.591 | 10417 | Recursively removing directory: /tmp/git.6XhRa6/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.591 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.591 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.591 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.591 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.591 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.591 | 30415 | Added a new worker 11 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.591 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.591 | 10413 | Removed run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.591 | 10413 | Removed worker 11 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.592 | 10413 | Assigned run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.592 | 10414 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hsSXnu +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.592 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.592 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.592 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.592 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.592 | 30417 | Added a new worker 13 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.592 | 10413 | Removed run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.592 | 10413 | Removed worker 13 from the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.592 | 10413 | Assigned run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.593 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.592 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.593 | 10417 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9u4oxd +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.594 | 30414 | Marked run 1997 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.594 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.595 | 30416 | Marked run 1998 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.595 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.597 | 10417 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.597 | 10414 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.598 | 10417 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.598 | 10414 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.604 | 10417 | Recursively removing directory: /tmp/git.9u4oxd/ +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.604 | 10414 | Recursively removing directory: /tmp/git.hsSXnu/ +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.605 | 10417 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.605 | 10417 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.605 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.605 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.606 | 30431 | Added a new worker 10 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.606 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.606 | 10414 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.606 | 10414 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.606 | 10414 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.605 | 10417 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.606 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.606 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.606 | 30433 | Added a new worker 14 to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.606 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.607 | 30430 | Marked run 2000 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.607 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.608 | 30432 | Marked run 1999 as finished +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.608 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.623 | 30436 | Adding a run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.624 | 30436 | Adding a run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.625 | 30436 | Adding a run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.625 | 30436 | Adding a run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.625 | 30436 | Adding a run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.625 | 30436 | Adding a run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.625 | 30436 | Adding a run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.625 | 30436 | Adding a run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.625 | 30436 | Adding a run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.625 | 30436 | Adding a run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.625 | 30436 | Adding a run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.625 | 30436 | Adding a run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.625 | 30436 | Adding a run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.625 | 30436 | Adding a run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.626 | 30436 | Adding a run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.627 | 30436 | Adding a run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.629 | 30436 | Adding a run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.630 | 30436 | Adding a run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.631 | 30436 | Adding a run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.631 | 30436 | Adding a run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.631 | 30436 | Adding a run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.631 | 30436 | Adding a run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.631 | 30436 | Adding a run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.631 | 30436 | Adding a run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.631 | 30436 | Adding a run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.631 | 30436 | Adding a run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.631 | 30436 | Adding a run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.631 | 30436 | Adding a run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.631 | 30436 | Adding a run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.631 | 30436 | Adding a run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.632 | 30436 | Adding a run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.634 | 30436 | Adding a run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.635 | 30436 | Adding a run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.637 | 30436 | Adding a run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.638 | 30436 | Adding a run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.638 | 30436 | Adding a run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.638 | 30436 | Adding a run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.638 | 30436 | Adding a run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.639 | 30436 | Adding a run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.640 | 30436 | Adding a run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.642 | 30436 | Adding a run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.643 | 30436 | Adding a run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.644 | 30436 | Adding a run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.644 | 30436 | Adding a run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.644 | 30436 | Adding a run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.644 | 30436 | Adding a run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.644 | 30436 | Adding a run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.644 | 30436 | Adding a run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.644 | 30436 | Adding a run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.644 | 30436 | Adding a run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.644 | 30436 | Adding a run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.645 | 30436 | Adding a run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.647 | 30436 | Adding a run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.648 | 30436 | Adding a run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.650 | 30436 | Adding a run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.651 | 30436 | Adding a run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.652 | 30436 | Adding a run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.652 | 30436 | Adding a run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.652 | 30436 | Adding a run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.652 | 30436 | Adding a run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.652 | 30436 | Adding a run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.652 | 30436 | Adding a run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.652 | 30436 | Adding a run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.652 | 30436 | Adding a run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.652 | 30436 | Adding a run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.652 | 30436 | Adding a run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.652 | 30436 | Adding a run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.652 | 30436 | Adding a run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.652 | 30436 | Adding a run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.652 | 30436 | Adding a run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.652 | 30436 | Adding a run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.652 | 30436 | Adding a run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.652 | 30436 | Adding a run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.652 | 30436 | Adding a run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.652 | 30436 | Adding a run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.652 | 30436 | Adding a run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.652 | 30436 | Adding a run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.652 | 30436 | Adding a run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.653 | 30436 | Adding a run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.655 | 30436 | Adding a run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.656 | 30436 | Adding a run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.658 | 30436 | Adding a run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.660 | 30436 | Adding a run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.662 | 30436 | Adding a run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.663 | 30436 | Adding a run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.665 | 30436 | Adding a run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.666 | 30436 | Adding a run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.668 | 30436 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.672 | 10411 | Waiting for new connections +2024-04-25 03:44:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:44:37 | 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-04-25 03:44:37 | INFO | Terminating process 10417/cimple-worker +2024-04-25 03:44:37 | INFO | 10417/cimple-worker: 2024-04-25 03:44:37.698 | 10417 | Shutting down +2024-04-25 03:44:37 | INFO | Terminating process 10414/cimple-worker +2024-04-25 03:44:37 | INFO | 10414/cimple-worker: 2024-04-25 03:44:37.700 | 10414 | Shutting down +2024-04-25 03:44:37 | INFO | Terminating process 10411/cimple-server +2024-04-25 03:44:37 | INFO | 10411/cimple-server: 2024-04-25 03:44:37.701 | 10411 | Shutting down
Passedsrc/test_repo.py::test_repo_stress[output_simple-numof_clients=4-runs_per_client=500]16.84
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/cimple.sqlite'] +2024-04-25 03:44:37 | INFO | Process 30437/cimple-server has started +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.728 | 30437 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/cimple.sqlite +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.728 | 30437 | SQLite database version: 0 +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.728 | 30437 | Newest database version: 1 +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.728 | 30437 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.739 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | Process 30437/cimple-server is ready +2024-04-25 03:44:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:37 | INFO | Process 30440/cimple-worker has started +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.747 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.747 | 30442 | Added a new worker 8 to the queue +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.747 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30440/cimple-worker: 2024-04-25 03:44:37.747 | 30440 | Waiting for a new command +2024-04-25 03:44:37 | INFO | Process 30440/cimple-worker is ready +2024-04-25 03:44:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:37 | INFO | Process 30443/cimple-worker has started +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.756 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.756 | 30445 | Added a new worker 9 to the queue +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.756 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30443/cimple-worker: 2024-04-25 03:44:37.756 | 30443 | Waiting for a new command +2024-04-25 03:44:37 | INFO | Process 30443/cimple-worker is ready +2024-04-25 03:44:37 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/cimple.sqlite +2024-04-25 03:44:37 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:44:37 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:44:37 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:44:37 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:44:37 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:44:37 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:44:37 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:44:37 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:44:37 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:44:37 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-04-25 03:44:37 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-04-25 03:44:37 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-04-25 03:44:37 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-04-25 03:44:37 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:37 | INFO | Executing 500 clients +2024-04-25 03:44:37 | INFO | Executing 500 clients +2024-04-25 03:44:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:37 | INFO | Executing 500 clients +2024-04-25 03:44:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:37 | INFO | Executing 500 clients +2024-04-25 03:44:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.967 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.967 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.967 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.967 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.969 | 30468 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.969 | 30439 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.969 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.969 | 30439 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.969 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30440/cimple-worker: 2024-04-25 03:44:37.970 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oNCXG2 +2024-04-25 03:44:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:37 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:37 | INFO | 30443/cimple-worker: 2024-04-25 03:44:37.971 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eXUzQQ +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.971 | 30470 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.971 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.971 | 30439 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.971 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.971 | 30439 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:37 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.974 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.974 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.975 | 30469 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.975 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30440/cimple-worker: 2024-04-25 03:44:37.976 | 30440 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:37 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:37 | INFO | 30440/cimple-worker: 2024-04-25 03:44:37.977 | 30440 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:37 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.976 | 30471 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.977 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.978 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30443/cimple-worker: 2024-04-25 03:44:37.979 | 30443 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.980 | 30474 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.980 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.980 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:37 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.981 | 30475 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.981 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30443/cimple-worker: 2024-04-25 03:44:37.981 | 30443 | Going to run: ./ci +2024-04-25 03:44:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:37 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.982 | 30479 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.982 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:37 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.984 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.984 | 30481 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.984 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:37 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.985 | 30489 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:37 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.986 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.987 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.988 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30440/cimple-worker: 2024-04-25 03:44:37.987 | 30440 | Recursively removing directory: /tmp/git.oNCXG2/ +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.989 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30440/cimple-worker: 2024-04-25 03:44:37.989 | 30440 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 30440/cimple-worker: 2024-04-25 03:44:37.989 | 30440 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 30440/cimple-worker: 2024-04-25 03:44:37.990 | 30440 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.990 | 30494 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.990 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.990 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.990 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.990 | 30501 | Added a new worker 6 to the queue +2024-04-25 03:44:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.991 | 30439 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.991 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.991 | 30439 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:37 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.991 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30440/cimple-worker: 2024-04-25 03:44:37.991 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9gZlLf +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.992 | 30496 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.993 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.993 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:37 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:37 | INFO | 30443/cimple-worker: 2024-04-25 03:44:37.994 | 30443 | Recursively removing directory: /tmp/git.eXUzQQ/ +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.994 | 30497 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.995 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:37 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:37 | INFO | 30443/cimple-worker: 2024-04-25 03:44:37.996 | 30443 | Process exit code: 0 +2024-04-25 03:44:37 | INFO | 30443/cimple-worker: 2024-04-25 03:44:37.996 | 30443 | Process output: 57 bytes +2024-04-25 03:44:37 | INFO | 30443/cimple-worker: 2024-04-25 03:44:37.996 | 30443 | Waiting for a new command +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.996 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.996 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.996 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30443/cimple-worker: 2024-04-25 03:44:37.997 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Y9hZpr +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.996 | 30509 | Added a new worker 20 to the queue +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.996 | 30439 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.997 | 30439 | Removed worker 20 from the queue +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.997 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.997 | 30439 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.997 | 30502 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.997 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30440/cimple-worker: 2024-04-25 03:44:37.997 | 30440 | Checking out revision HEAD +2024-04-25 03:44:37 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:37 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:37 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.999 | 30498 | Marked run 1 as finished +2024-04-25 03:44:37 | INFO | 30437/cimple-server: 2024-04-25 03:44:37.999 | 30437 | Waiting for new connections +2024-04-25 03:44:37 | INFO | 30440/cimple-worker: 2024-04-25 03:44:37.999 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.000 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.001 | 30508 | Marked run 2 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.001 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.001 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.002 | 30505 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.003 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.004 | 30510 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.004 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.004 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.005 | 30513 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.005 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.006 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.008 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.008 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.008 | 30514 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.009 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.010 | 30440 | Recursively removing directory: /tmp/git.9gZlLf/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.010 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.011 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.012 | 30523 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.012 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.012 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.012 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.012 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.012 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.012 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.012 | 30532 | Added a new worker 17 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.012 | 30439 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.013 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.013 | 30439 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.013 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.013 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.X5lPQR +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.013 | 30525 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.014 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.015 | 30531 | Marked run 3 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.016 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.017 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.017 | 30528 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.017 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.017 | 30443 | Recursively removing directory: /tmp/git.Y9hZpr/ +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.019 | 30530 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.019 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.020 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.020 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.021 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.021 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.021 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.021 | 30538 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.021 | 30543 | Added a new worker 15 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.022 | 30439 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.022 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.022 | 30439 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.022 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.022 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.022 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Yz0Ns0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.022 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.023 | 30539 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.023 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.024 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.025 | 30542 | Marked run 4 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.025 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.027 | 30545 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.027 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.027 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.028 | 30547 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.028 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.028 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.030 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.030 | 30550 | Added a new run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.030 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.031 | 30549 | Added a new run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.031 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.032 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.033 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.034 | 30558 | Added a new run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.034 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.035 | 30557 | Added a new run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.036 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.037 | 30440 | Recursively removing directory: /tmp/git.X5lPQR/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.038 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.038 | 30562 | Added a new run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.039 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.039 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.039 | 30443 | Recursively removing directory: /tmp/git.Yz0Ns0/ +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.040 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.040 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.040 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.040 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.041 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.041 | 30576 | Added a new worker 17 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.041 | 30439 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.041 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.041 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.041 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.041 | 30439 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.041 | 30567 | Added a new run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.041 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.041 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.041 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.042 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.041 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QYF1pI +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.042 | 30579 | Added a new worker 9 to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.043 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zL0ihZ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.042 | 30439 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.042 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.042 | 30439 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.043 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.043 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.043 | 30572 | Added a new run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.044 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.045 | 30575 | Marked run 5 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.045 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.045 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.047 | 30574 | Added a new run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.047 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.047 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.049 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.049 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.050 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.050 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.050 | 30577 | Added a new run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.050 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.050 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.051 | 30578 | Marked run 6 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.051 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.052 | 30582 | Added a new run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.052 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.053 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.054 | 30584 | Added a new run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.054 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.055 | 30585 | Added a new run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.055 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.055 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.057 | 30592 | Added a new run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.057 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.058 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.058 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.060 | 30595 | Added a new run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.059 | 30443 | Recursively removing directory: /tmp/git.zL0ihZ/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.060 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.061 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.062 | 30601 | Added a new run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.062 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.062 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.062 | 30610 | Added a new worker 7 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.062 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.062 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.062 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.062 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.062 | 30439 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.062 | 30439 | Removed worker 7 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.062 | 30439 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.063 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UEhf0w +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.064 | 30440 | Recursively removing directory: /tmp/git.QYF1pI/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.064 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.065 | 30603 | Added a new run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.065 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.065 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.067 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.067 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.067 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.067 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.067 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.067 | 30609 | Marked run 8 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.067 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.067 | 30616 | Added a new worker 13 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.067 | 30439 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.068 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.068 | 30439 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.068 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.068 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7LOLXm +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.068 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.069 | 30607 | Added a new run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.069 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.069 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.070 | 30612 | Added a new run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.071 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.070 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.072 | 30615 | Marked run 7 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.072 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.074 | 30613 | Added a new run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.074 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.075 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.075 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.075 | 30617 | Added a new run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.076 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.077 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.077 | 30622 | Added a new run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.078 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.079 | 30624 | Added a new run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.079 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.080 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.080 | 30629 | Added a new run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.080 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.081 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.082 | 30443 | Recursively removing directory: /tmp/git.UEhf0w/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.082 | 30634 | Added a new run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.082 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.083 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.084 | 30635 | Added a new run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.084 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.084 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.084 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.084 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.085 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aBdSk4 +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.084 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.085 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.085 | 30643 | Added a new worker 13 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.085 | 30439 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.085 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.085 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.085 | 30439 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.086 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.086 | 30639 | Added a new run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.086 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.086 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.088 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.089 | 30642 | Marked run 9 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.089 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.090 | 30644 | Added a new run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.090 | 30440 | Recursively removing directory: /tmp/git.7LOLXm/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.091 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.091 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.092 | 30649 | Added a new run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.092 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.092 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.093 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.093 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.093 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.093 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.093 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.093 | 30655 | Added a new worker 16 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.093 | 30439 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.093 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.093 | 30439 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.094 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.094 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XObnOw +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.094 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.094 | 30645 | Added a new run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.095 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.096 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.097 | 30651 | Added a new run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.097 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.098 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.099 | 30656 | Added a new run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.099 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.100 | 30659 | Added a new run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.100 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.100 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.102 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.102 | 30654 | Marked run 10 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.102 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.102 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.103 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.104 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.104 | 30660 | Added a new run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.104 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.105 | 30443 | Recursively removing directory: /tmp/git.aBdSk4/ +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.106 | 30666 | Added a new run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.107 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.107 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.107 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.107 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.108 | 30679 | Added a new worker 17 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.108 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.108 | 30439 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.108 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.108 | 30439 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.107 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.107 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.107 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.108 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MclpgP +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.109 | 30671 | Added a new run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.110 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.111 | 30672 | Added a new run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.111 | 30440 | Recursively removing directory: /tmp/git.XObnOw/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.111 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.112 | 30676 | Added a new run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.113 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.113 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.113 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.113 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.113 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.113 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.115 | 30678 | Marked run 11 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.115 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.115 | 30688 | Added a new worker 11 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.115 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.115 | 30439 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.115 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.115 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.116 | 30439 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.116 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.a2tI5v +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.116 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.116 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.117 | 30684 | Added a new run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.117 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.117 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.118 | 30687 | Marked run 12 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.119 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.120 | 30690 | Added a new run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.120 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.120 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.121 | 30689 | Added a new run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.121 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.123 | 30691 | Added a new run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.123 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.122 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.123 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.124 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.125 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.125 | 30694 | Added a new run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.126 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.127 | 30701 | Added a new run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.128 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.128 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.129 | 30443 | Recursively removing directory: /tmp/git.MclpgP/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.129 | 30702 | Added a new run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.130 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.130 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.130 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.130 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.130 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.130 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.131 | 30714 | Added a new worker 16 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.131 | 30439 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.131 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.131 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.131 | 30439 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.131 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ivnG6A +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.132 | 30709 | Added a new run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.132 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.133 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.134 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.134 | 30708 | Added a new run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.135 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.135 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.135 | 30440 | Recursively removing directory: /tmp/git.a2tI5v/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.136 | 30713 | Marked run 13 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.136 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.137 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.137 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.138 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.138 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.138 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.138 | 30724 | Added a new worker 18 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.138 | 30439 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.138 | 30439 | Removed worker 18 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.138 | 30439 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.138 | 30719 | Added a new run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.138 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XKHSGM +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.139 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.139 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.139 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.140 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.141 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.141 | 30720 | Added a new run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.141 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.141 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.143 | 30721 | Added a new run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.143 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.144 | 30723 | Marked run 14 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.145 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.145 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.146 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.146 | 30726 | Added a new run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.146 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.146 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.147 | 30727 | Added a new run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.147 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.148 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.149 | 30732 | Added a new run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.149 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.150 | 30737 | Added a new run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.150 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.151 | 30740 | Added a new run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.151 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.152 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.152 | 30443 | Recursively removing directory: /tmp/git.ivnG6A/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.154 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.154 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.155 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.155 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.155 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.155 | 30746 | Added a new run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.155 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.155 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.156 | 30754 | Added a new worker 15 to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.157 | 30440 | Recursively removing directory: /tmp/git.XKHSGM/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.156 | 30750 | Added a new run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.157 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.157 | 30439 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.157 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.157 | 30439 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.157 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.157 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Rn4pVA +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.158 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.159 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.160 | 30753 | Marked run 15 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.160 | 30751 | Added a new run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.161 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.161 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.161 | 30760 | Added a new worker 13 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.161 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.161 | 30439 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.161 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.161 | 30439 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.161 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.160 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.160 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.160 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.161 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fJOhYT +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.163 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.164 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.165 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.165 | 30757 | Added a new run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.165 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.167 | 30758 | Added a new run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.168 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.168 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.168 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.169 | 30761 | Added a new run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.169 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.170 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.170 | 30763 | Added a new run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.171 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.171 | 30759 | Marked run 16 as finished +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.171 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.171 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.172 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.173 | 30768 | Added a new run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.174 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.174 | 30773 | Added a new run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.175 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.175 | 30443 | Recursively removing directory: /tmp/git.Rn4pVA/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.176 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.176 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.177 | 30775 | Added a new run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.177 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.178 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.178 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.178 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.178 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.178 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.179 | 30782 | Added a new run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.179 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.179 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.179 | 30786 | Added a new worker 9 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.179 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.179 | 30439 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.179 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.180 | 30439 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.180 | 30781 | Added a new run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.180 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Klyt43 +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.181 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.181 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.182 | 30787 | Added a new run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.183 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.184 | 30440 | Recursively removing directory: /tmp/git.fJOhYT/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.184 | 30785 | Marked run 17 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.184 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.186 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.186 | 30792 | Added a new run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.186 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.186 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.186 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.186 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.186 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.187 | 30798 | Added a new worker 17 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.187 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.187 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OYyH6J +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.187 | 30439 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.187 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.187 | 30439 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.187 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.188 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.187 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.188 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.190 | 30797 | Marked run 18 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.190 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.191 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.192 | 30795 | Added a new run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.192 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.193 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.193 | 30796 | Added a new run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.193 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.194 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.195 | 30800 | Added a new run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.195 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.196 | 30443 | Recursively removing directory: /tmp/git.Klyt43/ +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.198 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.198 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.198 | 30803 | Added a new run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.198 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.199 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.199 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.199 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.199 | 30814 | Added a new worker 12 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.199 | 30439 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.199 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.199 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.199 | 30439 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.199 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.199 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3vJCUj +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.200 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.201 | 30817 | Added a new run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.202 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.203 | 30816 | Added a new run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.204 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.205 | 30440 | Recursively removing directory: /tmp/git.OYyH6J/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.206 | 30819 | Added a new run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.206 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.206 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.206 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.207 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.207 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.207 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.207 | 30829 | Added a new worker 17 to the queue +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.208 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GjSOSJ +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.208 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.207 | 30439 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.207 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.207 | 30439 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.208 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.208 | 30813 | Marked run 19 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.208 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.208 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.210 | 30825 | Added a new run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.210 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.210 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.211 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.213 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.213 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.214 | 30826 | Added a new run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.214 | 30828 | Marked run 20 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.214 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.214 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.215 | 30830 | Added a new run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.216 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.217 | 30831 | Added a new run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.217 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.219 | 30835 | Added a new run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.219 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.220 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.220 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.219 | 30443 | Recursively removing directory: /tmp/git.3vJCUj/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.221 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.221 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.221 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.222 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.222 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.222 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.222 | 30852 | Added a new worker 17 to the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.223 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.finYYV +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.223 | 30846 | Added a new run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.223 | 30439 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.223 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.223 | 30439 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.223 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.224 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.225 | 30847 | Added a new run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.225 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.226 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.227 | 30849 | Added a new run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.227 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.227 | 30440 | Recursively removing directory: /tmp/git.GjSOSJ/ +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.228 | 30850 | Marked run 21 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.229 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.229 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.229 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.230 | 30855 | Added a new run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.230 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.230 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.230 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.231 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.231 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.231 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.231 | 30864 | Added a new worker 15 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.232 | 30439 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.232 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.232 | 30439 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.232 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.232 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.232 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zTkTuv +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.233 | 30858 | Added a new run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.233 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.235 | 30860 | Added a new run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.235 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.236 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.238 | 30863 | Marked run 22 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.238 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.238 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.238 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.239 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.240 | 30865 | Added a new run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.240 | 30443 | Recursively removing directory: /tmp/git.finYYV/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.241 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.242 | 30868 | Added a new run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.242 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.243 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.243 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.243 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.243 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.243 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.244 | 30881 | Added a new worker 13 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.244 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.244 | 30871 | Added a new run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.244 | 30439 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.244 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.244 | 30439 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.245 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.stAVgu +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.245 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.246 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.247 | 30880 | Marked run 23 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.247 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.248 | 30440 | Recursively removing directory: /tmp/git.zTkTuv/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.248 | 30875 | Added a new run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.249 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.250 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.250 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.250 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.251 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.250 | 30883 | Added a new run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.251 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.251 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.251 | 30892 | Added a new worker 15 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.251 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.251 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.251 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kqZpkc +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.251 | 30439 | Removed run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.251 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.251 | 30439 | Assigned run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.253 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.253 | 30888 | Added a new run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.253 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.254 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.255 | 30890 | Added a new run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.256 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.256 | 30891 | Marked run 24 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.257 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.257 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.258 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.258 | 30894 | Added a new run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.258 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.259 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.259 | 30897 | Added a new run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.260 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.260 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.261 | 30900 | Added a new run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.261 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.262 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.263 | 30906 | Added a new run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.263 | 30443 | Recursively removing directory: /tmp/git.stAVgu/ +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.263 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.265 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.265 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.266 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.266 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.266 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.266 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.267 | 30909 | Added a new run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.267 | 30915 | Added a new worker 6 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.267 | 30439 | Removed run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.267 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.267 | 30439 | Assigned run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.268 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.268 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.267 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.T69nQv +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.268 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.269 | 30914 | Marked run 25 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.269 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.270 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.271 | 30916 | Added a new run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.271 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.271 | 30440 | Recursively removing directory: /tmp/git.kqZpkc/ +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.273 | 30921 | Added a new run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.273 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.274 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.274 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.274 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.274 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.274 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.274 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.274 | 30927 | Added a new worker 17 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.274 | 30439 | Removed run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.274 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.274 | 30439 | Assigned run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.274 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.274 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gGAMB2 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.275 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.276 | 30920 | Added a new run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.277 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.278 | 30923 | Added a new run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.278 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.279 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.279 | 30925 | Marked run 26 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.280 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.281 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.281 | 30926 | Added a new run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.281 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.283 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.283 | 30932 | Added a new run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.284 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.283 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.284 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.284 | 30443 | Recursively removing directory: /tmp/git.T69nQv/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.285 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.286 | 30935 | Added a new run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.286 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.287 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.287 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.287 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.287 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.287 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.288 | 30947 | Added a new worker 9 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.288 | 30439 | Removed run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.288 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.288 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.288 | 30439 | Assigned run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.288 | 30942 | Added a new run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.288 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.288 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YkSCjA +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.289 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.290 | 30943 | Added a new run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.291 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.291 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.292 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.293 | 30946 | Marked run 27 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.293 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.293 | 30440 | Recursively removing directory: /tmp/git.gGAMB2/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.294 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.295 | 30949 | Added a new run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.295 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.295 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.296 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.296 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.296 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.296 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.296 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.296 | 30960 | Added a new worker 9 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.296 | 30439 | Removed run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.296 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.296 | 30439 | Assigned run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.297 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.297 | 30954 | Added a new run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.298 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.297 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Wsqcgz +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.297 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.300 | 30956 | Added a new run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.300 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.302 | 30957 | Added a new run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.302 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.303 | 30959 | Marked run 28 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.303 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.303 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.303 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.304 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.305 | 30963 | Added a new run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.305 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.306 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.306 | 30965 | Added a new run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.307 | 30443 | Recursively removing directory: /tmp/git.YkSCjA/ +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.306 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.308 | 30971 | Added a new run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.308 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.309 | 30974 | Added a new run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.310 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.310 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.310 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.310 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.310 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.311 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.311 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.312 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.312 | 30985 | Added a new run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.312 | 30984 | Added a new worker 12 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.312 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.313 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.313 | 30439 | Removed run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.313 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.313 | 30439 | Assigned run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.313 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ceCWFi +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.313 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.314 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.315 | 30980 | Marked run 29 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.315 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.315 | 30440 | Recursively removing directory: /tmp/git.Wsqcgz/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.316 | 30986 | Added a new run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.316 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.317 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.318 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.318 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.318 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.318 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.318 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.318 | 30994 | Added a new worker 6 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.318 | 30987 | Added a new run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.319 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.319 | 30439 | Removed run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.319 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.319 | 30439 | Assigned run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.319 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.319 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aI0kwl +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.320 | 30991 | Added a new run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.320 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.321 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.322 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.322 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.322 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.323 | 30990 | Added a new run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.323 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.324 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.324 | 30993 | Marked run 30 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.324 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.326 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.326 | 30997 | Added a new run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.326 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.327 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.327 | 30998 | Added a new run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.328 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.329 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.330 | 31001 | Added a new run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.330 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.330 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.331 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.331 | 31002 | Added a new run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.332 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.332 | 30443 | Recursively removing directory: /tmp/git.ceCWFi/ +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.333 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.334 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.334 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.334 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.334 | 31009 | Added a new run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.334 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.334 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.334 | 31017 | Added a new worker 17 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.334 | 30439 | Removed run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.334 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.334 | 30439 | Assigned run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.334 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ThGl31 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.335 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.335 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.336 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.337 | 31013 | Added a new run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.337 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.338 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.340 | 31016 | Marked run 31 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.340 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.341 | 30440 | Recursively removing directory: /tmp/git.aI0kwl/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.341 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.342 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.342 | 31019 | Added a new run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.342 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.342 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.343 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.343 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.343 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.343 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.343 | 31031 | Added a new worker 17 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.343 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.343 | 30439 | Removed run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.343 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.343 | 30439 | Assigned run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.343 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.344 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4k77Jf +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.344 | 31015 | Added a new run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.344 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.346 | 31025 | Added a new run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.346 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.346 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.347 | 31030 | Marked run 32 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.347 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.348 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.348 | 31027 | Added a new run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.348 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.350 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.350 | 31034 | Added a new run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.351 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.352 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.352 | 31037 | Added a new run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.352 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.353 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.354 | 31041 | Added a new run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.354 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.354 | 30443 | Recursively removing directory: /tmp/git.ThGl31/ +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.355 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.355 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.356 | 31044 | Added a new run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.356 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.357 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.357 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.357 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.357 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.357 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.357 | 31052 | Added a new worker 15 to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.358 | 30439 | Removed run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.358 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.358 | 30439 | Assigned run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.358 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.358 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.358 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.i76o8F +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.359 | 31049 | Added a new run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.361 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.361 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.361 | 31048 | Added a new run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.362 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.363 | 30440 | Recursively removing directory: /tmp/git.4k77Jf/ +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.363 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.364 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.365 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.365 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.365 | 31055 | Added a new run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.365 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.365 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.366 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.366 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.366 | 31065 | Added a new worker 20 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.366 | 30439 | Removed run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.366 | 30439 | Removed worker 20 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.366 | 30439 | Assigned run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.366 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.366 | 31051 | Marked run 33 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.367 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.365 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.365 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.366 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mMGIlW +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.368 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.368 | 31060 | Added a new run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.369 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.370 | 31064 | Marked run 34 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.370 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.371 | 31067 | Added a new run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.372 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.372 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.373 | 31062 | Added a new run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.373 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.373 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.373 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.374 | 31068 | Added a new run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.375 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.376 | 30443 | Recursively removing directory: /tmp/git.i76o8F/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.377 | 31075 | Added a new run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.377 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.377 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.378 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.379 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.379 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.379 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.379 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.379 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.379 | 31081 | Added a new run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.379 | 31086 | Added a new worker 14 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.379 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.380 | 30439 | Removed run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.380 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.380 | 30439 | Assigned run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.380 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.380 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3z5pE4 +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.381 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.381 | 31083 | Added a new run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.382 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.382 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.383 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.384 | 31085 | Marked run 35 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.384 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.385 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.385 | 30440 | Recursively removing directory: /tmp/git.mMGIlW/ +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.386 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.386 | 31091 | Added a new run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.386 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.387 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.388 | 31090 | Added a new run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.388 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.388 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.389 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.388 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.388 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.389 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.389 | 31099 | Added a new worker 15 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.389 | 30439 | Removed run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.389 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.389 | 30439 | Assigned run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.389 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.390 | 31093 | Added a new run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.390 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RPeCZi +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.390 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.392 | 31095 | Added a new run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.392 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.393 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.393 | 31098 | Marked run 36 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.393 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.395 | 31101 | Added a new run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.395 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.396 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.396 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.397 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.397 | 31103 | Added a new run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.398 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.398 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.399 | 30443 | Recursively removing directory: /tmp/git.3z5pE4/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.399 | 31108 | Added a new run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.400 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.401 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.401 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.401 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.401 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.401 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.401 | 31119 | Added a new worker 15 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.401 | 30439 | Removed run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.401 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.401 | 30439 | Assigned run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.401 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.401 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.401 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.q9LAsw +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.402 | 31105 | Added a new run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.403 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.404 | 31114 | Added a new run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.404 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.405 | 31118 | Marked run 37 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.406 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.406 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.407 | 31120 | Added a new run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.407 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.408 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.408 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.409 | 31124 | Added a new run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.409 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.409 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.411 | 31125 | Added a new run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.411 | 30440 | Recursively removing directory: /tmp/git.RPeCZi/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.411 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.411 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.413 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.413 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.413 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.414 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.414 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.414 | 31129 | Added a new run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.414 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.414 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.414 | 31139 | Added a new worker 11 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.414 | 30439 | Removed run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.414 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.414 | 30439 | Assigned run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.415 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.415 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NOwfFl +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.416 | 31133 | Added a new run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.416 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.417 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.418 | 31138 | Marked run 38 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.418 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.419 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.419 | 31135 | Added a new run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.420 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.420 | 30443 | Recursively removing directory: /tmp/git.q9LAsw/ +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.422 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.422 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.422 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.421 | 31137 | Added a new run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.423 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.423 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.423 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.422 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.423 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.423 | 31151 | Added a new worker 17 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.423 | 30439 | Removed run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.423 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.423 | 30439 | Assigned run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.423 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.424 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rCddLg +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.424 | 31150 | Marked run 39 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.424 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.425 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.426 | 31145 | Added a new run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.426 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.427 | 31147 | Added a new run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.428 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.429 | 31152 | Added a new run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.429 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.430 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.431 | 31154 | Added a new run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.431 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.432 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.433 | 30440 | Recursively removing directory: /tmp/git.NOwfFl/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.434 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.435 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.435 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.435 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.435 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.435 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.435 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.435 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.435 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yIxgVJ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.435 | 31170 | Added a new worker 19 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.435 | 30439 | Removed run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.435 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.435 | 30439 | Assigned run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.435 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.435 | 31159 | Added a new run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.436 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.438 | 31166 | Added a new run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.438 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.439 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.439 | 31169 | Added a new run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.440 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.441 | 31167 | Marked run 40 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.441 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.442 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.443 | 31171 | Added a new run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.443 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.442 | 30443 | Recursively removing directory: /tmp/git.rCddLg/ +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.443 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.444 | 31176 | Added a new run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.444 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.444 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.445 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.445 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.445 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.445 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.445 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.445 | 31185 | Added a new worker 15 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.445 | 30439 | Removed run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.445 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.446 | 30439 | Assigned run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.446 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.446 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8eNGsR +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.447 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.447 | 31181 | Added a new run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.447 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.449 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.449 | 31183 | Added a new run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.450 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.451 | 31184 | Marked run 41 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.451 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.452 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.452 | 30440 | Recursively removing directory: /tmp/git.yIxgVJ/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.452 | 31191 | Added a new run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.453 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.453 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.454 | 31188 | Added a new run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.455 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.455 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.455 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.456 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.456 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.456 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.456 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.456 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.456 | 31202 | Added a new worker 11 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.456 | 30439 | Removed run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.456 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.456 | 30439 | Assigned run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.456 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.456 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HGKZxy +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.457 | 31196 | Added a new run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.459 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.459 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.460 | 31199 | Added a new run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.461 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.462 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.463 | 31201 | Marked run 42 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.463 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.463 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.464 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.464 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.464 | 31204 | Added a new run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.464 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.465 | 31205 | Added a new run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.466 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.467 | 30443 | Recursively removing directory: /tmp/git.8eNGsR/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.468 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.469 | 31209 | Added a new run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.469 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.469 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.469 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.470 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.470 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.470 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.470 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.470 | 31223 | Added a new worker 17 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.470 | 30439 | Removed run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.470 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.470 | 30439 | Assigned run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.470 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.471 | 31212 | Added a new run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.470 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nI01B1 +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.471 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.473 | 31218 | Added a new run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.473 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.474 | 30440 | Recursively removing directory: /tmp/git.HGKZxy/ +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.474 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.475 | 31220 | Marked run 43 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.475 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.476 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.477 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.477 | 31221 | Added a new run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.477 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.477 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.477 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.477 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.477 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.477 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.478 | 31233 | Added a new worker 16 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.478 | 30439 | Removed run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.478 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.478 | 30439 | Assigned run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.478 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AWBawT +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.478 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.479 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.479 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.480 | 31232 | Marked run 44 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.480 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.480 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.482 | 31229 | Added a new run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.482 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.483 | 31230 | Added a new run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.484 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.485 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.485 | 31231 | Added a new run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.485 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.486 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.487 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.487 | 31236 | Added a new run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.487 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.487 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.488 | 31245 | Added a new run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.488 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.489 | 30443 | Recursively removing directory: /tmp/git.nI01B1/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.490 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.490 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.491 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.491 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.491 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.491 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.491 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.492 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.492 | 31255 | Added a new worker 19 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.492 | 30439 | Removed run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.492 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.492 | 30439 | Assigned run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.492 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.492 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Q3p03H +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.495 | 31247 | Added a new run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.495 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.495 | 30440 | Recursively removing directory: /tmp/git.AWBawT/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.496 | 31251 | Added a new run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.497 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.498 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.498 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.498 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.499 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.499 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.499 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.499 | 31264 | Added a new worker 6 to the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.499 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.500 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.upm26M +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.500 | 30439 | Removed run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.500 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.500 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.500 | 30439 | Assigned run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.500 | 31250 | Added a new run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.500 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.500 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.502 | 31253 | Added a new run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.502 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.502 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.503 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.504 | 31262 | Added a new run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.504 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.506 | 31254 | Marked run 45 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.506 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.506 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.507 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.507 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.508 | 31265 | Added a new run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.508 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.509 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.509 | 31263 | Marked run 46 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.509 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.510 | 31269 | Added a new run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.511 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.511 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.511 | 31273 | Added a new run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.512 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.513 | 30443 | Recursively removing directory: /tmp/git.Q3p03H/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.514 | 31276 | Added a new run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.515 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.515 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.514 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.515 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.515 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.515 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.515 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.515 | 31291 | Added a new worker 11 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.516 | 30439 | Removed run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.516 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.516 | 30439 | Assigned run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.516 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LRl7G5 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.516 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.517 | 31282 | Added a new run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.517 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.517 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.517 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.518 | 31290 | Marked run 47 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.518 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.519 | 30440 | Recursively removing directory: /tmp/git.upm26M/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.519 | 31287 | Added a new run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.520 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.520 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.521 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.521 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.521 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.521 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.521 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.521 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.522 | 31298 | Added a new worker 10 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.522 | 30439 | Removed run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.522 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9kOrli +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.522 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.522 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.522 | 30439 | Assigned run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.522 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.522 | 31293 | Added a new run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.522 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.525 | 31297 | Marked run 48 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.525 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.525 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.525 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.527 | 31295 | Added a new run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.527 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.528 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.529 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.528 | 31292 | Added a new run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.529 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.530 | 31302 | Added a new run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.530 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.530 | 30443 | Recursively removing directory: /tmp/git.LRl7G5/ +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.532 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.532 | 31303 | Added a new run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.532 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.533 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.533 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.533 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.533 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.533 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.534 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.534 | 31317 | Added a new worker 15 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.534 | 30439 | Removed run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.534 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.534 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.534 | 30439 | Assigned run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.534 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ttXmW5 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.536 | 31315 | Added a new run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.536 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.536 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.537 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.537 | 31316 | Marked run 49 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.538 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.539 | 31313 | Added a new run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.539 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.540 | 30440 | Recursively removing directory: /tmp/git.9kOrli/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.540 | 31319 | Added a new run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.541 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.542 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.542 | 31323 | Added a new run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.543 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.543 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.543 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.543 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.544 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.544 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.544 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.544 | 31332 | Added a new worker 17 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.544 | 30439 | Removed run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.544 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.544 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.544 | 30439 | Assigned run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.544 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.544 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.544 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1yfP9C +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.545 | 31325 | Added a new run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.545 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.547 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.547 | 31330 | Marked run 50 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.547 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.548 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.549 | 31331 | Added a new run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.549 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.550 | 31328 | Added a new run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.550 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.552 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.552 | 31335 | Added a new run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.552 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.553 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.554 | 30443 | Recursively removing directory: /tmp/git.ttXmW5/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.554 | 31337 | Added a new run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.554 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.556 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.556 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.556 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.556 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.556 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.557 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.557 | 31351 | Added a new worker 15 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.557 | 30439 | Removed run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.557 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.557 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.557 | 30439 | Assigned run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.558 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Gl7RtP +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.558 | 31344 | Added a new run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.558 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.559 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.560 | 31350 | Marked run 51 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.560 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.561 | 31349 | Added a new run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.562 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.562 | 30440 | Recursively removing directory: /tmp/git.1yfP9C/ +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.564 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.564 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.564 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.564 | 31353 | Added a new run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.564 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.564 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.564 | 31362 | Added a new worker 13 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.564 | 30439 | Removed run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.564 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.564 | 30439 | Assigned run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.564 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.564 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.N2re9r +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.565 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.566 | 31355 | Added a new run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.567 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.567 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.568 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.568 | 31359 | Added a new run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.568 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.569 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.570 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.571 | 31361 | Marked run 52 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.571 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.572 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.572 | 31364 | Added a new run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.572 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.572 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.574 | 31366 | Added a new run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.574 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.574 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.575 | 31370 | Added a new run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.575 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.575 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.576 | 31369 | Added a new run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.577 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.578 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.578 | 30443 | Recursively removing directory: /tmp/git.Gl7RtP/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.579 | 31378 | Added a new run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.580 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.580 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.580 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.580 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.581 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Gbc1Bi +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.580 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.581 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.581 | 31387 | Added a new worker 17 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.581 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.581 | 30439 | Removed run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.581 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.581 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.581 | 30439 | Assigned run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.582 | 31382 | Added a new run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.585 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.585 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.585 | 30440 | Recursively removing directory: /tmp/git.N2re9r/ +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.586 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.586 | 31384 | Added a new run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.587 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.587 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.587 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.588 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.588 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.588 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.588 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.588 | 31398 | Added a new worker 11 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.588 | 30439 | Removed run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.588 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.588 | 30439 | Assigned run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.588 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.588 | 31388 | Added a new run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.588 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.588 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vf7NnC +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.590 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.590 | 31395 | Added a new run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.590 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.592 | 31386 | Marked run 53 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.592 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.593 | 31394 | Added a new run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.594 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.594 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.595 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.595 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.596 | 31400 | Added a new run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.596 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.596 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.597 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.598 | 31407 | Added a new run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.598 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.599 | 31397 | Marked run 54 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.599 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.600 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.600 | 30443 | Recursively removing directory: /tmp/git.Gbc1Bi/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.601 | 31404 | Added a new run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.601 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.602 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.602 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.602 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.602 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.602 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.603 | 31422 | Added a new worker 17 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.603 | 30439 | Removed run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.603 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.603 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.603 | 30439 | Assigned run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.603 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.603 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.l9na4g +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.604 | 31412 | Added a new run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.605 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.605 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.606 | 30440 | Recursively removing directory: /tmp/git.vf7NnC/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.606 | 31416 | Added a new run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.606 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.608 | 31423 | Added a new run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.608 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.608 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.608 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.608 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.608 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.609 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.609 | 31429 | Added a new worker 17 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.609 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.609 | 30439 | Removed run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.609 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.609 | 30439 | Assigned run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.609 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.609 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QWy22g +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.610 | 31421 | Marked run 55 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.610 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.611 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.612 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.612 | 31425 | Added a new run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.612 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.614 | 31428 | Marked run 56 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.614 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.614 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.615 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.615 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.616 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.616 | 31430 | Added a new run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.617 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.618 | 31433 | Added a new run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.618 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.619 | 31432 | Added a new run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.620 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.620 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.621 | 31436 | Added a new run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.621 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.622 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.623 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.623 | 30443 | Recursively removing directory: /tmp/git.l9na4g/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.624 | 31446 | Added a new run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.624 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.625 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.625 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.625 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.625 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.625 | 31457 | Added a new worker 15 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.625 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.625 | 30439 | Removed run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.625 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.625 | 30439 | Assigned run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.625 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.626 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XotlbA +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.626 | 31449 | Added a new run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.626 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.627 | 30440 | Recursively removing directory: /tmp/git.QWy22g/ +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.627 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.628 | 31456 | Marked run 57 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.628 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.629 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.629 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.630 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.630 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.630 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.630 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.630 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.630 | 31463 | Added a new worker 20 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.630 | 30439 | Removed run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.630 | 30439 | Removed worker 20 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.630 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.630 | 30439 | Assigned run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.630 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wVzU3m +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.631 | 31451 | Added a new run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.632 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.633 | 31459 | Added a new run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.633 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.633 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.634 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.635 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.636 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.636 | 31462 | Marked run 58 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.637 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.637 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.638 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.638 | 31461 | Added a new run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.638 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.640 | 31466 | Added a new run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.640 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.641 | 31468 | Added a new run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.642 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.643 | 31460 | Added a new run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.643 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.643 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.645 | 30443 | Recursively removing directory: /tmp/git.XotlbA/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.645 | 31478 | Added a new run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.646 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.646 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.646 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.647 | 31482 | Added a new run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.647 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.647 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.647 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.648 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.648 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.648 | 31490 | Added a new worker 15 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.648 | 30439 | Removed run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.648 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.648 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.648 | 30439 | Assigned run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.648 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.648 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XiqeqA +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.649 | 31486 | Added a new run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.650 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.651 | 31489 | Marked run 59 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.652 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.651 | 30440 | Recursively removing directory: /tmp/git.wVzU3m/ +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.653 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.653 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.653 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.653 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.653 | 31496 | Added a new worker 17 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.653 | 30439 | Removed run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.653 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.653 | 30439 | Assigned run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.653 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.654 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.653 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.653 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Lx99FC +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.654 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.654 | 31487 | Added a new run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.654 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.656 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.656 | 31494 | Added a new run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.657 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.658 | 31495 | Marked run 60 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.658 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.659 | 31491 | Added a new run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.659 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.659 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.660 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.660 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.662 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.662 | 31497 | Added a new run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.662 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.663 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.663 | 31504 | Added a new run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.664 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.665 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.666 | 31501 | Added a new run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.666 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.666 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.666 | 30443 | Recursively removing directory: /tmp/git.XiqeqA/ +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.668 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.668 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.668 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.669 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.669 | 31510 | Added a new run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.669 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.669 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.669 | 31520 | Added a new worker 12 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.669 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.669 | 30439 | Removed run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.669 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.669 | 30439 | Assigned run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.669 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.669 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eY0ISK +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.671 | 31513 | Added a new run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.671 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.672 | 31515 | Added a new run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.672 | 30440 | Recursively removing directory: /tmp/git.Lx99FC/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.673 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.674 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.675 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.675 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.675 | 31519 | Marked run 61 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.675 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.675 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.675 | 31529 | Added a new worker 15 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.675 | 30439 | Removed run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.675 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.676 | 30439 | Assigned run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.675 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.676 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JBZH85 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.676 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.677 | 31518 | Added a new run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.677 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.678 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.677 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.678 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.679 | 31527 | Added a new run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.679 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.679 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.681 | 31528 | Marked run 62 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.681 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.682 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.682 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.683 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.683 | 31530 | Added a new run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.683 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.684 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.684 | 31532 | Added a new run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.685 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.685 | 31535 | Added a new run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.686 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.686 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.687 | 31536 | Added a new run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.687 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.689 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.689 | 31543 | Added a new run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.690 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.691 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.691 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.691 | 30443 | Recursively removing directory: /tmp/git.eY0ISK/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.691 | 31549 | Added a new run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.692 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.693 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.693 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.693 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.694 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.694 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.694 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.694 | 31552 | Added a new run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.694 | 31560 | Added a new worker 6 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.694 | 30439 | Removed run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.694 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.694 | 30439 | Assigned run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.694 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TaZwHc +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.695 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.696 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.696 | 30440 | Recursively removing directory: /tmp/git.JBZH85/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.696 | 31553 | Added a new run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.697 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.698 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.699 | 31558 | Added a new run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.699 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.699 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.699 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.699 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.699 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.700 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.700 | 31566 | Added a new worker 10 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.700 | 30439 | Removed run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.700 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.700 | 30439 | Assigned run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.700 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.700 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mXyF0Q +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.701 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.702 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.702 | 31559 | Marked run 63 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.702 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.703 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.704 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.704 | 31562 | Added a new run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.704 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.707 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.706 | 31564 | Added a new run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.707 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.708 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.708 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.709 | 31568 | Added a new run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.709 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.710 | 31565 | Marked run 64 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.711 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.711 | 30443 | Recursively removing directory: /tmp/git.TaZwHc/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.711 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.712 | 31569 | Added a new run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.712 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.713 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.713 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.713 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.713 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.713 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.713 | 31586 | Added a new worker 15 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.714 | 30439 | Removed run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.714 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.714 | 30439 | Assigned run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.714 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.714 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.714 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gdPpW6 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.715 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.716 | 31575 | Added a new run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.717 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.718 | 30440 | Recursively removing directory: /tmp/git.mXyF0Q/ +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.718 | 31581 | Added a new run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.719 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.720 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.720 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.720 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.721 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.720 | 31585 | Marked run 65 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.721 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.721 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.721 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.721 | 31596 | Added a new worker 15 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.721 | 30439 | Removed run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.721 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.721 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.721 | 30439 | Assigned run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.722 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.721 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Jqnsdr +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.722 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.723 | 31588 | Added a new run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.723 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.725 | 31587 | Added a new run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.726 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.726 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.727 | 31595 | Marked run 66 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.727 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.728 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.729 | 31594 | Added a new run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.729 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.729 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.730 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.730 | 31598 | Added a new run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.731 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.731 | 30443 | Recursively removing directory: /tmp/git.gdPpW6/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.732 | 31601 | Added a new run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.733 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.734 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.734 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.734 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.734 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.734 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.734 | 31608 | Added a new run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.735 | 31616 | Added a new worker 15 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.735 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.735 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.735 | 30439 | Removed run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.735 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.735 | 30439 | Assigned run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.735 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.51yJ4H +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.737 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.737 | 31612 | Added a new run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.738 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.738 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.739 | 31615 | Marked run 67 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.739 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.739 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.740 | 31620 | Added a new run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.741 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.741 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.741 | 30440 | Recursively removing directory: /tmp/git.Jqnsdr/ +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.742 | 31621 | Added a new run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.742 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.743 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.743 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.743 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.743 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.743 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.742 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.744 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.744 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.744 | 31629 | Added a new worker 17 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.744 | 30439 | Removed run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.744 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.744 | 30439 | Assigned run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.744 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.745 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.33xOhh +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.745 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.746 | 31628 | Marked run 68 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.746 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.747 | 31624 | Added a new run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.747 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.749 | 31625 | Added a new run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.749 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.750 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.750 | 31630 | Added a new run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.750 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.751 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.752 | 31632 | Added a new run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.752 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.752 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.753 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.753 | 31636 | Added a new run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.753 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.754 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.756 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.756 | 30443 | Recursively removing directory: /tmp/git.51yJ4H/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.756 | 31646 | Added a new run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.757 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.757 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.758 | 31641 | Added a new run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.759 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.759 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.759 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.759 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.759 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.760 | 31653 | Added a new worker 15 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.760 | 30439 | Removed run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.760 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.760 | 30439 | Assigned run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.760 | 31647 | Added a new run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.760 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Kw0VcX +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.760 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.761 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.761 | 31649 | Added a new run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.762 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.763 | 31652 | Marked run 69 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.763 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.764 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.765 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.765 | 31658 | Added a new run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.765 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.765 | 30440 | Recursively removing directory: /tmp/git.33xOhh/ +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.767 | 31662 | Added a new run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.767 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.768 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.768 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.768 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.768 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.769 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OlWphl +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.768 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.768 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.768 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.768 | 31667 | Added a new worker 15 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.768 | 30439 | Removed run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.768 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.769 | 30439 | Assigned run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.769 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.769 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.770 | 31663 | Added a new run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.770 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.771 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.773 | 31666 | Marked run 70 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.773 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.774 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.774 | 31661 | Added a new run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.775 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.776 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.776 | 31669 | Added a new run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.776 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.777 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.778 | 31670 | Added a new run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.778 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.779 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.778 | 30443 | Recursively removing directory: /tmp/git.Kw0VcX/ +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.781 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.781 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.781 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.781 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.781 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.781 | 31685 | Added a new worker 15 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.781 | 30439 | Removed run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.781 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.781 | 30439 | Assigned run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.781 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.782 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.782 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gjmihk +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.782 | 31674 | Added a new run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.783 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.784 | 31682 | Added a new run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.784 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.786 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.786 | 31686 | Added a new run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.786 | 30440 | Recursively removing directory: /tmp/git.OlWphl/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.786 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.787 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.788 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.788 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.789 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.789 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.789 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.789 | 31684 | Marked run 71 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.789 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.789 | 31699 | Added a new worker 11 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.789 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.789 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.789 | 30439 | Removed run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.789 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.789 | 30439 | Assigned run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.789 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AS0ncb +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.790 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.790 | 31687 | Added a new run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.791 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.791 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.792 | 31696 | Added a new run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.793 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.794 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.794 | 31697 | Marked run 72 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.795 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.796 | 31698 | Added a new run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.796 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.796 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.796 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.797 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.798 | 31703 | Added a new run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.798 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.799 | 31694 | Added a new run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.799 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.800 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.800 | 31705 | Added a new run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.802 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.802 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.803 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.803 | 30443 | Recursively removing directory: /tmp/git.gjmihk/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.803 | 31717 | Added a new run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.804 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.805 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.806 | 31714 | Added a new run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.806 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.806 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.806 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.806 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.806 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.806 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.807 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.807 | 31726 | Added a new worker 17 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.807 | 30439 | Removed run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.807 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.807 | 30439 | Assigned run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.807 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VnO8hU +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.807 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.808 | 30440 | Recursively removing directory: /tmp/git.AS0ncb/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.809 | 31719 | Added a new run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.809 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.810 | 31723 | Added a new run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.810 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.810 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.810 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.811 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.811 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.811 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.811 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.811 | 31732 | Added a new worker 17 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.811 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.811 | 30439 | Removed run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.811 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.811 | 30439 | Assigned run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.811 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GzZ20N +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.813 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.814 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.814 | 31725 | Marked run 73 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.815 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.815 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.815 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.816 | 31731 | Marked run 74 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.816 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.817 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.818 | 31727 | Added a new run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.818 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.818 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.819 | 31734 | Added a new run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.820 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.820 | 31735 | Added a new run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.821 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.821 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.821 | 31730 | Added a new run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.822 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.823 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.824 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.824 | 31744 | Added a new run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.824 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.825 | 30443 | Recursively removing directory: /tmp/git.VnO8hU/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.826 | 31748 | Added a new run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.826 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.827 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.827 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.827 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.827 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.827 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.827 | 31756 | Added a new worker 15 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.827 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.828 | 30439 | Removed run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.828 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.828 | 30439 | Assigned run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.828 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.827 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.828 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SbmBqg +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.829 | 31749 | Added a new run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.829 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.831 | 31755 | Marked run 75 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.831 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.832 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.832 | 31753 | Added a new run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.832 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.833 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.833 | 30440 | Recursively removing directory: /tmp/git.GzZ20N/ +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.834 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.835 | 31757 | Added a new run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.835 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.835 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.836 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.836 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.836 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.836 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.836 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.836 | 31768 | Added a new worker 15 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.836 | 30439 | Removed run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.836 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.836 | 30439 | Assigned run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.836 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7o8PtH +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.837 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.838 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.838 | 31763 | Added a new run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.838 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.839 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.841 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.841 | 31762 | Added a new run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.842 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.843 | 31767 | Marked run 76 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.843 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.843 | 30443 | Recursively removing directory: /tmp/git.SbmBqg/ +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.843 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.845 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.845 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.845 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.845 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.845 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.845 | 31770 | Added a new run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.845 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.846 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.846 | 31782 | Added a new worker 17 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.846 | 30439 | Removed run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.846 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.846 | 30439 | Assigned run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.846 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.846 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Joc6Oj +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.847 | 31771 | Added a new run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.847 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.849 | 31776 | Added a new run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.849 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.851 | 31779 | Added a new run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.851 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.851 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.852 | 31781 | Marked run 77 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.852 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.852 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.854 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.854 | 31786 | Added a new run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.854 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.855 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.855 | 31789 | Added a new run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.855 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.856 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.857 | 30440 | Recursively removing directory: /tmp/git.7o8PtH/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.858 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.859 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.859 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.859 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.859 | 31797 | Added a new run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.859 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.859 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.859 | 31804 | Added a new worker 19 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.859 | 30439 | Removed run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.859 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.859 | 30439 | Assigned run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.859 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.859 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.859 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.859 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NFGcci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.861 | 31796 | Added a new run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.861 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.863 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.863 | 31803 | Marked run 78 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.863 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.864 | 30443 | Recursively removing directory: /tmp/git.Joc6Oj/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.864 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.865 | 31802 | Added a new run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.865 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.866 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.866 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.866 | 31814 | Added a new worker 17 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.866 | 30439 | Removed run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.866 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.866 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.866 | 30439 | Assigned run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.865 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.865 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.866 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.866 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jUc24B +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.867 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.868 | 31801 | Added a new run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.868 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.869 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.868 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.870 | 31811 | Added a new run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.870 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.871 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.872 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.872 | 31813 | Marked run 79 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.873 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.874 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.874 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.874 | 31810 | Added a new run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.874 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.876 | 31815 | Added a new run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.876 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.876 | 30440 | Recursively removing directory: /tmp/git.NFGcci/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.879 | 31819 | Added a new run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.879 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.879 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.879 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.879 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.879 | 31832 | Added a new worker 16 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.879 | 30439 | Removed run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.879 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.879 | 30439 | Assigned run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.879 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.879 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.879 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.879 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.880 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.g7nLn4 +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.882 | 31824 | Added a new run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.882 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.882 | 30443 | Recursively removing directory: /tmp/git.jUc24B/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.883 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.885 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.885 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.885 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.885 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.885 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.885 | 31842 | Added a new worker 12 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.885 | 30439 | Removed run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.885 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.885 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.885 | 30439 | Assigned run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.885 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.886 | 31833 | Added a new run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.885 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MhNjp4 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.886 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.887 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.887 | 31831 | Marked run 80 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.887 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.888 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.889 | 31841 | Marked run 81 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.889 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.889 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.891 | 31840 | Added a new run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.891 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.891 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.892 | 31843 | Added a new run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.892 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.893 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.893 | 31835 | Added a new run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.894 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.895 | 31846 | Added a new run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.895 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.897 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.897 | 31855 | Added a new run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.898 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.898 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.899 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.899 | 30440 | Recursively removing directory: /tmp/git.g7nLn4/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.901 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.901 | 31860 | Added a new run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.901 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.902 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.902 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.902 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.902 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.902 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.902 | 31870 | Added a new worker 17 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.902 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.902 | 30439 | Removed run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.902 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.903 | 30439 | Assigned run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.902 | 30443 | Recursively removing directory: /tmp/git.MhNjp4/ +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.903 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2pGa31 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.903 | 31859 | Added a new run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.904 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.904 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.904 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.904 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.904 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.904 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.904 | 31873 | Added a new worker 19 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.905 | 30439 | Removed run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.905 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.905 | 30439 | Assigned run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.905 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.905 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.905 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ep1V68 +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.906 | 31863 | Added a new run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.906 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.908 | 31869 | Marked run 82 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.908 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.908 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.909 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.909 | 31867 | Added a new run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.909 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.911 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.911 | 31874 | Added a new run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.911 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.911 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.913 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.913 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.914 | 31876 | Added a new run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.914 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.914 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.916 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.916 | 31872 | Marked run 83 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.916 | 31877 | Added a new run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.917 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.917 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.918 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.918 | 31881 | Added a new run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.918 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.919 | 31885 | Added a new run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.920 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.921 | 31891 | Added a new run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.921 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.921 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.922 | 30440 | Recursively removing directory: /tmp/git.2pGa31/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.923 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.924 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.924 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.924 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.924 | 31896 | Added a new run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.924 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.925 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.925 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.925 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.926 | 31904 | Added a new worker 7 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.926 | 30439 | Removed run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.926 | 30439 | Removed worker 7 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.926 | 30439 | Assigned run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.926 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HCET99 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.925 | 30443 | Recursively removing directory: /tmp/git.Ep1V68/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.926 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.927 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.927 | 31900 | Added a new run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.927 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.927 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.928 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.928 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.928 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.928 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.928 | 31909 | Added a new worker 19 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.928 | 30439 | Removed run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.928 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.928 | 30439 | Assigned run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.928 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4yRa37 +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.929 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.930 | 31903 | Marked run 84 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.930 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.931 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.932 | 31905 | Added a new run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.932 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.933 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.934 | 31906 | Added a new run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.934 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.934 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.935 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.935 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.936 | 31910 | Added a new run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.936 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.937 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.937 | 31911 | Added a new run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.938 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.939 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.939 | 31908 | Marked run 85 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.939 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.940 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.940 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.940 | 31915 | Added a new run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.941 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.942 | 31919 | Added a new run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.942 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.943 | 31920 | Added a new run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.943 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.945 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.945 | 31922 | Added a new run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.945 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.947 | 30440 | Recursively removing directory: /tmp/git.HCET99/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.948 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.948 | 30443 | Recursively removing directory: /tmp/git.4yRa37/ +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.949 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.949 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.949 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.949 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.949 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.949 | 31940 | Added a new worker 17 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.949 | 30439 | Removed run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.949 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.949 | 30439 | Assigned run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.949 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.949 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.949 | 31933 | Added a new run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.949 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.950 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9JAMFA +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.950 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.950 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.950 | 31944 | Added a new worker 19 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.950 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.950 | 30439 | Removed run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.950 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.950 | 30439 | Assigned run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.950 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.950 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.950 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.951 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HQNoLa +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.951 | 31934 | Added a new run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.952 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.953 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.953 | 31941 | Added a new run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.954 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.955 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.956 | 31939 | Marked run 86 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.956 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.957 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.958 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.958 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.958 | 31938 | Added a new run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.958 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.959 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.959 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.959 | 31946 | Added a new run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.959 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.962 | 31948 | Added a new run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.962 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.963 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.963 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.963 | 31949 | Added a new run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.964 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.965 | 31943 | Marked run 87 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.965 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.966 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.967 | 30443 | Recursively removing directory: /tmp/git.HQNoLa/ +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.967 | 31956 | Added a new run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.968 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.969 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.969 | 31959 | Added a new run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.969 | 30440 | Recursively removing directory: /tmp/git.9JAMFA/ +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.970 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.970 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.970 | 31973 | Added a new worker 15 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.970 | 30439 | Removed run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.970 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.970 | 30439 | Assigned run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.970 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.970 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.970 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.970 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.970 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Yeoq1j +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.972 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.972 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.972 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.972 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.972 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.972 | 31976 | Added a new worker 19 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.972 | 30439 | Removed run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.972 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.973 | 30439 | Assigned run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.973 | 31967 | Added a new run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.973 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.974 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.972 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.973 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FI5r4g +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.974 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.976 | 31970 | Added a new run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.976 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.977 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.978 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.978 | 30443 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.979 | 31974 | Added a new run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.979 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.979 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.979 | 30440 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.980 | 31977 | Added a new run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.981 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.980 | 30440 | Going to run: ./ci +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.982 | 31981 | Added a new run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.982 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.983 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.984 | 31980 | Added a new run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.984 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.985 | 31972 | Marked run 89 as finished +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.985 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.986 | 31975 | Marked run 88 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.986 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.986 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.987 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.988 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.988 | 31989 | Added a new run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.989 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.988 | 30443 | Recursively removing directory: /tmp/git.Yeoq1j/ +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.990 | 30443 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.990 | 30443 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.990 | 30443 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.990 | 31995 | Added a new run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.990 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.990 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.991 | 32004 | Added a new worker 10 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.991 | 30439 | Removed run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.991 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.991 | 30439 | Assigned run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.991 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.991 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.991 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.T2cR8E +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.992 | 31997 | Added a new run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.993 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.993 | 30440 | Recursively removing directory: /tmp/git.FI5r4g/ +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.994 | 31998 | Added a new run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.995 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.995 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.995 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.995 | 30440 | Process exit code: 0 +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.995 | 30440 | Process output: 57 bytes +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.996 | 30440 | Waiting for a new command +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.996 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.996 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.996 | 32011 | Added a new worker 19 to the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.996 | 30439 | Removed run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.996 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.996 | 30439 | Assigned run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.996 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30440/cimple-worker: 2024-04-25 03:44:38.996 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0h7bU2 +2024-04-25 03:44:38 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:38 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:38 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.998 | 32003 | Marked run 90 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.998 | 30437 | Waiting for new connections +2024-04-25 03:44:38 | INFO | 30443/cimple-worker: 2024-04-25 03:44:38.999 | 30443 | Checking out revision HEAD +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.999 | 32010 | Marked run 91 as finished +2024-04-25 03:44:38 | INFO | 30437/cimple-server: 2024-04-25 03:44:38.999 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.000 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.000 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.000 | 32006 | Added a new run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.001 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.002 | 32009 | Added a new run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.003 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.003 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.004 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.004 | 32013 | Added a new run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.005 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.006 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.006 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.006 | 32008 | Added a new run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.007 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.008 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.009 | 32021 | Added a new run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.009 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.010 | 30443 | Recursively removing directory: /tmp/git.T2cR8E/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.011 | 32022 | Added a new run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.011 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.012 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.012 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.012 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.012 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.012 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.012 | 32036 | Added a new worker 15 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.012 | 30439 | Removed run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.012 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.012 | 30439 | Assigned run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.013 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QsGVEk +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.013 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.013 | 32028 | Added a new run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.014 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.015 | 30440 | Recursively removing directory: /tmp/git.0h7bU2/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.016 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.016 | 32035 | Marked run 92 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.016 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.018 | 32031 | Added a new run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.018 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.018 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.018 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.018 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.018 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.018 | 32042 | Added a new worker 15 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.018 | 30439 | Removed run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.018 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.019 | 30439 | Assigned run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.019 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.019 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.019 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2X5KtC +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.019 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.020 | 32041 | Marked run 93 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.020 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.020 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.022 | 32040 | Added a new run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.022 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.022 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.024 | 32039 | Added a new run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.024 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.026 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.026 | 32043 | Added a new run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.026 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.026 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.027 | 32046 | Added a new run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.027 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.028 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.029 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.029 | 32051 | Added a new run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.029 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.030 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.031 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.032 | 30443 | Recursively removing directory: /tmp/git.QsGVEk/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.032 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.032 | 32060 | Added a new run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.033 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.034 | 32061 | Added a new run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.035 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.035 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.034 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.034 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.035 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.035 | 32069 | Added a new worker 13 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.035 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.035 | 30439 | Removed run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.035 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.035 | 30439 | Assigned run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.035 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7GFrCt +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.036 | 32056 | Added a new run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.037 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.037 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.038 | 32063 | Added a new run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.038 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.039 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.040 | 30440 | Recursively removing directory: /tmp/git.2X5KtC/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.040 | 32068 | Marked run 94 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.041 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.042 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.042 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.042 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.042 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.042 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.042 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.042 | 32072 | Added a new run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.043 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.043 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.043 | 32078 | Added a new worker 7 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.043 | 30439 | Removed run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.043 | 30439 | Removed worker 7 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.043 | 30439 | Assigned run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.043 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.043 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MG7cKx +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.044 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.044 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.045 | 32074 | Added a new run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.045 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.046 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.048 | 32077 | Marked run 95 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.048 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.048 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.050 | 32076 | Added a new run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.050 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.050 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.051 | 32081 | Added a new run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.051 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.052 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.053 | 30443 | Recursively removing directory: /tmp/git.7GFrCt/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.053 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.054 | 32083 | Added a new run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.055 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.055 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.055 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.055 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.056 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.056 | 32096 | Added a new worker 9 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.056 | 30439 | Removed run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.056 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.056 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.056 | 30439 | Assigned run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.056 | 32086 | Added a new run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.056 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.056 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gxVri0 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.057 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.058 | 32093 | Added a new run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.059 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.059 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.060 | 32094 | Added a new run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.060 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.060 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.061 | 32095 | Marked run 96 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.061 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.063 | 32101 | Added a new run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.063 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.063 | 30440 | Recursively removing directory: /tmp/git.MG7cKx/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.064 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.064 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.065 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.065 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.066 | 32105 | Added a new run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.066 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.066 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.066 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.066 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.066 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.066 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.067 | 32114 | Added a new worker 15 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.067 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.067 | 30439 | Removed run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.067 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.067 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Xn9uB1 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.067 | 30439 | Assigned run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.067 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.070 | 32108 | Added a new run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.070 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.071 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.071 | 32110 | Added a new run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.072 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.073 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.074 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.074 | 32115 | Added a new run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.075 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.075 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.075 | 32113 | Marked run 97 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.075 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.076 | 30443 | Recursively removing directory: /tmp/git.gxVri0/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.076 | 32119 | Added a new run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.076 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.077 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.078 | 32122 | Added a new run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.078 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.078 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.079 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.079 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.079 | 32125 | Added a new run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.079 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.080 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.080 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.080 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.080 | 32133 | Added a new worker 13 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.080 | 30439 | Removed run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.080 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.080 | 30439 | Assigned run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.080 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pWVw1I +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.081 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.081 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.082 | 32128 | Added a new run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.082 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.083 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.084 | 32131 | Marked run 98 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.084 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.086 | 32135 | Added a new run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.086 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.086 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.086 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.087 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.088 | 30440 | Recursively removing directory: /tmp/git.Xn9uB1/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.088 | 32137 | Added a new run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.088 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.088 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.090 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.090 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.090 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.090 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.090 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.090 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.091 | 32143 | Added a new run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.091 | 32149 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.091 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.091 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.091 | 30439 | Removed run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.091 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.091 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.091 | 30439 | Assigned run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.092 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dgJ04L +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.093 | 32142 | Added a new run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.094 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.094 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.096 | 32147 | Marked run 99 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.096 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.096 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.097 | 30443 | Recursively removing directory: /tmp/git.pWVw1I/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.098 | 32148 | Added a new run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.098 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.098 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.098 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.099 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.099 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.100 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.100 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.100 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.100 | 32163 | Added a new worker 13 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.100 | 30439 | Removed run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.100 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.100 | 30439 | Assigned run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.100 | 32152 | Added a new run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.100 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CoI4ks +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.101 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.101 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.102 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.103 | 32162 | Marked run 100 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.103 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.104 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.104 | 32159 | Added a new run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.105 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.106 | 32157 | Added a new run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.106 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.106 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.108 | 30440 | Recursively removing directory: /tmp/git.dgJ04L/ +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.108 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.108 | 32165 | Added a new run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.108 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.109 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.110 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.110 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.110 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.110 | 32168 | Added a new run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.110 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.110 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.111 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.111 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Bvxnk6 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.111 | 32178 | Added a new worker 13 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.111 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.111 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.111 | 30439 | Removed run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.111 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.111 | 30439 | Assigned run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.114 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.114 | 32176 | Added a new run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.114 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.114 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.115 | 32177 | Marked run 101 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.116 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.117 | 32181 | Added a new run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.117 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.118 | 30443 | Recursively removing directory: /tmp/git.CoI4ks/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.118 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.118 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.120 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.120 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.121 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.119 | 32183 | Added a new run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.121 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.121 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.121 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.119 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.121 | 32194 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.121 | 30439 | Removed run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.121 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.121 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.122 | 30439 | Assigned run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.122 | 32185 | Added a new run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.123 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.122 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VtlgLl +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.123 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.125 | 32195 | Added a new run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.125 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.126 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.127 | 32193 | Marked run 102 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.127 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.127 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.128 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.129 | 32190 | Added a new run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.129 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.129 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.130 | 30440 | Recursively removing directory: /tmp/git.Bvxnk6/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.130 | 32198 | Added a new run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.132 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.132 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.132 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.132 | 32211 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.132 | 30439 | Removed run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.132 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.132 | 30439 | Assigned run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.133 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.132 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.132 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.132 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.133 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pzhsEY +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.135 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.136 | 32201 | Added a new run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.136 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.137 | 32204 | Added a new run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.138 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.138 | 32210 | Marked run 103 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.138 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.137 | 30443 | Recursively removing directory: /tmp/git.VtlgLl/ +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.139 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.140 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.140 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.140 | 32212 | Added a new run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.140 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.140 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.140 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.140 | 32221 | Added a new worker 13 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.140 | 30439 | Removed run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.140 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.140 | 30439 | Assigned run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.141 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.141 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.141 | 32215 | Added a new run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.141 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.140 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.141 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xv6HPX +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.141 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.143 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.143 | 32220 | Marked run 104 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.143 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.145 | 32223 | Added a new run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.146 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.146 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.146 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.147 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.148 | 32226 | Added a new run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.149 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.149 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.150 | 32230 | Added a new run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.150 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.151 | 32234 | Added a new run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.151 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.153 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.152 | 30440 | Recursively removing directory: /tmp/git.pzhsEY/ +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.154 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.154 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.154 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.154 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.154 | 32231 | Added a new run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.154 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.155 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.155 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.155 | 32245 | Added a new worker 10 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.155 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.155 | 30439 | Removed run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.156 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nLr3zs +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.155 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.155 | 30439 | Assigned run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.155 | 32240 | Added a new run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.156 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.158 | 32242 | Added a new run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.158 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.159 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.159 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.160 | 32243 | Marked run 105 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.160 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.161 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.162 | 32246 | Added a new run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.162 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.162 | 30443 | Recursively removing directory: /tmp/git.xv6HPX/ +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.162 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.164 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.164 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.164 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.164 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.164 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.164 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.164 | 32259 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.165 | 30439 | Removed run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.165 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.165 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.165 | 30439 | Assigned run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.165 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.165 | 32251 | Added a new run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.165 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.165 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZZ8XJD +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.167 | 32253 | Added a new run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.167 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.168 | 32255 | Added a new run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.169 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.169 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.170 | 32260 | Added a new run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.170 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.171 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.172 | 32258 | Marked run 106 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.172 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.172 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.172 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.173 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.174 | 32264 | Added a new run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.174 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.174 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.175 | 32268 | Added a new run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.175 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.176 | 32269 | Added a new run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.176 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.177 | 30440 | Recursively removing directory: /tmp/git.nLr3zs/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.178 | 32273 | Added a new run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.179 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.179 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.179 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.180 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.179 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.180 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.180 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.180 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.180 | 32283 | Added a new worker 15 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.180 | 30439 | Removed run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.180 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.180 | 30439 | Assigned run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.180 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.180 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.180 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ViZFXP +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.181 | 32280 | Added a new run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.181 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.183 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.184 | 32282 | Added a new run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.184 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.184 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.186 | 30443 | Recursively removing directory: /tmp/git.ZZ8XJD/ +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.186 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.186 | 32284 | Added a new run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.187 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.187 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.188 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.188 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.188 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.189 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.189 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.189 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.189 | 32297 | Added a new worker 19 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.189 | 30439 | Removed run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.189 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.189 | 30439 | Assigned run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.189 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.190 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.U1ebXc +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.190 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.191 | 32281 | Marked run 107 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.191 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.192 | 32296 | Marked run 108 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.192 | 32291 | Added a new run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.192 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.194 | 32289 | Added a new run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.194 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.196 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.196 | 32295 | Added a new run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.196 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.197 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.197 | 30440 | Recursively removing directory: /tmp/git.ViZFXP/ +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.198 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.198 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.199 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.199 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.199 | 32299 | Added a new run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.199 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.199 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.199 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.200 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.200 | 32311 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.200 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.200 | 30439 | Removed run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.200 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.200 | 30439 | Assigned run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.201 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gRuDOq +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.201 | 32306 | Added a new run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.202 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.203 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.203 | 32308 | Added a new run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.203 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.205 | 32310 | Marked run 109 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.205 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.206 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.206 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.207 | 32312 | Added a new run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.207 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.208 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.208 | 32316 | Added a new run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.209 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.209 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.209 | 30443 | Recursively removing directory: /tmp/git.U1ebXc/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.210 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.211 | 32319 | Added a new run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.211 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.212 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.213 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.213 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.213 | 32322 | Added a new run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.213 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.214 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.214 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.214 | 32331 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.214 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.214 | 30439 | Removed run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.214 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.214 | 30439 | Assigned run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.214 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.214 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aaR8TM +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.215 | 32327 | Added a new run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.215 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.216 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.217 | 32333 | Added a new run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.217 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.219 | 32329 | Added a new run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.219 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.220 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.220 | 32330 | Marked run 110 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.221 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.221 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.221 | 30440 | Recursively removing directory: /tmp/git.gRuDOq/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.222 | 32336 | Added a new run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.222 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.222 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.222 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.223 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.223 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.223 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.224 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.224 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aNnYrL +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.224 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.224 | 32349 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.224 | 30439 | Removed run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.224 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.224 | 30439 | Assigned run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.224 | 32343 | Added a new run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.225 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.225 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.227 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.227 | 32344 | Added a new run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.227 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.228 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.229 | 32348 | Marked run 111 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.229 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.230 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.230 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.230 | 32345 | Added a new run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.231 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.232 | 30443 | Recursively removing directory: /tmp/git.aaR8TM/ +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.232 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.232 | 32352 | Added a new run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.233 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.234 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.234 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.234 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.234 | 32355 | Added a new run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.234 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.235 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.235 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.235 | 32364 | Added a new worker 13 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.235 | 30439 | Removed run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.235 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.235 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.97yihZ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.235 | 30439 | Assigned run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.235 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.236 | 32359 | Added a new run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.236 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.237 | 32363 | Marked run 112 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.237 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.238 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.239 | 32365 | Added a new run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.239 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.240 | 32370 | Added a new run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.241 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.242 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.242 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.242 | 32373 | Added a new run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.243 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.243 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.244 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.244 | 30440 | Recursively removing directory: /tmp/git.aNnYrL/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.245 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.246 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.246 | 32378 | Added a new run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.246 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.246 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.246 | 32384 | Added a new worker 19 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.247 | 30439 | Removed run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.247 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.247 | 30439 | Assigned run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.247 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.246 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.246 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.246 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.247 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Y82nE6 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.248 | 32383 | Marked run 113 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.248 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.249 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.251 | 32381 | Added a new run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.251 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.252 | 30443 | Recursively removing directory: /tmp/git.97yihZ/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.252 | 32377 | Added a new run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.252 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.254 | 32382 | Added a new run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.254 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.255 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.255 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.255 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.255 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.256 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.256 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.256 | 32389 | Added a new run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.257 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.257 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.257 | 32396 | Added a new worker 13 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.257 | 30439 | Removed run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.257 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.257 | 30439 | Assigned run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.257 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.257 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.257 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.066Kjp +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.258 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.258 | 32395 | Marked run 114 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.258 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.259 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.260 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.260 | 32398 | Added a new run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.261 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.262 | 32399 | Added a new run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.262 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.264 | 32401 | Added a new run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.264 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.265 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.266 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.266 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.267 | 32402 | Added a new run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.267 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.268 | 32409 | Added a new run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.268 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.269 | 30440 | Recursively removing directory: /tmp/git.Y82nE6/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.270 | 32411 | Added a new run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.270 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.271 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.272 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.273 | 32415 | Added a new run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.273 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.273 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.273 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.273 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.273 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.274 | 32423 | Added a new worker 15 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.274 | 30439 | Removed run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.274 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.274 | 30439 | Assigned run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.274 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.274 | 32420 | Added a new run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.274 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.X6jUMJ +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.275 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.276 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.277 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.278 | 30443 | Recursively removing directory: /tmp/git.066Kjp/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.278 | 32418 | Added a new run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.278 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.279 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.280 | 32422 | Marked run 115 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.280 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.280 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.280 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.280 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.280 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.281 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.281 | 32434 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.281 | 30439 | Removed run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.281 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.281 | 30439 | Assigned run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.281 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.281 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5PRzd2 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.282 | 32428 | Added a new run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.282 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.283 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.284 | 32433 | Marked run 116 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.284 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.285 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.285 | 32432 | Added a new run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.285 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.285 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.287 | 32430 | Added a new run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.287 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.288 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.288 | 32435 | Added a new run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.289 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.289 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.290 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.291 | 32438 | Added a new run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.291 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.292 | 32443 | Added a new run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.292 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.292 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.293 | 32445 | Added a new run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.294 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.295 | 32448 | Added a new run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.295 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.295 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.296 | 32455 | Added a new run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.297 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.297 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.298 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.298 | 30440 | Recursively removing directory: /tmp/git.X6jUMJ/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.299 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.299 | 32459 | Added a new run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.300 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.300 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.300 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.300 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.301 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.301 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.301 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.301 | 32467 | Added a new worker 18 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.301 | 30439 | Removed run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.301 | 30439 | Removed worker 18 from the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.301 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HW866Z +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.301 | 30439 | Assigned run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.301 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.302 | 32458 | Added a new run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.301 | 30443 | Recursively removing directory: /tmp/git.5PRzd2/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.302 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.304 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.303 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.303 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.304 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.304 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.304 | 32471 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.304 | 30439 | Removed run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.304 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.304 | 30439 | Assigned run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.304 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IUjypY +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.305 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.305 | 32466 | Marked run 117 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.305 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.306 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.307 | 32465 | Added a new run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.307 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.307 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.310 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.308 | 32463 | Added a new run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.309 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.310 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.310 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.311 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.311 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.311 | 32473 | Added a new run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.312 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.312 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.313 | 32470 | Marked run 118 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.313 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.314 | 32476 | Added a new run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.315 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.315 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.316 | 32472 | Added a new run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.316 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.317 | 32480 | Added a new run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.317 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.317 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.319 | 32484 | Added a new run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.320 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.320 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.321 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.321 | 32490 | Added a new run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.321 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.322 | 30440 | Recursively removing directory: /tmp/git.HW866Z/ +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.322 | 30443 | Recursively removing directory: /tmp/git.IUjypY/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.323 | 32496 | Added a new run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.323 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.324 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.325 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.325 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.325 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.325 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.326 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.326 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.326 | 32504 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.326 | 30439 | Removed run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.326 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.326 | 30439 | Assigned run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.326 | 32498 | Added a new run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.326 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.326 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.326 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.326 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2jktb8 +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.327 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.328 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.328 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.328 | 32507 | Added a new worker 18 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.328 | 30439 | Removed run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.328 | 30439 | Removed worker 18 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.328 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.328 | 30439 | Assigned run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.328 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.328 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FNBvet +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.329 | 32502 | Added a new run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.329 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.331 | 32501 | Added a new run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.331 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.331 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.333 | 32503 | Marked run 120 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.333 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.334 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.334 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.335 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.335 | 32508 | Added a new run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.335 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.335 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.335 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.336 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.336 | 32506 | Marked run 119 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.336 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.338 | 32510 | Added a new run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.339 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.339 | 32513 | Added a new run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.339 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.339 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.340 | 32512 | Added a new run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.341 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.342 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.342 | 32519 | Added a new run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.342 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.343 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.344 | 32526 | Added a new run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.344 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.345 | 30443 | Recursively removing directory: /tmp/git.2jktb8/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.346 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.346 | 32532 | Added a new run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.346 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.347 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.347 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.347 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.347 | 30440 | Recursively removing directory: /tmp/git.FNBvet/ +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.347 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.347 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.347 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.348 | 32539 | Added a new worker 15 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.348 | 30439 | Removed run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.348 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.348 | 30439 | Assigned run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.348 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.348 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.G066Dt +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.349 | 32535 | Added a new run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.349 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.350 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.350 | 32536 | Added a new run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.351 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.351 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.350 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.350 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.350 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.351 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.351 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.352 | 32543 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.352 | 30439 | Removed run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.352 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.352 | 30439 | Assigned run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.352 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.352 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.n6PB6F +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.352 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.354 | 32540 | Added a new run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.354 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.355 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.355 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.356 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.357 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.358 | 32545 | Added a new run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.358 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.359 | 32546 | Added a new run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.360 | 32538 | Marked run 121 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.360 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.360 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.360 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.361 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.361 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.362 | 32542 | Marked run 122 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.362 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.363 | 32548 | Added a new run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.363 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.364 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.364 | 30443 | Recursively removing directory: /tmp/git.G066Dt/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.366 | 32550 | Added a new run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.366 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.367 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.368 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.368 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.368 | 32555 | Added a new run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.368 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.369 | 32569 | Added a new worker 10 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.369 | 30439 | Removed run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.369 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.369 | 30439 | Assigned run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.367 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.367 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.368 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.369 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nr3sgL +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.369 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.370 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.370 | 32561 | Added a new run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.371 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.372 | 32565 | Added a new run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.373 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.372 | 30440 | Recursively removing directory: /tmp/git.n6PB6F/ +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.374 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.374 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.374 | 32572 | Added a new run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.375 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.375 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.375 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.375 | 32576 | Added a new worker 11 to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.375 | 30439 | Removed run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.375 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.375 | 30439 | Assigned run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.376 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.376 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.376 | 32568 | Marked run 123 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.376 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.377 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.d0pe9y +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.377 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.377 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.378 | 32575 | Marked run 124 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.378 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.378 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.378 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.379 | 32578 | Added a new run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.379 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.379 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.381 | 32579 | Added a new run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.381 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.382 | 32580 | Added a new run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.383 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.384 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.384 | 32581 | Added a new run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.384 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.385 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.385 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.386 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.386 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.387 | 32587 | Added a new run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.387 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.387 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.388 | 32590 | Added a new run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.388 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.390 | 30443 | Recursively removing directory: /tmp/git.nr3sgL/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.390 | 32591 | Added a new run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.391 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.392 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.392 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.392 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.393 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.393 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.393 | 32595 | Added a new run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.393 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.393 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.393 | 32607 | Added a new worker 15 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.393 | 30439 | Removed run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.393 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.393 | 30439 | Assigned run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.394 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.393 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VvpQdw +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.395 | 32601 | Added a new run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.395 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.397 | 32605 | Marked run 125 as finished +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.397 | 30440 | Recursively removing directory: /tmp/git.d0pe9y/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.397 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.397 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.398 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.399 | 32602 | Added a new run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.399 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.400 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.400 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.400 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.400 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.400 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cuhV2f +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.400 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.400 | 32614 | Added a new worker 15 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.400 | 30439 | Removed run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.400 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.400 | 30439 | Assigned run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.400 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.401 | 32611 | Added a new run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.401 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.401 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.403 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.403 | 32612 | Added a new run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.403 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.404 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.403 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.404 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.406 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.406 | 32616 | Added a new run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.406 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.407 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.407 | 32618 | Added a new run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.408 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.409 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.409 | 32613 | Marked run 126 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.409 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.410 | 32622 | Added a new run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.411 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.411 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.412 | 32620 | Added a new run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.412 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.413 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.414 | 32632 | Added a new run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.414 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.414 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.414 | 30443 | Recursively removing directory: /tmp/git.VvpQdw/ +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.416 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.416 | 32635 | Added a new run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.416 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.416 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.416 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.416 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.416 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.416 | 32643 | Added a new worker 15 to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.417 | 30439 | Removed run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.417 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.417 | 30439 | Assigned run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.417 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.417 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CTyXX2 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.418 | 32637 | Added a new run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.418 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.419 | 30440 | Recursively removing directory: /tmp/git.cuhV2f/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.420 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.420 | 32642 | Marked run 127 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.420 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.421 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.421 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.421 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.422 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.422 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.422 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.422 | 32650 | Added a new worker 19 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.422 | 30439 | Removed run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.422 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.422 | 30439 | Assigned run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.422 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.422 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.422 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.t8dDWZ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.423 | 32641 | Added a new run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.423 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.424 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.425 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.425 | 32647 | Added a new run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.426 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.427 | 32648 | Added a new run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.427 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.428 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.428 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.429 | 32649 | Marked run 128 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.429 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.430 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.431 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.431 | 32651 | Added a new run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.431 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.432 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.432 | 32655 | Added a new run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.433 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.434 | 32660 | Added a new run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.435 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.434 | 30443 | Recursively removing directory: /tmp/git.CTyXX2/ +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.436 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.436 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.437 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.437 | 32664 | Added a new run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.437 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.437 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.438 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.438 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.438 | 32671 | Added a new worker 15 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.438 | 30439 | Removed run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.438 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.438 | 30439 | Assigned run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.438 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.439 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.438 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9VSSKV +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.440 | 30440 | Recursively removing directory: /tmp/git.t8dDWZ/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.440 | 32670 | Marked run 129 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.441 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.442 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.443 | 32675 | Added a new run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.443 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.443 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.443 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.443 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.443 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.443 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.443 | 32681 | Added a new worker 13 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.443 | 30439 | Removed run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.443 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.443 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.443 | 30439 | Assigned run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.444 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8xfgB7 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.444 | 32678 | Added a new run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.445 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.445 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.446 | 32676 | Added a new run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.447 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.447 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.448 | 32680 | Marked run 130 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.448 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.448 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.449 | 32679 | Added a new run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.449 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.450 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.450 | 32684 | Added a new run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.451 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.452 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.453 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.453 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.453 | 32687 | Added a new run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.454 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.455 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.456 | 32689 | Added a new run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.456 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.457 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.457 | 32692 | Added a new run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.457 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.458 | 32698 | Added a new run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.458 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.459 | 30443 | Recursively removing directory: /tmp/git.9VSSKV/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.460 | 32702 | Added a new run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.460 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.460 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.462 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.462 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.462 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.462 | 32707 | Added a new run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.462 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.462 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.463 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.464 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.464 | 32712 | Added a new worker 15 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.464 | 30439 | Removed run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.464 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.464 | 30439 | Assigned run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.464 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.464 | 32710 | Marked run 131 as finished +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.464 | 30440 | Recursively removing directory: /tmp/git.8xfgB7/ +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.464 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OSo06X +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.465 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.466 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.466 | 32714 | Added a new run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.466 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.467 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.468 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.468 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.468 | 32715 | Added a new run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.468 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.468 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.468 | 32720 | Added a new worker 15 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.468 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.469 | 30439 | Removed run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.469 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.469 | 30439 | Assigned run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.468 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.469 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2wAwwq +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.470 | 32716 | Added a new run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.470 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.471 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.472 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.471 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.472 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.474 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.474 | 32717 | Added a new run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.474 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.475 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.476 | 32719 | Marked run 132 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.476 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.476 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.477 | 32723 | Added a new run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.477 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.478 | 32724 | Added a new run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.478 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.480 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.480 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.481 | 32726 | Added a new run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.481 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.482 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.482 | 30443 | Recursively removing directory: /tmp/git.OSo06X/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.483 | 32736 | Added a new run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.484 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.484 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.484 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.484 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.485 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.485 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.485 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.485 | 32747 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.485 | 30439 | Removed run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.485 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.485 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.485 | 30439 | Assigned run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.486 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NnUrIJ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.487 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.487 | 30440 | Recursively removing directory: /tmp/git.2wAwwq/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.487 | 32737 | Added a new run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.487 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.489 | 32743 | Added a new run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.489 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.490 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.490 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.490 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.491 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.491 | 32753 | Added a new worker 18 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.491 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.491 | 30439 | Removed run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.491 | 30439 | Removed worker 18 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.491 | 30439 | Assigned run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.491 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.491 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.491 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PcETLm +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.491 | 32740 | Added a new run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.492 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.492 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.493 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.494 | 32749 | Added a new run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.494 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.495 | 32746 | Marked run 133 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.495 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.497 | 32754 | Added a new run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.497 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.498 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.498 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.498 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.499 | 32752 | Marked run 134 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.499 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.499 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.500 | 32758 | Added a new run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.500 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.500 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.502 | 32760 | Added a new run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.503 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.503 | 30443 | Recursively removing directory: /tmp/git.NnUrIJ/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.504 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.504 | 32762 | Added a new run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.504 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.506 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.506 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.506 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.506 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.506 | 32766 | Added a new run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.507 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.507 | 32777 | Added a new worker 6 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.507 | 30439 | Removed run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.507 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.507 | 30439 | Assigned run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.506 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.507 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QxdKqi +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.507 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.508 | 32772 | Added a new run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.509 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.510 | 32776 | Marked run 135 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.510 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.511 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.512 | 30440 | Recursively removing directory: /tmp/git.PcETLm/ +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.513 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.513 | 32779 | Added a new run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.514 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.514 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.515 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.515 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.515 | 32775 | Added a new run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.515 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.515 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.515 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.515 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.516 | 32789 | Added a new worker 15 to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.516 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.516 | 30439 | Removed run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.516 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.516 | 30439 | Assigned run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.516 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kEaQiD +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.517 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.517 | 32784 | Added a new run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.517 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.519 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.520 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.520 | 32785 | Added a new run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.520 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.522 | 32788 | Marked run 136 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.522 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.523 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.523 | 32791 | Added a new run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.523 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.523 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.524 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.524 | 32793 | Added a new run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.526 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.526 | 32794 | Added a new run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.527 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.527 | 30443 | Recursively removing directory: /tmp/git.QxdKqi/ +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.529 | 32802 | Added a new run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.529 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.529 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.529 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.530 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.530 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.530 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.530 | 32806 | Added a new run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.530 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.530 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.531 | 32813 | Added a new worker 9 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.532 | 30439 | Removed run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.532 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.532 | 30439 | Assigned run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.532 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.532 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Vtu01O +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.532 | 32812 | Marked run 137 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.533 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.534 | 30440 | Recursively removing directory: /tmp/git.kEaQiD/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.534 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.534 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.536 | 32814 | Added a new run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.536 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.536 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.536 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.536 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ODA7HQ +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.536 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.536 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.536 | 32821 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.536 | 30439 | Removed run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.536 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.536 | 30439 | Assigned run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.537 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.538 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.538 | 32811 | Added a new run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.539 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.539 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.539 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.541 | 32820 | Marked run 138 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.541 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.542 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.542 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.543 | 32818 | Added a new run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.543 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.544 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.544 | 32819 | Added a new run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.545 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.546 | 32824 | Added a new run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.547 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.548 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.548 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.548 | 32827 | Added a new run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.549 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.549 | 30443 | Recursively removing directory: /tmp/git.Vtu01O/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.550 | 32838 | Added a new run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.550 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.551 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.552 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.552 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.552 | 32839 | Added a new run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.552 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.552 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.553 | 32846 | Added a new worker 13 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.553 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.553 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.553 | 30439 | Removed run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.553 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.553 | 30439 | Assigned run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.553 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sbv7nI +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.554 | 32844 | Added a new run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.554 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.554 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.555 | 30440 | Recursively removing directory: /tmp/git.ODA7HQ/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.556 | 32845 | Marked run 139 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.556 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.557 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.557 | 32850 | Added a new run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.558 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.558 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.558 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.558 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.558 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.558 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.558 | 32854 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.558 | 30439 | Removed run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.558 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.559 | 30439 | Assigned run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.559 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.559 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ls04SA +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.560 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.561 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.561 | 32849 | Added a new run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.561 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.561 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.564 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.564 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.565 | 32852 | Added a new run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.565 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.566 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.567 | 32856 | Added a new run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.567 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.568 | 32857 | Added a new run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.569 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.569 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.569 | 32860 | Added a new run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.571 | 30443 | Recursively removing directory: /tmp/git.sbv7nI/ +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.572 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.572 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.569 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.570 | 32853 | Marked run 140 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.571 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.572 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.573 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.573 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.573 | 32875 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.573 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.573 | 30439 | Removed run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.573 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.573 | 30439 | Assigned run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.573 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.573 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ryakgv +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.574 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.574 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.575 | 32870 | Added a new run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.576 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.577 | 32874 | Marked run 141 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.577 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.579 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.578 | 32873 | Added a new run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.579 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.580 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.580 | 32876 | Added a new run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.581 | 30440 | Recursively removing directory: /tmp/git.Ls04SA/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.581 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.582 | 32877 | Added a new run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.582 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.583 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.584 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.584 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.585 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.585 | 32885 | Added a new run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.585 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.585 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.585 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.585 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.585 | 32891 | Added a new worker 15 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.585 | 30439 | Removed run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.585 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.585 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.585 | 30439 | Assigned run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.585 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.586 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Q1d2Ym +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.588 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.588 | 32890 | Marked run 142 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.589 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.589 | 32887 | Added a new run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.589 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.590 | 30443 | Recursively removing directory: /tmp/git.Ryakgv/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.590 | 32892 | Added a new run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.590 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.592 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.592 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.592 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.593 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.593 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.594 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hGTWsc +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.593 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.593 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.593 | 32893 | Added a new run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.594 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.594 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.594 | 32904 | Added a new worker 15 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.594 | 30439 | Removed run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.594 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.594 | 30439 | Assigned run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.595 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.594 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.596 | 32898 | Added a new run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.597 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.597 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.598 | 32905 | Added a new run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.598 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.600 | 32902 | Added a new run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.600 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.600 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.600 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.602 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.602 | 32903 | Marked run 143 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.602 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.603 | 32909 | Added a new run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.603 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.604 | 32913 | Added a new run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.605 | 30440 | Recursively removing directory: /tmp/git.Q1d2Ym/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.605 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.606 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.606 | 32919 | Added a new run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.606 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.607 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.607 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.607 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.607 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.608 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.608 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0cTEAz +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.608 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.608 | 32928 | Added a new worker 15 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.608 | 30439 | Removed run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.608 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.608 | 30439 | Assigned run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.608 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.608 | 32923 | Added a new run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.609 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.611 | 30443 | Recursively removing directory: /tmp/git.hGTWsc/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.611 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.612 | 32926 | Marked run 144 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.612 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.612 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.613 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.613 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.613 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.613 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.613 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.613 | 32936 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.613 | 30439 | Removed run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.613 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.613 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.613 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.613 | 30439 | Assigned run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.614 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.615 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YSiGzt +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.615 | 32930 | Added a new run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.616 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.616 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.617 | 32933 | Added a new run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.618 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.618 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.619 | 32934 | Added a new run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.620 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.621 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.621 | 32937 | Added a new run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.622 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.622 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.622 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.623 | 32941 | Added a new run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.623 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.625 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.625 | 32935 | Marked run 145 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.625 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.626 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.626 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.627 | 32948 | Added a new run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.627 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.627 | 30440 | Recursively removing directory: /tmp/git.0cTEAz/ +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.628 | 32951 | Added a new run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.629 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.629 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.629 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.630 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.630 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.630 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.630 | 32962 | Added a new worker 15 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.630 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.630 | 30439 | Removed run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.630 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.630 | 30439 | Assigned run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.630 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xx4YDG +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.631 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.632 | 32954 | Added a new run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.632 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.633 | 30443 | Recursively removing directory: /tmp/git.YSiGzt/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.633 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.633 | 32955 | Added a new run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.633 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.635 | 32961 | Marked run 146 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.635 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.636 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.636 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.636 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.636 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.636 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.637 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.637 | 32970 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.637 | 30439 | Removed run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.637 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.637 | 30439 | Assigned run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.637 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.637 | 32964 | Added a new run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.638 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.637 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aKqRTf +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.638 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.639 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.639 | 32969 | Marked run 147 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.639 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.640 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.640 | 32968 | Added a new run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.640 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.641 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.642 | 32966 | Added a new run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.643 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.643 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.644 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.644 | 32972 | Added a new run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.644 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.645 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.646 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.646 | 32974 | Added a new run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.647 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.647 | 32976 | Added a new run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.647 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.649 | 32982 | Added a new run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.649 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.650 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.651 | 32985 | Added a new run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.651 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.651 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.652 | 32990 | Added a new run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.653 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.653 | 30440 | Recursively removing directory: /tmp/git.xx4YDG/ +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.654 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.654 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.655 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.655 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.655 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.655 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.656 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.656 | 32993 | Added a new run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.656 | 33002 | Added a new worker 16 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.656 | 30439 | Removed run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.656 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.656 | 30439 | Assigned run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.656 | 30443 | Recursively removing directory: /tmp/git.aKqRTf/ +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.656 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.720DyO +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.656 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.657 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.658 | 32999 | Added a new run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.658 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.659 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.659 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.659 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.659 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.659 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.659 | 33007 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.659 | 30439 | Removed run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.659 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.659 | 30439 | Assigned run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.659 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.659 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.04Sinb +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.660 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.661 | 33000 | Added a new run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.661 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.662 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.663 | 33004 | Added a new run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.664 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.665 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.665 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.665 | 33008 | Added a new run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.666 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.666 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.666 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.667 | 33001 | Marked run 148 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.667 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.667 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.668 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.668 | 33009 | Added a new run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.669 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.669 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.670 | 33006 | Marked run 149 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.670 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.671 | 33012 | Added a new run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.672 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.673 | 33016 | Added a new run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.674 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.675 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.675 | 33019 | Added a new run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.675 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.676 | 30443 | Recursively removing directory: /tmp/git.04Sinb/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.676 | 33022 | Added a new run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.676 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.677 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.677 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.677 | 30440 | Recursively removing directory: /tmp/git.720DyO/ +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.678 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.678 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.678 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.678 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.679 | 33036 | Added a new worker 15 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.679 | 30439 | Removed run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.679 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.679 | 30439 | Assigned run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.678 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.679 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.679 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.679 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0Q44x6 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.679 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.679 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.679 | 33039 | Added a new worker 20 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.680 | 30439 | Removed run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.680 | 30439 | Removed worker 20 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.680 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.680 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.680 | 30439 | Assigned run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.680 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.u59sdR +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.681 | 33032 | Added a new run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.681 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.682 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.683 | 33035 | Marked run 151 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.684 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.684 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.685 | 33038 | Marked run 150 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.685 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.685 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.686 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.687 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.686 | 33037 | Added a new run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.687 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.688 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.689 | 33040 | Added a new run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.689 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.690 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.690 | 33042 | Added a new run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.690 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.692 | 33043 | Added a new run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.693 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.693 | 33049 | Added a new run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.694 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.695 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.696 | 33056 | Added a new run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.696 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.696 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.697 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.698 | 33062 | Added a new run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.698 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.698 | 30443 | Recursively removing directory: /tmp/git.0Q44x6/ +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.699 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.699 | 30440 | Recursively removing directory: /tmp/git.u59sdR/ +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.701 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.701 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.701 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.701 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.701 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.701 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.701 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.701 | 33063 | Added a new run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.701 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.701 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.701 | 33071 | Added a new worker 20 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.702 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.702 | 33073 | Added a new worker 6 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.702 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.702 | 30439 | Removed run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.702 | 30439 | Removed worker 20 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.702 | 30439 | Assigned run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.702 | 30439 | Removed run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.702 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.702 | 30439 | Assigned run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.702 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.702 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6FkVrr +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.701 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.702 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.U9kV7t +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.703 | 33065 | Added a new run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.704 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.705 | 33068 | Added a new run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.705 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.706 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.707 | 33069 | Marked run 152 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.707 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.708 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.708 | 33072 | Marked run 153 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.709 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.709 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.709 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.710 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.711 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.711 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.710 | 33070 | Added a new run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.711 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.712 | 33078 | Added a new run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.712 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.714 | 33077 | Added a new run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.714 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.715 | 33079 | Added a new run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.715 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.716 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.717 | 33086 | Added a new run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.718 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.719 | 33092 | Added a new run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.719 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.719 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.720 | 30440 | Recursively removing directory: /tmp/git.6FkVrr/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.721 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.721 | 33098 | Added a new run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.721 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.722 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.722 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.723 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.723 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.723 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.723 | 33101 | Added a new run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.723 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.723 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.723 | 33106 | Added a new worker 7 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.723 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.723 | 30439 | Removed run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.723 | 30439 | Removed worker 7 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.724 | 30439 | Assigned run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.723 | 30443 | Recursively removing directory: /tmp/git.U9kV7t/ +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.725 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.725 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.725 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.725 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.725 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.726 | 33109 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.726 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.726 | 30439 | Removed run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.726 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.726 | 30439 | Assigned run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.726 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.723 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.724 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5HWIkv +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.727 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.731 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yXi3qm +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.732 | 33105 | Marked run 155 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.732 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.733 | 33108 | Marked run 154 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.734 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.735 | 33103 | Added a new run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.735 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.735 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.737 | 33102 | Added a new run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.737 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.737 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.738 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.738 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.738 | 33110 | Added a new run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.739 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.739 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.740 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.740 | 33111 | Added a new run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.741 | 33117 | Added a new run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.742 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.742 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.742 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.744 | 33124 | Added a new run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.744 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.745 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.745 | 33118 | Added a new run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.745 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.745 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.746 | 33127 | Added a new run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.747 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.747 | 33126 | Added a new run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.748 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.748 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.749 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.750 | 30443 | Recursively removing directory: /tmp/git.yXi3qm/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.751 | 33139 | Added a new run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.751 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.751 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.751 | 30440 | Recursively removing directory: /tmp/git.5HWIkv/ +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.752 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.752 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.752 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.752 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.752 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.752 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.752 | 33143 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.752 | 30439 | Removed run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.752 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.752 | 30439 | Assigned run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.752 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.753 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.753 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.753 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.753 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vrUpTz +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.753 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.754 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.754 | 33146 | Added a new worker 10 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.754 | 33135 | Added a new run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.755 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.755 | 30439 | Removed run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.755 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.755 | 30439 | Assigned run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.755 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NNIewj +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.755 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.756 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.756 | 33140 | Added a new run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.757 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.758 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.758 | 33142 | Marked run 157 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.759 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.760 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.760 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.761 | 33145 | Marked run 156 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.761 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.762 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.762 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.762 | 33144 | Added a new run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.763 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.763 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.764 | 33148 | Added a new run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.764 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.765 | 33151 | Added a new run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.765 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.766 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.767 | 33150 | Added a new run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.767 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.768 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.768 | 33159 | Added a new run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.768 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.770 | 33163 | Added a new run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.770 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.772 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.772 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.772 | 30443 | Recursively removing directory: /tmp/git.vrUpTz/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.773 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.773 | 30440 | Recursively removing directory: /tmp/git.NNIewj/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.774 | 33173 | Added a new run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.775 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.775 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.775 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.775 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.775 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.775 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.775 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.775 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.775 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.775 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.775 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.776 | 33178 | Added a new worker 19 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.776 | 30439 | Removed run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.776 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.776 | 30439 | Assigned run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.776 | 33179 | Added a new worker 20 to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.776 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.I0DPf2 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.776 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.p0zHJH +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.776 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.776 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.776 | 30439 | Removed run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.776 | 30439 | Removed worker 20 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.776 | 30439 | Assigned run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.777 | 33172 | Added a new run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.778 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.778 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.778 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.779 | 33177 | Marked run 159 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.779 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.780 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.781 | 33174 | Added a new run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.782 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.783 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.783 | 33180 | Added a new run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.784 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.784 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.785 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.785 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.785 | 33176 | Marked run 158 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.785 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.785 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.786 | 33183 | Added a new run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.787 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.787 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.787 | 33182 | Added a new run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.788 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.789 | 33186 | Added a new run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.789 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.789 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.791 | 33190 | Added a new run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.791 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.792 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.792 | 33194 | Added a new run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.793 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.793 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.794 | 30440 | Recursively removing directory: /tmp/git.I0DPf2/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.796 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.796 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.796 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.796 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.797 | 33201 | Added a new run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.797 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.797 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.797 | 33211 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.797 | 30439 | Removed run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.797 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.797 | 30439 | Assigned run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.797 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.797 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.797 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GNLpmk +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.798 | 30443 | Recursively removing directory: /tmp/git.p0zHJH/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.799 | 33204 | Added a new run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.800 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.800 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.800 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.800 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.800 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.800 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.800 | 33216 | Added a new worker 19 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.800 | 30439 | Removed run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.800 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.800 | 30439 | Assigned run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.801 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.801 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dmnwIJ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.801 | 33209 | Added a new run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.802 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.803 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.804 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.805 | 33210 | Marked run 161 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.805 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.805 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.806 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.806 | 33215 | Marked run 160 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.807 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.808 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.808 | 33208 | Added a new run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.808 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.809 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.810 | 33214 | Added a new run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.810 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.811 | 33218 | Added a new run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.811 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.811 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.813 | 33219 | Added a new run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.813 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.814 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.814 | 33226 | Added a new run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.814 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.815 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.816 | 30440 | Recursively removing directory: /tmp/git.GNLpmk/ +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.817 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.817 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.817 | 33231 | Added a new run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.817 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.817 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.817 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.818 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.818 | 33241 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.818 | 30439 | Removed run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.818 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.818 | 30439 | Assigned run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.818 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.818 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nrP59r +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.819 | 33235 | Added a new run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.819 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.819 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.820 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.821 | 33239 | Added a new run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.821 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.823 | 33238 | Added a new run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.823 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.823 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.824 | 30443 | Recursively removing directory: /tmp/git.dmnwIJ/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.824 | 33240 | Marked run 162 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.825 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.825 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.826 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.826 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.826 | 33245 | Added a new run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.827 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.827 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.827 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.827 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.827 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.827 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.827 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.827 | 33255 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.827 | 30439 | Removed run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.827 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.828 | 30439 | Assigned run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.828 | 33248 | Added a new run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.828 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ziiq2I +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.829 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.829 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.829 | 33251 | Added a new run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.830 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.831 | 33253 | Marked run 163 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.831 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.833 | 33250 | Added a new run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.833 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.833 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.834 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.834 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.835 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.835 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.836 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.836 | 33261 | Added a new run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.836 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.837 | 30440 | Recursively removing directory: /tmp/git.nrP59r/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.838 | 33265 | Added a new run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.839 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.839 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.839 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.839 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.840 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.840 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.840 | 33275 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.840 | 30439 | Removed run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.840 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.840 | 30439 | Assigned run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.840 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.840 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.p8EdtD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.841 | 33264 | Added a new run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.842 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.843 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.843 | 33268 | Added a new run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.843 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.845 | 30443 | Recursively removing directory: /tmp/git.ziiq2I/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.845 | 33274 | Marked run 164 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.846 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.846 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.847 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.847 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.847 | 33272 | Added a new run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.847 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.847 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.847 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.848 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.848 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.848 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.848 | 33285 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.848 | 30439 | Removed run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.848 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.848 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CjIPOm +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.848 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.848 | 30439 | Assigned run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.848 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.850 | 33280 | Added a new run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.851 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.851 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.852 | 33282 | Added a new run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.853 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.854 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.855 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.855 | 33284 | Marked run 165 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.855 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.855 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.856 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.856 | 33283 | Added a new run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.856 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.857 | 30440 | Recursively removing directory: /tmp/git.p8EdtD/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.858 | 33295 | Added a new run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.859 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.859 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.859 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.859 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.860 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.860 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.860 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.860 | 33304 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.860 | 30439 | Removed run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.860 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.860 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.860 | 30439 | Assigned run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.860 | 33290 | Added a new run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.861 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.860 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BkP9Sa +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.862 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.862 | 33296 | Added a new run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.863 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.864 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.865 | 33303 | Added a new run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.865 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.866 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.866 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.867 | 33306 | Added a new run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.867 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.867 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.867 | 30443 | Recursively removing directory: /tmp/git.CjIPOm/ +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.868 | 33302 | Marked run 166 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.868 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.869 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.869 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.870 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.870 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.870 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.870 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.870 | 33318 | Added a new worker 16 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.870 | 30439 | Removed run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.870 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.870 | 30439 | Assigned run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.870 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.871 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RlHf93 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.872 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.872 | 33317 | Marked run 167 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.873 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.874 | 33314 | Added a new run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.874 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.875 | 30440 | Recursively removing directory: /tmp/git.BkP9Sa/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.876 | 33311 | Added a new run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.876 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.877 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.877 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.878 | 33319 | Added a new run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.878 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.878 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.878 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.878 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.878 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.879 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.879 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.879 | 33330 | Added a new worker 13 to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.879 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iLdCmB +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.879 | 30439 | Removed run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.879 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.879 | 30439 | Assigned run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.879 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.880 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.880 | 33329 | Marked run 168 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.881 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.881 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.882 | 33322 | Added a new run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.882 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.883 | 33328 | Added a new run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.884 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.885 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.885 | 33333 | Added a new run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.885 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.886 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.887 | 33334 | Added a new run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.887 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.887 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.888 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.888 | 33339 | Added a new run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.888 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.890 | 30443 | Recursively removing directory: /tmp/git.RlHf93/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.890 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.891 | 33344 | Added a new run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.891 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.892 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.892 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.892 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.892 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.892 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.892 | 33352 | Added a new worker 13 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.893 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.893 | 30439 | Removed run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.893 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.893 | 30439 | Assigned run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.893 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2turWe +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.893 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.893 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.893 | 33348 | Added a new run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.894 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.895 | 33351 | Marked run 169 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.895 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.896 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.897 | 33353 | Added a new run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.897 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.898 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.899 | 33354 | Added a new run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.899 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.900 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.900 | 30440 | Recursively removing directory: /tmp/git.iLdCmB/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.900 | 33357 | Added a new run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.901 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.901 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.901 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.903 | 33362 | Added a new run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.903 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.903 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.903 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.903 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.903 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.903 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.904 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ybzEg1 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.904 | 33368 | Added a new worker 15 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.904 | 30439 | Removed run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.904 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.904 | 30439 | Assigned run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.904 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.905 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.906 | 33364 | Added a new run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.906 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.908 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.909 | 33369 | Added a new run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.909 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.909 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.910 | 30443 | Recursively removing directory: /tmp/git.2turWe/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.911 | 33367 | Marked run 170 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.911 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.911 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.912 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.912 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.912 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.912 | 33372 | Added a new run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.912 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.912 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.913 | 33382 | Added a new worker 11 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.913 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.913 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JCZd7a +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.913 | 30439 | Removed run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.913 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.913 | 30439 | Assigned run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.913 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.914 | 33377 | Added a new run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.913 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.915 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.916 | 33379 | Added a new run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.916 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.917 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.918 | 33384 | Added a new run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.918 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.918 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.919 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.920 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.919 | 33388 | Added a new run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.920 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.922 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.922 | 33389 | Added a new run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.923 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.924 | 33392 | Added a new run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.924 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.925 | 33381 | Marked run 171 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.925 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.926 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.926 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.927 | 33396 | Added a new run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.927 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.928 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.928 | 33406 | Added a new run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.929 | 30443 | Recursively removing directory: /tmp/git.JCZd7a/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.929 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.930 | 30440 | Recursively removing directory: /tmp/git.ybzEg1/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.931 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.931 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.932 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.932 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.932 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.932 | 33407 | Added a new run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.932 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.933 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.933 | 33415 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.933 | 30439 | Removed run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.933 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.933 | 30439 | Assigned run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.933 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.933 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.933 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.933 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GoZmZ9 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.933 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.934 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.934 | 33418 | Added a new worker 20 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.934 | 30439 | Removed run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.934 | 30439 | Removed worker 20 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.934 | 30439 | Assigned run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.934 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.934 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.934 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6hNrAS +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.935 | 33409 | Added a new run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.935 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.936 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.937 | 33412 | Added a new run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.937 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.938 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.939 | 33414 | Marked run 173 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.940 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.940 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.941 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.941 | 33417 | Marked run 172 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.941 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.942 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.942 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.942 | 33413 | Added a new run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.943 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.944 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.944 | 33420 | Added a new run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.945 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.946 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.946 | 33423 | Added a new run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.946 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.948 | 33422 | Added a new run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.948 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.948 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.949 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.950 | 33429 | Added a new run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.950 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.952 | 30440 | Recursively removing directory: /tmp/git.6hNrAS/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.952 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.952 | 33434 | Added a new run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.952 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.953 | 30443 | Recursively removing directory: /tmp/git.GoZmZ9/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.954 | 33436 | Added a new run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.954 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.954 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.954 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.955 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.955 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.955 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.956 | 33448 | Added a new worker 12 to the queue +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.956 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.956 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.956 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.956 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.956 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.956 | 30439 | Removed run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.956 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.956 | 30439 | Assigned run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.956 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.956 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.956 | 33452 | Added a new worker 19 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.956 | 30439 | Removed run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.956 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.956 | 30439 | Assigned run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.957 | 33444 | Added a new run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.957 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.957 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.956 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.957 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hLUCFb +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.956 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.joI6OW +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.959 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.959 | 33447 | Marked run 175 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.959 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.961 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.961 | 33449 | Added a new run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.961 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.963 | 33451 | Marked run 174 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.963 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.964 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.964 | 33450 | Added a new run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.964 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.964 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.965 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.966 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.966 | 33454 | Added a new run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.966 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.966 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.968 | 33455 | Added a new run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.968 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.968 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.969 | 33457 | Added a new run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.969 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.971 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.971 | 33462 | Added a new run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.972 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.973 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.973 | 33468 | Added a new run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.974 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.975 | 33473 | Added a new run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.975 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.976 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.976 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.976 | 30440 | Recursively removing directory: /tmp/git.joI6OW/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.977 | 33479 | Added a new run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.978 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.979 | 30440 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.979 | 30440 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.979 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.979 | 33480 | Added a new run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.980 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.980 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.980 | 33486 | Added a new worker 15 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.980 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.980 | 30440 | Waiting for a new command +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.980 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DZWa24 +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.980 | 30439 | Removed run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.980 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.980 | 30439 | Assigned run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.981 | 30443 | Recursively removing directory: /tmp/git.hLUCFb/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.981 | 33481 | Added a new run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.982 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.984 | 33484 | Added a new run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.984 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.984 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.984 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.984 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.984 | 30443 | Process exit code: 0 +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.984 | 30443 | Process output: 57 bytes +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.984 | 30443 | Waiting for a new command +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.985 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fYloym +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.985 | 33492 | Added a new worker 17 to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.985 | 30439 | Removed run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.985 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.985 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.985 | 30439 | Assigned run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.986 | 33485 | Marked run 176 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.986 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.987 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.987 | 30440 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.988 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.988 | 30440 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.988 | 33488 | Added a new run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.989 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.990 | 33490 | Added a new run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.990 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.991 | 30443 | Checking out revision HEAD +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.992 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.992 | 33491 | Marked run 177 as finished +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.993 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30443/cimple-worker: 2024-04-25 03:44:39.993 | 30443 | Going to run: ./ci +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.994 | 33494 | Added a new run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.994 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.995 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.995 | 33495 | Added a new run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.995 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.996 | 33501 | Added a new run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.997 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.997 | 30437 | Waiting for new connections +2024-04-25 03:44:39 | INFO | 30440/cimple-worker: 2024-04-25 03:44:39.998 | 30440 | Recursively removing directory: /tmp/git.DZWa24/ +2024-04-25 03:44:39 | INFO | 30437/cimple-server: 2024-04-25 03:44:39.999 | 33507 | Added a new run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:39 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:39 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:39 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.000 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.000 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.000 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.000 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.000 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.000 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.000 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.001 | 33515 | Added a new worker 18 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.001 | 30439 | Removed run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.001 | 30439 | Removed worker 18 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.001 | 30439 | Assigned run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.001 | 33511 | Added a new run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.001 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.001 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.c2DJXn +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.002 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.003 | 33517 | Added a new run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.004 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.005 | 30443 | Recursively removing directory: /tmp/git.fYloym/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.005 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.006 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.006 | 33514 | Marked run 178 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.006 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.007 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.008 | 33516 | Added a new run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.008 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.008 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.008 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.008 | 33527 | Added a new worker 13 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.008 | 30439 | Removed run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.008 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.008 | 30439 | Assigned run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.008 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.008 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.008 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.008 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.009 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FsLFnj +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.009 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.011 | 33526 | Marked run 179 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.011 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.012 | 33523 | Added a new run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.012 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.014 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.014 | 33524 | Added a new run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.015 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.016 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.016 | 33525 | Added a new run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.017 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.017 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.018 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.018 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.018 | 33533 | Added a new run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.018 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.020 | 30440 | Recursively removing directory: /tmp/git.c2DJXn/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.020 | 33540 | Added a new run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.020 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.022 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.022 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.022 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.022 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.022 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.022 | 33547 | Added a new worker 17 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.022 | 30439 | Removed run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.022 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.022 | 30439 | Assigned run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.023 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.023 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.023 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.InDlpW +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.024 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.025 | 33546 | Marked run 180 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.025 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.025 | 33541 | Added a new run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.025 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.027 | 33550 | Added a new run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.027 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.028 | 30443 | Recursively removing directory: /tmp/git.FsLFnj/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.028 | 33548 | Added a new run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.029 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.030 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.030 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.030 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.030 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.030 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.030 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.030 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.030 | 33558 | Added a new worker 15 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.030 | 30439 | Removed run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.030 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.030 | 30439 | Assigned run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.030 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.031 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.031 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.P9s9i1 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.031 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.032 | 33544 | Added a new run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.032 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.033 | 33559 | Added a new run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.033 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.035 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.035 | 33557 | Marked run 181 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.035 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.035 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.036 | 33560 | Added a new run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.037 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.037 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.037 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.038 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.038 | 33565 | Added a new run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.038 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.039 | 33564 | Added a new run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.039 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.041 | 33567 | Added a new run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.041 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.041 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.043 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.044 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.044 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.045 | 30440 | Recursively removing directory: /tmp/git.InDlpW/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.045 | 33576 | Added a new run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.045 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.047 | 33578 | Added a new run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.047 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.047 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.047 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.047 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.047 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.047 | 33588 | Added a new worker 15 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.047 | 30439 | Removed run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.047 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.047 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.047 | 30439 | Assigned run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.048 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ErYZiH +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.049 | 33582 | Added a new run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.049 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.049 | 30443 | Recursively removing directory: /tmp/git.P9s9i1/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.050 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.051 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.051 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.051 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.051 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.052 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.052 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.052 | 33593 | Added a new worker 19 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.052 | 30439 | Removed run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.052 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.052 | 30439 | Assigned run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.052 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.052 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bwXt5X +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.053 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.053 | 33581 | Added a new run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.054 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.055 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.055 | 33590 | Added a new run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.055 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.055 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.056 | 33587 | Marked run 182 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.057 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.058 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.058 | 33592 | Marked run 183 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.058 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.059 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.059 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.060 | 33594 | Added a new run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.060 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.060 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.061 | 33595 | Added a new run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.061 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.062 | 33599 | Added a new run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.063 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.063 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.064 | 33600 | Added a new run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.065 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.066 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.067 | 33608 | Added a new run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.067 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.068 | 33609 | Added a new run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.068 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.069 | 30443 | Recursively removing directory: /tmp/git.bwXt5X/ +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.069 | 33616 | Added a new run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.070 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.070 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.071 | 30440 | Recursively removing directory: /tmp/git.ErYZiH/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.071 | 33619 | Added a new run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.071 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.071 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.071 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.071 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.072 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ewpWcJ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.071 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.071 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.072 | 33624 | Added a new worker 12 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.072 | 30439 | Removed run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.072 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.072 | 30439 | Assigned run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.072 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.072 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.074 | 33623 | Marked run 185 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.074 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.075 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.075 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.075 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.076 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.076 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.076 | 33622 | Added a new run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.076 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.076 | 33630 | Added a new worker 9 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.076 | 30439 | Removed run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.076 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.076 | 30439 | Assigned run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.076 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.077 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.077 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cOqnXH +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.078 | 33629 | Marked run 184 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.078 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.079 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.079 | 33625 | Added a new run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.080 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.080 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.081 | 33628 | Added a new run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.081 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.081 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.083 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.084 | 33632 | Added a new run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.084 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.084 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.085 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.085 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.086 | 33633 | Added a new run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.087 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.087 | 33637 | Added a new run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.088 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.089 | 33639 | Added a new run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.089 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.090 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.090 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.090 | 30443 | Recursively removing directory: /tmp/git.ewpWcJ/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.091 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.092 | 33651 | Added a new run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.092 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.093 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.094 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.094 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.094 | 33650 | Added a new run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.094 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.094 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.094 | 33657 | Added a new worker 14 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.094 | 30439 | Removed run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.094 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.094 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.094 | 30439 | Assigned run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.094 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.094 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XSVvE9 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.096 | 33656 | Marked run 186 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.096 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.096 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.098 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.098 | 33653 | Added a new run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.098 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.098 | 30440 | Recursively removing directory: /tmp/git.cOqnXH/ +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.100 | 33652 | Added a new run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.100 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.101 | 33663 | Added a new run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.101 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.101 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.101 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.102 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.102 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.102 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.103 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VPiOIR +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.102 | 33668 | Added a new worker 15 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.102 | 30439 | Removed run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.102 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.103 | 30439 | Assigned run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.103 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.103 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.102 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.104 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.104 | 33667 | Marked run 187 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.104 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.106 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.106 | 33661 | Added a new run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.107 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.108 | 33666 | Added a new run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.109 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.110 | 33672 | Added a new run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.110 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.110 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.111 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.111 | 33670 | Added a new run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.112 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.112 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.114 | 33679 | Added a new run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.114 | 30443 | Recursively removing directory: /tmp/git.XSVvE9/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.114 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.115 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.116 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.116 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.116 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.116 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.116 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.117 | 33692 | Added a new worker 17 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.117 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.117 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.117 | 30439 | Removed run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.117 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.117 | 30439 | Assigned run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.118 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.99Ku0T +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.118 | 33684 | Added a new run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.118 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.118 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.119 | 30440 | Recursively removing directory: /tmp/git.VPiOIR/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.120 | 33687 | Added a new run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.120 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.121 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.122 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.122 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.122 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.122 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.122 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.122 | 33690 | Marked run 188 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.122 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.123 | 33700 | Added a new worker 11 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.123 | 30439 | Removed run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.123 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.123 | 30439 | Assigned run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.123 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pFf6Wd +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.124 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.124 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.126 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.126 | 33693 | Added a new run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.127 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.127 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.128 | 33694 | Added a new run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.128 | 33699 | Marked run 189 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.128 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.128 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.130 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.130 | 33698 | Added a new run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.131 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.131 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.131 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.131 | 33701 | Added a new run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.132 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.133 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.133 | 33707 | Added a new run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.134 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.134 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.135 | 33713 | Added a new run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.135 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.137 | 30443 | Recursively removing directory: /tmp/git.99Ku0T/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.137 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.137 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.138 | 33716 | Added a new run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.138 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.139 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.139 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.139 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.139 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.139 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.140 | 33727 | Added a new worker 15 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.140 | 30439 | Removed run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.140 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.140 | 30439 | Assigned run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.140 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.140 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.141 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IBlqbn +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.141 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.141 | 30440 | Recursively removing directory: /tmp/git.pFf6Wd/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.142 | 33721 | Added a new run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.142 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.143 | 33720 | Added a new run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.144 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.144 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.144 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.144 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.144 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.145 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.145 | 33733 | Added a new worker 18 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.145 | 30439 | Removed run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.145 | 30439 | Removed worker 18 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.145 | 30439 | Assigned run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.145 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sT2F4z +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.145 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.145 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.146 | 33726 | Marked run 190 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.146 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.147 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.148 | 33732 | Marked run 191 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.148 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.148 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.149 | 33728 | Added a new run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.149 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.150 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.151 | 33729 | Added a new run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.151 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.152 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.152 | 33734 | Added a new run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.153 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.154 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.154 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.155 | 33735 | Added a new run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.155 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.156 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.156 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.158 | 33741 | Added a new run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.158 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.159 | 33744 | Added a new run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.159 | 30443 | Recursively removing directory: /tmp/git.IBlqbn/ +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.159 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.161 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.161 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.161 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.161 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.161 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.161 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.161 | 33759 | Added a new worker 17 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.162 | 30439 | Removed run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.162 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.162 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.162 | 30439 | Assigned run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.162 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7eXO35 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.163 | 33748 | Added a new run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.163 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.163 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.164 | 33757 | Marked run 192 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.165 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.165 | 30440 | Recursively removing directory: /tmp/git.sT2F4z/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.166 | 33753 | Added a new run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.166 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.167 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.168 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.168 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.168 | 33758 | Added a new run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.168 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.168 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.169 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.168 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.169 | 33766 | Added a new worker 13 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.169 | 30439 | Removed run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.169 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.169 | 30439 | Assigned run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.169 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YKHMct +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.169 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.170 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.170 | 33761 | Added a new run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.171 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.172 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.172 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.173 | 33764 | Added a new run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.173 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.174 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.175 | 33771 | Added a new run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.175 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.176 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.176 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.176 | 33765 | Marked run 193 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.177 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.177 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.178 | 33770 | Added a new run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.178 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.178 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.179 | 30443 | Recursively removing directory: /tmp/git.7eXO35/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.180 | 33774 | Added a new run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.180 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.182 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.182 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.182 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.182 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.182 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.182 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.182 | 33788 | Added a new worker 17 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.182 | 30439 | Removed run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.182 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.182 | 30439 | Assigned run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.182 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.183 | 33782 | Added a new run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.183 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.183 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IANo5A +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.184 | 33777 | Added a new run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.185 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.186 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.187 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.187 | 30440 | Recursively removing directory: /tmp/git.YKHMct/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.187 | 33787 | Marked run 194 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.187 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.188 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.188 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.189 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.189 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.189 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.189 | 33799 | Added a new worker 7 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.189 | 30439 | Removed run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.189 | 30439 | Removed worker 7 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.189 | 30439 | Assigned run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.189 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.189 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.189 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.w4DFqw +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.190 | 33789 | Added a new run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.190 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.190 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.192 | 33795 | Added a new run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.192 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.192 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.193 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.194 | 33796 | Added a new run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.194 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.195 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.196 | 33797 | Marked run 195 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.196 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.196 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.197 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.197 | 33798 | Added a new run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.198 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.199 | 33803 | Added a new run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.199 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.201 | 33806 | Added a new run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.202 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.202 | 30443 | Recursively removing directory: /tmp/git.IANo5A/ +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.203 | 33809 | Added a new run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.203 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.203 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.204 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.204 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.204 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.204 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.204 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.205 | 33823 | Added a new worker 13 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.205 | 30439 | Removed run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.205 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.205 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.205 | 30439 | Assigned run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.205 | 33820 | Added a new run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.205 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oSGIwp +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.206 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.206 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.207 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.208 | 30440 | Recursively removing directory: /tmp/git.w4DFqw/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.208 | 33822 | Marked run 196 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.208 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.208 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.210 | 33825 | Added a new run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.210 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.210 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.210 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.210 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.210 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.211 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.211 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.211 | 33831 | Added a new worker 17 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.211 | 30439 | Removed run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.211 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.211 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.211 | 30439 | Assigned run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.211 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Hfe7Up +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.211 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.212 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.212 | 33830 | Marked run 197 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.212 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.214 | 33827 | Added a new run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.214 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.216 | 33828 | Added a new run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.217 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.217 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.219 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.218 | 33829 | Added a new run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.219 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.220 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.220 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.221 | 33839 | Added a new run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.221 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.221 | 30443 | Recursively removing directory: /tmp/git.oSGIwp/ +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.223 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.223 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.223 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.223 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.223 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.223 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.223 | 33849 | Added a new worker 19 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.223 | 30439 | Removed run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.223 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.223 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.223 | 30439 | Assigned run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.224 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.224 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.A315s1 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.224 | 33835 | Added a new run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.225 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.226 | 33844 | Added a new run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.226 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.227 | 33848 | Marked run 198 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.228 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.229 | 33850 | Added a new run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.229 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.229 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.230 | 30440 | Recursively removing directory: /tmp/git.Hfe7Up/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.230 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.231 | 33851 | Added a new run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.231 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.232 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.232 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.232 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.232 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EYNlDx +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.232 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.232 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.232 | 33863 | Added a new worker 15 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.232 | 30439 | Removed run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.232 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.232 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.232 | 30439 | Assigned run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.233 | 33858 | Added a new run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.234 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.234 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.235 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.235 | 33862 | Marked run 199 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.236 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.236 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.237 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.238 | 33859 | Added a new run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.238 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.240 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.239 | 33864 | Added a new run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.240 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.241 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.241 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.241 | 33867 | Added a new run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.242 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.242 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.243 | 33868 | Added a new run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.243 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.244 | 33872 | Added a new run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.244 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.245 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.246 | 33876 | Added a new run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.246 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.247 | 30443 | Recursively removing directory: /tmp/git.A315s1/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.248 | 33881 | Added a new run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.249 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.249 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.249 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.249 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.250 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.250 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.250 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.250 | 33891 | Added a new worker 17 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.250 | 30439 | Removed run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.250 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.250 | 30439 | Assigned run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.250 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.250 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.250 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EDNnUt +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.251 | 33888 | Added a new run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.251 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.252 | 30440 | Recursively removing directory: /tmp/git.EYNlDx/ +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.253 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.254 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.254 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.254 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.254 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.254 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.254 | 33898 | Added a new worker 19 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.255 | 30439 | Removed run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.255 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.255 | 30439 | Assigned run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.255 | 33889 | Added a new run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.255 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.255 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.255 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ywMHPt +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.256 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.257 | 33890 | Marked run 200 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.257 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.258 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.259 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.259 | 33897 | Marked run 201 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.259 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.260 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.261 | 33896 | Added a new run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.261 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.261 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.262 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.262 | 33894 | Added a new run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.263 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.264 | 33900 | Added a new run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.264 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.266 | 33901 | Added a new run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.266 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.267 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.268 | 33907 | Added a new run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.268 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.269 | 30443 | Recursively removing directory: /tmp/git.EDNnUt/ +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.272 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.272 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.272 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.274 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WQbTwZ +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.282 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.283 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.296 | 30443 | Recursively removing directory: /tmp/git.WQbTwZ/ +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.276 | 30440 | Recursively removing directory: /tmp/git.ywMHPt/ +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.278 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.278 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.278 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.279 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.36sGUE +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.286 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.287 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.298 | 30440 | Recursively removing directory: /tmp/git.36sGUE/ +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.269 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.269 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.270 | 33913 | Added a new run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.271 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.273 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.273 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.273 | 33916 | Added a new run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.299 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.299 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.299 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.299 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XtbYlu +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.273 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.274 | 33924 | Added a new worker 7 to the queue +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.300 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.300 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.300 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.301 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xIAIOJ +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.274 | 30439 | Removed run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.274 | 30439 | Removed worker 7 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.274 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.274 | 30439 | Assigned run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.275 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.277 | 33917 | Added a new run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.278 | 33923 | Marked run 202 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.278 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.278 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.278 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.279 | 33931 | Added a new worker 17 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.279 | 30439 | Removed run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.279 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.279 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.279 | 30439 | Assigned run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.281 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.281 | 33926 | Added a new run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.282 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.283 | 33928 | Added a new run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.284 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.284 | 33930 | Marked run 203 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.285 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.285 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.286 | 33932 | Added a new run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.286 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.287 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.289 | 33933 | Added a new run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.289 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.290 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.290 | 33937 | Added a new run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.291 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.292 | 33939 | Added a new run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.292 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.293 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.294 | 33945 | Added a new run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.294 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.295 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.298 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.298 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.299 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.299 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.299 | 33961 | Added a new worker 19 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.299 | 30439 | Removed run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.299 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.299 | 30439 | Assigned run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.299 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.299 | 33953 | Added a new run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.300 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.300 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.300 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.300 | 33963 | Added a new worker 19 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.300 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.300 | 30439 | Removed run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.301 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.301 | 30439 | Assigned run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.304 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.304 | 33956 | Added a new run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.304 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.306 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.306 | 33958 | Added a new run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.306 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.308 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.308 | 33959 | Added a new run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.308 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.308 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.309 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.309 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.310 | 33965 | Added a new run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.310 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.311 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.311 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.311 | 33960 | Marked run 204 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.312 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.313 | 33968 | Added a new run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.313 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.314 | 33962 | Marked run 205 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.314 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.315 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.315 | 33972 | Added a new run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.315 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.317 | 33974 | Added a new run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.318 | 33977 | Added a new run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.318 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.318 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.319 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.319 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.322 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.322 | 33988 | Added a new run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.322 | 30443 | Recursively removing directory: /tmp/git.XtbYlu/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.322 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.322 | 30440 | Recursively removing directory: /tmp/git.xIAIOJ/ +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.323 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.324 | 33989 | Added a new run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.324 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.325 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.325 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.325 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.325 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.325 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.325 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.325 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.odZdD4 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.325 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.325 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.325 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.325 | 33997 | Added a new worker 17 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.325 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.325 | 30439 | Removed run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.325 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.325 | 30439 | Assigned run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.325 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.326 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.326 | 34000 | Added a new worker 19 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.326 | 30439 | Removed run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.326 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.326 | 30439 | Assigned run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.326 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.326 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.n38Umq +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.328 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.330 | 33995 | Marked run 206 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.330 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.331 | 33999 | Marked run 207 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.331 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.331 | 33992 | Added a new run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.332 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.333 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.333 | 33996 | Added a new run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.334 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.335 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.335 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.335 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.335 | 33994 | Added a new run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.336 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.336 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.337 | 34001 | Added a new run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.337 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.337 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.338 | 34006 | Added a new run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.339 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.340 | 34004 | Added a new run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.340 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.340 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.341 | 34013 | Added a new run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.342 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.342 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.344 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.344 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.344 | 30443 | Recursively removing directory: /tmp/git.odZdD4/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.345 | 34020 | Added a new run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.345 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.347 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.347 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.347 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.347 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.347 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.347 | 34029 | Added a new worker 17 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.347 | 30439 | Removed run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.347 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.348 | 30439 | Assigned run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.348 | 34021 | Added a new run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.348 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.348 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ehfqmT +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.348 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.349 | 34022 | Added a new run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.350 | 30440 | Recursively removing directory: /tmp/git.n38Umq/ +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.351 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.351 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.352 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.352 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.352 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.352 | 34028 | Marked run 208 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.353 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.353 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.353 | 34036 | Added a new worker 17 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.353 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.353 | 30439 | Removed run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.353 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.353 | 30439 | Assigned run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.353 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UUY2sq +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.354 | 34024 | Added a new run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.354 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.355 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.356 | 34035 | Marked run 209 as finished +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.356 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.357 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.357 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.358 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.358 | 34031 | Added a new run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.358 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.360 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.361 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.360 | 34034 | Added a new run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.360 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.361 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.362 | 34037 | Added a new run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.363 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.363 | 34039 | Added a new run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.364 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.365 | 34045 | Added a new run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.365 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.366 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.367 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.368 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.368 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.368 | 30443 | Recursively removing directory: /tmp/git.ehfqmT/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.369 | 34054 | Added a new run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.369 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.370 | 30440 | Recursively removing directory: /tmp/git.UUY2sq/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.371 | 34056 | Added a new run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.371 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.371 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.371 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.372 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.372 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.372 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.372 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.372 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.373 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DK1W2D +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.373 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.372 | 34065 | Added a new worker 15 to the queue +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.373 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4UXtMf +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.372 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.372 | 30439 | Removed run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.372 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.373 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.373 | 30439 | Assigned run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.373 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.373 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.373 | 34067 | Added a new worker 19 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.373 | 30439 | Removed run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.373 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.373 | 30439 | Assigned run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.373 | 34058 | Added a new run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.374 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.374 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.376 | 34060 | Added a new run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.376 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.376 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.377 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.377 | 34063 | Marked run 210 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.377 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.379 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.379 | 34068 | Added a new run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.379 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.381 | 34070 | Added a new run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.381 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.381 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.382 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.383 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.383 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.383 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.383 | 34066 | Marked run 211 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.383 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.384 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.384 | 34072 | Added a new run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.385 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.386 | 34073 | Added a new run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.386 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.387 | 34076 | Added a new run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.388 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.389 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.389 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.390 | 34079 | Added a new run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.390 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.391 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.392 | 34089 | Added a new run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.392 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.392 | 30443 | Recursively removing directory: /tmp/git.DK1W2D/ +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.394 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.394 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.394 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.394 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.395 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.395 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.395 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.395 | 34100 | Added a new worker 19 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.395 | 30439 | Removed run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.395 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.395 | 30439 | Assigned run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.395 | 34102 | Added a new worker 15 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.395 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.395 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.395 | 30439 | Removed run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.395 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.395 | 30439 | Assigned run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.393 | 30440 | Recursively removing directory: /tmp/git.4UXtMf/ +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.395 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.395 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5B6Xru +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.395 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.395 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.396 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.o7D4cc +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.396 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.396 | 34090 | Added a new run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.396 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.398 | 34096 | Added a new run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.399 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.401 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.402 | 34098 | Added a new run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.402 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.403 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.404 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.404 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.404 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.404 | 34103 | Added a new run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.405 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.405 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.406 | 34101 | Marked run 213 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.406 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.406 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.407 | 34099 | Marked run 212 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.407 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.408 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.408 | 34107 | Added a new run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.408 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.409 | 34109 | Added a new run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.410 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.411 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.412 | 34113 | Added a new run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.412 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.413 | 34115 | Added a new run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.413 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.414 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.414 | 30440 | Recursively removing directory: /tmp/git.o7D4cc/ +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.415 | 30443 | Recursively removing directory: /tmp/git.5B6Xru/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.416 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.416 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.417 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.417 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.417 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.417 | 34125 | Added a new run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.417 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.417 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.418 | 34134 | Added a new worker 10 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.418 | 30439 | Removed run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.418 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.418 | 30439 | Assigned run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.418 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.418 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.418 | 34136 | Added a new worker 19 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.418 | 30439 | Removed run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.418 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.418 | 30439 | Assigned run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.418 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.419 | 34131 | Added a new run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.418 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.418 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.418 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.418 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JBlUED +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.417 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.418 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZVGRPc +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.420 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.421 | 34130 | Added a new run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.422 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.423 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.423 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.425 | 34132 | Added a new run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.425 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.425 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.426 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.426 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.426 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.427 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.426 | 34133 | Marked run 215 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.427 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.428 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.428 | 34140 | Added a new run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.428 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.429 | 34135 | Marked run 214 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.429 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.431 | 34141 | Added a new run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.431 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.432 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.432 | 34143 | Added a new run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.433 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.433 | 34146 | Added a new run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.434 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.435 | 34152 | Added a new run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.436 | 30440 | Recursively removing directory: /tmp/git.ZVGRPc/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.436 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.438 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.438 | 30443 | Recursively removing directory: /tmp/git.JBlUED/ +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.438 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.438 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.439 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.438 | 34161 | Added a new run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.439 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.439 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.440 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.440 | 34167 | Added a new worker 18 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.440 | 30439 | Removed run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.440 | 30439 | Removed worker 18 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.440 | 30439 | Assigned run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.440 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.440 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.441 | 34164 | Added a new run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.440 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ACm1ZY +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.441 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.441 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.441 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.441 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bhuSQW +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.441 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.441 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.441 | 34171 | Added a new worker 15 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.441 | 30439 | Removed run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.441 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.441 | 30439 | Assigned run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.441 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.442 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.444 | 34166 | Marked run 216 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.444 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.445 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.446 | 34170 | Marked run 217 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.446 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.447 | 34168 | Added a new run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.448 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.448 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.448 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.449 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.449 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.450 | 34169 | Added a new run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.450 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.451 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.451 | 34173 | Added a new run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.451 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.452 | 34174 | Added a new run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.452 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.454 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.455 | 34179 | Added a new run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.455 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.455 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.457 | 34185 | Added a new run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.457 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.458 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.458 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.458 | 34186 | Added a new run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.459 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.460 | 30440 | Recursively removing directory: /tmp/git.ACm1ZY/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.461 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.461 | 30443 | Recursively removing directory: /tmp/git.bhuSQW/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.461 | 34194 | Added a new run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.462 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.462 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.463 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.463 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.463 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.463 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.463 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.463 | 34203 | Added a new worker 17 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.463 | 30439 | Removed run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.463 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.463 | 30439 | Assigned run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.463 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.463 | 34197 | Added a new run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.464 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.463 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sCTr7V +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.465 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.465 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.465 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.465 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.465 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.465 | 34206 | Added a new worker 11 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.465 | 30439 | Removed run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.465 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.466 | 30439 | Assigned run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.466 | 34199 | Added a new run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.466 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.466 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ebf511 +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.466 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.467 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.467 | 34200 | Added a new run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.468 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.468 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.469 | 34202 | Marked run 218 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.469 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.471 | 34205 | Marked run 219 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.471 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.471 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.472 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.472 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.472 | 34208 | Added a new run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.472 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.472 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.474 | 34210 | Added a new run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.474 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.474 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.475 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.476 | 34212 | Added a new run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.476 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.477 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.477 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.478 | 34211 | Added a new run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.479 | 34219 | Added a new run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.479 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.480 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.481 | 34220 | Added a new run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.481 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.482 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.483 | 30440 | Recursively removing directory: /tmp/git.sCTr7V/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.483 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.484 | 34226 | Added a new run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.485 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.485 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.485 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.485 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.485 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.486 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.486 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.486 | 34239 | Added a new worker 6 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.486 | 30439 | Removed run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.486 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.486 | 30439 | Assigned run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.486 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.487 | 34230 | Added a new run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.486 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HuUN6W +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.487 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.487 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.488 | 30443 | Recursively removing directory: /tmp/git.Ebf511/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.489 | 34238 | Marked run 220 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.490 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.490 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.490 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.490 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.490 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.490 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.491 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.491 | 34244 | Added a new worker 19 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.491 | 30439 | Removed run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.491 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.491 | 30439 | Assigned run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.491 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.491 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KCjsEY +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.492 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.492 | 34231 | Added a new run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.492 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.493 | 34235 | Added a new run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.494 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.494 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.496 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.496 | 34243 | Marked run 221 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.497 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.498 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.498 | 34240 | Added a new run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.498 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.499 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.500 | 34242 | Added a new run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.500 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.501 | 34248 | Added a new run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.502 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.503 | 34249 | Added a new run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.503 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.504 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.504 | 30440 | Recursively removing directory: /tmp/git.HuUN6W/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.504 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.505 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.506 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.507 | 34261 | Added a new run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.507 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.508 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.507 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.507 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.507 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.508 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ET81JO +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.509 | 30443 | Recursively removing directory: /tmp/git.KCjsEY/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.508 | 34269 | Added a new worker 17 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.508 | 30439 | Removed run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.508 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.508 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.508 | 30439 | Assigned run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.508 | 34262 | Added a new run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.509 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.510 | 34263 | Added a new run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.510 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.512 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.512 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.513 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.517 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.517 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.517 | 34265 | Added a new run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.517 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.517 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.518 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.518 | 34278 | Added a new worker 19 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.518 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.518 | 30439 | Removed run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.518 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.518 | 30439 | Assigned run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.518 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.518 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VpdNTz +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.520 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.528 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.529 | 34268 | Marked run 222 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.529 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.529 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.530 | 34275 | Added a new run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.530 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.533 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.533 | 34277 | Marked run 223 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.533 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.534 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.534 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.534 | 34274 | Added a new run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.534 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.536 | 34276 | Added a new run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.536 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.537 | 34280 | Added a new run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.537 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.538 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.539 | 34285 | Added a new run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.539 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.540 | 30440 | Recursively removing directory: /tmp/git.ET81JO/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.540 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.541 | 34295 | Added a new run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.542 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.542 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.542 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.542 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.543 | 30443 | Recursively removing directory: /tmp/git.VpdNTz/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.543 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.543 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.543 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.543 | 34303 | Added a new worker 15 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.543 | 30439 | Removed run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.543 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.543 | 30439 | Assigned run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.543 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.544 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.544 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AzTvwd +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.545 | 34299 | Added a new run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.545 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.545 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.545 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.546 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.546 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.546 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.546 | 34309 | Added a new worker 19 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.546 | 30439 | Removed run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.546 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.546 | 30439 | Assigned run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.546 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.547 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DKPlOW +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.548 | 34304 | Added a new run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.548 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.549 | 34302 | Marked run 224 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.550 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.550 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.551 | 34307 | Marked run 225 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.551 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.551 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.553 | 34305 | Added a new run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.553 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.553 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.554 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.555 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.555 | 34308 | Added a new run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.555 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.556 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.556 | 34310 | Added a new run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.556 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.558 | 34312 | Added a new run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.558 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.559 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.561 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.561 | 34317 | Added a new run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.561 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.562 | 34323 | Added a new run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.562 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.563 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.564 | 34327 | Added a new run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.565 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.565 | 30443 | Recursively removing directory: /tmp/git.DKPlOW/ +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.564 | 30440 | Recursively removing directory: /tmp/git.AzTvwd/ +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.566 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.566 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.567 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.567 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.567 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.567 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.567 | 34339 | Added a new worker 17 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.567 | 30439 | Removed run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.567 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.567 | 30439 | Assigned run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.567 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.567 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yFiRnx +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.568 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.568 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.568 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.568 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.568 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.568 | 34341 | Added a new worker 18 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.568 | 34332 | Added a new run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.569 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.569 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.569 | 30439 | Removed run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.569 | 30439 | Removed worker 18 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.569 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.569 | 30439 | Assigned run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.569 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fZ3bdm +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.571 | 34335 | Added a new run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.571 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.572 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.573 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.574 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.574 | 34337 | Added a new run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.575 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.576 | 34338 | Marked run 226 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.576 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.577 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.578 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.578 | 34342 | Added a new run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.578 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.578 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.579 | 34344 | Added a new run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.580 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.581 | 34347 | Added a new run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.581 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.582 | 34340 | Marked run 227 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.582 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.583 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.583 | 34349 | Added a new run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.583 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.584 | 30440 | Recursively removing directory: /tmp/git.yFiRnx/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.585 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.586 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.587 | 34363 | Added a new run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.587 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.587 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.587 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.587 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.588 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.588 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.588 | 34369 | Added a new worker 17 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.588 | 30439 | Removed run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.588 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.588 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.588 | 30439 | Assigned run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.588 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.588 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0ugNNk +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.589 | 34360 | Added a new run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.590 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.590 | 30443 | Recursively removing directory: /tmp/git.fZ3bdm/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.591 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.592 | 34364 | Added a new run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.592 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.592 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.592 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.592 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.592 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.592 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.592 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.593 | 34376 | Added a new worker 19 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.593 | 30439 | Removed run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.593 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.593 | 30439 | Assigned run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.593 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.593 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fbGn7L +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.594 | 34367 | Added a new run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.595 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.595 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.597 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.596 | 34373 | Added a new run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.596 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.598 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.598 | 34368 | Marked run 228 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.598 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.599 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.600 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.600 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.600 | 34374 | Added a new run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.600 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.602 | 34375 | Marked run 229 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.602 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.602 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.603 | 34378 | Added a new run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.603 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.603 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.604 | 34382 | Added a new run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.604 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.606 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.606 | 34383 | Added a new run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.607 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.608 | 34388 | Added a new run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.609 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.609 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.610 | 30440 | Recursively removing directory: /tmp/git.0ugNNk/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.610 | 34394 | Added a new run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.610 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.611 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.612 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.612 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.612 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.612 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.613 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.612 | 30443 | Recursively removing directory: /tmp/git.fbGn7L/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.613 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.613 | 34407 | Added a new worker 17 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.613 | 30439 | Removed run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.613 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.613 | 30439 | Assigned run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.613 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.613 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.E4MN28 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.613 | 34400 | Added a new run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.613 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.615 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.615 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.615 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.616 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.616 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.616 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.616 | 34410 | Added a new worker 7 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.616 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.616 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.616 | 34403 | Added a new run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.616 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.617 | 30439 | Removed run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.617 | 30439 | Removed worker 7 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.617 | 30439 | Assigned run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.617 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3e63e9 +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.618 | 34405 | Added a new run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.618 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.620 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.620 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.621 | 34406 | Marked run 230 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.621 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.621 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.622 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.624 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.624 | 34409 | Marked run 231 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.624 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.625 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.625 | 34411 | Added a new run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.626 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.628 | 30440 | Recursively removing directory: /tmp/git.E4MN28/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.628 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.631 | 34412 | Added a new run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.631 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.631 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.631 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.631 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.631 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.631 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.631 | 34429 | Added a new worker 17 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.631 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.631 | 30439 | Removed run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.631 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.631 | 30439 | Assigned run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.632 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.44FVsm +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.634 | 34414 | Added a new run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.634 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.634 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.634 | 30443 | Recursively removing directory: /tmp/git.3e63e9/ +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.636 | 34417 | Added a new run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.636 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.637 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.637 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.638 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.638 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.638 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.638 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.638 | 34438 | Added a new worker 19 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.638 | 30439 | Removed run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.638 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.639 | 34428 | Marked run 232 as finished +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.638 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.639 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.639 | 30439 | Assigned run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.639 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zUch00 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.639 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.639 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.640 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.640 | 34425 | Added a new run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.641 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.642 | 34434 | Added a new run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.642 | 34437 | Marked run 233 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.642 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.642 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.644 | 34440 | Added a new run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.644 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.645 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.645 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.646 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.646 | 34439 | Added a new run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.646 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.647 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.648 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.648 | 34447 | Added a new run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.648 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.649 | 34446 | Added a new run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.650 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.651 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.651 | 34453 | Added a new run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.652 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.652 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.652 | 30440 | Recursively removing directory: /tmp/git.44FVsm/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.653 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.654 | 34459 | Added a new run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.654 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.655 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.655 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.655 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.655 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.655 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.656 | 34461 | Added a new run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.656 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.656 | 34468 | Added a new worker 9 to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.656 | 30439 | Removed run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.656 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.657 | 30439 | Assigned run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.657 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.M7YY06 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.657 | 34462 | Added a new run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.657 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.657 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.658 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.657 | 30443 | Recursively removing directory: /tmp/git.zUch00/ +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.659 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.660 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.660 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.660 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.661 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.661 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.661 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.661 | 34476 | Added a new worker 22 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.661 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.661 | 30439 | Removed run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.661 | 30439 | Removed worker 22 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.661 | 30439 | Assigned run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.661 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.661 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JbQdXk +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.662 | 34467 | Marked run 234 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.662 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.663 | 34471 | Added a new run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.663 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.664 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.665 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.665 | 34472 | Added a new run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.666 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.667 | 34475 | Marked run 235 as finished +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.668 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.668 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.668 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.669 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.669 | 34473 | Added a new run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.669 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.669 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.670 | 34474 | Added a new run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.671 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.672 | 34481 | Added a new run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.672 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.673 | 34482 | Added a new run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.674 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.674 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.675 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.676 | 34493 | Added a new run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.676 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.676 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.677 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.677 | 34498 | Added a new run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.677 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.678 | 30440 | Recursively removing directory: /tmp/git.M7YY06/ +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.678 | 30443 | Recursively removing directory: /tmp/git.JbQdXk/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.679 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.681 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.681 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.681 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.681 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.681 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.680 | 34500 | Added a new run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.681 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.681 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.681 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.681 | 34505 | Added a new worker 15 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.681 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.681 | 30439 | Removed run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.681 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.681 | 30439 | Assigned run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.681 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.681 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.682 | 34508 | Added a new worker 18 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.682 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.682 | 30439 | Removed run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.682 | 30439 | Removed worker 18 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.682 | 30439 | Assigned run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.682 | 34497 | Added a new run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.681 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.682 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qLVnOi +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.681 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EtNg9A +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.683 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.684 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.686 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.686 | 34504 | Marked run 236 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.686 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.687 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.687 | 34507 | Marked run 237 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.687 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.688 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.689 | 34503 | Added a new run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.689 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.689 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.689 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.690 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.690 | 34510 | Added a new run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.690 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.692 | 34511 | Added a new run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.692 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.693 | 34512 | Added a new run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.693 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.694 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.694 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.695 | 34520 | Added a new run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.695 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.696 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.696 | 34522 | Added a new run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.697 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.698 | 34526 | Added a new run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.699 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.699 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.700 | 34531 | Added a new run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.700 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.701 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.701 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.702 | 30440 | Recursively removing directory: /tmp/git.EtNg9A/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.702 | 34537 | Added a new run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.703 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.703 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.704 | 30443 | Recursively removing directory: /tmp/git.qLVnOi/ +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.704 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.704 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.705 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.704 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.705 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.705 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.705 | 34543 | Added a new worker 8 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.705 | 34536 | Added a new run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.705 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.705 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.706 | 30439 | Removed run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.706 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.706 | 30439 | Assigned run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.706 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.706 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.706 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.707 | 34547 | Added a new worker 19 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.707 | 30439 | Removed run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.707 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.707 | 30439 | Assigned run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.707 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.706 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.706 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.706 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.707 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vuQJPm +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.706 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jlnXSy +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.708 | 34539 | Added a new run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.709 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.711 | 34541 | Added a new run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.711 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.711 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.713 | 34544 | Added a new run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.713 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.714 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.714 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.715 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.715 | 34542 | Marked run 238 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.715 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.715 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.716 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.716 | 34546 | Marked run 239 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.716 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.717 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.718 | 34549 | Added a new run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.718 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.719 | 34550 | Added a new run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.719 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.720 | 34553 | Added a new run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.721 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.722 | 34557 | Added a new run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.722 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.723 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.724 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.725 | 34567 | Added a new run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.725 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.726 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.725 | 30440 | Recursively removing directory: /tmp/git.jlnXSy/ +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.727 | 30443 | Recursively removing directory: /tmp/git.vuQJPm/ +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.728 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.728 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.728 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.728 | 34571 | Added a new run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.728 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.728 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.728 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.728 | 34577 | Added a new worker 15 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.729 | 30439 | Removed run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.729 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.729 | 30439 | Assigned run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.729 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.729 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.729 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.729 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.729 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QvAZlN +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.729 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.729 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.729 | 34581 | Added a new worker 19 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.729 | 30439 | Removed run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.729 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.729 | 30439 | Assigned run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.730 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.730 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iclpgf +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.731 | 34572 | Added a new run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.731 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.732 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.733 | 34576 | Marked run 240 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.733 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.734 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.739 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.739 | 34580 | Marked run 241 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.739 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.739 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.741 | 34573 | Added a new run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.742 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.742 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.743 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.743 | 34579 | Added a new run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.743 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.744 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.745 | 34582 | Added a new run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.746 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.747 | 34584 | Added a new run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.747 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.747 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.748 | 34591 | Added a new run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.749 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.750 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.751 | 30440 | Recursively removing directory: /tmp/git.QvAZlN/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.751 | 34598 | Added a new run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.751 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.752 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.753 | 34603 | Added a new run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.753 | 30443 | Recursively removing directory: /tmp/git.iclpgf/ +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.753 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.753 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.754 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.754 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.754 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.754 | 34610 | Added a new worker 15 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.754 | 30439 | Removed run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.754 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.754 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.754 | 30439 | Assigned run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.754 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ep544x +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.755 | 34605 | Added a new run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.755 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.756 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.757 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.757 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.757 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.757 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.757 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.757 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.758 | 34614 | Added a new worker 19 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.758 | 30439 | Removed run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.758 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.758 | 30439 | Assigned run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.758 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.758 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lmmxkX +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.759 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.759 | 34609 | Marked run 242 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.759 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.759 | 34606 | Added a new run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.760 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.762 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.763 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.763 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.763 | 34611 | Added a new run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.763 | 34613 | Marked run 243 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.763 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.763 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.764 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.766 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.766 | 34615 | Added a new run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.766 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.766 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.767 | 34616 | Added a new run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.768 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.769 | 34618 | Added a new run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.769 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.770 | 34622 | Added a new run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.771 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.772 | 34627 | Added a new run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.772 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.772 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.774 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.774 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.775 | 34637 | Added a new run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.775 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.775 | 30440 | Recursively removing directory: /tmp/git.Ep544x/ +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.777 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.777 | 30443 | Recursively removing directory: /tmp/git.lmmxkX/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.777 | 34640 | Added a new run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.777 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.777 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.778 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.777 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.778 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.778 | 34645 | Added a new worker 17 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.778 | 30439 | Removed run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.778 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.778 | 30439 | Assigned run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.778 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.778 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.779 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.780 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.780 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.780 | 34649 | Added a new worker 16 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.780 | 34639 | Added a new run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.780 | 30439 | Removed run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.780 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.780 | 30439 | Assigned run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.781 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.778 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.c2pIs6 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.779 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.779 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.780 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.780 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TFLdxE +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.782 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.783 | 34643 | Added a new run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.784 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.785 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.785 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.785 | 34644 | Marked run 244 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.785 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.786 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.787 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.787 | 34647 | Added a new run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.787 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.787 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.789 | 34651 | Added a new run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.789 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.790 | 34654 | Added a new run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.790 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.791 | 34648 | Marked run 245 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.791 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.791 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.792 | 34653 | Added a new run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.793 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.794 | 34663 | Added a new run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.794 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.795 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.796 | 34668 | Added a new run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.796 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.797 | 30440 | Recursively removing directory: /tmp/git.c2pIs6/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.798 | 34670 | Added a new run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.798 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.800 | 30443 | Recursively removing directory: /tmp/git.TFLdxE/ +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.800 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.800 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.800 | 34675 | Added a new run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.800 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.800 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.800 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.800 | 34679 | Added a new worker 13 to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.801 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.k7kaIn +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.801 | 30439 | Removed run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.801 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.801 | 30439 | Assigned run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.801 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.801 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.802 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.802 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.802 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.802 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.802 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.802 | 34683 | Added a new worker 15 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.802 | 30439 | Removed run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.802 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.802 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.802 | 30439 | Assigned run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.803 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DQRB4N +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.803 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.804 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.804 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.807 | 34681 | Added a new run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.807 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.807 | 34678 | Marked run 246 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.807 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.807 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.808 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.808 | 34682 | Marked run 247 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.808 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.809 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.809 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.809 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.810 | 34685 | Added a new run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.810 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.811 | 34684 | Added a new run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.811 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.812 | 34686 | Added a new run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.812 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.814 | 34689 | Added a new run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.814 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.815 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.815 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.816 | 34698 | Added a new run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.817 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.817 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.818 | 30443 | Recursively removing directory: /tmp/git.DQRB4N/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.819 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.820 | 34702 | Added a new run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.820 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.820 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.820 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.820 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.821 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FgNhf9 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.820 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.820 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.821 | 34711 | Added a new worker 17 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.821 | 30439 | Removed run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.821 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.821 | 30439 | Assigned run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.821 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.821 | 34704 | Added a new run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.822 | 30440 | Recursively removing directory: /tmp/git.k7kaIn/ +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.822 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.824 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.824 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.825 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.824 | 34710 | Marked run 249 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.825 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.825 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.825 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.825 | 34716 | Added a new worker 17 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.825 | 30439 | Removed run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.825 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2wCRLD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.825 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.825 | 30439 | Assigned run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.825 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.825 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.827 | 34712 | Added a new run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.827 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.827 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.828 | 34709 | Added a new run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.828 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.828 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.830 | 34715 | Marked run 248 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.831 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.832 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.832 | 34717 | Added a new run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.832 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.833 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.833 | 34718 | Added a new run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.833 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.835 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.835 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.835 | 34724 | Added a new run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.836 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.836 | 34722 | Added a new run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.837 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.838 | 30443 | Recursively removing directory: /tmp/git.FgNhf9/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.839 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.840 | 34730 | Added a new run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.840 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.841 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.841 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.841 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.841 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.841 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.841 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.842 | 34744 | Added a new worker 16 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.842 | 30439 | Removed run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.842 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.842 | 30439 | Assigned run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.842 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ubO3ym +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.842 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.843 | 30440 | Recursively removing directory: /tmp/git.2wCRLD/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.843 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.844 | 34734 | Added a new run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.844 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.846 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.845 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.845 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.846 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.846 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.846 | 34749 | Added a new worker 20 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.846 | 30439 | Removed run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.846 | 30439 | Removed worker 20 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.846 | 30439 | Assigned run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.846 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.847 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.847 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JLuCco +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.848 | 34742 | Marked run 250 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.848 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.850 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.850 | 34738 | Added a new run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.851 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.851 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.852 | 34743 | Added a new run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.853 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.853 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.854 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.854 | 34746 | Added a new run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.854 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.855 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.855 | 34750 | Added a new run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.856 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.856 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.857 | 34748 | Marked run 251 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.857 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.858 | 34754 | Added a new run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.858 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.858 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.859 | 34759 | Added a new run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.860 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.860 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.861 | 34761 | Added a new run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.861 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.863 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.863 | 30443 | Recursively removing directory: /tmp/git.ubO3ym/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.863 | 34766 | Added a new run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.864 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.864 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.866 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.866 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.866 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.866 | 34771 | Added a new run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.866 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.866 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.867 | 34779 | Added a new worker 15 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.867 | 30439 | Removed run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.867 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.867 | 30439 | Assigned run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.867 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.867 | 34775 | Added a new run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.868 | 30440 | Recursively removing directory: /tmp/git.JLuCco/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.868 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.867 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.THm7fd +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.869 | 34776 | Added a new run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.870 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.870 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.871 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.871 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.871 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.871 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.872 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.872 | 34778 | Marked run 252 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.872 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.872 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.873 | 34785 | Added a new worker 15 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.873 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.873 | 30439 | Removed run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.873 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.873 | 30439 | Assigned run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.873 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bq8BEL +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.874 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.874 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.874 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.875 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.876 | 34784 | Marked run 253 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.876 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.877 | 34783 | Added a new run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.878 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.879 | 34786 | Added a new run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.879 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.880 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.880 | 34787 | Added a new run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.881 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.881 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.882 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.882 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.883 | 34788 | Added a new run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.884 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.884 | 34798 | Added a new run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.885 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.885 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.886 | 30443 | Recursively removing directory: /tmp/git.THm7fd/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.886 | 34799 | Added a new run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.886 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.887 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.887 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.888 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.888 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.888 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.888 | 34808 | Added a new worker 13 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.888 | 30439 | Removed run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.888 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.888 | 30439 | Assigned run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.888 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.N2pnlO +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.888 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.889 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.889 | 34803 | Added a new run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.890 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.890 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.891 | 34807 | Marked run 254 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.891 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.892 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.893 | 34809 | Added a new run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.893 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.894 | 30440 | Recursively removing directory: /tmp/git.bq8BEL/ +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.895 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.895 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.895 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.894 | 34810 | Added a new run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.896 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.896 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.896 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.896 | 34820 | Added a new worker 17 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.896 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.896 | 30439 | Removed run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.896 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.896 | 30439 | Assigned run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.895 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.896 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.896 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2CSQkG +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.898 | 34813 | Added a new run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.898 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.899 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.899 | 34816 | Added a new run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.899 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.901 | 34819 | Marked run 255 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.901 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.902 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.902 | 34821 | Added a new run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.902 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.903 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.903 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.905 | 34824 | Added a new run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.905 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.905 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.905 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.906 | 34830 | Added a new run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.907 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.907 | 30443 | Recursively removing directory: /tmp/git.N2pnlO/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.908 | 34827 | Added a new run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.908 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.909 | 34835 | Added a new run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.909 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.910 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.910 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.910 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.910 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.910 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.911 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.911 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.911 | 34844 | Added a new worker 15 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.911 | 30439 | Removed run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.911 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.911 | 30439 | Assigned run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.911 | 34840 | Added a new run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.911 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TfGEN3 +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.913 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.913 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.914 | 34842 | Marked run 256 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.914 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.916 | 34843 | Added a new run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.916 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.916 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.917 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.917 | 30440 | Recursively removing directory: /tmp/git.2CSQkG/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.918 | 34846 | Added a new run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.918 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.919 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.920 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.920 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.920 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.920 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.920 | 34848 | Added a new run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.920 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.920 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.919 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.921 | 34858 | Added a new worker 7 to the queue +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.921 | 30439 | Removed run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.921 | 30439 | Removed worker 7 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.921 | 30439 | Assigned run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.921 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.922 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.921 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XEfHeb +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.924 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.925 | 34857 | Marked run 257 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.925 | 34852 | Added a new run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.925 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.925 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.927 | 34855 | Added a new run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.927 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.927 | 30443 | Recursively removing directory: /tmp/git.TfGEN3/ +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.929 | 34860 | Added a new run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.929 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.930 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.930 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.930 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.930 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.931 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3e2vjv +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.930 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.930 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.931 | 34872 | Added a new worker 14 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.931 | 30439 | Removed run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.931 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.931 | 30439 | Assigned run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.931 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.931 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.931 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.932 | 34863 | Added a new run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.933 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.935 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.935 | 34869 | Added a new run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.935 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.936 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.937 | 34871 | Marked run 258 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.937 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.937 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.938 | 34873 | Added a new run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.939 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.939 | 30440 | Recursively removing directory: /tmp/git.XEfHeb/ +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.940 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.940 | 34876 | Added a new run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.941 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.942 | 34879 | Added a new run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.942 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.942 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.942 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.942 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.942 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.942 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.943 | 34890 | Added a new worker 13 to the queue +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.944 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.I8vup1 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.943 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.943 | 30439 | Removed run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.943 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.943 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.943 | 30439 | Assigned run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.944 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.946 | 34889 | Marked run 259 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.946 | 34886 | Added a new run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.947 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.947 | 30443 | Recursively removing directory: /tmp/git.3e2vjv/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.948 | 34894 | Added a new run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.949 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.949 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.950 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.950 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.950 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.950 | 34893 | Added a new run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.950 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.950 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.951 | 34903 | Added a new worker 14 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.951 | 30439 | Removed run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.951 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.951 | 30439 | Assigned run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.951 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.951 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.952 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.953 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.951 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VqDIqD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.954 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.956 | 34898 | Added a new run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.956 | 34902 | Marked run 260 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.956 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.957 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.958 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.959 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.959 | 34900 | Added a new run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.960 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.960 | 30440 | Recursively removing directory: /tmp/git.I8vup1/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.961 | 34906 | Added a new run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.962 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.962 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.962 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.962 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.963 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3mPoQg +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.963 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.963 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.963 | 34921 | Added a new worker 13 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.963 | 30439 | Removed run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.963 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.963 | 30439 | Assigned run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.963 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.963 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.963 | 34907 | Added a new run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.964 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.965 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.966 | 34920 | Marked run 261 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.966 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.967 | 30443 | Recursively removing directory: /tmp/git.VqDIqD/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.967 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.968 | 34915 | Added a new run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.968 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.968 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.969 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.969 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.969 | 34930 | Added a new worker 17 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.969 | 30439 | Removed run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.969 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.969 | 30439 | Assigned run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.969 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.969 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.969 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.d4MTjI +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.969 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.972 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.972 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.972 | 34924 | Added a new run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.973 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.974 | 34927 | Added a new run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.974 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.975 | 34932 | Added a new run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.976 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.976 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.976 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.977 | 30443 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.978 | 34928 | Added a new run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.978 | 34929 | Marked run 262 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.978 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.978 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.980 | 34938 | Added a new run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.980 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.981 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.981 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.981 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.982 | 34947 | Added a new run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.983 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.982 | 30440 | Recursively removing directory: /tmp/git.3mPoQg/ +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.984 | 34948 | Added a new run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.985 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.986 | 30440 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.986 | 30440 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.986 | 30440 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.986 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.986 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.986 | 34946 | Added a new run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.986 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.987 | 34957 | Added a new worker 6 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.987 | 34952 | Added a new run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.988 | 30439 | Removed run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.988 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.988 | 30439 | Assigned run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.988 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.988 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.X7Ls07 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.988 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.988 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.989 | 34956 | Marked run 263 as finished +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.989 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.989 | 30443 | Recursively removing directory: /tmp/git.d4MTjI/ +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.991 | 34960 | Added a new run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.991 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.991 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.992 | 30443 | Process exit code: 0 +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.992 | 30443 | Process output: 57 bytes +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.992 | 30443 | Waiting for a new command +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.992 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.992 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.992 | 34965 | Added a new worker 15 to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.992 | 30439 | Removed run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.992 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.992 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.992 | 30439 | Assigned run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.993 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.993 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dloJTW +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.994 | 34961 | Added a new run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.995 | 30440 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.996 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.996 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | 30440/cimple-worker: 2024-04-25 03:44:40.996 | 30440 | Going to run: ./ci +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.997 | 34967 | Added a new run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.997 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.998 | 30437 | Waiting for new connections +2024-04-25 03:44:40 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:40 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:40 | INFO | 30443/cimple-worker: 2024-04-25 03:44:40.999 | 30443 | Checking out revision HEAD +2024-04-25 03:44:40 | INFO | 30437/cimple-server: 2024-04-25 03:44:40.999 | 34964 | Marked run 264 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.000 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.000 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.001 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.001 | 34963 | Added a new run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.002 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.003 | 34969 | Added a new run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.004 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.004 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.004 | 34972 | Added a new run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.005 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.005 | 30440 | Recursively removing directory: /tmp/git.X7Ls07/ +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.006 | 34976 | Added a new run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.007 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.007 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.008 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.008 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.008 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.008 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.008 | 34991 | Added a new worker 15 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.008 | 30439 | Removed run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.008 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.008 | 30439 | Assigned run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.008 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.008 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.008 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.U2f98m +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.009 | 34984 | Added a new run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.010 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.010 | 30443 | Recursively removing directory: /tmp/git.dloJTW/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.011 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.011 | 34990 | Marked run 265 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.011 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.012 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.012 | 34989 | Added a new run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.013 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.015 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.015 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.015 | 34995 | Added a new run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.014 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.014 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.014 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.015 | 34999 | Added a new worker 17 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.015 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.015 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.015 | 30439 | Removed run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.015 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.015 | 30439 | Assigned run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.015 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fVCD6u +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.016 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.017 | 34993 | Added a new run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.017 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.019 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.019 | 34996 | Added a new run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.019 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.019 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.020 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.020 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.021 | 35001 | Added a new run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.021 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.022 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.023 | 35003 | Added a new run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.023 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.023 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.023 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.024 | 34998 | Marked run 266 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.025 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.025 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.026 | 35005 | Added a new run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.026 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.027 | 35008 | Added a new run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.028 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.029 | 35013 | Added a new run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.030 | 30440 | Recursively removing directory: /tmp/git.U2f98m/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.029 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.030 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.030 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.031 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.032 | 35024 | Added a new run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.032 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.032 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.032 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.032 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.033 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.032 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.033 | 35029 | Added a new worker 17 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.033 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.033 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.033 | 30439 | Removed run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.033 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.033 | 30439 | Assigned run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.033 | 30443 | Recursively removing directory: /tmp/git.fVCD6u/ +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.034 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sbexZp +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.034 | 35025 | Added a new run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.035 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.036 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.036 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.036 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.037 | 35030 | Added a new run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.037 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.037 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.037 | 35035 | Added a new worker 17 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.037 | 30439 | Removed run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.037 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.037 | 30439 | Assigned run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.038 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.037 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.038 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DVfJV0 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.039 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.040 | 35028 | Marked run 267 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.040 | 35026 | Added a new run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.040 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.040 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.040 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.041 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.042 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.042 | 35033 | Added a new run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.042 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.044 | 35034 | Marked run 268 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.044 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.045 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.046 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.046 | 35038 | Added a new run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.046 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.047 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.047 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.048 | 35037 | Added a new run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.049 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.049 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.050 | 35043 | Added a new run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.051 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.051 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.052 | 30440 | Recursively removing directory: /tmp/git.sbexZp/ +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.052 | 35047 | Added a new run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.052 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.053 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.054 | 35050 | Added a new run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.054 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.054 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.055 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.055 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.055 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.055 | 35063 | Added a new worker 15 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.055 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.055 | 30439 | Removed run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.055 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.055 | 30439 | Assigned run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.055 | 30443 | Recursively removing directory: /tmp/git.DVfJV0/ +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.055 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.l24uLg +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.057 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.057 | 35056 | Added a new run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.058 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.058 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.058 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.058 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.058 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.059 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.059 | 35068 | Added a new worker 17 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.059 | 30439 | Removed run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.059 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.059 | 30439 | Assigned run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.059 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.059 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xkV3ZI +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.059 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.061 | 35060 | Added a new run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.062 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.061 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.062 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.063 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.063 | 35065 | Added a new run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.064 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.065 | 35069 | Added a new run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.065 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.066 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.066 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.067 | 35062 | Marked run 269 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.067 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.067 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.068 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.068 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.069 | 35070 | Added a new run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.069 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.070 | 35067 | Marked run 270 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.070 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.071 | 35076 | Added a new run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.072 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.072 | 30440 | Recursively removing directory: /tmp/git.l24uLg/ +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.073 | 35077 | Added a new run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.074 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.075 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.075 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.075 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.075 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.075 | 35079 | Added a new run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.075 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.075 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.076 | 35092 | Added a new run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.076 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.076 | 35094 | Added a new worker 9 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.076 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.076 | 30439 | Removed run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.076 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.076 | 30439 | Assigned run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.077 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FPfOZb +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.078 | 30443 | Recursively removing directory: /tmp/git.xkV3ZI/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.079 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.080 | 35093 | Marked run 271 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.080 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.080 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.081 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.081 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.081 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.081 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.081 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.081 | 35101 | Added a new worker 17 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.081 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.081 | 30439 | Removed run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.081 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.081 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.081 | 30439 | Assigned run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.082 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nK1pdZ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.082 | 35088 | Added a new run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.083 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.083 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.084 | 35098 | Added a new run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.084 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.085 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.086 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.087 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.088 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.088 | 35100 | Marked run 272 as finished +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.088 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.089 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.090 | 35099 | Added a new run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.091 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.091 | 35102 | Added a new run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.092 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.092 | 30440 | Recursively removing directory: /tmp/git.FPfOZb/ +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.093 | 35106 | Added a new run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.093 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.094 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.095 | 35108 | Added a new run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.095 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.095 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.095 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.095 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.096 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.096 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.096 | 35124 | Added a new worker 13 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.096 | 30439 | Removed run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.096 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.096 | 30439 | Assigned run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.097 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ojErQ7 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.097 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.097 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.098 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.098 | 35118 | Added a new run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.098 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.099 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.100 | 30443 | Recursively removing directory: /tmp/git.nK1pdZ/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.100 | 35122 | Marked run 273 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.100 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.101 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.102 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.102 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.102 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.102 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.102 | 35125 | Added a new run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.102 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.103 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.103 | 35132 | Added a new worker 11 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.103 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.103 | 30439 | Removed run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.103 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.103 | 30439 | Assigned run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.103 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.103 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8a6FFR +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.105 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.105 | 35127 | Added a new run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.105 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.107 | 35131 | Marked run 274 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.107 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.108 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.109 | 35129 | Added a new run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.109 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.110 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.110 | 35138 | Added a new run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.111 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.111 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.112 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.113 | 30440 | Recursively removing directory: /tmp/git.ojErQ7/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.112 | 35134 | Added a new run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.112 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.114 | 35130 | Added a new run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.114 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.114 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.115 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.116 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.116 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.116 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.116 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.116 | 35146 | Added a new run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.116 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.116 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.117 | 35153 | Added a new worker 12 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.117 | 30439 | Removed run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.117 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.117 | 30439 | Assigned run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.118 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.117 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3NgJcu +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.119 | 35148 | Added a new run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.119 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.121 | 35151 | Added a new run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.121 | 30443 | Recursively removing directory: /tmp/git.8a6FFR/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.121 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.123 | 35152 | Marked run 275 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.123 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.123 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.123 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.124 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.124 | 35156 | Added a new run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.124 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.124 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.124 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.125 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.125 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.125 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.125 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.125 | 35165 | Added a new worker 12 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.125 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.125 | 30439 | Removed run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.125 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.125 | 30439 | Assigned run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.127 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.127 | 35162 | Added a new run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.127 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.125 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qzkUGq +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.128 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.130 | 35164 | Marked run 276 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.130 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.131 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.132 | 35163 | Added a new run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.132 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.132 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.133 | 35168 | Added a new run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.133 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.133 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.135 | 35169 | Added a new run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.135 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.136 | 30440 | Recursively removing directory: /tmp/git.3NgJcu/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.137 | 35173 | Added a new run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.137 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.137 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.139 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.139 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.139 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.139 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.139 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.139 | 35189 | Added a new worker 8 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.139 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.140 | 35180 | Added a new run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.140 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.140 | 30439 | Removed run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.140 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.140 | 30439 | Assigned run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.140 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3tppmw +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.141 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.141 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.142 | 35183 | Added a new run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.142 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.144 | 30443 | Recursively removing directory: /tmp/git.qzkUGq/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.144 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.144 | 35188 | Marked run 277 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.144 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.146 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.146 | 35192 | Added a new run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.146 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.146 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.146 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.147 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.147 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.147 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.147 | 35199 | Added a new worker 18 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.147 | 30439 | Removed run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.147 | 30439 | Removed worker 18 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.147 | 30439 | Assigned run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.147 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.148 | 35191 | Added a new run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.147 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VLGFlD +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.149 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.149 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.150 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.150 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.151 | 35195 | Added a new run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.151 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.152 | 35196 | Added a new run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.153 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.154 | 35197 | Marked run 278 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.154 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.154 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.155 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.155 | 35201 | Added a new run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.155 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.156 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.157 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.157 | 35204 | Added a new run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.158 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.159 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.159 | 35206 | Added a new run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.159 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.161 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.161 | 35211 | Added a new run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.162 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.162 | 30440 | Recursively removing directory: /tmp/git.3tppmw/ +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.163 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.163 | 35215 | Added a new run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.164 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.164 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.164 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.163 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.164 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.164 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.165 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.165 | 35226 | Added a new worker 17 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.165 | 30439 | Removed run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.165 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.165 | 30439 | Assigned run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.165 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.165 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3d1OhO +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.166 | 35219 | Added a new run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.166 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.167 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.168 | 30443 | Recursively removing directory: /tmp/git.VLGFlD/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.168 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.169 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.169 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.169 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.169 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.169 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.169 | 35234 | Added a new worker 21 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.169 | 30439 | Removed run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.169 | 30439 | Removed worker 21 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.169 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.169 | 30439 | Assigned run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.169 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KX2j4H +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.172 | 35221 | Added a new run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.173 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.174 | 35225 | Marked run 279 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.175 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.176 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.176 | 35228 | Added a new run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.176 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.177 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.177 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.178 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.178 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.178 | 35233 | Marked run 280 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.178 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.179 | 35231 | Added a new run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.179 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.180 | 35232 | Added a new run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.180 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.182 | 35236 | Added a new run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.182 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.183 | 35240 | Added a new run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.183 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.184 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.185 | 35245 | Added a new run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.185 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.186 | 35250 | Added a new run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.187 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.187 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.188 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.189 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.190 | 35259 | Added a new run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.190 | 30443 | Recursively removing directory: /tmp/git.KX2j4H/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.190 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.190 | 30440 | Recursively removing directory: /tmp/git.3d1OhO/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.191 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.192 | 35258 | Added a new run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.192 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.192 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.192 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.192 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.192 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.192 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.192 | 35265 | Added a new worker 15 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.192 | 30439 | Removed run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.192 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.192 | 30439 | Assigned run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.192 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.193 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DSJe79 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.193 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.193 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.193 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.194 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZSaJds +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.193 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.194 | 35261 | Added a new run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.194 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.194 | 35268 | Added a new worker 16 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.194 | 30439 | Removed run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.194 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.194 | 30439 | Assigned run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.195 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.195 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.196 | 35262 | Added a new run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.197 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.197 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.199 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.200 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.200 | 35264 | Marked run 281 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.200 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.200 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.201 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.201 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.202 | 35267 | Marked run 282 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.202 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.202 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.203 | 35270 | Added a new run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.203 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.204 | 35271 | Added a new run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.204 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.206 | 35273 | Added a new run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.207 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.207 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.207 | 35274 | Added a new run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.207 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.209 | 30440 | Recursively removing directory: /tmp/git.DSJe79/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.210 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.210 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.211 | 35284 | Added a new run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.211 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.211 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.211 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.211 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.211 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.212 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.212 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.212 | 35294 | Added a new worker 7 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.212 | 30439 | Removed run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.212 | 30439 | Removed worker 7 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.212 | 30439 | Assigned run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.212 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.212 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oZ1tJF +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.214 | 30443 | Recursively removing directory: /tmp/git.ZSaJds/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.214 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.216 | 35292 | Added a new run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.216 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.216 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.216 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.216 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.217 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.f4tlTw +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.216 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.216 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.217 | 35301 | Added a new worker 19 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.217 | 30439 | Removed run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.217 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.217 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.217 | 30439 | Assigned run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.218 | 35291 | Added a new run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.219 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.219 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.220 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.222 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.222 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.223 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.224 | 35296 | Added a new run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.224 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.225 | 35298 | Added a new run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.225 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.226 | 35303 | Added a new run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.226 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.227 | 35293 | Marked run 283 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.227 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.228 | 35300 | Marked run 284 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.228 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.229 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.229 | 35305 | Added a new run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.229 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.229 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.231 | 35320 | Added a new run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.231 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.232 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.232 | 30440 | Recursively removing directory: /tmp/git.oZ1tJF/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.232 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.232 | 30443 | Recursively removing directory: /tmp/git.f4tlTw/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.233 | 35318 | Added a new run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.233 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.234 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.234 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.234 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.234 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.234 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.234 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.234 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.234 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.234 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.235 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.235 | 35330 | Added a new worker 19 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.235 | 30439 | Removed run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.235 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.235 | 30439 | Assigned run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.235 | 35329 | Added a new worker 20 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.235 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.235 | 30439 | Removed run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.235 | 30439 | Removed worker 20 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.235 | 30439 | Assigned run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.235 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.235 | 35323 | Added a new run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.235 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.236 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.236 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WfiwAB +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.235 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lYEhg3 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.237 | 35328 | Marked run 286 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.237 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.238 | 35324 | Added a new run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.238 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.239 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.240 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.241 | 35327 | Marked run 285 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.241 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.242 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.243 | 35331 | Added a new run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.242 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.243 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.243 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.243 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.245 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.244 | 35333 | Added a new run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.245 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.246 | 35335 | Added a new run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.247 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.247 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.248 | 35336 | Added a new run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.248 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.249 | 35341 | Added a new run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.250 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.251 | 35344 | Added a new run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.251 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.252 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.253 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.254 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.254 | 35355 | Added a new run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.254 | 30443 | Recursively removing directory: /tmp/git.lYEhg3/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.254 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.254 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.256 | 35358 | Added a new run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.256 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.256 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.256 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.257 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.258 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.257 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.258 | 30440 | Recursively removing directory: /tmp/git.WfiwAB/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.258 | 35357 | Added a new run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.258 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.258 | 35364 | Added a new worker 9 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.258 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.259 | 30439 | Removed run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.259 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.259 | 30439 | Assigned run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.259 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.259 | 35359 | Added a new run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.259 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.259 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BDaXS1 +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.261 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.261 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.261 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.261 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.262 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.262 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.262 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.262 | 35371 | Added a new worker 19 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.262 | 30439 | Removed run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.262 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.262 | 30439 | Assigned run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.262 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MnLlaH +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.263 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.264 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.264 | 35362 | Marked run 287 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.264 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.264 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.266 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.266 | 35370 | Marked run 288 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.266 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.267 | 35365 | Added a new run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.268 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.270 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.269 | 35368 | Added a new run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.269 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.270 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.272 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.271 | 35369 | Added a new run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.271 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.273 | 35372 | Added a new run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.273 | 30443 | Recursively removing directory: /tmp/git.BDaXS1/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.273 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.273 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.275 | 35378 | Added a new run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.275 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.276 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.276 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.276 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.276 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.276 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.276 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.276 | 35388 | Added a new worker 15 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.276 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.276 | 30439 | Removed run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.276 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.276 | 30439 | Assigned run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.277 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0J5xbV +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.278 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.279 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.281 | 30440 | Recursively removing directory: /tmp/git.MnLlaH/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.281 | 35387 | Marked run 289 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.281 | 35384 | Added a new run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.281 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.282 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.282 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.282 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.282 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.283 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.283 | 35399 | Added a new worker 17 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.283 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.283 | 30439 | Removed run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.283 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.283 | 30439 | Assigned run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.283 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Sj8owi +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.284 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.283 | 35392 | Added a new run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.284 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.284 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.285 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.286 | 35389 | Added a new run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.286 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.288 | 35398 | Marked run 290 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.288 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.288 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.289 | 35395 | Added a new run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.289 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.290 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.291 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.291 | 35401 | Added a new run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.292 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.292 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.293 | 35405 | Added a new run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.293 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.293 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.295 | 30443 | Recursively removing directory: /tmp/git.0J5xbV/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.295 | 35408 | Added a new run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.295 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.296 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.296 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.297 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.297 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.297 | 35414 | Added a new run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.298 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.298 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.298 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.298 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.298 | 35424 | Added a new worker 7 to the queue +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.299 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.v3Exeb +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.298 | 30439 | Removed run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.298 | 30439 | Removed worker 7 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.298 | 30439 | Assigned run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.299 | 35417 | Added a new run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.300 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.301 | 35420 | Added a new run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.301 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.301 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.302 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.302 | 30440 | Recursively removing directory: /tmp/git.Sj8owi/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.303 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.304 | 35423 | Marked run 291 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.304 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.304 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.304 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.304 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.304 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.304 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.305 | 35433 | Added a new worker 17 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.305 | 30439 | Removed run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.305 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.305 | 30439 | Assigned run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.305 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XdODqk +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.305 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.305 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.305 | 35428 | Added a new run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.306 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.307 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.307 | 35430 | Added a new run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.308 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.308 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.309 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.310 | 35431 | Added a new run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.310 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.311 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.312 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.312 | 35434 | Added a new run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.312 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.313 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.315 | 35440 | Added a new run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.315 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.316 | 35432 | Marked run 292 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.316 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.317 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.318 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.318 | 30443 | Recursively removing directory: /tmp/git.v3Exeb/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.318 | 35438 | Added a new run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.318 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.320 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.320 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.320 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.320 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.320 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.320 | 35458 | Added a new worker 8 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.320 | 30439 | Removed run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.320 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.321 | 30439 | Assigned run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.321 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OfBbii +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.321 | 35443 | Added a new run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.321 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.321 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.322 | 30440 | Recursively removing directory: /tmp/git.XdODqk/ +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.323 | 35451 | Added a new run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.324 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.324 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.325 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.325 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.325 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.325 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.326 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.326 | 35465 | Added a new worker 6 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.326 | 35452 | Added a new run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.326 | 30439 | Removed run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.326 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.326 | 30439 | Assigned run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.326 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.326 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.327 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ld6p9A +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.327 | 35457 | Marked run 293 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.328 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.329 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.329 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.329 | 35464 | Marked run 294 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.330 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.330 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.331 | 35460 | Added a new run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.332 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.333 | 35463 | Added a new run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.333 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.334 | 35467 | Added a new run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.335 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.336 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.336 | 35468 | Added a new run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.337 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.337 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.337 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.337 | 30443 | Recursively removing directory: /tmp/git.OfBbii/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.338 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.339 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.340 | 35479 | Added a new run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.340 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.340 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.340 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.340 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.341 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.341 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.341 | 35485 | Added a new worker 17 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.341 | 30439 | Removed run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.341 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.341 | 30439 | Assigned run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.341 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.340 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.341 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9YalxQ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.342 | 35481 | Added a new run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.342 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.344 | 35484 | Marked run 295 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.344 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.345 | 35482 | Added a new run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.346 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.346 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.347 | 30440 | Recursively removing directory: /tmp/git.Ld6p9A/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.347 | 35487 | Added a new run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.348 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.348 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.349 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.349 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.349 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.349 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.350 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.350 | 35493 | Added a new run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.350 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.350 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.350 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.350 | 35499 | Added a new worker 8 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.350 | 30439 | Removed run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.350 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.350 | 30439 | Assigned run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.351 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.351 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ahq4DK +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.351 | 35495 | Added a new run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.352 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.353 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.353 | 35498 | Marked run 296 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.353 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.354 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.355 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.356 | 35497 | Added a new run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.356 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.357 | 35504 | Added a new run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.358 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.358 | 30443 | Recursively removing directory: /tmp/git.9YalxQ/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.359 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.359 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.359 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.360 | 35506 | Added a new run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.361 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.361 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.361 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.361 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.361 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.362 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.362 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wmRCYI +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.362 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.362 | 35517 | Added a new worker 17 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.362 | 30439 | Removed run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.362 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.362 | 30439 | Assigned run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.363 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.363 | 35507 | Added a new run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.364 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.364 | 35513 | Added a new run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.365 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.365 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.367 | 35516 | Added a new run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.367 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.368 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.368 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.369 | 35522 | Added a new run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.369 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.369 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.370 | 30440 | Recursively removing directory: /tmp/git.Ahq4DK/ +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.371 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.371 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.371 | 35515 | Marked run 297 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.372 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.373 | 35528 | Added a new run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.373 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.373 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.373 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.373 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.374 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.374 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.374 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.374 | 35536 | Added a new worker 17 to the queue +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.374 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YKk6Dk +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.374 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.374 | 30439 | Removed run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.374 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.374 | 30439 | Assigned run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.375 | 35531 | Added a new run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.376 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.377 | 35532 | Added a new run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.377 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.377 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.379 | 30443 | Recursively removing directory: /tmp/git.wmRCYI/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.379 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.379 | 35534 | Added a new run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.379 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.381 | 35535 | Marked run 298 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.381 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.381 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.381 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.381 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.381 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.381 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.381 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.382 | 35548 | Added a new worker 15 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.382 | 30439 | Removed run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.382 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.382 | 30439 | Assigned run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.382 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FMZIWt +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.383 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.383 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.383 | 35543 | Added a new run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.383 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.383 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.384 | 35545 | Added a new run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.385 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.385 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.386 | 35547 | Marked run 299 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.386 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.387 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.387 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.388 | 35549 | Added a new run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.388 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.389 | 35554 | Added a new run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.389 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.390 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.391 | 35552 | Added a new run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.391 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.391 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.392 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.393 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.394 | 30440 | Recursively removing directory: /tmp/git.YKk6Dk/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.395 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.396 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.396 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.396 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.396 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.396 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.396 | 35573 | Added a new worker 19 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.396 | 30439 | Removed run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.396 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.396 | 30439 | Assigned run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.396 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ji8XkN +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.397 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.397 | 35555 | Added a new run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.398 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.399 | 35564 | Added a new run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.399 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.399 | 30443 | Recursively removing directory: /tmp/git.FMZIWt/ +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.401 | 35572 | Marked run 300 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.401 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.401 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.402 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.402 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.402 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.402 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.402 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.402 | 35579 | Added a new worker 13 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.402 | 30439 | Removed run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.402 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.402 | 30439 | Assigned run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.402 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.403 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.N4rogi +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.403 | 35566 | Added a new run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.404 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.404 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.405 | 35569 | Added a new run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.405 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.405 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.406 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.407 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.407 | 35577 | Added a new run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.408 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.409 | 35578 | Marked run 301 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.409 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.410 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.410 | 35581 | Added a new run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.410 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.411 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.411 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.412 | 35583 | Added a new run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.412 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.413 | 35586 | Added a new run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.415 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.415 | 35590 | Added a new run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.415 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.416 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.417 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.417 | 35599 | Added a new run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.417 | 30440 | Recursively removing directory: /tmp/git.Ji8XkN/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.417 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.419 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.419 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.419 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.419 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.419 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.419 | 35607 | Added a new worker 15 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.419 | 30439 | Removed run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.419 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.419 | 30439 | Assigned run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.419 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.420 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.N4nJAA +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.420 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.420 | 35601 | Added a new run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.421 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.421 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.421 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.423 | 30443 | Recursively removing directory: /tmp/git.N4rogi/ +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.424 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.424 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.424 | 35606 | Marked run 302 as finished +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.424 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.424 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.424 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.425 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.425 | 35613 | Added a new worker 19 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.425 | 30439 | Removed run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.425 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.425 | 30439 | Assigned run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.425 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.425 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wKwKFm +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.425 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.427 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.429 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.429 | 35605 | Added a new run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.430 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.430 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.431 | 35609 | Added a new run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.431 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.432 | 35608 | Added a new run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.432 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.433 | 35612 | Marked run 303 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.433 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.434 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.434 | 35614 | Added a new run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.434 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.434 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.435 | 30440 | Recursively removing directory: /tmp/git.N4nJAA/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.436 | 35627 | Added a new run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.436 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.437 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.438 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.439 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.439 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.439 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.439 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.439 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.439 | 35626 | Added a new run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.439 | 35637 | Added a new worker 17 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.440 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.440 | 30439 | Removed run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.440 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.440 | 30439 | Assigned run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.440 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.440 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ilNaOO +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.440 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.441 | 35634 | Added a new run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.441 | 30443 | Recursively removing directory: /tmp/git.wKwKFm/ +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.442 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.443 | 35632 | Added a new run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.444 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.444 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.444 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.444 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.444 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.445 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.445 | 35644 | Added a new worker 15 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.445 | 30439 | Removed run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.445 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.445 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.445 | 30439 | Assigned run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.445 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.445 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.445 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0K3zW0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.447 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.446 | 35638 | Added a new run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.447 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.448 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.448 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.449 | 35642 | Added a new run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.449 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.450 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.451 | 35636 | Marked run 304 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.451 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.452 | 35643 | Marked run 305 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.452 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.453 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.453 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.454 | 35645 | Added a new run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.454 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.454 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.455 | 35647 | Added a new run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.455 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.456 | 35649 | Added a new run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.457 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.458 | 35653 | Added a new run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.459 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.459 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.460 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.460 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.460 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.460 | 35668 | Added a new worker 17 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.460 | 30439 | Removed run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.460 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.460 | 30439 | Assigned run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.460 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.461 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.461 | 35664 | Added a new run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.462 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.458 | 30440 | Recursively removing directory: /tmp/git.ilNaOO/ +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.460 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.460 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.460 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.460 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.z8TUVn +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.463 | 35665 | Marked run 306 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.463 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.464 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.465 | 35663 | Added a new run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.465 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.466 | 35666 | Added a new run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.467 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.468 | 30443 | Recursively removing directory: /tmp/git.0K3zW0/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.468 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.468 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.469 | 35669 | Added a new run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.469 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.471 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.471 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.471 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.471 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.471 | 35673 | Added a new run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.471 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.471 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.471 | 35681 | Added a new worker 15 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.471 | 30439 | Removed run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.471 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.471 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.471 | 30439 | Assigned run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.471 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.472 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PlcmPD +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.473 | 35677 | Added a new run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.474 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.475 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.475 | 35679 | Added a new run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.476 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.476 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.478 | 35680 | Marked run 307 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.478 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.478 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.478 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.479 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.479 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.480 | 35686 | Added a new run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.480 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.481 | 30440 | Recursively removing directory: /tmp/git.z8TUVn/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.481 | 35688 | Added a new run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.482 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.483 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.483 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.483 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.483 | 35692 | Added a new run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.483 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.483 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.484 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.484 | 35700 | Added a new worker 15 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.484 | 30439 | Removed run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.484 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.484 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.485 | 30439 | Assigned run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.485 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.485 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.r64WLk +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.485 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.486 | 35693 | Added a new run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.486 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.488 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.488 | 35699 | Marked run 308 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.488 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.490 | 35702 | Added a new run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.490 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.490 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.491 | 30443 | Recursively removing directory: /tmp/git.PlcmPD/ +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.491 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.492 | 35703 | Added a new run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.492 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.493 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.493 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.493 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.493 | 35714 | Added a new worker 17 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.493 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.493 | 30439 | Removed run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.493 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.493 | 30439 | Assigned run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.493 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.493 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.493 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.493 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cEFx8r +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.493 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.495 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.495 | 35713 | Marked run 309 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.495 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.497 | 35710 | Added a new run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.497 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.498 | 35708 | Added a new run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.499 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.500 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.501 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.501 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.501 | 35715 | Added a new run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.502 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.502 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.501 | 30440 | Recursively removing directory: /tmp/git.r64WLk/ +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.503 | 35717 | Added a new run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.504 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.504 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.504 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.504 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.504 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.504 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.505 | 35731 | Added a new worker 15 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.505 | 30439 | Removed run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.505 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.505 | 30439 | Assigned run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.505 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.505 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GMYgaK +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.506 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.506 | 35726 | Added a new run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.507 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.507 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.508 | 35725 | Added a new run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.508 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.510 | 35729 | Marked run 310 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.510 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.511 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.511 | 35733 | Added a new run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.511 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.512 | 30443 | Recursively removing directory: /tmp/git.cEFx8r/ +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.513 | 35734 | Added a new run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.513 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.514 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.515 | 35741 | Added a new run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.515 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.515 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.515 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.515 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.515 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.515 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.515 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.516 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.516 | 35745 | Added a new worker 12 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.516 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.516 | 30439 | Removed run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.516 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.516 | 30439 | Assigned run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.516 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tGVfVB +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.517 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.518 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.519 | 35744 | Marked run 311 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.519 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.520 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.521 | 35747 | Added a new run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.521 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.523 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.523 | 35751 | Added a new run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.524 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.524 | 30440 | Recursively removing directory: /tmp/git.GMYgaK/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.524 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.525 | 35749 | Added a new run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.525 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.525 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.527 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.527 | 35753 | Added a new run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.526 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.526 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.527 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.527 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.528 | 35763 | Added a new worker 7 to the queue +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.528 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tmQtGc +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.528 | 30439 | Removed run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.528 | 30439 | Removed worker 7 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.528 | 30439 | Assigned run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.528 | 35758 | Added a new run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.528 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.529 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.530 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.530 | 35762 | Marked run 312 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.530 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.530 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.532 | 35766 | Added a new run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.532 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.533 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.534 | 35769 | Added a new run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.534 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.535 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.535 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.536 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.536 | 35771 | Added a new run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.536 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.537 | 30443 | Recursively removing directory: /tmp/git.tGVfVB/ +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.538 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.539 | 35776 | Added a new run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.539 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.539 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.540 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.540 | 35783 | Added a new worker 15 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.540 | 30439 | Removed run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.540 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.540 | 30439 | Assigned run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.540 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.540 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.539 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.539 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.539 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.540 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Vesxla +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.541 | 35772 | Added a new run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.541 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.543 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.544 | 35782 | Marked run 313 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.544 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.545 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.545 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.546 | 35780 | Added a new run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.546 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.546 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.547 | 30440 | Recursively removing directory: /tmp/git.tmQtGc/ +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.548 | 35785 | Added a new run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.549 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.549 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.549 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.549 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.550 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.550 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.550 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.550 | 35799 | Added a new worker 17 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.550 | 35790 | Added a new run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.551 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.551 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0NKpoj +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.551 | 30439 | Removed run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.551 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.551 | 30439 | Assigned run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.551 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.553 | 35791 | Added a new run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.553 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.554 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.555 | 35798 | Marked run 314 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.556 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.556 | 30443 | Recursively removing directory: /tmp/git.Vesxla/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.557 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.557 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.558 | 35797 | Added a new run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.558 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.558 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.558 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.558 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.558 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.558 | 35811 | Added a new worker 17 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.558 | 30439 | Removed run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.558 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.558 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.558 | 30439 | Assigned run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.559 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9IdAcU +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.559 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.560 | 35802 | Added a new run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.560 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.561 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.562 | 35806 | Added a new run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.562 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.563 | 35808 | Added a new run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.564 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.564 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.565 | 35813 | Added a new run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.566 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.567 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.567 | 35810 | Marked run 315 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.567 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.568 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.568 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.569 | 35817 | Added a new run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.569 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.570 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.571 | 35819 | Added a new run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.571 | 30440 | Recursively removing directory: /tmp/git.0NKpoj/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.572 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.572 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.573 | 35823 | Added a new run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.574 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.574 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.574 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.574 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.574 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.574 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.575 | 35835 | Added a new worker 15 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.575 | 30439 | Removed run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.575 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.575 | 30439 | Assigned run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.575 | 35828 | Added a new run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.575 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.575 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5lT2iH +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.577 | 35831 | Added a new run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.577 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.580 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.579 | 30443 | Recursively removing directory: /tmp/git.9IdAcU/ +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.580 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.580 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.581 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.581 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FYE1Z0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.581 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.581 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.581 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.581 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.581 | 35844 | Added a new worker 20 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.581 | 30439 | Removed run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.581 | 30439 | Removed worker 20 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.581 | 30439 | Assigned run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.581 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.582 | 35838 | Added a new run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.582 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.583 | 35834 | Marked run 316 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.583 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.583 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.585 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.585 | 35842 | Added a new run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.585 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.586 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.587 | 35843 | Marked run 317 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.588 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.588 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.589 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.589 | 35845 | Added a new run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.589 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.590 | 35849 | Added a new run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.591 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.591 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.592 | 35848 | Added a new run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.592 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.592 | 30440 | Recursively removing directory: /tmp/git.5lT2iH/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.593 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.594 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.594 | 35853 | Added a new run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.595 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.595 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.595 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.595 | 35865 | Added a new worker 15 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.595 | 30439 | Removed run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.596 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.596 | 30439 | Assigned run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.595 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.595 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.595 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.596 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.O2dTPA +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.596 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.596 | 35861 | Added a new run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.596 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.597 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.599 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.600 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.600 | 35862 | Added a new run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.600 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.601 | 35864 | Marked run 318 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.602 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.602 | 30443 | Recursively removing directory: /tmp/git.FYE1Z0/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.603 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.606 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.606 | 35867 | Added a new run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.606 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.607 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.608 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.608 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.608 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.608 | 35872 | Added a new run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.608 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.608 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.609 | 35880 | Added a new worker 13 to the queue +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.609 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0sv9Xw +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.609 | 30439 | Removed run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.609 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.609 | 30439 | Assigned run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.609 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.610 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.610 | 35879 | Marked run 319 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.610 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.612 | 35876 | Added a new run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.612 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.612 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.614 | 35873 | Added a new run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.615 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.616 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.616 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.616 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.618 | 30440 | Recursively removing directory: /tmp/git.O2dTPA/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.619 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.619 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.619 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.619 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.619 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.619 | 35896 | Added a new worker 19 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.620 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.620 | 30439 | Removed run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.620 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.620 | 30439 | Assigned run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.619 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.620 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.grYJMw +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.623 | 30443 | Recursively removing directory: /tmp/git.0sv9Xw/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.624 | 35882 | Added a new run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.624 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.625 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.625 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.626 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.626 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.626 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.626 | 35903 | Added a new worker 20 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.626 | 30439 | Removed run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.626 | 30439 | Removed worker 20 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.626 | 30439 | Assigned run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.626 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wBuXty +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.626 | 35884 | Added a new run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.627 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.627 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.628 | 35890 | Added a new run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.628 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.629 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.630 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.630 | 35895 | Marked run 320 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.630 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.631 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.632 | 35894 | Added a new run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.633 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.633 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.633 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.634 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.635 | 35906 | Added a new run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.635 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.636 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.636 | 35907 | Added a new run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.636 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.638 | 35902 | Marked run 321 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.639 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.639 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.640 | 30440 | Recursively removing directory: /tmp/git.grYJMw/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.639 | 35909 | Added a new run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.640 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.641 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.642 | 35915 | Added a new run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.642 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.642 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.642 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.642 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.643 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.643 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.643 | 35929 | Added a new worker 15 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.643 | 30439 | Removed run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.643 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.643 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.643 | 30439 | Assigned run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.644 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.643 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hMarnM +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.644 | 35924 | Added a new run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.644 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.645 | 30443 | Recursively removing directory: /tmp/git.wBuXty/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.646 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.646 | 35921 | Added a new run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.647 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.647 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.647 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.647 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.648 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.648 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.648 | 35936 | Added a new worker 18 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.648 | 30439 | Removed run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.648 | 30439 | Removed worker 18 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.648 | 30439 | Assigned run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.649 | 35928 | Marked run 322 as finished +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.649 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0dTbNw +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.649 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.649 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.650 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.650 | 35931 | Added a new run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.651 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.650 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.652 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.653 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.654 | 35935 | Marked run 323 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.654 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.655 | 35933 | Added a new run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.655 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.656 | 35938 | Added a new run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.656 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.656 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.657 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.658 | 35937 | Added a new run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.659 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.659 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.660 | 35941 | Added a new run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.661 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.662 | 30440 | Recursively removing directory: /tmp/git.hMarnM/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.662 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.662 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.664 | 35950 | Added a new run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.664 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.664 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.665 | 35955 | Added a new run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.665 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.665 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.666 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.665 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.666 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.666 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.666 | 35964 | Added a new worker 15 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.666 | 30439 | Removed run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.666 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.666 | 30439 | Assigned run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.666 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.666 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0xVnRL +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.667 | 35954 | Added a new run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.667 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.668 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.668 | 35961 | Added a new run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.669 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.668 | 30443 | Recursively removing directory: /tmp/git.0dTbNw/ +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.670 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.671 | 35963 | Marked run 324 as finished +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.671 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.671 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.671 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.671 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.672 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.672 | 35970 | Added a new worker 8 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.672 | 30439 | Removed run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.672 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.672 | 30439 | Assigned run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.672 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1uTqrc +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.672 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.672 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.674 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.674 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.674 | 35966 | Added a new run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.674 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.675 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.676 | 35968 | Added a new run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.677 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.677 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.678 | 35971 | Added a new run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.678 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.679 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.679 | 35972 | Added a new run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.680 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.680 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.681 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.681 | 35976 | Added a new run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.682 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.682 | 35969 | Marked run 325 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.683 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.683 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.684 | 35981 | Added a new run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.684 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.684 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.685 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.686 | 35985 | Added a new run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.686 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.687 | 30440 | Recursively removing directory: /tmp/git.0xVnRL/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.687 | 35989 | Added a new run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.688 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.689 | 35991 | Added a new run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.689 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.689 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.689 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.690 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.690 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.690 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.690 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.690 | 36000 | Added a new worker 6 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.690 | 30439 | Removed run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.690 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.691 | 30439 | Assigned run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.691 | 35994 | Added a new run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.691 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.691 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.691 | 30443 | Recursively removing directory: /tmp/git.1uTqrc/ +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.691 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KTpZpx +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.692 | 35999 | Marked run 326 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.692 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.693 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.693 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.693 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.694 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.694 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.694 | 36006 | Added a new worker 15 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.694 | 30439 | Removed run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.694 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.694 | 30439 | Assigned run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.694 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.694 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.694 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.694 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.257oQM +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.695 | 36002 | Added a new run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.696 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.697 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.697 | 36005 | Marked run 327 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.697 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.699 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.699 | 36007 | Added a new run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.699 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.701 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.701 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.702 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.702 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.701 | 36004 | Added a new run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.702 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.703 | 36009 | Added a new run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.704 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.705 | 36010 | Added a new run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.705 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.706 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.707 | 36015 | Added a new run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.708 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.709 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.709 | 36022 | Added a new run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.709 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.711 | 36027 | Added a new run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.711 | 30443 | Recursively removing directory: /tmp/git.257oQM/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.712 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.713 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.713 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.713 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.713 | 30440 | Recursively removing directory: /tmp/git.KTpZpx/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.713 | 36029 | Added a new run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.714 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.714 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.713 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.714 | 36037 | Added a new worker 15 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.715 | 30439 | Removed run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.715 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.715 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.715 | 30439 | Assigned run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.715 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.715 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.093Epq +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.716 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.716 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.716 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.716 | 36033 | Added a new run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.717 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.717 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.717 | 36041 | Added a new worker 17 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.717 | 30439 | Removed run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.717 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.717 | 30439 | Assigned run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.717 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.717 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.38kCG2 +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.718 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.720 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.720 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.720 | 36035 | Added a new run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.721 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.722 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.722 | 36036 | Marked run 329 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.722 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.723 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.724 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.724 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.724 | 36040 | Marked run 328 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.725 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.725 | 36039 | Added a new run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.726 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.726 | 36043 | Added a new run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.727 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.728 | 36044 | Added a new run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.729 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.731 | 30443 | Recursively removing directory: /tmp/git.093Epq/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.730 | 36047 | Added a new run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.731 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.731 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.732 | 36057 | Added a new run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.732 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.733 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.733 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.733 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.733 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.733 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.734 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.734 | 36068 | Added a new worker 15 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.734 | 30439 | Removed run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.734 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.734 | 30439 | Assigned run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.734 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.734 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mrlRHc +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.734 | 30440 | Recursively removing directory: /tmp/git.38kCG2/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.735 | 36060 | Added a new run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.735 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.737 | 36066 | Marked run 330 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.737 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.737 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.737 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.739 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.739 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.739 | 36065 | Added a new run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.739 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.739 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.739 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.740 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.740 | 36074 | Added a new worker 9 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.740 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.740 | 30439 | Removed run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.740 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.740 | 30439 | Assigned run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.740 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.740 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9vf7Y2 +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.742 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.742 | 36070 | Added a new run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.742 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.743 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.744 | 36071 | Added a new run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.744 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.746 | 36072 | Marked run 331 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.746 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.746 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.748 | 36076 | Added a new run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.748 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.748 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.748 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.749 | 36073 | Added a new run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.749 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.750 | 36080 | Added a new run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.751 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.752 | 36083 | Added a new run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.753 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.753 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.754 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.754 | 30443 | Recursively removing directory: /tmp/git.mrlRHc/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.755 | 36093 | Added a new run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.755 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.757 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.757 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.757 | 36095 | Added a new run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.757 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.757 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.757 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.757 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.758 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.758 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.758 | 36104 | Added a new worker 15 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.758 | 30439 | Removed run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.758 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.758 | 30439 | Assigned run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.758 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3nHHio +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.758 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.758 | 30440 | Recursively removing directory: /tmp/git.9vf7Y2/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.760 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.760 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.761 | 36100 | Added a new run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.761 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.761 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.761 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.761 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.762 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.762 | 36108 | Added a new worker 6 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.762 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.762 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.762 | 30439 | Removed run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.762 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.762 | 30439 | Assigned run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.762 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AHioXo +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.763 | 36102 | Marked run 332 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.764 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.765 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.765 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.765 | 36101 | Added a new run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.765 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.766 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.768 | 36105 | Added a new run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.768 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.768 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.769 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.769 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.769 | 36106 | Added a new run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.769 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.770 | 36107 | Marked run 333 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.771 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.772 | 36110 | Added a new run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.772 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.772 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.773 | 36114 | Added a new run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.774 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.775 | 36119 | Added a new run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.775 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.775 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.776 | 36122 | Added a new run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.776 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.777 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.778 | 30443 | Recursively removing directory: /tmp/git.3nHHio/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.779 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.779 | 36130 | Added a new run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.779 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.780 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.780 | 30440 | Recursively removing directory: /tmp/git.AHioXo/ +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.781 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.781 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.781 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.781 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gaxeeN +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.781 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.781 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.781 | 36139 | Added a new worker 18 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.781 | 30439 | Removed run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.781 | 30439 | Removed worker 18 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.781 | 30439 | Assigned run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.781 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.783 | 36133 | Added a new run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.783 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.783 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.783 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.784 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.784 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.784 | 36141 | Added a new worker 19 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.784 | 30439 | Removed run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.784 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.784 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LMScRF +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.784 | 30439 | Assigned run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.784 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.784 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.785 | 36135 | Added a new run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.785 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.787 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.787 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.787 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.788 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.789 | 36136 | Added a new run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.790 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.790 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.791 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.791 | 36138 | Marked run 334 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.791 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.792 | 36140 | Marked run 335 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.792 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.793 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.793 | 36143 | Added a new run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.793 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.794 | 36145 | Added a new run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.795 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.796 | 36147 | Added a new run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.796 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.796 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.797 | 30443 | Recursively removing directory: /tmp/git.gaxeeN/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.798 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.799 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.799 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.798 | 36152 | Added a new run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.799 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.799 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.799 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.799 | 36166 | Added a new worker 15 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.800 | 30439 | Removed run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.800 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.800 | 30439 | Assigned run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.800 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.800 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aCTSsU +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.801 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.801 | 36159 | Added a new run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.801 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.802 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.802 | 36165 | Marked run 336 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.803 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.803 | 30440 | Recursively removing directory: /tmp/git.LMScRF/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.804 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.804 | 36162 | Added a new run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.804 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.806 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.806 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.806 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.806 | 36169 | Added a new run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.806 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.807 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.807 | 36175 | Added a new worker 7 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.807 | 30439 | Removed run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.807 | 30439 | Removed worker 7 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.807 | 30439 | Assigned run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.807 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.807 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Xou5tD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.808 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.809 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.809 | 36171 | Added a new run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.809 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.810 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.810 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.812 | 36174 | Marked run 337 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.812 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.813 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.814 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.814 | 36172 | Added a new run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.814 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.815 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.816 | 36177 | Added a new run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.817 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.818 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.818 | 36179 | Added a new run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.819 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.819 | 36181 | Added a new run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.819 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.820 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.821 | 36190 | Added a new run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.821 | 30443 | Recursively removing directory: /tmp/git.aCTSsU/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.821 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.823 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.823 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.823 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.823 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.823 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.823 | 36201 | Added a new worker 13 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.824 | 30439 | Removed run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.824 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.824 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.824 | 30439 | Assigned run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.824 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.J2yzFC +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.825 | 36196 | Added a new run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.825 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.826 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.826 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.826 | 30440 | Recursively removing directory: /tmp/git.Xou5tD/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.827 | 36202 | Added a new run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.827 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.828 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.828 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.829 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.829 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.829 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.829 | 36208 | Added a new worker 20 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.829 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.829 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.829 | 30439 | Removed run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.829 | 30439 | Removed worker 20 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.829 | 30439 | Assigned run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.830 | 36200 | Marked run 338 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.830 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.830 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.830 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wtHCiu +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.831 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.832 | 36204 | Added a new run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.832 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.833 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.834 | 36203 | Added a new run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.834 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.835 | 36207 | Marked run 339 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.835 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.836 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.837 | 36209 | Added a new run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.837 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.838 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.838 | 36211 | Added a new run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.838 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.838 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.839 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.841 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.841 | 36215 | Added a new run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.841 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.842 | 30443 | Recursively removing directory: /tmp/git.J2yzFC/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.842 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.843 | 36218 | Added a new run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.843 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.845 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.845 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.845 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.845 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.o9kfCI +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.845 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.845 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.845 | 36230 | Added a new worker 17 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.845 | 30439 | Removed run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.845 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.845 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.845 | 30439 | Assigned run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.845 | 36224 | Added a new run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.846 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.847 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.848 | 36226 | Added a new run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.848 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.850 | 36231 | Added a new run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.850 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.851 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.852 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.852 | 36229 | Marked run 340 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.852 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.852 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.852 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.853 | 30440 | Recursively removing directory: /tmp/git.wtHCiu/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.854 | 36234 | Added a new run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.854 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.854 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.856 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.856 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.856 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.856 | 36240 | Added a new run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.856 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.856 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.856 | 36247 | Added a new worker 15 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.856 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.856 | 30439 | Removed run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.856 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.856 | 30439 | Assigned run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.857 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.D4TCNR +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.857 | 36241 | Added a new run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.857 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.859 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.859 | 36243 | Added a new run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.860 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.860 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.861 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.861 | 36246 | Marked run 341 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.862 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.863 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.863 | 36251 | Added a new run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.864 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.864 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.864 | 30443 | Recursively removing directory: /tmp/git.o9kfCI/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.865 | 36252 | Added a new run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.866 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.867 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.867 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.867 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.867 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HiQ5u7 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.867 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.867 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.867 | 36264 | Added a new worker 17 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.867 | 30439 | Removed run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.867 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.867 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.867 | 30439 | Assigned run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.867 | 36254 | Added a new run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.868 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.869 | 36258 | Added a new run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.870 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.871 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.872 | 36263 | Marked run 342 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.872 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.873 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.873 | 30440 | Recursively removing directory: /tmp/git.D4TCNR/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.873 | 36265 | Added a new run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.874 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.875 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.876 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.876 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.876 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.876 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.876 | 36271 | Added a new run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.876 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.876 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.877 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xfJzdj +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.877 | 36278 | Added a new worker 15 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.877 | 30439 | Removed run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.877 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.877 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.877 | 30439 | Assigned run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.877 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.878 | 36273 | Added a new run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.878 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.880 | 36277 | Marked run 343 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.880 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.880 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.881 | 36275 | Added a new run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.882 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.883 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.883 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.885 | 30443 | Recursively removing directory: /tmp/git.HiQ5u7/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.884 | 36284 | Added a new run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.885 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.885 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.884 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.886 | 36289 | Added a new run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.886 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.887 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.887 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.887 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.887 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.887 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.887 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.887 | 36295 | Added a new worker 17 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.887 | 30439 | Removed run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.887 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.888 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.888 | 30439 | Assigned run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.888 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wXE7OY +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.888 | 36280 | Added a new run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.888 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.890 | 36292 | Added a new run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.890 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.891 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.892 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.893 | 36296 | Added a new run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.893 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.894 | 30440 | Recursively removing directory: /tmp/git.xfJzdj/ +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.895 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.895 | 36294 | Marked run 344 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.895 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.896 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.896 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.896 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.896 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.896 | 36309 | Added a new worker 17 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.896 | 30439 | Removed run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.896 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.896 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.896 | 30439 | Assigned run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.896 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.896 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ragkiF +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.897 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.897 | 36303 | Added a new run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.897 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.898 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.899 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.899 | 36304 | Added a new run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.899 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.901 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.901 | 36307 | Added a new run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.901 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.903 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.903 | 36311 | Added a new run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.903 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.904 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.904 | 36308 | Marked run 345 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.904 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.905 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.905 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.906 | 36314 | Added a new run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.906 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.907 | 36317 | Added a new run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.907 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.908 | 36320 | Added a new run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.908 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.911 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.911 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.911 | 30443 | Recursively removing directory: /tmp/git.wXE7OY/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.911 | 36327 | Added a new run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.912 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.912 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.913 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.913 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.914 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.914 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.914 | 36331 | Added a new run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.914 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.914 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.914 | 36339 | Added a new worker 9 to the queue +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.914 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HMCmJQ +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.914 | 30439 | Removed run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.914 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.914 | 30439 | Assigned run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.915 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.915 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.916 | 36332 | Added a new run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.916 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.916 | 30440 | Recursively removing directory: /tmp/git.ragkiF/ +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.917 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.918 | 36333 | Added a new run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.918 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.919 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.919 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.919 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.919 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.919 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.919 | 36345 | Added a new worker 16 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.919 | 30439 | Removed run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.919 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.919 | 30439 | Assigned run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.919 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.919 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MAIscu +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.921 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.921 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.921 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.922 | 36337 | Marked run 346 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.922 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.922 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.924 | 36343 | Added a new run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.925 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.926 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.927 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.927 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.928 | 36341 | Added a new run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.928 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.929 | 36347 | Added a new run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.929 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.930 | 36348 | Added a new run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.930 | 36344 | Marked run 347 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.931 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.931 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.932 | 30443 | Recursively removing directory: /tmp/git.HMCmJQ/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.932 | 36353 | Added a new run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.932 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.932 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.934 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.935 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.935 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.935 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.935 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.936 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.936 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.936 | 36371 | Added a new worker 10 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.936 | 30439 | Removed run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.936 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.936 | 30439 | Assigned run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.936 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.i3d7IL +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.936 | 36362 | Added a new run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.936 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.937 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.938 | 36363 | Added a new run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.938 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.938 | 30440 | Recursively removing directory: /tmp/git.MAIscu/ +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.940 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.941 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.941 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.941 | 36365 | Added a new run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.941 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.941 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.941 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.942 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.942 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.942 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.942 | 36377 | Added a new worker 19 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.942 | 30439 | Removed run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.942 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.942 | 30439 | Assigned run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.942 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.943 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.943 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1F5hZE +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.944 | 36370 | Marked run 348 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.944 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.945 | 36369 | Added a new run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.945 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.945 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.947 | 36375 | Added a new run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.948 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.948 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.948 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.950 | 36376 | Marked run 349 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.950 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.950 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.951 | 36379 | Added a new run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.951 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.952 | 36381 | Added a new run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.953 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.953 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.953 | 30443 | Recursively removing directory: /tmp/git.i3d7IL/ +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.954 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.955 | 36384 | Added a new run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.955 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.956 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.957 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.957 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.957 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.957 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.957 | 36394 | Added a new run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.957 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.958 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.958 | 36403 | Added a new worker 10 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.958 | 30439 | Removed run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.958 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.958 | 30439 | Assigned run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.958 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.h1FN24 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.959 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.959 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.960 | 30440 | Recursively removing directory: /tmp/git.1F5hZE/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.960 | 36395 | Added a new run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.961 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.962 | 36397 | Added a new run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.962 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.962 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.962 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.962 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.962 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.962 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.962 | 36409 | Added a new worker 17 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.962 | 30439 | Removed run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.962 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.962 | 30439 | Assigned run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.962 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.963 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C1QojF +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.964 | 36405 | Added a new run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.964 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.965 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.966 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.966 | 36407 | Added a new run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.966 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.967 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.967 | 36402 | Marked run 350 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.967 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.968 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.969 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.970 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.969 | 36408 | Marked run 351 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.970 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.970 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.971 | 36412 | Added a new run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.972 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.973 | 36416 | Added a new run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.973 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.975 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.975 | 36415 | Added a new run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.975 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.976 | 36419 | Added a new run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.976 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.977 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.977 | 30443 | Recursively removing directory: /tmp/git.h1FN24/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.979 | 36426 | Added a new run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.979 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.979 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.980 | 30443 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.980 | 30443 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.980 | 30443 | Waiting for a new command +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.980 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.980 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.980 | 36437 | Added a new worker 15 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.980 | 30439 | Removed run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.980 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.980 | 30439 | Assigned run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.980 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.980 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8XI15C +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.982 | 36430 | Added a new run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.982 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.983 | 30440 | Recursively removing directory: /tmp/git.C1QojF/ +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.984 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.985 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.985 | 36434 | Added a new run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.986 | 30440 | Process exit code: 0 +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.986 | 30440 | Process output: 57 bytes +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.986 | 30440 | Waiting for a new command +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.986 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.986 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.986 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.986 | 36445 | Added a new worker 20 to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.986 | 30439 | Removed run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.986 | 30439 | Removed worker 20 from the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.986 | 30439 | Assigned run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.986 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.986 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.987 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.R3j3Od +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.987 | 30443 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.989 | 30443 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.990 | 36440 | Added a new run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.990 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.990 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.991 | 36442 | Added a new run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.992 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.993 | 36436 | Marked run 352 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.993 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.994 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.996 | 36444 | Marked run 353 as finished +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.996 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.996 | 30440 | Checking out revision HEAD +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.997 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.997 | 36441 | Added a new run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.997 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | 30443/cimple-worker: 2024-04-25 03:44:41.997 | 30443 | Recursively removing directory: /tmp/git.8XI15C/ +2024-04-25 03:44:41 | INFO | 30440/cimple-worker: 2024-04-25 03:44:41.998 | 30440 | Going to run: ./ci +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.998 | 36447 | Added a new run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:41 | INFO | 30437/cimple-server: 2024-04-25 03:44:41.999 | 30437 | Waiting for new connections +2024-04-25 03:44:41 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:41 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:41 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.000 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.000 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.000 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.000 | 36453 | Added a new run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.001 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.001 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.001 | 36461 | Added a new worker 14 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.001 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.001 | 30439 | Removed run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.001 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.001 | 30439 | Assigned run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.001 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.001 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.o8r6Dm +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.002 | 36456 | Added a new run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.003 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.004 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.005 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.005 | 36462 | Added a new run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.006 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.007 | 36460 | Marked run 354 as finished +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.007 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.008 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.008 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.009 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.009 | 36466 | Added a new run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.009 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.009 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.010 | 36467 | Added a new run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.011 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.012 | 30440 | Recursively removing directory: /tmp/git.R3j3Od/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.012 | 36472 | Added a new run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.012 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.014 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.014 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.014 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.014 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.014 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.014 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.015 | 36474 | Added a new run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.015 | 36482 | Added a new worker 17 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.015 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.015 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.015 | 30439 | Removed run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.015 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.015 | 30439 | Assigned run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.015 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0NJW2u +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.017 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.018 | 36481 | Marked run 355 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.018 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.019 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.020 | 36480 | Added a new run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.020 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.021 | 36483 | Added a new run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.022 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.022 | 30443 | Recursively removing directory: /tmp/git.o8r6Dm/ +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.022 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.023 | 36486 | Added a new run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.023 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.023 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.024 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.024 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.024 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.025 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.025 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.025 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.025 | 36497 | Added a new worker 15 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.025 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.026 | 36489 | Added a new run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.026 | 30439 | Removed run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.026 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.026 | 30439 | Assigned run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.026 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.026 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AblYJ2 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.028 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.029 | 36496 | Marked run 356 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.029 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.030 | 36495 | Added a new run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.031 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.031 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.032 | 30440 | Recursively removing directory: /tmp/git.0NJW2u/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.032 | 36500 | Added a new run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.033 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.034 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.034 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.034 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.034 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.034 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.034 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.034 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.035 | 36510 | Added a new worker 15 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.035 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.035 | 30439 | Removed run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.035 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.035 | 30439 | Assigned run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.035 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.035 | 36502 | Added a new run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.035 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Y8Byvp +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.036 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.038 | 36509 | Marked run 357 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.038 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.039 | 36506 | Added a new run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.039 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.040 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.041 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.041 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.042 | 36512 | Added a new run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.042 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.043 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.043 | 36515 | Added a new run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.044 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.044 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.045 | 30443 | Recursively removing directory: /tmp/git.AblYJ2/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.046 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.046 | 36518 | Added a new run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.047 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.048 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.048 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.048 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.048 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.048 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.048 | 36524 | Added a new run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.048 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.049 | 36530 | Added a new worker 17 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.049 | 36529 | Marked run 358 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.049 | 30439 | Removed run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.049 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.049 | 30439 | Assigned run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.049 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ADDD9j +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.049 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.050 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.051 | 36526 | Added a new run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.051 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.053 | 36528 | Added a new run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.053 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.054 | 30440 | Recursively removing directory: /tmp/git.Y8Byvp/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.055 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.056 | 36532 | Added a new run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.056 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.056 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.056 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.056 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.057 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.057 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.057 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.057 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.058 | 36544 | Added a new worker 16 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.058 | 30439 | Removed run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.058 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.058 | 30439 | Assigned run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.058 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AB5dGa +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.058 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.059 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.059 | 36540 | Added a new run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.060 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.060 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.060 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.062 | 36542 | Marked run 359 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.062 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.062 | 36541 | Added a new run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.063 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.063 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.064 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.064 | 36546 | Added a new run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.064 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.065 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.066 | 36547 | Added a new run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.066 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.067 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.068 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.069 | 36549 | Added a new run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.069 | 30443 | Recursively removing directory: /tmp/git.ADDD9j/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.069 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.070 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.072 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.072 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.072 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.072 | 36559 | Added a new run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.072 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.072 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.073 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.073 | 36568 | Added a new worker 7 to the queue +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.073 | 30439 | Removed run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.073 | 30439 | Removed worker 7 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.073 | 30439 | Assigned run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.073 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4zJBm3 +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.073 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.074 | 36560 | Added a new run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.074 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.074 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.076 | 36566 | Marked run 360 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.076 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.077 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.077 | 30440 | Recursively removing directory: /tmp/git.AB5dGa/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.078 | 36563 | Added a new run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.078 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.078 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.080 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.080 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.080 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.080 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.080 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.080 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.080 | 36577 | Added a new worker 18 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.080 | 30439 | Removed run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.080 | 30439 | Removed worker 18 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.080 | 30439 | Assigned run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.080 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.080 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.54xEUs +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.081 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.081 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.081 | 36571 | Added a new run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.081 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.083 | 36573 | Added a new run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.084 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.085 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.086 | 36574 | Added a new run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.086 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.087 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.087 | 36578 | Added a new run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.087 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.088 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.089 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.089 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.090 | 36576 | Marked run 361 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.090 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.090 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.091 | 36590 | Added a new run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.091 | 30443 | Recursively removing directory: /tmp/git.4zJBm3/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.091 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.092 | 36584 | Added a new run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.092 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.093 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.093 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.093 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.093 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.093 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.094 | 36598 | Added a new worker 15 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.094 | 30439 | Removed run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.094 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.094 | 30439 | Assigned run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.094 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.094 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gvxHjt +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.094 | 36591 | Added a new run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.095 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.095 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.096 | 36593 | Added a new run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.096 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.097 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.098 | 36597 | Marked run 362 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.098 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.100 | 36600 | Added a new run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.100 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.100 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.101 | 30440 | Recursively removing directory: /tmp/git.54xEUs/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.102 | 36606 | Added a new run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.102 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.103 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.103 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.103 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.103 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.104 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.104 | 36608 | Added a new run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.104 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.104 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.104 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.105 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.105 | 36613 | Added a new worker 6 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.105 | 30439 | Removed run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.105 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.105 | 30439 | Assigned run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.105 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.105 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SFiwEE +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.106 | 36605 | Added a new run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.106 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.107 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.108 | 36612 | Marked run 363 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.108 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.108 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.109 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.110 | 36611 | Added a new run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.110 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.111 | 36616 | Added a new run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.112 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.112 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.114 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.114 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.114 | 30443 | Recursively removing directory: /tmp/git.gvxHjt/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.114 | 36618 | Added a new run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.114 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.117 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.117 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.116 | 36620 | Added a new run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.116 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.116 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.117 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.117 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.117 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.118 | 36633 | Added a new worker 15 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.118 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.118 | 30439 | Removed run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.118 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.118 | 30439 | Assigned run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.118 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.118 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iLI6s1 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.119 | 36627 | Added a new run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.119 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.120 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.122 | 36630 | Added a new run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.122 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.123 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.124 | 36635 | Added a new run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.124 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.125 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.126 | 36638 | Added a new run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.125 | 30440 | Recursively removing directory: /tmp/git.SFiwEE/ +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.126 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.126 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.128 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.128 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.128 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.128 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.128 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.129 | 36650 | Added a new worker 8 to the queue +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.129 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KTrCeI +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.129 | 30439 | Removed run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.129 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.129 | 30439 | Assigned run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.129 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.129 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.129 | 36632 | Marked run 364 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.130 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.130 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.131 | 36641 | Added a new run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.131 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.133 | 36649 | Marked run 365 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.133 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.133 | 30443 | Recursively removing directory: /tmp/git.iLI6s1/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.134 | 36646 | Added a new run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.135 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.136 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.136 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.136 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.136 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.136 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.136 | 36661 | Added a new worker 14 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.136 | 30439 | Removed run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.136 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.136 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.136 | 30439 | Assigned run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.135 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.136 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lyWmJk +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.137 | 36651 | Added a new run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.137 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.137 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.139 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.140 | 36652 | Added a new run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.140 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.141 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.142 | 36659 | Added a new run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.142 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.142 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.144 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.144 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.144 | 36660 | Marked run 366 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.144 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.145 | 36664 | Added a new run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.145 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.146 | 30440 | Recursively removing directory: /tmp/git.KTrCeI/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.147 | 36667 | Added a new run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.147 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.148 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.148 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.148 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.148 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.148 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.149 | 36680 | Added a new worker 15 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.149 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.149 | 30439 | Removed run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.149 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.149 | 30439 | Assigned run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.149 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CJwtYc +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.149 | 36675 | Added a new run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.151 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.152 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.153 | 36672 | Added a new run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.153 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.154 | 36679 | Marked run 367 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.154 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.155 | 30443 | Recursively removing directory: /tmp/git.lyWmJk/ +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.155 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.156 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.156 | 36683 | Added a new run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.156 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.157 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.158 | 36684 | Added a new run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.158 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.158 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.158 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.159 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.159 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.159 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.159 | 36687 | Added a new run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.159 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.160 | 36695 | Added a new worker 7 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.160 | 36690 | Added a new run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.161 | 30439 | Removed run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.161 | 30439 | Removed worker 7 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.161 | 30439 | Assigned run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.161 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.u6tpZM +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.162 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.162 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.163 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.163 | 36694 | Marked run 368 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.164 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.164 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.165 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.166 | 30440 | Recursively removing directory: /tmp/git.CJwtYc/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.166 | 36699 | Added a new run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.167 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.167 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.168 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.169 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.169 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.169 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.169 | 36702 | Added a new run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.169 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.170 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.170 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.170 | 36710 | Added a new worker 17 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.170 | 30439 | Removed run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.170 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.170 | 30439 | Assigned run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.170 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.170 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GcAkgI +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.171 | 36701 | Added a new run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.171 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.173 | 36709 | Marked run 369 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.173 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.174 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.175 | 36705 | Added a new run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.175 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.176 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.176 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.176 | 36711 | Added a new run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.177 | 30443 | Recursively removing directory: /tmp/git.u6tpZM/ +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.178 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.177 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.179 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.179 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.180 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.179 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.180 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.180 | 36725 | Added a new worker 15 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.180 | 30439 | Removed run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.180 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.180 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.180 | 30439 | Assigned run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.180 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qjrTM3 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.180 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.181 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.184 | 30440 | Recursively removing directory: /tmp/git.GcAkgI/ +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.187 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.187 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.187 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.187 | 36716 | Added a new run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.187 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.187 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.188 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.188 | 36734 | Added a new worker 6 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.188 | 30439 | Removed run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.188 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.188 | 30439 | Assigned run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.188 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.188 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aDOLg5 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.189 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.189 | 36720 | Added a new run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.189 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.191 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.191 | 36724 | Marked run 370 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.191 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.192 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.192 | 36733 | Marked run 371 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.193 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.193 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.194 | 36726 | Added a new run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.195 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.195 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.196 | 36728 | Added a new run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.196 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.196 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.198 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.198 | 36738 | Added a new run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.199 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.199 | 30443 | Recursively removing directory: /tmp/git.qjrTM3/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.200 | 36739 | Added a new run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.200 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.201 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.202 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.202 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.202 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.202 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.202 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.203 | 36747 | Added a new run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.203 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.203 | 36755 | Added a new worker 11 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.203 | 30439 | Removed run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.203 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.203 | 30439 | Assigned run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.203 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.29eLMP +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.204 | 36751 | Added a new run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.206 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.207 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.207 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.207 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.207 | 36754 | Marked run 372 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.208 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.208 | 30440 | Recursively removing directory: /tmp/git.aDOLg5/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.209 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.209 | 36761 | Added a new run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.209 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.210 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.210 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.211 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.211 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.211 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.211 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.211 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.211 | 36768 | Added a new worker 17 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.211 | 30439 | Removed run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.211 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.211 | 30439 | Assigned run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.211 | 36762 | Added a new run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.211 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.212 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wOycz3 +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.213 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.213 | 36763 | Added a new run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.214 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.214 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.215 | 36767 | Marked run 373 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.215 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.216 | 36764 | Added a new run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.217 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.217 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.219 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.219 | 36771 | Added a new run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.219 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.219 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.219 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.221 | 36774 | Added a new run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.221 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.221 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.222 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.222 | 36780 | Added a new run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.223 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.224 | 36783 | Added a new run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.224 | 30443 | Recursively removing directory: /tmp/git.29eLMP/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.224 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.226 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.226 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.227 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.225 | 36778 | Added a new run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.227 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.227 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.227 | 36793 | Added a new worker 13 to the queue +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.228 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.snJrFQ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.227 | 30439 | Removed run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.227 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.228 | 30439 | Assigned run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.228 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.228 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.228 | 36787 | Added a new run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.228 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.230 | 36792 | Marked run 374 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.230 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.231 | 30440 | Recursively removing directory: /tmp/git.wOycz3/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.232 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.232 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.233 | 36796 | Added a new run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.233 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.233 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.233 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.233 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.233 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.234 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.234 | 36803 | Added a new worker 17 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.234 | 30439 | Removed run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.234 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.234 | 30439 | Assigned run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.234 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.234 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VE3xPU +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.235 | 36799 | Added a new run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.235 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.235 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.237 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.237 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.237 | 36794 | Added a new run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.238 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.239 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.240 | 36802 | Marked run 375 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.240 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.241 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.241 | 36800 | Added a new run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.241 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.242 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.243 | 36806 | Added a new run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.244 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.244 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.245 | 36811 | Added a new run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.245 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.246 | 36808 | Added a new run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.247 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.247 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.247 | 30443 | Recursively removing directory: /tmp/git.snJrFQ/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.249 | 36816 | Added a new run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.249 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.249 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.249 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.249 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.249 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.249 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.250 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.250 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.251 | 36827 | Added a new worker 17 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.251 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.251 | 30439 | Removed run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.251 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.251 | 30439 | Assigned run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.251 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.93X7u3 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.252 | 36822 | Added a new run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.253 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.253 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.252 | 30440 | Recursively removing directory: /tmp/git.VE3xPU/ +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.254 | 36829 | Added a new run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.255 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.255 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.255 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.255 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.256 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.256 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.256 | 36836 | Added a new worker 20 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.256 | 30439 | Removed run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.256 | 30439 | Removed worker 20 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.256 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.256 | 30439 | Assigned run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.256 | 36830 | Added a new run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.257 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.257 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.257 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fbQWl4 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.259 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.259 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.260 | 36832 | Added a new run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.260 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.260 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.261 | 36826 | Marked run 376 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.261 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.262 | 36835 | Marked run 377 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.263 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.264 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.264 | 36837 | Added a new run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.264 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.265 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.266 | 36839 | Added a new run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.266 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.267 | 36841 | Added a new run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.267 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.268 | 30443 | Recursively removing directory: /tmp/git.93X7u3/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.270 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.270 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.270 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.270 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.270 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.270 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.270 | 36856 | Added a new worker 18 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.270 | 30439 | Removed run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.270 | 30439 | Removed worker 18 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.271 | 30439 | Assigned run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.271 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.271 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.271 | 36845 | Added a new run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.271 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nJeZyw +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.272 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.273 | 36854 | Added a new run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.274 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.275 | 30440 | Recursively removing directory: /tmp/git.fbQWl4/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.275 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.275 | 36857 | Added a new run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.276 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.277 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.278 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.278 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.278 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.278 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.279 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mS6R5V +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.277 | 36858 | Added a new run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.278 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.278 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.278 | 36868 | Added a new worker 14 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.278 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.278 | 30439 | Removed run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.278 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.278 | 30439 | Assigned run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.279 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.280 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.281 | 36865 | Added a new run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.281 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.281 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.283 | 36855 | Marked run 378 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.283 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.284 | 36867 | Marked run 379 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.284 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.284 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.286 | 36872 | Added a new run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.286 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.286 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.287 | 30443 | Recursively removing directory: /tmp/git.nJeZyw/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.287 | 36871 | Added a new run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.288 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.288 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.289 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.290 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.290 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.290 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.290 | 36873 | Added a new run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.290 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.290 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.290 | 36886 | Added a new worker 15 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.290 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.290 | 30439 | Removed run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.290 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.290 | 30439 | Assigned run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.290 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EzoVVY +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.292 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.293 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.293 | 36879 | Added a new run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.293 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.295 | 36885 | Marked run 380 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.295 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.297 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.297 | 36884 | Added a new run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.297 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.298 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.298 | 30440 | Recursively removing directory: /tmp/git.mS6R5V/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.298 | 36888 | Added a new run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.299 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.299 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.300 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.300 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.301 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.301 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.301 | 36890 | Added a new run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.301 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.301 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.302 | 36901 | Added a new worker 13 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.302 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.302 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.302 | 30439 | Removed run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.302 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.302 | 30439 | Assigned run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.302 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LOeQSv +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.303 | 36900 | Marked run 381 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.304 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.304 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.305 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.305 | 36896 | Added a new run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.305 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.307 | 30443 | Recursively removing directory: /tmp/git.EzoVVY/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.308 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.308 | 36905 | Added a new run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.308 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.308 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.310 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.310 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.310 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.310 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.310 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.310 | 36907 | Added a new run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.311 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.310 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.311 | 36916 | Added a new worker 8 to the queue +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.311 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SpeQE7 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.311 | 30439 | Removed run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.311 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.311 | 30439 | Assigned run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.311 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.311 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.312 | 36904 | Added a new run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.312 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.314 | 36914 | Marked run 382 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.314 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.315 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.316 | 36912 | Added a new run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.316 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.316 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.318 | 36918 | Added a new run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.318 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.318 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.319 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.320 | 36921 | Added a new run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.320 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.320 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.321 | 30440 | Recursively removing directory: /tmp/git.LOeQSv/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.322 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.323 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.323 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.323 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.323 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.323 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.323 | 36923 | Added a new run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.323 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.323 | 36936 | Added a new worker 6 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.323 | 30439 | Removed run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.323 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.323 | 30439 | Assigned run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.324 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.324 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.324 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9Mz2BM +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.326 | 36929 | Added a new run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.327 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.327 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.327 | 36932 | Added a new run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.328 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.329 | 36935 | Marked run 383 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.329 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.330 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.330 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.330 | 30443 | Recursively removing directory: /tmp/git.SpeQE7/ +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.331 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.332 | 36934 | Added a new run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.332 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.332 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.332 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.332 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.332 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.333 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.333 | 36949 | Added a new worker 17 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.333 | 30439 | Removed run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.333 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.333 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.333 | 30439 | Assigned run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.334 | 36941 | Added a new run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.334 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.332 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.333 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2RTnv6 +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.335 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.336 | 36947 | Added a new run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.336 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.338 | 36945 | Added a new run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.338 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.339 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.339 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.339 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.340 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.341 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.341 | 36948 | Marked run 384 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.341 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.343 | 36952 | Added a new run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.343 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.342 | 30440 | Recursively removing directory: /tmp/git.9Mz2BM/ +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.344 | 36960 | Added a new run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.345 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.345 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.345 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.345 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.345 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.345 | 36968 | Added a new worker 14 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.345 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.345 | 30439 | Removed run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.345 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.345 | 30439 | Assigned run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.345 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RY5Cq1 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.346 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.347 | 36959 | Added a new run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.347 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.349 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.350 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.351 | 36963 | Added a new run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.351 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.350 | 30443 | Recursively removing directory: /tmp/git.2RTnv6/ +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.352 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.352 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.352 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.352 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.352 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.352 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.352 | 36979 | Added a new worker 20 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.352 | 30439 | Removed run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.352 | 30439 | Removed worker 20 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.352 | 30439 | Assigned run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.352 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.352 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.353 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cEp8m5 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.354 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.357 | 36971 | Added a new run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.357 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.359 | 36967 | Marked run 385 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.359 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.360 | 30440 | Recursively removing directory: /tmp/git.RY5Cq1/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.360 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.360 | 36978 | Marked run 386 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.360 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.362 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.362 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.362 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.362 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.362 | 36990 | Added a new worker 17 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.362 | 30439 | Removed run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.362 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.362 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.362 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5qwrql +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.362 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.362 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.362 | 30439 | Assigned run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.363 | 36976 | Added a new run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.363 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.363 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.365 | 36975 | Added a new run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.365 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.366 | 36989 | Marked run 387 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.367 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.367 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.368 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.368 | 36981 | Added a new run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.369 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.369 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.370 | 36988 | Added a new run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.370 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.371 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.372 | 36994 | Added a new run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.372 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.373 | 30443 | Recursively removing directory: /tmp/git.cEp8m5/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.374 | 36996 | Added a new run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.374 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.374 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.375 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.375 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.375 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.375 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.376 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.376 | 37010 | Added a new worker 9 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.376 | 30439 | Removed run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.376 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.376 | 30439 | Assigned run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.376 | 37007 | Added a new run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.376 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dM5RfO +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.377 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.377 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.377 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.378 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.379 | 37004 | Added a new run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.380 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.381 | 37009 | Marked run 388 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.381 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.382 | 30440 | Recursively removing directory: /tmp/git.5qwrql/ +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.383 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.383 | 37012 | Added a new run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.383 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.384 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.385 | 37014 | Added a new run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.385 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.385 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.385 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.385 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.385 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.385 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.386 | 37024 | Added a new worker 13 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.386 | 30439 | Removed run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.386 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.386 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.386 | 30439 | Assigned run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.387 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.387 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ApLDon +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.387 | 37020 | Added a new run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.387 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.388 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.390 | 37023 | Marked run 389 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.390 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.390 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.392 | 37017 | Added a new run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.392 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.393 | 30443 | Recursively removing directory: /tmp/git.dM5RfO/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.393 | 37026 | Added a new run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.393 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.394 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.395 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.395 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.395 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.395 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.395 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.395 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.395 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.395 | 37039 | Added a new worker 17 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.396 | 30439 | Removed run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.396 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.396 | 30439 | Assigned run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.396 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5NMJl5 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.396 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.396 | 37029 | Added a new run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.397 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.398 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.399 | 37031 | Added a new run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.399 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.400 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.401 | 37038 | Added a new run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.401 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.402 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.403 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.404 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.405 | 30440 | Recursively removing directory: /tmp/git.ApLDon/ +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.406 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.406 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.406 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.406 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.406 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.406 | 37054 | Added a new worker 22 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.406 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.406 | 30439 | Removed run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.406 | 30439 | Removed worker 22 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.406 | 30439 | Assigned run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.406 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.96eVdv +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.503 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.503 | 37041 | Added a new run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.503 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.505 | 37037 | Marked run 390 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.505 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.507 | 37053 | Marked run 391 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.507 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.508 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.508 | 37046 | Added a new run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.508 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.510 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.509 | 37049 | Added a new run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.510 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.511 | 37052 | Added a new run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.511 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.511 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.511 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.512 | 30443 | Recursively removing directory: /tmp/git.5NMJl5/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.512 | 37059 | Added a new run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.513 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.514 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.514 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.514 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.515 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.515 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.515 | 37071 | Added a new worker 15 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.515 | 30439 | Removed run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.515 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.515 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.515 | 30439 | Assigned run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.515 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.516 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.517 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.519 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KpUKGk +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.520 | 37066 | Added a new run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.520 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.521 | 37070 | Marked run 392 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.522 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.523 | 37069 | Added a new run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.523 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.523 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.524 | 30440 | Recursively removing directory: /tmp/git.96eVdv/ +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.525 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.525 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.526 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.524 | 37073 | Added a new run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.526 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.526 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.526 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.526 | 37084 | Added a new worker 17 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.526 | 30439 | Removed run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.526 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.526 | 30439 | Assigned run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.526 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.526 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.L9JebX +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.526 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.527 | 37074 | Added a new run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.528 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.528 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.528 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.529 | 37080 | Added a new run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.529 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.530 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.531 | 37083 | Marked run 393 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.531 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.532 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.533 | 37085 | Added a new run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.533 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.533 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.534 | 37086 | Added a new run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.535 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.536 | 37090 | Added a new run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.536 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.537 | 37093 | Added a new run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.537 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.538 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.538 | 30443 | Recursively removing directory: /tmp/git.KpUKGk/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.539 | 37103 | Added a new run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.539 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.539 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.540 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.541 | 37104 | Added a new run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.541 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.541 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.542 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.542 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.542 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.542 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.542 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.542 | 37112 | Added a new worker 16 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.542 | 30439 | Removed run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.542 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.542 | 30439 | Assigned run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.543 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yUVWhs +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.543 | 37105 | Added a new run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.545 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.545 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.545 | 30440 | Recursively removing directory: /tmp/git.L9JebX/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.546 | 37109 | Marked run 394 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.546 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.547 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.548 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.548 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.548 | 37108 | Added a new run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.548 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.548 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.548 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.549 | 37119 | Added a new worker 16 to the queue +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.548 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.549 | 30439 | Removed run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.549 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.549 | 30439 | Assigned run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.549 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.549 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1mQFr6 +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.550 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.551 | 37118 | Marked run 395 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.551 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.552 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.552 | 37116 | Added a new run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.553 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.556 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.558 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.558 | 30443 | Recursively removing directory: /tmp/git.yUVWhs/ +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.559 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.560 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.560 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.560 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.560 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.560 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.560 | 37133 | Added a new worker 19 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.560 | 30439 | Removed run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.560 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.560 | 30439 | Assigned run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.560 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.q5VQZ3 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.560 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.562 | 37117 | Added a new run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.562 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.565 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.566 | 30440 | Recursively removing directory: /tmp/git.1mQFr6/ +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.567 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.567 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.567 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.567 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.567 | 37142 | Added a new worker 21 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.567 | 30439 | Removed run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.567 | 30439 | Removed worker 21 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.567 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.568 | 30439 | Assigned run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.567 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.568 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.a96jln +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.641 | 37120 | Added a new run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.641 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.643 | 37123 | Added a new run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.643 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.644 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.646 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.647 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.647 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.648 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.648 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.648 | 37132 | Marked run 396 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.648 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.649 | 37141 | Marked run 397 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.649 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.649 | 37140 | Added a new run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.650 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.650 | 37146 | Added a new run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.651 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.652 | 37145 | Added a new run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.652 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.653 | 37129 | Added a new run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.654 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.654 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.655 | 37156 | Added a new run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.656 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.657 | 30440 | Recursively removing directory: /tmp/git.a96jln/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.657 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.657 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.658 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.658 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.658 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.659 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.658 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.659 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.659 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.659 | 37169 | Added a new worker 19 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.659 | 30439 | Removed run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.659 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.659 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.659 | 30439 | Assigned run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.659 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ugy64Y +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.661 | 30443 | Recursively removing directory: /tmp/git.q5VQZ3/ +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.662 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.662 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.662 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.662 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.663 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.663 | 37172 | Added a new worker 22 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.663 | 30439 | Removed run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.663 | 30439 | Removed worker 22 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.663 | 30439 | Assigned run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.663 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.663 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CsEv8J +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.664 | 37164 | Added a new run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.664 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.665 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.666 | 37167 | Added a new run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.667 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.667 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.667 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.669 | 37166 | Added a new run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.669 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.669 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.669 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.671 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.671 | 37165 | Added a new run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.671 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.672 | 37178 | Added a new run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.672 | 37168 | Marked run 399 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.673 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.673 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.674 | 37171 | Marked run 398 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.674 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.674 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.675 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.676 | 37176 | Added a new run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.676 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.677 | 30440 | Recursively removing directory: /tmp/git.Ugy64Y/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.677 | 37187 | Added a new run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.678 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.679 | 37186 | Added a new run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.679 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.679 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.680 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.680 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.680 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.680 | 37198 | Added a new worker 13 to the queue +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.680 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9l3hiU +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.680 | 30439 | Removed run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.680 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.680 | 30439 | Assigned run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.681 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.681 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.681 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.682 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.682 | 37189 | Added a new run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.683 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.683 | 30443 | Recursively removing directory: /tmp/git.CsEv8J/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.683 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.685 | 37197 | Marked run 400 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.685 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.685 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.685 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.686 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.686 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.686 | 37205 | Added a new worker 18 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.686 | 30439 | Removed run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.686 | 30439 | Removed worker 18 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.686 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.686 | 30439 | Assigned run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.686 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.686 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CDcWsj +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.686 | 37201 | Added a new run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.687 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.687 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.689 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.689 | 37200 | Added a new run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.689 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.689 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.690 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.692 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.693 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.693 | 37204 | Marked run 401 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.693 | 37202 | Added a new run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.693 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.693 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.694 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.695 | 37206 | Added a new run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.695 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.695 | 37208 | Added a new run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.696 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.698 | 30440 | Recursively removing directory: /tmp/git.9l3hiU/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.698 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.699 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.699 | 37212 | Added a new run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.700 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.700 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.700 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.700 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.700 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.701 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.701 | 37229 | Added a new worker 17 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.701 | 30439 | Removed run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.701 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.701 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.701 | 30439 | Assigned run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.701 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.F0aR8I +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.702 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.702 | 30443 | Recursively removing directory: /tmp/git.CDcWsj/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.703 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.703 | 37222 | Added a new run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.704 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.705 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.705 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.706 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.706 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.706 | 37235 | Added a new worker 19 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.706 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.706 | 30439 | Removed run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.706 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.706 | 30439 | Assigned run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.706 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.707 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.707 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.chccl1 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.707 | 37228 | Marked run 402 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.707 | 37224 | Added a new run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.707 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.707 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.708 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.709 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.709 | 37234 | Marked run 403 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.710 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.711 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.711 | 37230 | Added a new run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.711 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.713 | 37232 | Added a new run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.713 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.714 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.714 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.714 | 37236 | Added a new run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.715 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.715 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.716 | 37239 | Added a new run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.716 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.718 | 37243 | Added a new run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.718 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.719 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.720 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.720 | 37247 | Added a new run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.720 | 30440 | Recursively removing directory: /tmp/git.F0aR8I/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.721 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.721 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.723 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.723 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.723 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.722 | 37255 | Added a new run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.723 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.723 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.723 | 37261 | Added a new worker 15 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.723 | 30439 | Removed run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.723 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.723 | 30439 | Assigned run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.724 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.724 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jPKffY +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.725 | 37254 | Added a new run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.726 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.726 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.727 | 37258 | Added a new run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.727 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.727 | 30443 | Recursively removing directory: /tmp/git.chccl1/ +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.728 | 37260 | Marked run 404 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.728 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.729 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.730 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.730 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.730 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.730 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.730 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.730 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.730 | 37272 | Added a new worker 6 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.730 | 30439 | Removed run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.730 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.730 | 30439 | Assigned run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.731 | 37264 | Added a new run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.731 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EKBiie +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.731 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.731 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.731 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.733 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.733 | 37267 | Added a new run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.733 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.734 | 37270 | Marked run 405 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.735 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.736 | 37269 | Added a new run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.737 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.738 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.738 | 37271 | Added a new run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.738 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.739 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.740 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.741 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.742 | 37278 | Added a new run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.743 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.744 | 37276 | Added a new run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.745 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.745 | 30440 | Recursively removing directory: /tmp/git.jPKffY/ +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.746 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.747 | 30443 | Recursively removing directory: /tmp/git.EKBiie/ +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.748 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.748 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.748 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.748 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.748 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.748 | 37297 | Added a new worker 17 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.748 | 30439 | Removed run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.748 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.748 | 30439 | Assigned run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.748 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.748 | 37283 | Added a new run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.748 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UBUYWL +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.748 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.748 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.749 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.749 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.749 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.749 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.749 | 37300 | Added a new worker 12 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.749 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.749 | 30439 | Removed run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.749 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.749 | 30439 | Assigned run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.749 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sxhRs1 +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.750 | 37295 | Added a new run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.751 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.752 | 37284 | Added a new run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.752 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.753 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.754 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.755 | 37298 | Added a new run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.755 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.756 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.756 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.757 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.757 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.758 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.758 | 37296 | Marked run 406 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.758 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.759 | 37299 | Marked run 407 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.759 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.760 | 37303 | Added a new run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.760 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.762 | 37305 | Added a new run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.762 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.763 | 37307 | Added a new run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.763 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.764 | 37310 | Added a new run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.764 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.764 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.765 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.766 | 37320 | Added a new run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.767 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.767 | 37324 | Added a new run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.768 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.768 | 30440 | Recursively removing directory: /tmp/git.UBUYWL/ +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.769 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.770 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.770 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.770 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.769 | 30443 | Recursively removing directory: /tmp/git.sxhRs1/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.771 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.771 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.771 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.771 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.771 | 37331 | Added a new worker 16 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.771 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.771 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.771 | 30439 | Removed run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.771 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.771 | 30439 | Assigned run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.772 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.772 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.772 | 37336 | Added a new worker 21 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.772 | 30439 | Removed run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.772 | 30439 | Removed worker 21 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.772 | 30439 | Assigned run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.771 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.771 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.771 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.772 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SL6jCr +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.771 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zo3IW5 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.772 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.773 | 37330 | Marked run 408 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.773 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.774 | 37329 | Added a new run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.775 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.776 | 37332 | Added a new run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.777 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.777 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.777 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.778 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.779 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.779 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.779 | 37334 | Added a new run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.780 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.780 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.781 | 37333 | Added a new run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.781 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.782 | 37335 | Marked run 409 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.783 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.783 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.783 | 37339 | Added a new run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.784 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.785 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.785 | 37343 | Added a new run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.786 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.787 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.788 | 37346 | Added a new run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.788 | 30443 | Recursively removing directory: /tmp/git.SL6jCr/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.788 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.789 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.790 | 30440 | Recursively removing directory: /tmp/git.zo3IW5/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.790 | 37352 | Added a new run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.790 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.791 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.791 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.791 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.791 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.791 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.791 | 37364 | Added a new worker 15 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.791 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.791 | 30439 | Removed run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.791 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.791 | 30439 | Assigned run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.791 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sKvn0l +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.792 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.792 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.792 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.793 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.793 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.793 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.793 | 37367 | Added a new worker 13 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.793 | 30439 | Removed run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.793 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.793 | 30439 | Assigned run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.793 | 37359 | Added a new run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.794 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cOHHZW +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.794 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.794 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.796 | 37363 | Marked run 411 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.796 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.797 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.798 | 37366 | Marked run 410 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.798 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.799 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.799 | 37361 | Added a new run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.800 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.800 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.800 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.801 | 37365 | Added a new run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.801 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.801 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.803 | 37369 | Added a new run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.803 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.804 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.805 | 37370 | Added a new run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.805 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.806 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.807 | 37377 | Added a new run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.807 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.808 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.809 | 37383 | Added a new run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.809 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.810 | 30443 | Recursively removing directory: /tmp/git.sKvn0l/ +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.811 | 37384 | Added a new run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.811 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.811 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.812 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.812 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.812 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.812 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.812 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.813 | 37396 | Added a new worker 15 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.813 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.813 | 30440 | Recursively removing directory: /tmp/git.cOHHZW/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.813 | 30439 | Removed run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.813 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.813 | 30439 | Assigned run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.813 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.813 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jjMH2b +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.815 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.816 | 37392 | Added a new run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.816 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.816 | 37395 | Marked run 412 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.816 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.816 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.816 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.817 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.817 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.817 | 37400 | Added a new worker 15 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.817 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.817 | 30439 | Removed run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.817 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.817 | 30439 | Assigned run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.817 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.817 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Pg1ABa +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.819 | 37388 | Added a new run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.819 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.820 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.820 | 37397 | Added a new run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.821 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.822 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.822 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.822 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.823 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.824 | 37399 | Marked run 413 as finished +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.824 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.824 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.824 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.825 | 37398 | Added a new run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.825 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.826 | 37403 | Added a new run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.827 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.827 | 37405 | Added a new run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.827 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.829 | 37407 | Added a new run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.829 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.830 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.832 | 37418 | Added a new run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.832 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.832 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.832 | 30443 | Recursively removing directory: /tmp/git.jjMH2b/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.832 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.833 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.834 | 37424 | Added a new run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.835 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.835 | 30440 | Recursively removing directory: /tmp/git.Pg1ABa/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.836 | 37423 | Added a new run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.836 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.836 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.836 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.836 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.836 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.837 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.837 | 37430 | Added a new worker 7 to the queue +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.837 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.838 | 30439 | Removed run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.838 | 30439 | Removed worker 7 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.838 | 30439 | Assigned run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.838 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.838 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.838 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wmBZLB +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.838 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.838 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.838 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.838 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.838 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.839 | 37435 | Added a new worker 14 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.839 | 37425 | Added a new run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.839 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.839 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QJA25V +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.839 | 30439 | Removed run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.839 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.839 | 30439 | Assigned run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.840 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.841 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.842 | 37432 | Added a new run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.842 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.844 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.844 | 37429 | Marked run 414 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.844 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.845 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.845 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.846 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.846 | 37433 | Added a new run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.847 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.847 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.848 | 37437 | Added a new run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.848 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.849 | 37434 | Marked run 415 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.850 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.850 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.851 | 37438 | Added a new run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.851 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.853 | 30443 | Recursively removing directory: /tmp/git.wmBZLB/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.853 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.854 | 37440 | Added a new run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.854 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.855 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.856 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.856 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.856 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.856 | 37447 | Added a new run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.856 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.856 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.857 | 37461 | Added a new worker 15 to the queue +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.857 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GIvxXx +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.857 | 30439 | Removed run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.857 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.857 | 30439 | Assigned run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.857 | 37453 | Added a new run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.857 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.857 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.858 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.860 | 30440 | Recursively removing directory: /tmp/git.QJA25V/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.860 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.861 | 37460 | Marked run 416 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.861 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.861 | 37458 | Added a new run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.861 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.861 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.863 | 37466 | Added a new run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.863 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.864 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.864 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.864 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.864 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.864 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.865 | 37470 | Added a new worker 9 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.865 | 30439 | Removed run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.865 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.865 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.865 | 30439 | Assigned run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.865 | 37463 | Added a new run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.865 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.865 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lDdXhJ +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.866 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.866 | 37465 | Added a new run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.867 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.867 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.868 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.868 | 37469 | Marked run 417 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.868 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.869 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.870 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.870 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.871 | 37472 | Added a new run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.871 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.873 | 37474 | Added a new run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.873 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.874 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.875 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.875 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.875 | 37476 | Added a new run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.876 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.876 | 37477 | Added a new run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.877 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.878 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.879 | 37484 | Added a new run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.879 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.879 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.880 | 30443 | Recursively removing directory: /tmp/git.GIvxXx/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.881 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.882 | 37489 | Added a new run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.882 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.882 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.882 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.883 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.883 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.883 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.883 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.883 | 37501 | Added a new worker 17 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.883 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.883 | 30439 | Removed run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.883 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.883 | 30439 | Assigned run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.883 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DyEIrL +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.885 | 30440 | Recursively removing directory: /tmp/git.lDdXhJ/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.885 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.886 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.886 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.886 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.886 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.886 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.886 | 37504 | Added a new worker 21 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.886 | 30439 | Removed run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.886 | 30439 | Removed worker 21 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.886 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.886 | 30439 | Assigned run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.887 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9uSYCq +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.888 | 37494 | Added a new run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.889 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.890 | 37491 | Added a new run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.891 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.892 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.892 | 37497 | Added a new run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.893 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.893 | 37502 | Added a new run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.894 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.895 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.895 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.896 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.896 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.896 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.897 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.898 | 37500 | Marked run 418 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.898 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.898 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.899 | 37507 | Added a new run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.899 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.900 | 37503 | Marked run 419 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.900 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.901 | 37514 | Added a new run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.902 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.902 | 37512 | Added a new run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.903 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.904 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.904 | 37510 | Added a new run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.905 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.905 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.906 | 30440 | Recursively removing directory: /tmp/git.9uSYCq/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.907 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.907 | 30443 | Recursively removing directory: /tmp/git.DyEIrL/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.907 | 37529 | Added a new run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.908 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.908 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.910 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.910 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.910 | 37527 | Added a new run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.910 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.910 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.911 | 37535 | Added a new worker 15 to the queue +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.910 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.910 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.910 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.911 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.911 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6AL4Ns +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.911 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.911 | 30439 | Removed run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.911 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.911 | 30439 | Assigned run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.911 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.911 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.911 | 37538 | Added a new worker 15 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.912 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.912 | 30439 | Removed run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.912 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.912 | 30439 | Assigned run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.912 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xftPDQ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.913 | 37531 | Added a new run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.914 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.916 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.917 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.918 | 37532 | Added a new run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.918 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.918 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.918 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.919 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.920 | 37539 | Added a new run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.920 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.920 | 37534 | Marked run 420 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.920 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.921 | 37537 | Marked run 421 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.921 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.921 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.922 | 37540 | Added a new run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.922 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.924 | 37542 | Added a new run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.924 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.925 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.926 | 37548 | Added a new run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.926 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.926 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.927 | 30443 | Recursively removing directory: /tmp/git.6AL4Ns/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.928 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.929 | 37558 | Added a new run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.930 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.930 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.930 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.930 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.931 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.931 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.931 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.931 | 37566 | Added a new worker 14 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.931 | 37556 | Added a new run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.931 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.931 | 30439 | Removed run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.931 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.931 | 30439 | Assigned run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.932 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.932 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ux2Q32 +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.933 | 37562 | Added a new run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.933 | 30440 | Recursively removing directory: /tmp/git.xftPDQ/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.934 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.934 | 37564 | Added a new run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.935 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.936 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.936 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.937 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.937 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.937 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HsN8wb +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.937 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.937 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.937 | 37574 | Added a new worker 17 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.937 | 30439 | Removed run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.937 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.937 | 30439 | Assigned run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.938 | 37565 | Marked run 422 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.938 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.939 | 37570 | Added a new run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.940 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.940 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.941 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.942 | 37572 | Added a new run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.942 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.942 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.944 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.944 | 37575 | Added a new run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.944 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.945 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.946 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.946 | 37577 | Added a new run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.946 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.948 | 37573 | Marked run 423 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.948 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.949 | 37580 | Added a new run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.949 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.949 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.950 | 37587 | Added a new run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.950 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.952 | 37589 | Added a new run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.952 | 30443 | Recursively removing directory: /tmp/git.Ux2Q32/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.952 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.953 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.955 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.955 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.955 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.954 | 37590 | Added a new run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.955 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.955 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.955 | 37602 | Added a new worker 12 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.955 | 30439 | Removed run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.955 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.955 | 30439 | Assigned run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.955 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.955 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.955 | 37601 | Marked run 424 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.956 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.955 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JwqxAx +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.957 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.958 | 30440 | Recursively removing directory: /tmp/git.HsN8wb/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.958 | 37595 | Added a new run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.959 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.959 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.960 | 37604 | Added a new run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.960 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.961 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.961 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.961 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.962 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.962 | 37610 | Added a new worker 16 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.962 | 30439 | Removed run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.962 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.962 | 30439 | Assigned run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.962 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.962 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.R554v0 +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.962 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.963 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.963 | 37605 | Added a new run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.964 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.964 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.965 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.966 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.976 | 37606 | Added a new run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.976 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.976 | 30443 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.977 | 37609 | Marked run 425 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.978 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.979 | 37613 | Added a new run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.979 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.979 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.979 | 30440 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.980 | 30440 | Going to run: ./ci +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.981 | 37612 | Added a new run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.981 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.982 | 37614 | Added a new run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.983 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.983 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.984 | 37618 | Added a new run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.985 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.986 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.987 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.987 | 37624 | Added a new run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.988 | 30443 | Recursively removing directory: /tmp/git.JwqxAx/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.988 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.988 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.989 | 30440 | Recursively removing directory: /tmp/git.R554v0/ +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.989 | 37631 | Added a new run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.989 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.991 | 30443 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.991 | 30443 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.991 | 30443 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.991 | 37635 | Added a new run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.991 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.991 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.992 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.992 | 30440 | Process exit code: 0 +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.992 | 30440 | Process output: 57 bytes +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.992 | 30440 | Waiting for a new command +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.992 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.992 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.992 | 37643 | Added a new worker 19 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.992 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.992 | 30439 | Removed run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.992 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.992 | 30439 | Assigned run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.992 | 37640 | Added a new worker 15 to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.992 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.992 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.992 | 30439 | Removed run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.992 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.993 | 30439 | Assigned run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.993 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kBNIVp +2024-04-25 03:44:42 | INFO | 30440/cimple-worker: 2024-04-25 03:44:42.993 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mOCXtN +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.995 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.995 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.996 | 37636 | Added a new run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.996 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.998 | 37639 | Marked run 426 as finished +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.998 | 30437 | Waiting for new connections +2024-04-25 03:44:42 | INFO | 30443/cimple-worker: 2024-04-25 03:44:42.999 | 30443 | Checking out revision HEAD +2024-04-25 03:44:42 | INFO | 30437/cimple-server: 2024-04-25 03:44:42.999 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.000 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.000 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.000 | 37642 | Marked run 427 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.000 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.001 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.001 | 37644 | Added a new run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.001 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.003 | 37646 | Added a new run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.003 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.004 | 37645 | Added a new run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.004 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.005 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.006 | 37648 | Added a new run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.006 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.007 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.007 | 37655 | Added a new run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.008 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.009 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.009 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.010 | 30443 | Recursively removing directory: /tmp/git.kBNIVp/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.010 | 37663 | Added a new run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.010 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.011 | 37667 | Added a new run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.011 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.012 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.012 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.012 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.013 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.013 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.013 | 37668 | Added a new run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.013 | 30440 | Recursively removing directory: /tmp/git.mOCXtN/ +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.014 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.014 | 37673 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.014 | 30439 | Removed run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.014 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.015 | 30439 | Assigned run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.015 | 37671 | Marked run 429 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.016 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.016 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.016 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.016 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.016 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.017 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1Rv1QU +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.016 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.016 | 37677 | Added a new worker 17 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.016 | 30439 | Removed run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.016 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.017 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.017 | 30439 | Assigned run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.017 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.017 | 37675 | Added a new run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.018 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.019 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.015 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bxceyR +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.020 | 37676 | Marked run 428 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.020 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.021 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.021 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.022 | 37678 | Added a new run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.022 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.022 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.024 | 37679 | Added a new run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.024 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.024 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.026 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.026 | 37682 | Added a new run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.026 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.027 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.028 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.029 | 37681 | Added a new run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.029 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.029 | 37690 | Added a new run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.030 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.030 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.031 | 37691 | Added a new run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.032 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.033 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.033 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.033 | 30443 | Recursively removing directory: /tmp/git.bxceyR/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.034 | 37698 | Added a new run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.034 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.035 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.036 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.036 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.036 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.036 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.036 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.036 | 37709 | Added a new worker 17 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.036 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.036 | 37704 | Added a new run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.036 | 30439 | Removed run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.036 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.036 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.037 | 30439 | Assigned run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.037 | 30440 | Recursively removing directory: /tmp/git.1Rv1QU/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.037 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3I7aWt +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.038 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.038 | 37708 | Marked run 430 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.038 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.040 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.040 | 37703 | Added a new run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.040 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.040 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.040 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.040 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.040 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.040 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.041 | 37714 | Added a new worker 17 to the queue +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.041 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SwVjg0 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.041 | 30439 | Removed run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.041 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.041 | 30439 | Assigned run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.041 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.043 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.043 | 37711 | Added a new run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.043 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.046 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.046 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.046 | 37713 | Marked run 431 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.046 | 37707 | Added a new run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.047 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.047 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.048 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.048 | 37712 | Added a new run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.048 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.049 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.050 | 37718 | Added a new run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.050 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.051 | 37716 | Added a new run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.051 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.053 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.053 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.054 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.054 | 37728 | Added a new run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.055 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.055 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.056 | 37731 | Added a new run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.056 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.057 | 30443 | Recursively removing directory: /tmp/git.3I7aWt/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.058 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.058 | 37733 | Added a new run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.058 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.059 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.059 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.059 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.059 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.059 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.060 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.060 | 37743 | Added a new worker 17 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.060 | 30439 | Removed run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.060 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.060 | 30439 | Assigned run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.060 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.060 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TWOXDL +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.061 | 30440 | Recursively removing directory: /tmp/git.SwVjg0/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.061 | 37736 | Added a new run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.062 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.063 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.063 | 37742 | Marked run 432 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.063 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.064 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.064 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.064 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.064 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.064 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.064 | 37749 | Added a new worker 17 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.064 | 30439 | Removed run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.064 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.064 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.064 | 30439 | Assigned run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.064 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9eztwO +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.065 | 37740 | Added a new run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.066 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.068 | 37744 | Added a new run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.068 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.068 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.069 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.070 | 37747 | Added a new run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.070 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.070 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.071 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.072 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.072 | 37750 | Added a new run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.072 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.073 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.073 | 37753 | Added a new run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.074 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.074 | 37748 | Marked run 433 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.075 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.076 | 37756 | Added a new run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.076 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.077 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.077 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.078 | 37761 | Added a new run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.078 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.080 | 37764 | Added a new run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.080 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.082 | 37766 | Added a new run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.082 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.082 | 30440 | Recursively removing directory: /tmp/git.9eztwO/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.081 | 30443 | Recursively removing directory: /tmp/git.TWOXDL/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.083 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.083 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.083 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.084 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.084 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.084 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.084 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.084 | 37779 | Added a new worker 14 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.084 | 30439 | Removed run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.084 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.084 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.084 | 30439 | Assigned run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.084 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.084 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.084 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.084 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LWNSE3 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.084 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.085 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.084 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.085 | 37782 | Added a new worker 19 to the queue +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.085 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.83Gdb1 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.085 | 30439 | Removed run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.085 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.085 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.085 | 30439 | Assigned run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.086 | 37778 | Marked run 434 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.086 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.087 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.087 | 37781 | Marked run 435 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.088 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.090 | 37777 | Added a new run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.090 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.091 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.092 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.092 | 37780 | Added a new run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.093 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.093 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.093 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.094 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.095 | 37783 | Added a new run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.095 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.096 | 37784 | Added a new run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.097 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.098 | 37789 | Added a new run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.098 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.099 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.100 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.100 | 30440 | Recursively removing directory: /tmp/git.83Gdb1/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.102 | 37802 | Added a new run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.102 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.102 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.102 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.102 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.102 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.102 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.102 | 37806 | Added a new worker 6 to the queue +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.103 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RXv5Xy +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.103 | 30439 | Removed run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.103 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.103 | 30439 | Assigned run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.103 | 30443 | Recursively removing directory: /tmp/git.LWNSE3/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.103 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.104 | 37803 | Added a new run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.105 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.106 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.107 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.107 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.107 | 37813 | Added a new worker 19 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.107 | 30439 | Removed run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.107 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.107 | 30439 | Assigned run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.107 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.107 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.107 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.107 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lhNwtN +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.108 | 37807 | Added a new run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.108 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.108 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.109 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.110 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.111 | 37805 | Marked run 437 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.111 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.111 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.112 | 37809 | Added a new run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.112 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.114 | 37812 | Marked run 436 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.114 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.115 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.115 | 37810 | Added a new run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.115 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.116 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.116 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.117 | 37814 | Added a new run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.117 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.118 | 37817 | Added a new run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.119 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.120 | 37821 | Added a new run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.120 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.120 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.121 | 30440 | Recursively removing directory: /tmp/git.RXv5Xy/ +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.121 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.122 | 37830 | Added a new run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.123 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.123 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.123 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.124 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.124 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.124 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.124 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.124 | 37839 | Added a new worker 16 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.124 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.124 | 30439 | Removed run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.124 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.124 | 30439 | Assigned run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.124 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pAVeY9 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.126 | 37838 | Marked run 438 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.126 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.126 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.127 | 30443 | Recursively removing directory: /tmp/git.lhNwtN/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.127 | 37832 | Added a new run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.128 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.130 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.130 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.130 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.130 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.130 | 37840 | Added a new run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.130 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.130 | 37845 | Added a new worker 17 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.130 | 30439 | Removed run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.130 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.130 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.130 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.130 | 30439 | Assigned run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.131 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GLv0Mo +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.132 | 37837 | Added a new run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.132 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.132 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.132 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.133 | 37844 | Marked run 439 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.134 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.134 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.135 | 37842 | Added a new run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.135 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.136 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.137 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.138 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.138 | 37847 | Added a new run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.138 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.138 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.139 | 37850 | Added a new run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.140 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.141 | 30440 | Recursively removing directory: /tmp/git.pAVeY9/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.141 | 37853 | Added a new run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.141 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.143 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.143 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.143 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.143 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.143 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.143 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.143 | 37867 | Added a new worker 17 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.143 | 30439 | Removed run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.143 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.143 | 30439 | Assigned run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.143 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.143 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.143 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VQX2Jl +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.145 | 37856 | Added a new run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.145 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.147 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.147 | 30443 | Recursively removing directory: /tmp/git.GLv0Mo/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.147 | 37866 | Marked run 440 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.147 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.149 | 37868 | Added a new run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.149 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.149 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.150 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.149 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.150 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.150 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.150 | 37876 | Added a new worker 15 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.150 | 30439 | Removed run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.150 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.150 | 30439 | Assigned run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.150 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.150 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.150 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WpTeJL +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.151 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.152 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.152 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.153 | 37865 | Added a new run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.154 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.154 | 37872 | Added a new run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.155 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.156 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.157 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.158 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.158 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.158 | 37877 | Added a new run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.158 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.159 | 37878 | Added a new run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.159 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.161 | 37886 | Added a new run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.161 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.161 | 30440 | Recursively removing directory: /tmp/git.VQX2Jl/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.162 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.163 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.163 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.163 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.163 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.164 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.164 | 37897 | Added a new worker 20 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.164 | 30439 | Removed run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.164 | 30439 | Removed worker 20 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.164 | 30439 | Assigned run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.164 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.163 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.164 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1TacdZ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.165 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.166 | 37883 | Added a new run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.166 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.168 | 37893 | Added a new run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.168 | 37875 | Marked run 441 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.168 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.168 | 30443 | Recursively removing directory: /tmp/git.WpTeJL/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.170 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.170 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.170 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.170 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.170 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.170 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.170 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.170 | 37907 | Added a new worker 19 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.171 | 30439 | Removed run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.171 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.171 | 30439 | Assigned run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.171 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.171 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.171 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0OonhT +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.172 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.172 | 37899 | Added a new run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.172 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.175 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.175 | 37895 | Added a new run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.176 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.176 | 37896 | Marked run 442 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.176 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.178 | 37905 | Added a new run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.178 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.179 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.179 | 37906 | Marked run 443 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.180 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.180 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.180 | 30440 | Recursively removing directory: /tmp/git.1TacdZ/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.181 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.182 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.181 | 37908 | Added a new run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.182 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.183 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.183 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.183 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.183 | 37918 | Added a new run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.183 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.183 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.184 | 37924 | Added a new worker 15 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.184 | 30439 | Removed run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.184 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.184 | 30439 | Assigned run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.184 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.184 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ga5LZ6 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.184 | 37912 | Added a new run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.185 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.186 | 37920 | Added a new run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.187 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.188 | 37923 | Marked run 444 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.188 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.188 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.189 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.189 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.190 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.192 | 30443 | Recursively removing directory: /tmp/git.0OonhT/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.193 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.193 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.193 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.193 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.193 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.193 | 37938 | Added a new worker 19 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.193 | 30439 | Removed run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.193 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.193 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.193 | 30439 | Assigned run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.193 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XsI7Ue +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.196 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.197 | 37933 | Added a new run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.197 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.197 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.200 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.199 | 37931 | Added a new run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.201 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.202 | 37930 | Added a new run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.203 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.203 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.204 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.204 | 37937 | Marked run 445 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.204 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.206 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.206 | 30440 | Recursively removing directory: /tmp/git.ga5LZ6/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.206 | 37935 | Added a new run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.206 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.208 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.208 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.208 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.208 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.208 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.208 | 37958 | Added a new worker 17 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.208 | 30439 | Removed run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.208 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.208 | 30439 | Assigned run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.208 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.209 | 37943 | Added a new run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.209 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.210 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.209 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ajFgSK +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.211 | 30443 | Recursively removing directory: /tmp/git.XsI7Ue/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.212 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.212 | 37957 | Marked run 446 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.212 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.214 | 37950 | Added a new run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.214 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.214 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.215 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.215 | 37964 | Added a new worker 14 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.215 | 30439 | Removed run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.215 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.215 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.215 | 30439 | Assigned run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.214 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.214 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.214 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.215 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1iLoQD +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.216 | 37951 | Added a new run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.216 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.218 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.218 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.218 | 37961 | Added a new run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.219 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.220 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.220 | 37962 | Added a new run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.220 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.220 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.222 | 37963 | Marked run 447 as finished +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.222 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.222 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.223 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.223 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.224 | 37967 | Added a new run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.224 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.224 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.225 | 37972 | Added a new run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.226 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.227 | 37969 | Added a new run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.228 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.229 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.229 | 37974 | Added a new run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.230 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.230 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.230 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.231 | 37987 | Added a new run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.232 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.232 | 30440 | Recursively removing directory: /tmp/git.ajFgSK/ +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.232 | 30443 | Recursively removing directory: /tmp/git.1iLoQD/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.233 | 37989 | Added a new run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.234 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.234 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.235 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.235 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.235 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.235 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.235 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.236 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.F8yTV0 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.235 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.235 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.235 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.235 | 37997 | Added a new worker 20 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.235 | 30439 | Removed run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.235 | 30439 | Removed worker 20 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.235 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.235 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.236 | 30439 | Assigned run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.236 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.236 | 37998 | Added a new worker 17 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.236 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.236 | 30439 | Removed run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.236 | 30439 | Removed worker 17 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.236 | 30439 | Assigned run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.237 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.237 | 37990 | Added a new run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.235 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.237 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5Mb1j3 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.238 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.240 | 37993 | Added a new run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.240 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.242 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.242 | 37996 | Marked run 449 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.242 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.243 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.243 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.244 | 37995 | Marked run 448 as finished +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.244 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.245 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.245 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.246 | 37999 | Added a new run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.247 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.248 | 38000 | Added a new run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.248 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.250 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.250 | 38004 | Added a new run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.250 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.251 | 30443 | Recursively removing directory: /tmp/git.F8yTV0/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.253 | 30440 | Recursively removing directory: /tmp/git.5Mb1j3/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.253 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.254 | 38002 | Added a new run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.254 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.254 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.254 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.254 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.254 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.254 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.254 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.255 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.255 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.255 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.weIgB2 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.255 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.256 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mle4d4 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.255 | 38024 | Added a new worker 19 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.255 | 30439 | Removed run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.255 | 30439 | Removed worker 19 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.255 | 30439 | Assigned run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.255 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.255 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.255 | 38027 | Added a new worker 21 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.255 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.255 | 30439 | Removed run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.255 | 30439 | Removed worker 21 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.255 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.255 | 30439 | Assigned run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.257 | 38016 | Added a new run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.257 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.257 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.259 | 38026 | Marked run 451 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.260 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.260 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.261 | 38021 | Added a new run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.262 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.262 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.263 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.264 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.264 | 38022 | Added a new run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.264 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.264 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.265 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.265 | 38028 | Added a new run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.266 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.267 | 38023 | Marked run 450 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.267 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.269 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.269 | 38030 | Added a new run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.269 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.270 | 38035 | Added a new run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.270 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.270 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.271 | 38040 | Added a new run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.271 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.273 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.273 | 38046 | Added a new run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.274 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.274 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.275 | 30443 | Recursively removing directory: /tmp/git.weIgB2/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.275 | 38052 | Added a new run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.275 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.275 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.277 | 30440 | Recursively removing directory: /tmp/git.mle4d4/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.277 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.278 | 38053 | Added a new run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.278 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.278 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.279 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.279 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.279 | 38061 | Added a new worker 18 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.279 | 30439 | Removed run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.279 | 30439 | Removed worker 18 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.279 | 30439 | Assigned run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.279 | 38055 | Added a new run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.280 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.280 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.280 | 38063 | Added a new worker 16 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.280 | 30439 | Removed run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.280 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.280 | 30439 | Assigned run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.280 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.278 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.278 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.279 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.279 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BBbCUI +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.279 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.279 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.280 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.280 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vr3nVY +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.282 | 38057 | Added a new run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.282 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.282 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.283 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.284 | 38060 | Marked run 452 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.284 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.285 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.286 | 38058 | Added a new run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.286 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.286 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.288 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.288 | 38065 | Added a new run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.288 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.288 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.289 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.290 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.290 | 38068 | Added a new run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.290 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.292 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.292 | 38062 | Marked run 453 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.292 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.294 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.294 | 38067 | Added a new run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.294 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.295 | 38071 | Added a new run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.296 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.297 | 38076 | Added a new run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.297 | 30440 | Recursively removing directory: /tmp/git.vr3nVY/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.299 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.299 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.300 | 38078 | Added a new run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.300 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.300 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.300 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.300 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.300 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.300 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.300 | 38091 | Added a new worker 13 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.300 | 30439 | Removed run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.300 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.300 | 30439 | Assigned run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.301 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uFPc8l +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.301 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.301 | 30443 | Recursively removing directory: /tmp/git.BBbCUI/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.302 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.303 | 38089 | Added a new run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.303 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.303 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.305 | 38090 | Marked run 455 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.305 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.305 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.305 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.306 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.306 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.306 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.306 | 38097 | Added a new worker 15 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.307 | 38096 | Marked run 454 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.307 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.307 | 30439 | Removed run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.307 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.308 | 30439 | Assigned run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.308 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.308 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DpKM2O +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.308 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.311 | 38093 | Added a new run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.311 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.312 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.315 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.316 | 38094 | Added a new run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.316 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.317 | 38099 | Added a new run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.317 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.318 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.319 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.320 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.321 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.325 | 38105 | Added a new run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.325 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.326 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.327 | 38107 | Added a new run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.328 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.333 | 38110 | Added a new run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.334 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-04-25 03:44:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.347 | 30443 | Recursively removing directory: /tmp/git.DpKM2O/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.349 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.349 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.349 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.349 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.349 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.349 | 38117 | Added a new worker 10 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.349 | 30439 | Removed run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.349 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.349 | 30439 | Assigned run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.349 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.350 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zrU7ka +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.357 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.357 | 38116 | Marked run 457 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.357 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.358 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.359 | 30440 | Recursively removing directory: /tmp/git.uFPc8l/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.361 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.361 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.361 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.361 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.361 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.361 | 38123 | Added a new worker 10 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.361 | 30439 | Removed run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.361 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.361 | 30439 | Assigned run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.362 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WpZC0X +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.362 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.366 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.367 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.370 | 38122 | Marked run 456 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.371 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.379 | 30440 | Recursively removing directory: /tmp/git.WpZC0X/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.381 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.381 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.382 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.382 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.382 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.382 | 38135 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.382 | 30439 | Removed run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.382 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.382 | 30439 | Assigned run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.383 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.383 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EOCAQf +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.384 | 30443 | Recursively removing directory: /tmp/git.zrU7ka/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.385 | 38134 | Marked run 459 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.385 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.386 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.386 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.386 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.386 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.386 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.386 | 38138 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.386 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.386 | 30439 | Removed run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.386 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.386 | 30439 | Assigned run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.386 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8sv4W3 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.388 | 38137 | Marked run 458 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.388 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.389 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.389 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.391 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.391 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.395 | 30440 | Recursively removing directory: /tmp/git.EOCAQf/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.396 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.396 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.397 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.397 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.397 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.397 | 38152 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.397 | 30439 | Removed run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.397 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.397 | 30439 | Assigned run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.397 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.397 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qTLLtw +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.397 | 30443 | Recursively removing directory: /tmp/git.8sv4W3/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.399 | 38151 | Marked run 460 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.399 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.400 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.400 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.400 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.400 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.400 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.400 | 38154 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.400 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.400 | 30439 | Removed run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.400 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.400 | 30439 | Assigned run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.401 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gJdnvo +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.402 | 38153 | Marked run 461 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.403 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.403 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.404 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.406 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.406 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.410 | 30440 | Recursively removing directory: /tmp/git.qTLLtw/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.411 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.411 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.411 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.411 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.411 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.411 | 38168 | Added a new worker 10 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.411 | 30439 | Removed run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.411 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.411 | 30439 | Assigned run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.412 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ddjebo +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.412 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.413 | 30443 | Recursively removing directory: /tmp/git.gJdnvo/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.413 | 38166 | Marked run 462 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.414 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.415 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.415 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.415 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.415 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.415 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.415 | 38170 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.415 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.415 | 30439 | Removed run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.415 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.415 | 30439 | Assigned run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.415 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nkexCR +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.423 | 38169 | Marked run 463 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.423 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.424 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.425 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.425 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.426 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.431 | 30440 | Recursively removing directory: /tmp/git.ddjebo/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.432 | 30443 | Recursively removing directory: /tmp/git.nkexCR/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.432 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.433 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.433 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.433 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.433 | 38184 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.433 | 30439 | Removed run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.433 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.433 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BmLYSh +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.433 | 30439 | Assigned run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.433 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.433 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.434 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.434 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.435 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.435 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.435 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.435 | 38186 | Added a new worker 13 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.435 | 30439 | Removed run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.435 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.435 | 38183 | Marked run 464 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.435 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.435 | 30439 | Assigned run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.435 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.435 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HRh6rO +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.436 | 38185 | Marked run 465 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.436 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.438 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.439 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.440 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.441 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.444 | 30440 | Recursively removing directory: /tmp/git.BmLYSh/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.446 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.446 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.446 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.446 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.446 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.446 | 38200 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.446 | 30439 | Removed run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.446 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.446 | 30439 | Assigned run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.446 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.446 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.x8OCR3 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.447 | 30443 | Recursively removing directory: /tmp/git.HRh6rO/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.448 | 38199 | Marked run 466 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.448 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.449 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.449 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.449 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.449 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.449 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.449 | 38202 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.449 | 30439 | Removed run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.449 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.449 | 30439 | Assigned run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.449 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.449 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.odOIPZ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.451 | 38201 | Marked run 467 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.451 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.453 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.453 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.454 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.455 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.459 | 30440 | Recursively removing directory: /tmp/git.x8OCR3/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.461 | 30443 | Recursively removing directory: /tmp/git.odOIPZ/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.461 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.461 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.461 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.461 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.461 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.461 | 38216 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.461 | 30439 | Removed run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.461 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.461 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.461 | 30439 | Assigned run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.461 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.f2Wk2f +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.464 | 38215 | Marked run 468 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.464 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.465 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.465 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.465 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.465 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.465 | 38218 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.465 | 30439 | Removed run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.465 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.465 | 30439 | Assigned run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.465 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.465 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.465 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7QZKpO +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.467 | 38217 | Marked run 469 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.467 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.469 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.469 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.471 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.471 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.475 | 30440 | Recursively removing directory: /tmp/git.f2Wk2f/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.476 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.476 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.477 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.477 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.477 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.477 | 38232 | Added a new worker 10 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.477 | 30439 | Removed run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.477 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.477 | 30439 | Assigned run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.477 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GXtM37 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.477 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.477 | 30443 | Recursively removing directory: /tmp/git.7QZKpO/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.479 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.479 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.479 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.479 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.479 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.480 | 38234 | Added a new worker 14 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.480 | 30439 | Removed run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.480 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.480 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.480 | 30439 | Assigned run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.480 | 38231 | Marked run 470 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.480 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.480 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.76GEo8 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.482 | 38233 | Marked run 471 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.482 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.483 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.484 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.484 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.485 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.490 | 30440 | Recursively removing directory: /tmp/git.GXtM37/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.491 | 30443 | Recursively removing directory: /tmp/git.76GEo8/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.491 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.491 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.491 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.491 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.491 | 38248 | Added a new worker 10 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.491 | 30439 | Removed run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.491 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.491 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.491 | 30439 | Assigned run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.492 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KW3Ksf +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.492 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.493 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.493 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.494 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.494 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.494 | 38250 | Added a new worker 13 to the queue +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.494 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.494 | 30439 | Removed run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.494 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oN7RtT +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.494 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.494 | 30439 | Assigned run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.494 | 38247 | Marked run 472 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.494 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.494 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.495 | 38249 | Marked run 473 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.496 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.498 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.498 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.499 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.500 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.504 | 30440 | Recursively removing directory: /tmp/git.KW3Ksf/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.505 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.505 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.506 | 30443 | Recursively removing directory: /tmp/git.oN7RtT/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.506 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.506 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.506 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.506 | 38264 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.506 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.506 | 30439 | Removed run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.506 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.506 | 30439 | Assigned run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.506 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.c0xXuR +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.507 | 38263 | Marked run 474 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.507 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.508 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.508 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.508 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.509 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.509 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.509 | 38266 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.509 | 30439 | Removed run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.509 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.509 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.509 | 30439 | Assigned run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.509 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kOW8YK +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.510 | 38265 | Marked run 475 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.510 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.512 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.513 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.514 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.515 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.519 | 30440 | Recursively removing directory: /tmp/git.c0xXuR/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.520 | 30443 | Recursively removing directory: /tmp/git.kOW8YK/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.521 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.521 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.521 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.521 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.521 | 38280 | Added a new worker 10 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.521 | 30439 | Removed run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.521 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.521 | 30439 | Assigned run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.521 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.521 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XyEyR8 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.521 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.523 | 38279 | Marked run 476 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.523 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.523 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.523 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.523 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.523 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.523 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.523 | 38282 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.523 | 30439 | Removed run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.523 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.523 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.523 | 30439 | Assigned run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.523 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.G6iXyH +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.525 | 38281 | Marked run 477 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.525 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.527 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.528 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.529 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.530 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.534 | 30440 | Recursively removing directory: /tmp/git.XyEyR8/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.535 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.535 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.535 | 30443 | Recursively removing directory: /tmp/git.G6iXyH/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.535 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.535 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.535 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.535 | 38296 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.535 | 30439 | Removed run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.535 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.536 | 30439 | Assigned run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.536 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wIs7qz +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.536 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.538 | 38295 | Marked run 478 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.538 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.538 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.538 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.538 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.539 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.539 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.539 | 38298 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.539 | 30439 | Removed run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.539 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.539 | 30439 | Assigned run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.539 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4rgTUK +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.539 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.540 | 38297 | Marked run 479 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.540 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.541 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.542 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.543 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.544 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.548 | 30440 | Recursively removing directory: /tmp/git.wIs7qz/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.549 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.549 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.550 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.550 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.550 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.550 | 38312 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.550 | 30439 | Removed run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.550 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.550 | 30439 | Assigned run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.550 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.550 | 30443 | Recursively removing directory: /tmp/git.4rgTUK/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.550 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Yi1Zvq +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.551 | 38311 | Marked run 480 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.552 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.552 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.552 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.552 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.552 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.552 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.552 | 38314 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.553 | 30439 | Removed run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.553 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.553 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.553 | 30439 | Assigned run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.553 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pBWL3t +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.554 | 38313 | Marked run 481 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.554 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.556 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.557 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.557 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.558 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.563 | 30440 | Recursively removing directory: /tmp/git.Yi1Zvq/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.564 | 30443 | Recursively removing directory: /tmp/git.pBWL3t/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.564 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.564 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.565 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.565 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.565 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.565 | 38328 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.565 | 30439 | Removed run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.565 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.565 | 30439 | Assigned run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.565 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.565 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.565 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.566 | 38330 | Added a new worker 13 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.566 | 30439 | Removed run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.566 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.566 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.566 | 30439 | Assigned run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.565 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XVS4r5 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.565 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.565 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.565 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.566 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.w4sSXB +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.567 | 38327 | Marked run 482 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.567 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.569 | 38329 | Marked run 483 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.569 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.571 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.571 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.571 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.571 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.577 | 30440 | Recursively removing directory: /tmp/git.XVS4r5/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.578 | 30443 | Recursively removing directory: /tmp/git.w4sSXB/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.579 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.579 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.579 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.579 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.579 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.579 | 38344 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.579 | 30439 | Removed run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.579 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.579 | 30439 | Assigned run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.579 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZCjfDy +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.579 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.579 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.579 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.579 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.580 | 38346 | Added a new worker 9 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.580 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.580 | 30439 | Removed run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.580 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.580 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.580 | 30439 | Assigned run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.580 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Kw8Lub +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.581 | 38343 | Marked run 484 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.581 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.583 | 38345 | Marked run 485 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.583 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.584 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.585 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.586 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.586 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.591 | 30440 | Recursively removing directory: /tmp/git.ZCjfDy/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.593 | 30443 | Recursively removing directory: /tmp/git.Kw8Lub/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.593 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.593 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.593 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.593 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.593 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.593 | 38360 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.593 | 30439 | Removed run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.593 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.593 | 30439 | Assigned run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.593 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.593 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.T2LAaF +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.595 | 38359 | Marked run 486 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.595 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.595 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.595 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.595 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.595 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.595 | 38362 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.595 | 30439 | Removed run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.595 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.595 | 30439 | Assigned run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.596 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.595 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.596 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.laqFJm +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.597 | 38361 | Marked run 487 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.597 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.598 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.599 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.600 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.601 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.605 | 30440 | Recursively removing directory: /tmp/git.T2LAaF/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.606 | 30443 | Recursively removing directory: /tmp/git.laqFJm/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.606 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.606 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.606 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.607 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.607 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.607 | 38376 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.607 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.607 | 30439 | Removed run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.607 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.607 | 30439 | Assigned run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.607 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZJrF7C +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.608 | 38375 | Marked run 488 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.608 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.608 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.608 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.609 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.609 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.609 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.609 | 38378 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.609 | 30439 | Removed run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.609 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.609 | 30439 | Assigned run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.609 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.609 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9UCQxp +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.612 | 38377 | Marked run 489 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.612 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.614 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.614 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.614 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.615 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.621 | 30440 | Recursively removing directory: /tmp/git.ZJrF7C/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.621 | 30443 | Recursively removing directory: /tmp/git.9UCQxp/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.622 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.622 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.622 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.622 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.622 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.622 | 38392 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.622 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.622 | 30439 | Removed run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.622 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.622 | 30439 | Assigned run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.623 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.623 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.623 | 38394 | Added a new worker 13 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.623 | 30439 | Removed run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.623 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.623 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.623 | 30439 | Assigned run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.622 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.622 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.623 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.623 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Op7zGw +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.622 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zshTJw +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.624 | 38391 | Marked run 490 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.624 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.625 | 38393 | Marked run 491 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.626 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.627 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.628 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.628 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.628 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.634 | 30440 | Recursively removing directory: /tmp/git.zshTJw/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.634 | 30443 | Recursively removing directory: /tmp/git.Op7zGw/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.635 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.635 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.635 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.635 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.635 | 38408 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.635 | 30439 | Removed run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.635 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.635 | 30439 | Assigned run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.635 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.635 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.635 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.smW5Js +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.636 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.636 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.637 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.637 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fDNJiF +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.636 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.637 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.637 | 38410 | Added a new worker 14 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.637 | 30439 | Removed run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.637 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.637 | 30439 | Assigned run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.637 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.639 | 38407 | Marked run 492 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.639 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.642 | 38409 | Marked run 493 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.642 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.643 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.643 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.643 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.644 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.649 | 30440 | Recursively removing directory: /tmp/git.smW5Js/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.650 | 30443 | Recursively removing directory: /tmp/git.fDNJiF/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.650 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.650 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.651 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.651 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.651 | 38424 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.651 | 30439 | Removed run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.651 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.651 | 30439 | Assigned run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.651 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.651 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.651 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MdVj48 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.651 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.651 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.651 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.652 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.652 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.652 | 38426 | Added a new worker 13 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.652 | 30439 | Removed run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.652 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.652 | 30439 | Assigned run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.652 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.652 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vj2c3x +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.653 | 38423 | Marked run 494 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.653 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.656 | 38425 | Marked run 495 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.656 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.657 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.658 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.658 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.659 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.664 | 30440 | Recursively removing directory: /tmp/git.MdVj48/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.665 | 30443 | Recursively removing directory: /tmp/git.vj2c3x/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.665 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.665 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.665 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.665 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.666 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.666 | 38440 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.666 | 30439 | Removed run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.666 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.666 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.666 | 30439 | Assigned run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.666 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jh16eN +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.667 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.667 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.667 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.667 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.667 | 38439 | Marked run 496 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.667 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.667 | 38442 | Added a new worker 6 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.667 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.667 | 30439 | Removed run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.667 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.667 | 30439 | Assigned run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.667 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.668 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Yja7tn +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.669 | 38441 | Marked run 497 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.669 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.671 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.672 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.672 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.672 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.678 | 30440 | Recursively removing directory: /tmp/git.jh16eN/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.679 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.679 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.679 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.679 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.679 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.679 | 30443 | Recursively removing directory: /tmp/git.Yja7tn/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.680 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aoVaJJ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.679 | 38456 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.679 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.679 | 30439 | Removed run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.679 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.679 | 30439 | Assigned run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.681 | 38455 | Marked run 498 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.681 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.682 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.682 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.682 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.682 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.682 | 38458 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.682 | 30439 | Removed run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.682 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.682 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.682 | 30439 | Assigned run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.682 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.682 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dhTKkX +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.684 | 38457 | Marked run 499 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.684 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.685 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.686 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.687 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.688 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.691 | 30440 | Recursively removing directory: /tmp/git.aoVaJJ/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.693 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.693 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.693 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.693 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.693 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.693 | 38472 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.693 | 30439 | Removed run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.693 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.693 | 30439 | Assigned run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.694 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.694 | 30443 | Recursively removing directory: /tmp/git.dhTKkX/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.693 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SDJ4KJ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.695 | 38471 | Marked run 500 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.695 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.696 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.696 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.696 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.696 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.696 | 38474 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.696 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.696 | 30439 | Removed run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.696 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.696 | 30439 | Assigned run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.696 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.696 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0rUtbm +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.698 | 38473 | Marked run 501 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.698 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.699 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.699 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.701 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.702 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.705 | 30440 | Recursively removing directory: /tmp/git.SDJ4KJ/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.706 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.706 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.707 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.707 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.707 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.707 | 38487 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.707 | 30439 | Removed run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.707 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.707 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.707 | 30439 | Assigned run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.707 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aL8T3h +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.708 | 30443 | Recursively removing directory: /tmp/git.0rUtbm/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.709 | 38486 | Marked run 502 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.709 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.710 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.710 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.710 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.710 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.711 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.711 | 38490 | Added a new worker 10 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.711 | 30439 | Removed run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.711 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.711 | 30439 | Assigned run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.711 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yHb0xB +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.711 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.712 | 38489 | Marked run 503 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.712 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.714 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.715 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.716 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.716 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.721 | 30440 | Recursively removing directory: /tmp/git.aL8T3h/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.722 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.722 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.722 | 30443 | Recursively removing directory: /tmp/git.yHb0xB/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.722 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.723 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.723 | 38504 | Added a new worker 10 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.723 | 30439 | Removed run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.723 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.723 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.723 | 30439 | Assigned run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.722 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.723 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.g2t2fK +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.724 | 38503 | Marked run 504 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.725 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.725 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.725 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.725 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.725 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.725 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.725 | 38506 | Added a new worker 10 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.725 | 30439 | Removed run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.725 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.725 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.725 | 30439 | Assigned run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.725 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.v1nxql +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.727 | 38505 | Marked run 505 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.727 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.729 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.729 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.730 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.730 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.735 | 30440 | Recursively removing directory: /tmp/git.g2t2fK/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.736 | 30443 | Recursively removing directory: /tmp/git.v1nxql/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.736 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.736 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.736 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.737 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.737 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.737 | 38520 | Added a new worker 10 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.737 | 30439 | Removed run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.737 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.737 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.737 | 30439 | Assigned run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.737 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.F1RZQP +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.738 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.738 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.739 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.739 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.739 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.739 | 38519 | Marked run 506 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.739 | 38522 | Added a new worker 12 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.739 | 30439 | Removed run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.739 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.739 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.739 | 30439 | Assigned run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.739 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.739 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NLwn08 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.741 | 38521 | Marked run 507 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.741 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.743 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.743 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.744 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.744 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.749 | 30440 | Recursively removing directory: /tmp/git.F1RZQP/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.750 | 30443 | Recursively removing directory: /tmp/git.NLwn08/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.750 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.750 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.751 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.751 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.751 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.751 | 38536 | Added a new worker 10 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.751 | 30439 | Removed run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.751 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.751 | 30439 | Assigned run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.751 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.71iFe6 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.751 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.752 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.752 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.752 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.752 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.752 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.752 | 38538 | Added a new worker 13 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.752 | 30439 | Removed run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.752 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.752 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.752 | 30439 | Assigned run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.752 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JbvVLm +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.756 | 38535 | Marked run 508 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.756 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.758 | 38537 | Marked run 509 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.758 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.759 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.759 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.759 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.760 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.765 | 30440 | Recursively removing directory: /tmp/git.71iFe6/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.766 | 30443 | Recursively removing directory: /tmp/git.JbvVLm/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.767 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.767 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.767 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.767 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.767 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.767 | 38552 | Added a new worker 10 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.767 | 30439 | Removed run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.767 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.767 | 30439 | Assigned run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.767 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.768 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.768 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.768 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qpPgqt +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.768 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.768 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.768 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.768 | 38554 | Added a new worker 14 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.768 | 30439 | Removed run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.768 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.768 | 30439 | Assigned run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.769 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.769 | 38551 | Marked run 510 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.769 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.769 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Yz0tE1 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.771 | 38553 | Marked run 511 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.771 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.774 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.774 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.774 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.775 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.780 | 30440 | Recursively removing directory: /tmp/git.qpPgqt/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.780 | 30443 | Recursively removing directory: /tmp/git.Yz0tE1/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.781 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.781 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.782 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.782 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.782 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.782 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.782 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.782 | 38568 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.782 | 30439 | Removed run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.782 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.782 | 30439 | Assigned run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.782 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.782 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.782 | 38570 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.782 | 30439 | Removed run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.782 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.782 | 30439 | Assigned run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.782 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.782 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.782 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LBIVSw +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.782 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.f2aRZ2 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.784 | 38567 | Marked run 512 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.784 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.785 | 38569 | Marked run 513 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.785 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.788 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.788 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.789 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.789 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.795 | 30440 | Recursively removing directory: /tmp/git.f2aRZ2/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.795 | 30443 | Recursively removing directory: /tmp/git.LBIVSw/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.796 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.796 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.796 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.796 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.796 | 38584 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.796 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.796 | 30439 | Removed run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.796 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.796 | 30439 | Assigned run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.796 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.797 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.797 | 38586 | Added a new worker 13 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.797 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.797 | 30439 | Removed run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.797 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.797 | 30439 | Assigned run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.796 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.797 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UfzU4X +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.796 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.796 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.797 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.797 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.m1wg0T +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.798 | 38583 | Marked run 514 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.799 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.800 | 38585 | Marked run 515 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.800 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.802 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.802 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.802 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.803 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.808 | 30440 | Recursively removing directory: /tmp/git.UfzU4X/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.809 | 30443 | Recursively removing directory: /tmp/git.m1wg0T/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.809 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.809 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.809 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.810 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.810 | 38600 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.810 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.810 | 30439 | Removed run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.810 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.810 | 30439 | Assigned run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.810 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.810 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Y5hVIf +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.811 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.811 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.811 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.811 | 38602 | Added a new worker 14 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.812 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.812 | 30439 | Removed run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.812 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.812 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.812 | 30439 | Assigned run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.812 | 38599 | Marked run 516 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.812 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.811 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.812 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.deKGKY +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.814 | 38601 | Marked run 517 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.814 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.816 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.817 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.817 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.818 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.823 | 30440 | Recursively removing directory: /tmp/git.Y5hVIf/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.823 | 30443 | Recursively removing directory: /tmp/git.deKGKY/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.824 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.824 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.824 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.824 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.825 | 38616 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.825 | 30439 | Removed run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.825 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.825 | 30439 | Assigned run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.825 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.825 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.825 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.824 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.825 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.K1Xlt4 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.825 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pZFqYC +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.825 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.825 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.825 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.825 | 38618 | Added a new worker 13 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.825 | 30439 | Removed run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.825 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.825 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.825 | 30439 | Assigned run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.826 | 38615 | Marked run 518 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.827 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.828 | 38617 | Marked run 519 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.828 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.830 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.831 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.832 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.832 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.837 | 30440 | Recursively removing directory: /tmp/git.K1Xlt4/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.838 | 30443 | Recursively removing directory: /tmp/git.pZFqYC/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.838 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.838 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.838 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.838 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.839 | 38632 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.839 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.839 | 30439 | Removed run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.839 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.839 | 30439 | Assigned run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.838 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.839 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.278d1O +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.840 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.840 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.841 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.841 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.841 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.841 | 38634 | Added a new worker 13 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.841 | 30439 | Removed run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.841 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.841 | 30439 | Assigned run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.841 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.842 | 38631 | Marked run 520 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.842 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.841 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BiKnYT +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.843 | 38633 | Marked run 521 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.843 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.845 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.845 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.846 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.846 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.851 | 30440 | Recursively removing directory: /tmp/git.278d1O/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.852 | 30443 | Recursively removing directory: /tmp/git.BiKnYT/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.853 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.853 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.853 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.853 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.853 | 38648 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.853 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.853 | 30439 | Removed run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.853 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.853 | 30439 | Assigned run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.853 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.853 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hCl2jr +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.855 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.855 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.855 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.855 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.855 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.855 | 38647 | Marked run 522 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.855 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.855 | 38650 | Added a new worker 6 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.855 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.855 | 30439 | Removed run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.855 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.855 | 30439 | Assigned run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.855 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TYiVQk +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.857 | 38649 | Marked run 523 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.857 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.860 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.860 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.860 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.861 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.866 | 30440 | Recursively removing directory: /tmp/git.hCl2jr/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.867 | 30443 | Recursively removing directory: /tmp/git.TYiVQk/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.867 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.867 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.868 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.868 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.868 | 38664 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.868 | 30439 | Removed run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.868 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.868 | 30439 | Assigned run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.868 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.868 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.868 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZyxQQS +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.869 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.869 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.869 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.869 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.869 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.869 | 38666 | Added a new worker 13 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.869 | 30439 | Removed run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.869 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.869 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.869 | 30439 | Assigned run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.870 | 38663 | Marked run 524 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.870 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.870 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.l43xaQ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.871 | 38665 | Marked run 525 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.872 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.874 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.874 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.874 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.875 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.880 | 30443 | Recursively removing directory: /tmp/git.l43xaQ/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.881 | 30440 | Recursively removing directory: /tmp/git.ZyxQQS/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.882 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.882 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.882 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.882 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.882 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.882 | 38680 | Added a new worker 10 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.882 | 30439 | Removed run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.882 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.882 | 30439 | Assigned run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.882 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.882 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.882 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.882 | 38682 | Added a new worker 13 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.882 | 30439 | Removed run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.882 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.882 | 30439 | Assigned run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.883 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.882 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.882 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.882 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.883 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XIX4Be +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.882 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NBHO9w +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.884 | 38679 | Marked run 527 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.884 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.886 | 38681 | Marked run 526 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.886 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.887 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.888 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.888 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.889 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.894 | 30443 | Recursively removing directory: /tmp/git.NBHO9w/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.895 | 30440 | Recursively removing directory: /tmp/git.XIX4Be/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.895 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.895 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.896 | 38696 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.896 | 30439 | Removed run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.896 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.896 | 30439 | Assigned run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.896 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.895 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.895 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.895 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.896 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7myM5H +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.896 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.896 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.896 | 38698 | Added a new worker 13 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.897 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.897 | 30439 | Removed run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.897 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.897 | 30439 | Assigned run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.896 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.896 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.896 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.897 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EUYuLL +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.897 | 38695 | Marked run 528 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.898 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.899 | 38697 | Marked run 529 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.899 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.901 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.902 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.902 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.902 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.907 | 30443 | Recursively removing directory: /tmp/git.7myM5H/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.908 | 30440 | Recursively removing directory: /tmp/git.EUYuLL/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.909 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.909 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.909 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.909 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.909 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.909 | 38712 | Added a new worker 10 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.909 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.909 | 30439 | Removed run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.909 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.909 | 30439 | Assigned run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.909 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Grhz5H +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.911 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.911 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.911 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.911 | 38711 | Marked run 530 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.911 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.911 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.911 | 38714 | Added a new worker 10 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.911 | 30439 | Removed run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.911 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.911 | 30439 | Assigned run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.911 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.911 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bNuLh8 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.913 | 38713 | Marked run 531 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.913 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.915 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.915 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.916 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.916 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.922 | 30443 | Recursively removing directory: /tmp/git.Grhz5H/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.922 | 30440 | Recursively removing directory: /tmp/git.bNuLh8/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.923 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.923 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.923 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.923 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.923 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.923 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.923 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.923 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.923 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.923 | 38730 | Added a new worker 15 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.923 | 38729 | Added a new worker 16 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.923 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.923 | 30439 | Removed run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.923 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.923 | 30439 | Assigned run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.923 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.923 | 30439 | Removed run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.923 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.923 | 30439 | Assigned run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.923 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.924 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XyVl3L +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.923 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Dbqw2V +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.925 | 38727 | Marked run 532 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.925 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.927 | 38728 | Marked run 533 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.927 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.928 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.928 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.929 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.929 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.935 | 30440 | Recursively removing directory: /tmp/git.Dbqw2V/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.935 | 30443 | Recursively removing directory: /tmp/git.XyVl3L/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.936 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.936 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.936 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.936 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.936 | 38744 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.936 | 30439 | Removed run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.936 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.936 | 30439 | Assigned run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.936 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.937 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.937 | 38746 | Added a new worker 15 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.937 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.937 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.937 | 30439 | Removed run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.937 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.937 | 30439 | Assigned run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.936 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.936 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.937 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.937 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yZHOtL +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.936 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.936 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RMyNaW +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.945 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.946 | 38743 | Marked run 534 as finished +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.946 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.946 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.948 | 38745 | Marked run 535 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.948 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.948 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.949 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.952 | 30440 | Recursively removing directory: /tmp/git.RMyNaW/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.954 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.954 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.954 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.954 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.954 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.954 | 38760 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.954 | 30439 | Removed run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.954 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.954 | 30439 | Assigned run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.955 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.954 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8HRU6m +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.955 | 30443 | Recursively removing directory: /tmp/git.yZHOtL/ +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.956 | 38759 | Marked run 536 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.957 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.957 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.957 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.957 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.958 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.958 | 38762 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.958 | 30439 | Removed run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.958 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.958 | 30439 | Assigned run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.958 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.958 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.958 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oauaLn +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.959 | 38761 | Marked run 537 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.959 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.960 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.961 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.962 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.963 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.966 | 30440 | Recursively removing directory: /tmp/git.8HRU6m/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.968 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.968 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.968 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.968 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.968 | 38776 | Added a new worker 10 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.968 | 30439 | Removed run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.968 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.968 | 30439 | Assigned run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.968 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.968 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.968 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zrrKTU +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.969 | 30443 | Recursively removing directory: /tmp/git.oauaLn/ +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.971 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.971 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.971 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.971 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.971 | 38778 | Added a new worker 13 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.972 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.972 | 30439 | Removed run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.972 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.972 | 30439 | Assigned run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.972 | 38775 | Marked run 538 as finished +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.971 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.972 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7yuKqw +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.972 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.974 | 38777 | Marked run 539 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.974 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.975 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.983 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.983 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.984 | 30443 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.989 | 30440 | Recursively removing directory: /tmp/git.zrrKTU/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.990 | 30440 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.990 | 30440 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.990 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.991 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.991 | 38792 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.991 | 30439 | Removed run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.991 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.991 | 30439 | Assigned run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.991 | 30443 | Recursively removing directory: /tmp/git.7yuKqw/ +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.991 | 30440 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.991 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.h2LYnL +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.991 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.993 | 38791 | Marked run 540 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.993 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.993 | 30443 | Process exit code: 0 +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.993 | 30443 | Process output: 57 bytes +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.993 | 30443 | Waiting for a new command +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.993 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.993 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.994 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CG6kTf +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.994 | 38794 | Added a new worker 11 to the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.994 | 30439 | Removed run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.994 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.994 | 30439 | Assigned run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.994 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.995 | 38793 | Marked run 541 as finished +2024-04-25 03:44:43 | INFO | 30437/cimple-server: 2024-04-25 03:44:43.995 | 30437 | Waiting for new connections +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.997 | 30440 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30440/cimple-worker: 2024-04-25 03:44:43.997 | 30440 | Going to run: ./ci +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.998 | 30443 | Checking out revision HEAD +2024-04-25 03:44:43 | INFO | 30443/cimple-worker: 2024-04-25 03:44:43.999 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.003 | 30440 | Recursively removing directory: /tmp/git.h2LYnL/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.005 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.005 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.005 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.005 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.005 | 30443 | Recursively removing directory: /tmp/git.CG6kTf/ +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.005 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.005 | 38808 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.005 | 30439 | Removed run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.005 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.005 | 30439 | Assigned run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.005 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.005 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.t1uCAg +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.007 | 38807 | Marked run 542 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.007 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.008 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.008 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.008 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.008 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.008 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.008 | 38810 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.008 | 30439 | Removed run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.008 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.008 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.008 | 30439 | Assigned run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.009 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4U2zhZ +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.010 | 38809 | Marked run 543 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.010 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.011 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.012 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.013 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.013 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.018 | 30440 | Recursively removing directory: /tmp/git.t1uCAg/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.019 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.020 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.020 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.020 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.020 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.019 | 30443 | Recursively removing directory: /tmp/git.4U2zhZ/ +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.020 | 38824 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.020 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.020 | 30439 | Removed run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.020 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.020 | 30439 | Assigned run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.020 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Y5PONN +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.022 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.022 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.022 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.022 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.022 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.022 | 38826 | Added a new worker 12 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.022 | 30439 | Removed run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.022 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.022 | 30439 | Assigned run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.022 | 38823 | Marked run 544 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.022 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.022 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.022 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xbE28V +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.036 | 38825 | Marked run 545 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.036 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.041 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.042 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.044 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.045 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.048 | 30440 | Recursively removing directory: /tmp/git.Y5PONN/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.049 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.049 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.049 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.049 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.049 | 38839 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.049 | 30439 | Removed run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.049 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.049 | 30439 | Assigned run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.049 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.049 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ww5I92 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.050 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.051 | 30443 | Recursively removing directory: /tmp/git.xbE28V/ +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.052 | 38838 | Marked run 546 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.052 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.053 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.053 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.053 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.053 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.053 | 38842 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.053 | 30439 | Removed run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.053 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.053 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.053 | 30439 | Assigned run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.053 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.053 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HpXCM7 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.055 | 38841 | Marked run 547 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.055 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.055 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.056 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.058 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.059 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.061 | 30440 | Recursively removing directory: /tmp/git.ww5I92/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.063 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.063 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.063 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.063 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.063 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.063 | 38855 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.063 | 30439 | Removed run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.063 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.063 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.063 | 30439 | Assigned run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.063 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Xg5Nks +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.065 | 30443 | Recursively removing directory: /tmp/git.HpXCM7/ +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.065 | 38854 | Marked run 548 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.065 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.066 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.066 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.067 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.067 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.067 | 38858 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.067 | 30439 | Removed run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.067 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.067 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.067 | 30439 | Assigned run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.067 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.067 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.20aHwt +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.069 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.069 | 38857 | Marked run 549 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.069 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.070 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.075 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.075 | 30440 | Recursively removing directory: /tmp/git.Xg5Nks/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.076 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.077 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.077 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.077 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.077 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.077 | 38867 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.077 | 30439 | Removed run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.077 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.077 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.077 | 30439 | Assigned run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.077 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.077 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Y6fsJP +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.079 | 38866 | Marked run 550 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.079 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.082 | 30443 | Recursively removing directory: /tmp/git.20aHwt/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.083 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.083 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.084 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.084 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.084 | 38874 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.084 | 30439 | Removed run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.084 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.084 | 30439 | Assigned run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.084 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.084 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.084 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KxeSOd +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.087 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.088 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.089 | 38873 | Marked run 551 as finished +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.089 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.089 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.090 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.094 | 30440 | Recursively removing directory: /tmp/git.Y6fsJP/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.095 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.095 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.095 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.095 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.095 | 38888 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.095 | 30439 | Removed run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.095 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.096 | 30439 | Assigned run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.096 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.096 | 30443 | Recursively removing directory: /tmp/git.KxeSOd/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.095 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.096 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Vx6q8b +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.097 | 38887 | Marked run 552 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.097 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.098 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.098 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.098 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.098 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.098 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.098 | 38890 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.098 | 30439 | Removed run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.098 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.098 | 30439 | Assigned run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.099 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.099 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qLdN3h +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.100 | 38889 | Marked run 553 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.100 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.101 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.102 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.103 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.103 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.108 | 30440 | Recursively removing directory: /tmp/git.Vx6q8b/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.109 | 30443 | Recursively removing directory: /tmp/git.qLdN3h/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.109 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.109 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.110 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.110 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.110 | 38904 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.110 | 30439 | Removed run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.110 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.110 | 30439 | Assigned run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.110 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.110 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0pUuGG +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.110 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.112 | 38903 | Marked run 554 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.112 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.112 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.112 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.112 | 38906 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.112 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.112 | 30439 | Removed run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.112 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.112 | 30439 | Assigned run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.112 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.112 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.112 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.113 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TNG8S8 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.114 | 38905 | Marked run 555 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.114 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.115 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.116 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.117 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.117 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.122 | 30440 | Recursively removing directory: /tmp/git.0pUuGG/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.123 | 30443 | Recursively removing directory: /tmp/git.TNG8S8/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.123 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.123 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.123 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.123 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.123 | 38920 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.123 | 30439 | Removed run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.123 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.123 | 30439 | Assigned run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.123 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.124 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0rdDOJ +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.124 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.125 | 38919 | Marked run 556 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.125 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.125 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.125 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.125 | 38922 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.126 | 30439 | Removed run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.126 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.126 | 30439 | Assigned run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.126 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.125 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.125 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.125 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.126 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.etNW87 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.127 | 38921 | Marked run 557 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.127 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.130 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.130 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.131 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.131 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.136 | 30443 | Recursively removing directory: /tmp/git.etNW87/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.137 | 30440 | Recursively removing directory: /tmp/git.0rdDOJ/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.138 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.138 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.138 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.138 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.138 | 38936 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.138 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.138 | 30439 | Removed run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.138 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.138 | 30439 | Assigned run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.138 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.139 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.139 | 38938 | Added a new worker 13 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.139 | 30439 | Removed run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.139 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.139 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.139 | 30439 | Assigned run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.138 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.138 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.139 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.139 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Nz7lYA +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.138 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.139 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AqERF7 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.141 | 38935 | Marked run 559 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.141 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.142 | 38937 | Marked run 558 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.142 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.144 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.144 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.145 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.145 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.151 | 30443 | Recursively removing directory: /tmp/git.AqERF7/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.151 | 30440 | Recursively removing directory: /tmp/git.Nz7lYA/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.152 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.152 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.152 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.152 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.152 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.152 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.152 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.152 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.152 | 38954 | Added a new worker 15 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.152 | 30439 | Removed run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.152 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.152 | 30439 | Assigned run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.152 | 38953 | Added a new worker 16 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.152 | 30439 | Removed run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.152 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.152 | 30439 | Assigned run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.153 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.153 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.152 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.152 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7sC7VW +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.152 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.153 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RUnGbB +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.155 | 38952 | Marked run 561 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.155 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.156 | 38951 | Marked run 560 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.156 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.158 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.158 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.158 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.158 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.164 | 30440 | Recursively removing directory: /tmp/git.7sC7VW/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.164 | 30443 | Recursively removing directory: /tmp/git.RUnGbB/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.165 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.165 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.166 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.166 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.166 | 38968 | Added a new worker 13 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.166 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.166 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.166 | 30439 | Removed run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.166 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.166 | 30439 | Assigned run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.166 | 38970 | Added a new worker 13 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.166 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.166 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.166 | 30439 | Removed run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.166 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.166 | 30439 | Assigned run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.166 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.166 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.166 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.167 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FKilf3 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.166 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.166 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AMtcDz +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.168 | 38967 | Marked run 562 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.169 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.171 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.172 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.176 | 38969 | Marked run 563 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.176 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.178 | 30443 | Recursively removing directory: /tmp/git.FKilf3/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.179 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.179 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.180 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.180 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.180 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.180 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.180 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.180 | 38979 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.180 | 30439 | Removed run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.180 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.180 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.180 | 30439 | Assigned run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.181 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NZyzwj +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.182 | 38978 | Marked run 565 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.182 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.185 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.186 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.186 | 30440 | Recursively removing directory: /tmp/git.AMtcDz/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.188 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.188 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.188 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.188 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.188 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.188 | 38988 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.188 | 30439 | Removed run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.188 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.188 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.188 | 30439 | Assigned run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.188 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LRb9FI +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.190 | 38987 | Marked run 564 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.190 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.192 | 30443 | Recursively removing directory: /tmp/git.NZyzwj/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.193 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.194 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.194 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.194 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.194 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.194 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.194 | 38994 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.194 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.194 | 30439 | Removed run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.194 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Sng6sm +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.194 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.194 | 30439 | Assigned run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.195 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.196 | 38993 | Marked run 566 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.196 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.199 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.200 | 30440 | Recursively removing directory: /tmp/git.LRb9FI/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.200 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.201 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.201 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.202 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.202 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.202 | 39003 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.202 | 30439 | Removed run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.202 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.202 | 30439 | Assigned run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.202 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.202 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.202 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AKO3nq +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.204 | 39002 | Marked run 567 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.204 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.206 | 30443 | Recursively removing directory: /tmp/git.Sng6sm/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.207 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.208 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.208 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.208 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.208 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.208 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.208 | 39011 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.208 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.208 | 30439 | Removed run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.208 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.208 | 30439 | Assigned run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.208 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.208 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.b8qRVZ +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.210 | 39009 | Marked run 568 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.210 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.214 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.214 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.214 | 30440 | Recursively removing directory: /tmp/git.AKO3nq/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.216 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.216 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.216 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.216 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.216 | 39019 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.216 | 30439 | Removed run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.216 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.216 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.216 | 30439 | Assigned run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.216 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.217 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mUs9n5 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.220 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.220 | 30443 | Recursively removing directory: /tmp/git.b8qRVZ/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.222 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.222 | 39018 | Marked run 569 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.222 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.223 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.223 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.223 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.223 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.223 | 39027 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.224 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.224 | 30439 | Removed run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.224 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.224 | 30439 | Assigned run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.223 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.224 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C25NLL +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.225 | 39026 | Marked run 570 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.225 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.228 | 30440 | Recursively removing directory: /tmp/git.mUs9n5/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.229 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.229 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.230 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.230 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.230 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.230 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.230 | 39035 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.230 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.230 | 30439 | Removed run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.230 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.230 | 30439 | Assigned run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.230 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.231 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DJTEYt +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.233 | 39034 | Marked run 571 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.233 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.235 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.236 | 30443 | Recursively removing directory: /tmp/git.C25NLL/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.236 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.237 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.237 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.237 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.237 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.238 | 39043 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.238 | 30439 | Removed run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.238 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.238 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.238 | 30439 | Assigned run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.237 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.238 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pYEXjw +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.239 | 39042 | Marked run 572 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.239 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.242 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.243 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.243 | 30440 | Recursively removing directory: /tmp/git.DJTEYt/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.245 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.245 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.245 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.245 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.245 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.245 | 39051 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.245 | 30439 | Removed run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.245 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.245 | 30439 | Assigned run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.245 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mOaKk1 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.246 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.247 | 39050 | Marked run 573 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.247 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.249 | 30443 | Recursively removing directory: /tmp/git.pYEXjw/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.250 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.251 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.251 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.251 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.251 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.251 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.251 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.251 | 39058 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.251 | 30439 | Removed run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.251 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.251 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.251 | 30439 | Assigned run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.252 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oCOe3p +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.253 | 39057 | Marked run 574 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.253 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.256 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.257 | 30440 | Recursively removing directory: /tmp/git.mOaKk1/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.257 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.258 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.258 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.259 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.259 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.259 | 39067 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.259 | 30439 | Removed run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.259 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.259 | 30439 | Assigned run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.259 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.259 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.259 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XmMUch +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.261 | 39066 | Marked run 575 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.261 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.263 | 30443 | Recursively removing directory: /tmp/git.oCOe3p/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.264 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.265 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.265 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.265 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.265 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.265 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.265 | 39075 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.265 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.265 | 30439 | Removed run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.265 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.266 | 30439 | Assigned run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.265 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.266 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.D04IM6 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.268 | 39073 | Marked run 576 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.268 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.270 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.271 | 30440 | Recursively removing directory: /tmp/git.XmMUch/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.271 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.272 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.272 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.272 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.273 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.273 | 39083 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.273 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.273 | 30439 | Removed run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.273 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.273 | 30439 | Assigned run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.273 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.273 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jg0mrt +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.275 | 39082 | Marked run 577 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.275 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.278 | 30443 | Recursively removing directory: /tmp/git.D04IM6/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.278 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.279 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.279 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.279 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.280 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.280 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.280 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.280 | 39091 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.280 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.280 | 30439 | Removed run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.280 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.280 | 30439 | Assigned run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.280 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Dnzfzz +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.282 | 39090 | Marked run 578 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.282 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.285 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.285 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.285 | 30440 | Recursively removing directory: /tmp/git.jg0mrt/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.287 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.287 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.287 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.287 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.287 | 39099 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.287 | 30439 | Removed run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.287 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.287 | 30439 | Assigned run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.287 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.287 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.287 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4Q8kHl +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.289 | 39098 | Marked run 579 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.289 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.291 | 30443 | Recursively removing directory: /tmp/git.Dnzfzz/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.292 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.292 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.293 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.293 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.293 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.293 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.293 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.293 | 39107 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.293 | 30439 | Removed run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.293 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.293 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.293 | 30439 | Assigned run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.294 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qC1hnl +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.295 | 39106 | Marked run 580 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.295 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.298 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.299 | 30440 | Recursively removing directory: /tmp/git.4Q8kHl/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.299 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.300 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.300 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.300 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.300 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.300 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.300 | 39115 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.300 | 30439 | Removed run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.300 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.301 | 30439 | Assigned run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.301 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.301 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6AypnT +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.303 | 39114 | Marked run 581 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.303 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.305 | 30443 | Recursively removing directory: /tmp/git.qC1hnl/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.305 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.306 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.306 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.306 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.307 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.307 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.307 | 39123 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.307 | 30439 | Removed run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.307 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.307 | 30439 | Assigned run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.307 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.307 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4OVvKv +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.307 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.308 | 39122 | Marked run 582 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.308 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.311 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.312 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.312 | 30440 | Recursively removing directory: /tmp/git.6AypnT/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.314 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.314 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.314 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.314 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.314 | 39131 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.314 | 30439 | Removed run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.314 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.314 | 30439 | Assigned run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.314 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.314 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.314 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.50GTn8 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.316 | 39130 | Marked run 583 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.316 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.319 | 30443 | Recursively removing directory: /tmp/git.4OVvKv/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.319 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.320 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.320 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.320 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.320 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.320 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.320 | 39139 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.321 | 30439 | Removed run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.321 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.321 | 30439 | Assigned run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.321 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.320 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.321 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.16eJOI +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.322 | 39138 | Marked run 584 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.323 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.326 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.326 | 30440 | Recursively removing directory: /tmp/git.50GTn8/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.326 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.327 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.327 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.328 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.328 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.328 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.328 | 39147 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.328 | 30439 | Removed run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.328 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.328 | 30439 | Assigned run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.328 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.328 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GGUJD8 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.331 | 39146 | Marked run 585 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.331 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.333 | 30443 | Recursively removing directory: /tmp/git.16eJOI/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.333 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.334 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.334 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.334 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.334 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.334 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.334 | 39155 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.334 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.335 | 30439 | Removed run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.335 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.335 | 30439 | Assigned run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.334 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.335 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZeGrOS +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.336 | 39154 | Marked run 586 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.336 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.340 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.340 | 30440 | Recursively removing directory: /tmp/git.GGUJD8/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.340 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.341 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.341 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.341 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.341 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.341 | 39163 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.341 | 30439 | Removed run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.341 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.342 | 30439 | Assigned run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.342 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.341 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.342 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jDnZm6 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.343 | 39162 | Marked run 587 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.344 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.346 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.347 | 30443 | Recursively removing directory: /tmp/git.ZeGrOS/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.347 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.348 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.348 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.348 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.348 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.348 | 39171 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.348 | 30439 | Removed run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.348 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.348 | 30439 | Assigned run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.348 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.348 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HyITez +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.349 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.350 | 39170 | Marked run 588 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.350 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.353 | 30440 | Recursively removing directory: /tmp/git.jDnZm6/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.353 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.354 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.355 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.355 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.355 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.355 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.355 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.355 | 39179 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.355 | 30439 | Removed run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.355 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.355 | 30439 | Assigned run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.355 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.355 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.83NMQT +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.357 | 39178 | Marked run 589 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.357 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.360 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.360 | 30443 | Recursively removing directory: /tmp/git.HyITez/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.361 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.362 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.362 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.362 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.362 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.362 | 39187 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.362 | 30439 | Removed run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.362 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.362 | 30439 | Assigned run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.362 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.362 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pXoNKa +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.363 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.364 | 39186 | Marked run 590 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.364 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.367 | 30440 | Recursively removing directory: /tmp/git.83NMQT/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.367 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.368 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.369 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.369 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.369 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.369 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.369 | 39195 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.369 | 30439 | Removed run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.369 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.369 | 30439 | Assigned run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.369 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.369 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.369 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Tmt81g +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.371 | 39194 | Marked run 591 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.371 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.374 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.375 | 30443 | Recursively removing directory: /tmp/git.pXoNKa/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.375 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.376 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.376 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.376 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.376 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.376 | 39203 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.376 | 30439 | Removed run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.376 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.376 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.376 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.377 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AbwCEA +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.376 | 30439 | Assigned run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.378 | 39202 | Marked run 592 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.378 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.381 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.381 | 30440 | Recursively removing directory: /tmp/git.Tmt81g/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.382 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.383 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.383 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.383 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.383 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.383 | 39211 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.383 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.383 | 30439 | Removed run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.383 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.383 | 30439 | Assigned run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.383 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.384 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OiASdf +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.386 | 39210 | Marked run 593 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.386 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.388 | 30443 | Recursively removing directory: /tmp/git.AbwCEA/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.389 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.390 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.390 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.390 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.390 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.390 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.390 | 39218 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.390 | 30439 | Removed run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.390 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.391 | 30439 | Assigned run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.391 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.390 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.391 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zIqZ4g +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.392 | 39217 | Marked run 594 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.392 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.396 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.397 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.397 | 30440 | Recursively removing directory: /tmp/git.OiASdf/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.398 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.398 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.398 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.398 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.398 | 39227 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.398 | 30439 | Removed run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.398 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.399 | 30439 | Assigned run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.399 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.398 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.399 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hIFHGX +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.401 | 39226 | Marked run 595 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.401 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.403 | 30443 | Recursively removing directory: /tmp/git.zIqZ4g/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.404 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.405 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.405 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.405 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.405 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.405 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.405 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.405 | 39235 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.405 | 30439 | Removed run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.405 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.405 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.405 | 30439 | Assigned run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.405 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pJzGKj +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.407 | 39233 | Marked run 596 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.407 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.410 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.411 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.411 | 30440 | Recursively removing directory: /tmp/git.hIFHGX/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.412 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.412 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.413 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.413 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.413 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.413 | 39243 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.413 | 30439 | Removed run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.413 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.413 | 30439 | Assigned run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.413 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.413 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rAoxtb +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.415 | 39242 | Marked run 597 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.415 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.417 | 30443 | Recursively removing directory: /tmp/git.pJzGKj/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.418 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.419 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.419 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.419 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.419 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.419 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.419 | 39251 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.419 | 30439 | Removed run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.419 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.419 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.419 | 30439 | Assigned run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.419 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.419 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ALaBAs +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.421 | 39250 | Marked run 598 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.421 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.424 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.424 | 30440 | Recursively removing directory: /tmp/git.rAoxtb/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.425 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.426 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.426 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.426 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.426 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.426 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.426 | 39259 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.426 | 30439 | Removed run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.426 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.426 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.426 | 30439 | Assigned run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.427 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zqLoLh +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.428 | 39258 | Marked run 599 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.428 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.431 | 30443 | Recursively removing directory: /tmp/git.ALaBAs/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.431 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.432 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.433 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.433 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.433 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.433 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.433 | 39267 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.433 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.433 | 30439 | Removed run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.433 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.433 | 30439 | Assigned run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.433 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.433 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AyJEm4 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.435 | 39266 | Marked run 600 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.435 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.438 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.439 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.439 | 30440 | Recursively removing directory: /tmp/git.zqLoLh/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.440 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.440 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.440 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.440 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.440 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.441 | 39275 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.441 | 30439 | Removed run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.441 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.441 | 30439 | Assigned run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.441 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.441 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.V9UQFi +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.442 | 39274 | Marked run 601 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.442 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.445 | 30443 | Recursively removing directory: /tmp/git.AyJEm4/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.446 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.446 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.446 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.446 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.447 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.447 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.447 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.447 | 39282 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.447 | 30439 | Removed run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.447 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.447 | 30439 | Assigned run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.447 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.447 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Sfdq5f +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.448 | 39281 | Marked run 602 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.449 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.452 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.452 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.453 | 30440 | Recursively removing directory: /tmp/git.V9UQFi/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.454 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.454 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.454 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.454 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.454 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.454 | 39291 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.454 | 30439 | Removed run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.454 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.454 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.454 | 30439 | Assigned run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.455 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uHvGpS +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.456 | 39290 | Marked run 603 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.456 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.459 | 30443 | Recursively removing directory: /tmp/git.Sfdq5f/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.460 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.460 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.460 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.460 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.460 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.460 | 39298 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.460 | 30439 | Removed run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.460 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.461 | 30439 | Assigned run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.461 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.461 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.460 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.461 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7p8nEf +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.462 | 39297 | Marked run 604 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.462 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.465 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.466 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.467 | 30440 | Recursively removing directory: /tmp/git.uHvGpS/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.469 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.469 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.469 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.469 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.469 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.469 | 39308 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.469 | 30439 | Removed run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.469 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.469 | 30439 | Assigned run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.469 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.469 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UdXR7T +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.471 | 39307 | Marked run 605 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.471 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.472 | 30443 | Recursively removing directory: /tmp/git.7p8nEf/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.474 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.474 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.474 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.474 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.474 | 39314 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.474 | 30439 | Removed run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.474 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.474 | 30439 | Assigned run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.474 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.474 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.474 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CZhnZc +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.474 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.475 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.476 | 39313 | Marked run 606 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.476 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.478 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.479 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.481 | 30440 | Recursively removing directory: /tmp/git.UdXR7T/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.482 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.482 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.483 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.483 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.483 | 39325 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.483 | 30439 | Removed run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.483 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.483 | 30439 | Assigned run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.483 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.483 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.483 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NUja70 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.485 | 39324 | Marked run 607 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.485 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.485 | 30443 | Recursively removing directory: /tmp/git.CZhnZc/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.487 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.487 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.487 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.487 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.487 | 39330 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.487 | 30439 | Removed run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.487 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.487 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.487 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.487 | 30439 | Assigned run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.487 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.d9NAtO +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.488 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.489 | 39329 | Marked run 608 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.489 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.489 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.492 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.492 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.495 | 30440 | Recursively removing directory: /tmp/git.NUja70/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.497 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.497 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.497 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.497 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.497 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.497 | 39343 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.497 | 30439 | Removed run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.497 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.497 | 30439 | Assigned run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.498 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.498 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bUcYXa +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.499 | 30443 | Recursively removing directory: /tmp/git.d9NAtO/ +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.499 | 39342 | Marked run 609 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.499 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.500 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.500 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.500 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.500 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.500 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.500 | 39346 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.500 | 30439 | Removed run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.500 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.500 | 30439 | Assigned run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.500 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.o5dSb4 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.501 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.503 | 39345 | Marked run 610 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.503 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.504 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.504 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.505 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.506 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.510 | 30440 | Recursively removing directory: /tmp/git.bUcYXa/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.511 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.511 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.511 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.511 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.511 | 39360 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.511 | 30439 | Removed run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.511 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.511 | 30439 | Assigned run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.511 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.512 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ne5Zkd +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.512 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.512 | 30443 | Recursively removing directory: /tmp/git.o5dSb4/ +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.513 | 39359 | Marked run 611 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.513 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.514 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.514 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.514 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.514 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.514 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.514 | 39362 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.514 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.514 | 30439 | Removed run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.514 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.514 | 30439 | Assigned run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.515 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iqnouy +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.516 | 39361 | Marked run 612 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.516 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.517 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.518 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.519 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.520 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.524 | 30440 | Recursively removing directory: /tmp/git.Ne5Zkd/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.525 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.525 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.525 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.525 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.525 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.525 | 39376 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.525 | 30439 | Removed run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.525 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.525 | 30439 | Assigned run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.525 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.526 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AtwuFr +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.526 | 30443 | Recursively removing directory: /tmp/git.iqnouy/ +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.528 | 39375 | Marked run 613 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.528 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.528 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.528 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.528 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.528 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.528 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.529 | 39378 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.529 | 30439 | Removed run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.529 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.529 | 30439 | Assigned run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.529 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.529 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nY1HZf +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.530 | 39377 | Marked run 614 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.530 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.531 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.532 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.533 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.533 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.538 | 30440 | Recursively removing directory: /tmp/git.AtwuFr/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.539 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.539 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.539 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.539 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.539 | 39392 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.539 | 30439 | Removed run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.539 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.539 | 30439 | Assigned run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.539 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.539 | 30443 | Recursively removing directory: /tmp/git.nY1HZf/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.539 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.539 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dB2Bxu +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.542 | 39391 | Marked run 615 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.542 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.542 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.542 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.542 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.543 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.543 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.543 | 39394 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.543 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.543 | 30439 | Removed run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.543 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.i0R8Cm +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.543 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.543 | 30439 | Assigned run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.544 | 39393 | Marked run 616 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.544 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.545 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.546 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.547 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.548 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.551 | 30440 | Recursively removing directory: /tmp/git.dB2Bxu/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.553 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.553 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.553 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.553 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.553 | 39408 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.553 | 30439 | Removed run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.553 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.553 | 30439 | Assigned run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.554 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.553 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.554 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.P0nr3S +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.554 | 30443 | Recursively removing directory: /tmp/git.i0R8Cm/ +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.555 | 39407 | Marked run 617 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.555 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.556 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.556 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.556 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.556 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.556 | 39410 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.557 | 30439 | Removed run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.557 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.557 | 30439 | Assigned run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.557 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.556 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.557 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jRJmnv +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.559 | 39409 | Marked run 618 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.559 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.559 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.560 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.561 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.562 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.566 | 30440 | Recursively removing directory: /tmp/git.P0nr3S/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.567 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.567 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.567 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.567 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.567 | 39424 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.568 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.567 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.568 | 30439 | Removed run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.568 | 30443 | Recursively removing directory: /tmp/git.jRJmnv/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.568 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZbY4WX +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.568 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.568 | 30439 | Assigned run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.569 | 39423 | Marked run 619 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.569 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.570 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.570 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.570 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.570 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.570 | 39426 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.570 | 30439 | Removed run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.570 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.570 | 30439 | Assigned run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.570 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.570 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bUegzn +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.571 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.572 | 39425 | Marked run 620 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.572 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.574 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.574 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.575 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.576 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.580 | 30440 | Recursively removing directory: /tmp/git.ZbY4WX/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.582 | 30443 | Recursively removing directory: /tmp/git.bUegzn/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.582 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.582 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.582 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.582 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.582 | 39440 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.582 | 30439 | Removed run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.582 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.582 | 30439 | Assigned run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.582 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.582 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3OmK0a +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.583 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.584 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.584 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.584 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.584 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.584 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.584 | 39442 | Added a new worker 14 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.584 | 30439 | Removed run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.584 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.584 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.584 | 30439 | Assigned run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.584 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CpX3uE +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.585 | 39439 | Marked run 621 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.585 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.586 | 39441 | Marked run 622 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.587 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.588 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.589 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.589 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.590 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.595 | 30440 | Recursively removing directory: /tmp/git.3OmK0a/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.596 | 30443 | Recursively removing directory: /tmp/git.CpX3uE/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.597 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.597 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.597 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.597 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.597 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.597 | 39456 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.597 | 30439 | Removed run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.597 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.597 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.597 | 30439 | Assigned run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.598 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.598 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.598 | 39458 | Added a new worker 13 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.598 | 30439 | Removed run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.598 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.598 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.598 | 30439 | Assigned run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.597 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.feDj1j +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.597 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.597 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.598 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.598 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oZmSmQ +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.599 | 39455 | Marked run 623 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.599 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.601 | 39457 | Marked run 624 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.601 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.602 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.603 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.603 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.604 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.609 | 30440 | Recursively removing directory: /tmp/git.feDj1j/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.610 | 30443 | Recursively removing directory: /tmp/git.oZmSmQ/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.611 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.611 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.611 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.611 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.611 | 39472 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.611 | 30439 | Removed run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.611 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.611 | 30439 | Assigned run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.611 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.611 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.611 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.o3LnNd +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.611 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.612 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.612 | 39474 | Added a new worker 13 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.612 | 30439 | Removed run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.612 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.612 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.612 | 30439 | Assigned run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.611 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.611 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.612 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.612 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UPqofx +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.613 | 39471 | Marked run 625 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.613 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.614 | 39473 | Marked run 626 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.615 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.617 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.617 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.617 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.618 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.623 | 30443 | Recursively removing directory: /tmp/git.UPqofx/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.623 | 30440 | Recursively removing directory: /tmp/git.o3LnNd/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.625 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.625 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.625 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.625 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.625 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.625 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.625 | 39490 | Added a new worker 14 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.625 | 30439 | Removed run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.625 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.625 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.625 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.625 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.625 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.625 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.V9gfFK +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.625 | 30439 | Assigned run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.625 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.625 | 39489 | Added a new worker 12 to the queue +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.625 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WziSrW +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.625 | 30439 | Removed run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.625 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.625 | 30439 | Assigned run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.625 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.627 | 39487 | Marked run 628 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.627 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.628 | 39488 | Marked run 627 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.628 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.630 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.631 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.631 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.631 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.637 | 30440 | Recursively removing directory: /tmp/git.WziSrW/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.637 | 30443 | Recursively removing directory: /tmp/git.V9gfFK/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.638 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.638 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.638 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.638 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.638 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.638 | 39504 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.638 | 30439 | Removed run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.638 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.638 | 30439 | Assigned run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.639 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.639 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VQyPkc +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.640 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.640 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.640 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.640 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.640 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.640 | 39506 | Added a new worker 13 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.640 | 30439 | Removed run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.640 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.640 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.640 | 30439 | Assigned run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.640 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZQgebq +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.641 | 39503 | Marked run 630 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.641 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.642 | 39505 | Marked run 629 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.642 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.644 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.644 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.645 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.645 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.650 | 30440 | Recursively removing directory: /tmp/git.VQyPkc/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.651 | 30443 | Recursively removing directory: /tmp/git.ZQgebq/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.652 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.652 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.652 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.652 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.652 | 39520 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.652 | 30439 | Removed run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.652 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.652 | 30439 | Assigned run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.652 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.652 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.652 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.E2Nz90 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.653 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.653 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.654 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.653 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.654 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.654 | 39522 | Added a new worker 13 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.654 | 30439 | Removed run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.654 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.654 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.654 | 30439 | Assigned run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.654 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LjUZza +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.654 | 39519 | Marked run 631 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.654 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.656 | 39521 | Marked run 632 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.657 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.658 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.659 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.659 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.660 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.665 | 30440 | Recursively removing directory: /tmp/git.E2Nz90/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.666 | 30443 | Recursively removing directory: /tmp/git.LjUZza/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.666 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.666 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.666 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.666 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.666 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.666 | 39536 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.667 | 30439 | Removed run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.667 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.667 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.667 | 30439 | Assigned run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.667 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MpQHnC +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.668 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.668 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.668 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.669 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Dh0oUA +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.668 | 39535 | Marked run 633 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.668 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.668 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.668 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.668 | 39538 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.668 | 30439 | Removed run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.668 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.668 | 30439 | Assigned run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.669 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.670 | 39537 | Marked run 634 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.670 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.673 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.674 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.674 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.675 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.680 | 30440 | Recursively removing directory: /tmp/git.MpQHnC/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.680 | 30443 | Recursively removing directory: /tmp/git.Dh0oUA/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.681 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.681 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.681 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.681 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.681 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.681 | 39552 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.681 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.681 | 30439 | Removed run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.681 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.681 | 30439 | Assigned run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.681 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.J90ryo +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.682 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.682 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.682 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.682 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.682 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.682 | 39554 | Added a new worker 13 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.682 | 30439 | Removed run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.682 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.682 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.682 | 30439 | Assigned run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.682 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fxNxhG +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.683 | 39551 | Marked run 635 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.683 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.685 | 39553 | Marked run 636 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.685 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.686 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.687 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.687 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.688 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.693 | 30440 | Recursively removing directory: /tmp/git.J90ryo/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.694 | 30443 | Recursively removing directory: /tmp/git.fxNxhG/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.694 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.694 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.694 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.695 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.695 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.695 | 39568 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.695 | 30439 | Removed run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.695 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.695 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.695 | 30439 | Assigned run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.695 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FWN9xo +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.696 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.696 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.696 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.696 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.696 | 39570 | Added a new worker 13 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.696 | 30439 | Removed run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.696 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.696 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.696 | 30439 | Assigned run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.696 | 39567 | Marked run 637 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.697 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.696 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.696 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8JmFBT +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.698 | 39569 | Marked run 638 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.698 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.701 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.701 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.701 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.701 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.707 | 30443 | Recursively removing directory: /tmp/git.8JmFBT/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.707 | 30440 | Recursively removing directory: /tmp/git.FWN9xo/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.708 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.708 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.708 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.708 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.708 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.709 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.709 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.709 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.709 | 39585 | Added a new worker 15 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.709 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.709 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.709 | 30439 | Removed run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.709 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.709 | 30439 | Assigned run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.709 | 39586 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.709 | 30439 | Removed run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.709 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.709 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.709 | 30439 | Assigned run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.709 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LrYaxi +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.708 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.709 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.la7Gqm +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.710 | 39583 | Marked run 640 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.711 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.712 | 39584 | Marked run 639 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.712 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.714 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.714 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.715 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.715 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.721 | 30440 | Recursively removing directory: /tmp/git.LrYaxi/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.721 | 30443 | Recursively removing directory: /tmp/git.la7Gqm/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.722 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.722 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.722 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.723 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.723 | 39600 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.723 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.723 | 30439 | Removed run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.723 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.723 | 30439 | Assigned run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.723 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.723 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.723 | 39602 | Added a new worker 13 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.723 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.723 | 30439 | Removed run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.723 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.723 | 30439 | Assigned run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.723 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.723 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bRgYmp +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.723 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.723 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.723 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.723 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NWWEng +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.725 | 39599 | Marked run 642 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.725 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.726 | 39601 | Marked run 641 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.727 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.728 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.729 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.729 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.730 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.735 | 30440 | Recursively removing directory: /tmp/git.bRgYmp/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.735 | 30443 | Recursively removing directory: /tmp/git.NWWEng/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.736 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.736 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.736 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.736 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.736 | 39616 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.736 | 30439 | Removed run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.736 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.736 | 30439 | Assigned run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.736 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.736 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.736 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YCpEH0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.737 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.737 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.737 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.738 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qLAiRn +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.737 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.737 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.737 | 39618 | Added a new worker 14 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.737 | 30439 | Removed run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.737 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.738 | 30439 | Assigned run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.738 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.738 | 39615 | Marked run 643 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.738 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.740 | 39617 | Marked run 644 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.740 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.741 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.742 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.742 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.743 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.748 | 30440 | Recursively removing directory: /tmp/git.YCpEH0/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.749 | 30443 | Recursively removing directory: /tmp/git.qLAiRn/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.749 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.749 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.750 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.750 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.750 | 39632 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.750 | 30439 | Removed run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.750 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.750 | 30439 | Assigned run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.750 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.750 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.750 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DNRUM4 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.750 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.750 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.750 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.751 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.751 | 39634 | Added a new worker 13 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.751 | 30439 | Removed run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.751 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.751 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.751 | 30439 | Assigned run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.751 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.751 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.39MQyb +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.752 | 39631 | Marked run 645 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.752 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.754 | 39633 | Marked run 646 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.754 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.755 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.756 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.756 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.756 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.762 | 30440 | Recursively removing directory: /tmp/git.DNRUM4/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.762 | 30443 | Recursively removing directory: /tmp/git.39MQyb/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.763 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.763 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.763 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.763 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.763 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.763 | 39648 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.763 | 30439 | Removed run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.764 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.764 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.764 | 30439 | Assigned run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.764 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Wl9mjT +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.764 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.764 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.764 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.764 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.765 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.765 | 39650 | Added a new worker 14 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.765 | 30439 | Removed run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.765 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.765 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.765 | 30439 | Assigned run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.765 | 39647 | Marked run 647 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.765 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.766 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TBL2oX +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.767 | 39649 | Marked run 648 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.767 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.769 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.770 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.770 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.771 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.776 | 30440 | Recursively removing directory: /tmp/git.Wl9mjT/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.777 | 30443 | Recursively removing directory: /tmp/git.TBL2oX/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.777 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.777 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.778 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.778 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.778 | 39664 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.778 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.778 | 30439 | Removed run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.778 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.778 | 30439 | Assigned run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.778 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.778 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FtYIMM +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.779 | 39663 | Marked run 649 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.779 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.780 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.780 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.780 | 39666 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.780 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.780 | 30439 | Removed run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.780 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.780 | 30439 | Assigned run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.779 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.779 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.780 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.780 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QDDvhY +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.781 | 39665 | Marked run 650 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.781 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.784 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.785 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.785 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.786 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.791 | 30440 | Recursively removing directory: /tmp/git.FtYIMM/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.792 | 30443 | Recursively removing directory: /tmp/git.QDDvhY/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.792 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.792 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.792 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.792 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.792 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.792 | 39680 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.792 | 30439 | Removed run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.792 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.792 | 30439 | Assigned run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.793 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.793 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sGems9 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.794 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.794 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.794 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.794 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.794 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.795 | 39682 | Added a new worker 13 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.795 | 30439 | Removed run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.795 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.795 | 30439 | Assigned run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.795 | 39679 | Marked run 651 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.795 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.795 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1vdrlY +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.795 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.796 | 39681 | Marked run 652 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.797 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.798 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.799 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.799 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.800 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.805 | 30440 | Recursively removing directory: /tmp/git.sGems9/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.806 | 30443 | Recursively removing directory: /tmp/git.1vdrlY/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.807 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.807 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.807 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.807 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.807 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.807 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.807 | 39696 | Added a new worker 12 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.807 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.807 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.807 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wJhX2a +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.807 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.807 | 30439 | Removed run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.807 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.807 | 30439 | Assigned run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.807 | 39698 | Added a new worker 8 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.807 | 30439 | Removed run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.807 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.807 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.807 | 30439 | Assigned run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.807 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.808 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SFJXXk +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.809 | 39695 | Marked run 653 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.809 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.811 | 39697 | Marked run 654 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.811 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.814 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.815 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.815 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.815 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.821 | 30440 | Recursively removing directory: /tmp/git.wJhX2a/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.821 | 30443 | Recursively removing directory: /tmp/git.SFJXXk/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.822 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.822 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.822 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.822 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.822 | 39712 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.822 | 30439 | Removed run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.822 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.822 | 30439 | Assigned run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.822 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.823 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.823 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.823 | 39714 | Added a new worker 13 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.823 | 30439 | Removed run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.822 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.823 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.823 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.822 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OKdrsv +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.823 | 30439 | Assigned run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.823 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.823 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.823 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.824 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.p74k4X +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.825 | 39711 | Marked run 655 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.825 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.826 | 39713 | Marked run 656 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.826 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.828 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.828 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.829 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.829 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.834 | 30440 | Recursively removing directory: /tmp/git.OKdrsv/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.835 | 30443 | Recursively removing directory: /tmp/git.p74k4X/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.836 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.836 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.836 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.836 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.836 | 39728 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.836 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.836 | 30439 | Removed run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.836 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.836 | 30439 | Assigned run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.836 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.836 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hw3jna +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.836 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.836 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.837 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.837 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QuqtWE +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.837 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.837 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.837 | 39730 | Added a new worker 13 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.837 | 30439 | Removed run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.837 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.837 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.837 | 30439 | Assigned run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.838 | 39727 | Marked run 657 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.839 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.840 | 39729 | Marked run 658 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.840 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.842 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.842 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.843 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.843 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.849 | 30440 | Recursively removing directory: /tmp/git.hw3jna/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.850 | 30443 | Recursively removing directory: /tmp/git.QuqtWE/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.851 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.851 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.851 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.851 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.851 | 39744 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.851 | 30439 | Removed run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.851 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.851 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.851 | 30439 | Assigned run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.851 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.851 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.851 | 39746 | Added a new worker 13 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.851 | 30439 | Removed run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.851 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.851 | 30439 | Assigned run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.852 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.851 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.851 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.851 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.852 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lMY5Pg +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.851 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.851 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.anImnS +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.853 | 39743 | Marked run 659 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.853 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.854 | 39745 | Marked run 660 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.854 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.856 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.856 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.857 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.857 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.863 | 30443 | Recursively removing directory: /tmp/git.lMY5Pg/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.863 | 30440 | Recursively removing directory: /tmp/git.anImnS/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.864 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.864 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.864 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.864 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.864 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.864 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.864 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.864 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.864 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.864 | 39761 | Added a new worker 14 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.864 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.864 | 39762 | Added a new worker 15 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.864 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.864 | 30439 | Removed run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.864 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.864 | 30439 | Assigned run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.864 | 30439 | Removed run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.864 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.865 | 30439 | Assigned run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.865 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.865 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.g3A2qR +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.865 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ma5Jm8 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.867 | 39759 | Marked run 661 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.867 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.869 | 39760 | Marked run 662 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.869 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.870 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.870 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.871 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.871 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.877 | 30443 | Recursively removing directory: /tmp/git.Ma5Jm8/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.877 | 30440 | Recursively removing directory: /tmp/git.g3A2qR/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.878 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.878 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.878 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.878 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.878 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.878 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.878 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.878 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.878 | 39777 | Added a new worker 15 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.878 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.878 | 39778 | Added a new worker 16 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.878 | 30439 | Removed run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.878 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.878 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.878 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.878 | 30439 | Assigned run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.878 | 30439 | Removed run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.878 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.878 | 30439 | Assigned run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.878 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.878 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XEapSA +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.878 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YOOPX3 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.880 | 39775 | Marked run 664 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.881 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.882 | 39776 | Marked run 663 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.882 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.883 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.884 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.884 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.884 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.890 | 30440 | Recursively removing directory: /tmp/git.YOOPX3/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.890 | 30443 | Recursively removing directory: /tmp/git.XEapSA/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.891 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.891 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.891 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.891 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.891 | 39792 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.891 | 30439 | Removed run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.891 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.892 | 30439 | Assigned run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.892 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.892 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.892 | 39794 | Added a new worker 8 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.892 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.892 | 30439 | Removed run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.892 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.892 | 30439 | Assigned run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.892 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.891 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.892 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RlETY3 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.891 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.891 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.892 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.892 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rHL7V0 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.894 | 39791 | Marked run 666 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.894 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.895 | 39793 | Marked run 665 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.895 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.897 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.897 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.898 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.898 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.903 | 30440 | Recursively removing directory: /tmp/git.RlETY3/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.903 | 30443 | Recursively removing directory: /tmp/git.rHL7V0/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.905 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.905 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.905 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.905 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.905 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.905 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.905 | 39809 | Added a new worker 15 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.905 | 30439 | Removed run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.905 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.905 | 30439 | Assigned run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.905 | 39810 | Added a new worker 16 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.905 | 30439 | Removed run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.905 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.905 | 30439 | Assigned run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.905 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.905 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.905 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rg6YJ0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.905 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.905 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.905 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.905 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FYyeiC +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.907 | 39807 | Marked run 668 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.907 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.909 | 39808 | Marked run 667 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.909 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.910 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.911 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.911 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.912 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.917 | 30443 | Recursively removing directory: /tmp/git.FYyeiC/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.918 | 30440 | Recursively removing directory: /tmp/git.rg6YJ0/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.918 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.918 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.918 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.918 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.919 | 39824 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.919 | 30439 | Removed run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.919 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.919 | 30439 | Assigned run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.919 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.918 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.919 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sIV15F +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.920 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.920 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.920 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.920 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.920 | 39826 | Added a new worker 14 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.920 | 30439 | Removed run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.920 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.920 | 30439 | Assigned run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.920 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.921 | 39823 | Marked run 670 as finished +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.920 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.920 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Bmd3fr +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.921 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.923 | 39825 | Marked run 669 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.923 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.924 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.925 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.925 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.926 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.931 | 30443 | Recursively removing directory: /tmp/git.sIV15F/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.932 | 30440 | Recursively removing directory: /tmp/git.Bmd3fr/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.932 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.932 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.933 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.933 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.933 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.933 | 39840 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.933 | 30439 | Removed run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.933 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.933 | 30439 | Assigned run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.933 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.933 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YzjyDr +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.935 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.935 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.935 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.935 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cOchLD +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.935 | 39839 | Marked run 671 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.935 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.935 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.935 | 39842 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.935 | 30439 | Removed run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.935 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.935 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.935 | 30439 | Assigned run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.937 | 39841 | Marked run 672 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.937 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.938 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.939 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.940 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.940 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.944 | 30443 | Recursively removing directory: /tmp/git.YzjyDr/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.946 | 30440 | Recursively removing directory: /tmp/git.cOchLD/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.946 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.946 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.946 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.946 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.946 | 39856 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.946 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.946 | 30439 | Removed run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.946 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.947 | 30439 | Assigned run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.946 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.947 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BwLu0h +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.948 | 39855 | Marked run 673 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.948 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.949 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.949 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.949 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.949 | 39858 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.949 | 30439 | Removed run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.949 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.949 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.949 | 30439 | Assigned run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.949 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.949 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.949 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BR2rug +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.951 | 39857 | Marked run 674 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.951 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.952 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.953 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.954 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.955 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.958 | 30443 | Recursively removing directory: /tmp/git.BwLu0h/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.960 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.960 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.960 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.960 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.960 | 39872 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.960 | 30439 | Removed run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.960 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.960 | 30439 | Assigned run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.960 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.960 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.960 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Z3T2Mr +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.960 | 30440 | Recursively removing directory: /tmp/git.BR2rug/ +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.962 | 39871 | Marked run 675 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.962 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.962 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.963 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.963 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.963 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.963 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.963 | 39874 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.963 | 30439 | Removed run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.963 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.963 | 30439 | Assigned run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.963 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MZFRLx +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.963 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.965 | 39873 | Marked run 676 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.965 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.966 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.967 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.967 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.968 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.972 | 30443 | Recursively removing directory: /tmp/git.Z3T2Mr/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.974 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.974 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.974 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.974 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.974 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.974 | 39888 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.974 | 30439 | Removed run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.974 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.974 | 30439 | Assigned run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.974 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.974 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gyOS4k +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.974 | 30440 | Recursively removing directory: /tmp/git.MZFRLx/ +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.977 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.977 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.977 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.977 | 39887 | Marked run 677 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.977 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.977 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.977 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.977 | 39890 | Added a new worker 10 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.978 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.978 | 30439 | Removed run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.978 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.978 | 30439 | Assigned run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.978 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QOE1M6 +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.979 | 39889 | Marked run 678 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.979 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.980 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.981 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.982 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.983 | 30440 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.987 | 30443 | Recursively removing directory: /tmp/git.gyOS4k/ +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.989 | 30443 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.989 | 30443 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.989 | 30440 | Recursively removing directory: /tmp/git.QOE1M6/ +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.989 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.989 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.989 | 39904 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.989 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.989 | 30439 | Removed run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.989 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.989 | 30439 | Assigned run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.989 | 30443 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.989 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.imfT9L +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.991 | 39903 | Marked run 679 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.991 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.991 | 30440 | Process exit code: 0 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.991 | 30440 | Process output: 57 bytes +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.991 | 30440 | Waiting for a new command +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.991 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.991 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.991 | 39906 | Added a new worker 11 to the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.991 | 30439 | Removed run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.991 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.992 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.992 | 30439 | Assigned run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.992 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bh3h6Y +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.993 | 39905 | Marked run 680 as finished +2024-04-25 03:44:44 | INFO | 30437/cimple-server: 2024-04-25 03:44:44.994 | 30437 | Waiting for new connections +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.995 | 30443 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30443/cimple-worker: 2024-04-25 03:44:44.996 | 30443 | Going to run: ./ci +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.996 | 30440 | Checking out revision HEAD +2024-04-25 03:44:44 | INFO | 30440/cimple-worker: 2024-04-25 03:44:44.996 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.001 | 30443 | Recursively removing directory: /tmp/git.imfT9L/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.002 | 30440 | Recursively removing directory: /tmp/git.bh3h6Y/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.003 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.003 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.003 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.003 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.003 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.003 | 39920 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.003 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.003 | 30439 | Removed run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.003 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.003 | 30439 | Assigned run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.003 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZRpRGZ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.004 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.004 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.005 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.005 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.005 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.005 | 39922 | Added a new worker 14 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.005 | 30439 | Removed run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.005 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.005 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.005 | 30439 | Assigned run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.005 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8kW2xZ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.006 | 39919 | Marked run 681 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.006 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.007 | 39921 | Marked run 682 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.007 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.009 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.009 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.010 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.010 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.015 | 30443 | Recursively removing directory: /tmp/git.ZRpRGZ/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.016 | 30440 | Recursively removing directory: /tmp/git.8kW2xZ/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.017 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.017 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.017 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.017 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.017 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.017 | 39936 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.017 | 30439 | Removed run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.017 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.017 | 30439 | Assigned run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.017 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.018 | 39938 | Added a new worker 8 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.018 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.018 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.018 | 30439 | Removed run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.018 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.018 | 30439 | Assigned run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.017 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fs4Cm6 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.017 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.017 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.017 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.018 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nZH8kX +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.019 | 39935 | Marked run 683 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.019 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.021 | 39937 | Marked run 684 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.021 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.022 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.023 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.023 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.023 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.028 | 30443 | Recursively removing directory: /tmp/git.fs4Cm6/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.029 | 30440 | Recursively removing directory: /tmp/git.nZH8kX/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.030 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.030 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.030 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.030 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.030 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.030 | 39952 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.030 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JVANsv +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.030 | 30439 | Removed run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.030 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.030 | 30439 | Assigned run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.030 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.032 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.032 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.032 | 39951 | Marked run 685 as finished +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.032 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.032 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.032 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.032 | 39954 | Added a new worker 6 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.032 | 30439 | Removed run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.032 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.032 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.033 | 30439 | Assigned run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.033 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.v2QzYT +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.034 | 39953 | Marked run 686 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.034 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.036 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.036 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.038 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.039 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.042 | 30443 | Recursively removing directory: /tmp/git.JVANsv/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.043 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.043 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.043 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.044 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.044 | 39968 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.044 | 30439 | Removed run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.044 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.044 | 30439 | Assigned run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.044 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.044 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.044 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NFjBp0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.044 | 30440 | Recursively removing directory: /tmp/git.v2QzYT/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.046 | 39967 | Marked run 687 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.046 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.046 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.046 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.046 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.046 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.047 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.047 | 39970 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.047 | 30439 | Removed run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.047 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.047 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.047 | 30439 | Assigned run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.047 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.i4KWJi +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.048 | 39969 | Marked run 688 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.048 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.049 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.050 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.051 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.052 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.056 | 30443 | Recursively removing directory: /tmp/git.NFjBp0/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.057 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.057 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.058 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.058 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.058 | 30440 | Recursively removing directory: /tmp/git.i4KWJi/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.058 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.058 | 39984 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.058 | 30439 | Removed run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.058 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.058 | 30439 | Assigned run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.058 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.058 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UElEdm +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.060 | 39983 | Marked run 689 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.060 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.060 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.060 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.060 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.060 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.061 | 39986 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.061 | 30439 | Removed run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.061 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.061 | 30439 | Assigned run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.061 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.060 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.061 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Uz8Pph +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.062 | 39985 | Marked run 690 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.063 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.063 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.064 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.065 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.066 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.069 | 30443 | Recursively removing directory: /tmp/git.UElEdm/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.071 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.071 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.071 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.071 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.071 | 40000 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.071 | 30439 | Removed run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.071 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.071 | 30439 | Assigned run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.071 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.071 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DyIHoG +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.072 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.072 | 30440 | Recursively removing directory: /tmp/git.Uz8Pph/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.074 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.074 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.074 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.074 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.074 | 39999 | Marked run 691 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.074 | 40002 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.074 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.074 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.074 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.075 | 30439 | Removed run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.075 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.075 | 30439 | Assigned run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.075 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7un6P7 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.076 | 40001 | Marked run 692 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.077 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.077 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.078 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.079 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.080 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.083 | 30443 | Recursively removing directory: /tmp/git.DyIHoG/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.085 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.085 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.085 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.085 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.086 | 40016 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.086 | 30439 | Removed run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.086 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.086 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.086 | 30439 | Assigned run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.085 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.086 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.P19jhm +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.087 | 30440 | Recursively removing directory: /tmp/git.7un6P7/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.088 | 40015 | Marked run 693 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.088 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.088 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.088 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.089 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.089 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.089 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.089 | 40018 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.089 | 30439 | Removed run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.089 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.089 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.089 | 30439 | Assigned run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.089 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3o2zwY +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.090 | 40017 | Marked run 694 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.091 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.091 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.092 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.094 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.094 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.097 | 30443 | Recursively removing directory: /tmp/git.P19jhm/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.099 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.099 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.099 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.099 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.099 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.099 | 40031 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.099 | 30439 | Removed run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.099 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.099 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.099 | 30439 | Assigned run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.099 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EChJOT +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.100 | 30440 | Recursively removing directory: /tmp/git.3o2zwY/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.101 | 40030 | Marked run 695 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.101 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.102 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.102 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.102 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.102 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.102 | 40034 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.102 | 30439 | Removed run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.102 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.102 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.102 | 30439 | Assigned run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.102 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.103 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.z2uNyV +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.104 | 40033 | Marked run 696 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.104 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.105 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.105 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.107 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.108 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.111 | 30443 | Recursively removing directory: /tmp/git.EChJOT/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.112 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.112 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.113 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.113 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.113 | 40048 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.113 | 30439 | Removed run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.113 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.113 | 30439 | Assigned run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.113 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.113 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.113 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EfUv1F +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.114 | 30440 | Recursively removing directory: /tmp/git.z2uNyV/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.114 | 40047 | Marked run 697 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.115 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.115 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.115 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.116 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.116 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.116 | 40050 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.116 | 30439 | Removed run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.116 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.116 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.116 | 30439 | Assigned run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.116 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.116 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GHjcu2 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.117 | 40049 | Marked run 698 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.118 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.119 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.120 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.121 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.121 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.125 | 30443 | Recursively removing directory: /tmp/git.EfUv1F/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.127 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.127 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.127 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.127 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.127 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.127 | 40064 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.127 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.127 | 30439 | Removed run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.127 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.127 | 30439 | Assigned run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.127 | 30440 | Recursively removing directory: /tmp/git.GHjcu2/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.128 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZPVQWL +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.128 | 40063 | Marked run 699 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.129 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.129 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.129 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.129 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.130 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.130 | 40066 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.130 | 30439 | Removed run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.130 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.130 | 30439 | Assigned run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.130 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.130 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.130 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C6Df2Q +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.131 | 40065 | Marked run 700 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.132 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.132 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.133 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.135 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.135 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.139 | 30443 | Recursively removing directory: /tmp/git.ZPVQWL/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.140 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.140 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.140 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.141 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.141 | 40080 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.141 | 30439 | Removed run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.141 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.141 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.141 | 30439 | Assigned run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.141 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.141 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.J1ue2R +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.142 | 30440 | Recursively removing directory: /tmp/git.C6Df2Q/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.143 | 40079 | Marked run 701 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.143 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.144 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.144 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.145 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.145 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.145 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.145 | 40082 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.145 | 30439 | Removed run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.145 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.145 | 30439 | Assigned run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.145 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.145 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iybb7m +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.147 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.147 | 40081 | Marked run 702 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.147 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.147 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.150 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.150 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.153 | 30443 | Recursively removing directory: /tmp/git.J1ue2R/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.154 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.154 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.155 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.155 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.155 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.155 | 40095 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.155 | 30439 | Removed run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.155 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.155 | 30439 | Assigned run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.155 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.156 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Aed1Eq +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.156 | 30440 | Recursively removing directory: /tmp/git.iybb7m/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.157 | 40094 | Marked run 703 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.157 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.158 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.158 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.158 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.158 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.158 | 40098 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.158 | 30439 | Removed run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.158 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.158 | 30439 | Assigned run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.158 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.158 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.158 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aEXwPt +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.160 | 40097 | Marked run 704 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.160 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.161 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.161 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.163 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.163 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.167 | 30443 | Recursively removing directory: /tmp/git.Aed1Eq/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.169 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.169 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.169 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.169 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.169 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.169 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KZrpbS +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.169 | 40112 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.169 | 30439 | Removed run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.169 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.169 | 30439 | Assigned run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.170 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.170 | 30440 | Recursively removing directory: /tmp/git.aEXwPt/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.172 | 40111 | Marked run 705 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.172 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.172 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.172 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.172 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.172 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.172 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.172 | 40114 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.172 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.172 | 30439 | Removed run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.172 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.173 | 30439 | Assigned run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.173 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jAoN7z +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.174 | 40113 | Marked run 706 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.174 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.175 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.176 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.177 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.178 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.181 | 30443 | Recursively removing directory: /tmp/git.KZrpbS/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.183 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.183 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.183 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.183 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.183 | 40128 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.183 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.183 | 30439 | Removed run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.183 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.183 | 30439 | Assigned run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.183 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.183 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UWV0Cs +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.184 | 30440 | Recursively removing directory: /tmp/git.jAoN7z/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.185 | 40127 | Marked run 707 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.185 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.186 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.186 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.187 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.187 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.187 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.187 | 40130 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.187 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.187 | 30439 | Removed run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.187 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.187 | 30439 | Assigned run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.187 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pm0krt +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.189 | 40129 | Marked run 708 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.189 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.190 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.190 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.192 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.192 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.196 | 30443 | Recursively removing directory: /tmp/git.UWV0Cs/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.197 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.197 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.198 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.198 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.198 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.198 | 40144 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.198 | 30439 | Removed run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.198 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.198 | 30439 | Assigned run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.198 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.198 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.31SeXq +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.199 | 30440 | Recursively removing directory: /tmp/git.pm0krt/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.200 | 40143 | Marked run 709 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.200 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.200 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.200 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.200 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.201 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.201 | 40146 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.201 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.201 | 30439 | Removed run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.201 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.201 | 30439 | Assigned run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.201 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.201 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZDaSTC +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.203 | 40145 | Marked run 710 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.203 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.205 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.205 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.207 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.207 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.211 | 30443 | Recursively removing directory: /tmp/git.31SeXq/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.212 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.212 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.212 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.212 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.212 | 40160 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.212 | 30439 | Removed run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.213 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.213 | 30439 | Assigned run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.213 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.212 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.213 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.U2AWi4 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.213 | 30440 | Recursively removing directory: /tmp/git.ZDaSTC/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.215 | 40159 | Marked run 711 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.215 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.215 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.215 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.215 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.215 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.216 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.216 | 40162 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.216 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.216 | 30439 | Removed run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.216 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.216 | 30439 | Assigned run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.216 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.y7nq3i +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.218 | 40161 | Marked run 712 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.218 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.219 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.220 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.220 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.221 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.226 | 30443 | Recursively removing directory: /tmp/git.U2AWi4/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.227 | 30440 | Recursively removing directory: /tmp/git.y7nq3i/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.227 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.227 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.227 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.227 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.227 | 40176 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.227 | 30439 | Removed run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.227 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.227 | 30439 | Assigned run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.228 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.227 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.228 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.G8HFVz +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.229 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.229 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.229 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.229 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.229 | 40178 | Added a new worker 8 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.229 | 30439 | Removed run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.229 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.229 | 30439 | Assigned run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.230 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.229 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.230 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ja5YSw +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.231 | 40175 | Marked run 713 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.231 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.232 | 40177 | Marked run 714 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.232 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.233 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.234 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.235 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.235 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.239 | 30443 | Recursively removing directory: /tmp/git.G8HFVz/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.241 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.241 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.241 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.241 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.241 | 40192 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.241 | 30439 | Removed run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.241 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.241 | 30439 | Assigned run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.241 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.241 | 30440 | Recursively removing directory: /tmp/git.ja5YSw/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.241 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.241 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mYbqJJ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.243 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.243 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.243 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.243 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.243 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.243 | 40194 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.244 | 30439 | Removed run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.244 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.244 | 40191 | Marked run 715 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.244 | 30439 | Assigned run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.244 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.244 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SzUg9Q +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.244 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.246 | 40193 | Marked run 716 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.246 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.247 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.248 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.248 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.249 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.254 | 30443 | Recursively removing directory: /tmp/git.mYbqJJ/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.255 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.255 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.255 | 30440 | Recursively removing directory: /tmp/git.SzUg9Q/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.255 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.255 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.255 | 40208 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.255 | 30439 | Removed run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.255 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.256 | 30439 | Assigned run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.256 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.255 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.256 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9a40kj +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.257 | 40207 | Marked run 717 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.257 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.258 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.258 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.258 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.258 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.258 | 40210 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.258 | 30439 | Removed run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.258 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.258 | 30439 | Assigned run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.258 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.258 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.258 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ukKqRp +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.260 | 40209 | Marked run 718 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.260 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.262 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.263 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.263 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.264 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.269 | 30443 | Recursively removing directory: /tmp/git.9a40kj/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.270 | 30440 | Recursively removing directory: /tmp/git.ukKqRp/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.270 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.270 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.270 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.270 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.270 | 40224 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.270 | 30439 | Removed run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.270 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.271 | 30439 | Assigned run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.271 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.270 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.271 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UwjBms +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.272 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.272 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.273 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.272 | 40223 | Marked run 719 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.272 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.272 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.272 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.273 | 40226 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.273 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.273 | 30439 | Removed run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.273 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.273 | 30439 | Assigned run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.273 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TWQuGY +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.274 | 40225 | Marked run 720 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.275 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.276 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.277 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.277 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.278 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.282 | 30443 | Recursively removing directory: /tmp/git.UwjBms/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.284 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.284 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.284 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.284 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.284 | 40240 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.284 | 30439 | Removed run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.284 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.284 | 30439 | Assigned run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.285 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.284 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.285 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Pxrxt1 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.284 | 30440 | Recursively removing directory: /tmp/git.TWQuGY/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.286 | 40239 | Marked run 721 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.286 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.287 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.287 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.287 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.287 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.287 | 40242 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.287 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.287 | 30439 | Removed run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.287 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.287 | 30439 | Assigned run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.287 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.287 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.itQYo6 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.289 | 40241 | Marked run 722 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.289 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.290 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.291 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.292 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.293 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.297 | 30443 | Recursively removing directory: /tmp/git.Pxrxt1/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.298 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.298 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.298 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.298 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.298 | 40256 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.298 | 30439 | Removed run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.298 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.298 | 30439 | Assigned run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.299 | 30440 | Recursively removing directory: /tmp/git.itQYo6/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.299 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.298 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.299 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XxLt5c +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.300 | 40255 | Marked run 723 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.300 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.301 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.301 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.301 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.301 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.302 | 40258 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.302 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.302 | 30439 | Removed run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.302 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.302 | 30439 | Assigned run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.301 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.302 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RgJwlf +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.303 | 40257 | Marked run 724 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.303 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.304 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.305 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.306 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.307 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.310 | 30443 | Recursively removing directory: /tmp/git.XxLt5c/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.312 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.312 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.312 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.312 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.312 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.312 | 40272 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.312 | 30439 | Removed run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.312 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.312 | 30439 | Assigned run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.313 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.313 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wx5zWg +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.313 | 30440 | Recursively removing directory: /tmp/git.RgJwlf/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.314 | 40271 | Marked run 725 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.314 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.315 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.315 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.315 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.315 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.315 | 40274 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.315 | 30439 | Removed run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.315 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.315 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.315 | 30439 | Assigned run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.315 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.315 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xBa3ex +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.317 | 40273 | Marked run 726 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.317 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.318 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.319 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.320 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.320 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.325 | 30443 | Recursively removing directory: /tmp/git.wx5zWg/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.326 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.326 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.326 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.326 | 30440 | Recursively removing directory: /tmp/git.xBa3ex/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.326 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.326 | 40288 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.326 | 30439 | Removed run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.327 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.327 | 30439 | Assigned run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.327 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.326 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.327 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mg6PZH +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.329 | 40287 | Marked run 727 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.329 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.329 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.329 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.329 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.329 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2Shd66 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.329 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.329 | 40290 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.329 | 30439 | Removed run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.329 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.329 | 30439 | Assigned run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.329 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.329 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.331 | 40289 | Marked run 728 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.331 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.332 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.333 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.334 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.335 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.339 | 30443 | Recursively removing directory: /tmp/git.mg6PZH/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.340 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.340 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.340 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.340 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.340 | 40304 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.340 | 30439 | Removed run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.340 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.340 | 30439 | Assigned run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.340 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.341 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1LMYDQ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.341 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.341 | 30440 | Recursively removing directory: /tmp/git.2Shd66/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.343 | 40303 | Marked run 729 as finished +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.343 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.343 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.344 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.344 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.344 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.344 | 40306 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.344 | 30439 | Removed run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.344 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.344 | 30439 | Assigned run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.344 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.344 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SYpbtP +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.346 | 40305 | Marked run 730 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.346 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.346 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.347 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.349 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.349 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.352 | 30443 | Recursively removing directory: /tmp/git.1LMYDQ/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.354 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.354 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.354 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.354 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.354 | 40320 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.354 | 30439 | Removed run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.354 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.354 | 30439 | Assigned run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.354 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.354 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.355 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MGOq6U +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.356 | 30440 | Recursively removing directory: /tmp/git.SYpbtP/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.356 | 40318 | Marked run 731 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.356 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.357 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.357 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.358 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.358 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.358 | 40322 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.358 | 30439 | Removed run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.358 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.358 | 30439 | Assigned run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.358 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.358 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.358 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mf0POx +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.359 | 40321 | Marked run 732 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.359 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.360 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.361 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.362 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.363 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.366 | 30443 | Recursively removing directory: /tmp/git.MGOq6U/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.368 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.368 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.368 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.368 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.368 | 40336 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.368 | 30439 | Removed run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.368 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.369 | 30439 | Assigned run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.369 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.368 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.369 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VvyuSn +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.370 | 30440 | Recursively removing directory: /tmp/git.mf0POx/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.370 | 40335 | Marked run 733 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.370 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.371 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.371 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.371 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.371 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.371 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.371 | 40338 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.371 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.371 | 30439 | Removed run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.371 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.371 | 30439 | Assigned run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.371 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ky2o0a +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.374 | 40337 | Marked run 734 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.374 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.374 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.375 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.376 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.377 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.381 | 30443 | Recursively removing directory: /tmp/git.VvyuSn/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.382 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.382 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.382 | 30440 | Recursively removing directory: /tmp/git.Ky2o0a/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.383 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.383 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.383 | 40352 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.383 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.383 | 30439 | Removed run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.383 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.383 | 30439 | Assigned run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.383 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.383 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zpQIra +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.385 | 40351 | Marked run 735 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.385 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.386 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.386 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.386 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.386 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.386 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.386 | 40354 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.386 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.386 | 30439 | Removed run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.386 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.386 | 30439 | Assigned run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.386 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rA90uY +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.387 | 40353 | Marked run 736 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.388 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.389 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.390 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.391 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.392 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.396 | 30443 | Recursively removing directory: /tmp/git.zpQIra/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.397 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.397 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.397 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.397 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.397 | 40368 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.397 | 30439 | Removed run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.397 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.397 | 30439 | Assigned run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.397 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.397 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oLFyvs +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.398 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.398 | 30440 | Recursively removing directory: /tmp/git.rA90uY/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.399 | 40367 | Marked run 737 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.399 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.400 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.400 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.401 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.401 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.401 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.401 | 40370 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.401 | 30439 | Removed run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.401 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.401 | 30439 | Assigned run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.401 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.401 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ayVn6I +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.403 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.403 | 40369 | Marked run 738 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.403 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.404 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.406 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.407 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.409 | 30443 | Recursively removing directory: /tmp/git.oLFyvs/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.410 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.410 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.410 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.411 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.411 | 40382 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.411 | 30439 | Removed run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.411 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.411 | 30439 | Assigned run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.411 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.411 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.411 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dwBzXi +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.412 | 40381 | Marked run 739 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.412 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.413 | 30440 | Recursively removing directory: /tmp/git.ayVn6I/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.414 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.414 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.415 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.415 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.415 | 40386 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.415 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.415 | 30439 | Removed run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.415 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.415 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.415 | 30439 | Assigned run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.416 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hvVhiH +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.416 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.416 | 40385 | Marked run 740 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.416 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.417 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.420 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.420 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.422 | 30443 | Recursively removing directory: /tmp/git.dwBzXi/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.423 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.423 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.424 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.424 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.424 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.424 | 40397 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.424 | 30439 | Removed run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.424 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.424 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.424 | 30439 | Assigned run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.424 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FQdDPy +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.426 | 40396 | Marked run 741 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.426 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.426 | 30440 | Recursively removing directory: /tmp/git.hvVhiH/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.428 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.428 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.428 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.428 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.428 | 40402 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.428 | 30439 | Removed run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.428 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.428 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.428 | 30439 | Assigned run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.428 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.428 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.T2WXy8 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.430 | 40401 | Marked run 742 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.430 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.430 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.431 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.433 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.433 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.437 | 30443 | Recursively removing directory: /tmp/git.FQdDPy/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.439 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.439 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.439 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.439 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.439 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.439 | 40416 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.439 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.439 | 30439 | Removed run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.439 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.439 | 30439 | Assigned run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.439 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sCK956 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.440 | 30440 | Recursively removing directory: /tmp/git.T2WXy8/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.441 | 40415 | Marked run 743 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.441 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.442 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.442 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.442 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.442 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.442 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.442 | 40418 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.442 | 30439 | Removed run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.442 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.442 | 30439 | Assigned run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.442 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.442 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gwTpb0 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.444 | 40417 | Marked run 744 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.444 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.445 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.445 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.447 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.447 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.451 | 30443 | Recursively removing directory: /tmp/git.sCK956/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.453 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.453 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.453 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.453 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.453 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.453 | 40432 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.453 | 30439 | Removed run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.453 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.453 | 30439 | Assigned run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.453 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.453 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BBMWpP +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.454 | 30440 | Recursively removing directory: /tmp/git.gwTpb0/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.455 | 40431 | Marked run 745 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.455 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.456 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.456 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.456 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.456 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.456 | 40434 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.456 | 30439 | Removed run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.456 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.456 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.456 | 30439 | Assigned run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.456 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.456 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XLBtBX +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.458 | 40433 | Marked run 746 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.458 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.460 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.461 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.462 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.462 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.466 | 30443 | Recursively removing directory: /tmp/git.BBMWpP/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.468 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.468 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.468 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.468 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.468 | 40448 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.468 | 30439 | Removed run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.468 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.468 | 30439 | Assigned run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.468 | 30440 | Recursively removing directory: /tmp/git.XLBtBX/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.469 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.468 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.468 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bzWJGO +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.470 | 40447 | Marked run 747 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.470 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.471 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.471 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.471 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.471 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.471 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.471 | 40450 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.471 | 30439 | Removed run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.471 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.471 | 30439 | Assigned run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.471 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.471 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bpuaQT +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.472 | 40449 | Marked run 748 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.472 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.474 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.475 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.476 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.477 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.481 | 30443 | Recursively removing directory: /tmp/git.bzWJGO/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.483 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.483 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.483 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.483 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.483 | 40464 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.483 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.483 | 30439 | Removed run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.483 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.483 | 30439 | Assigned run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.483 | 30440 | Recursively removing directory: /tmp/git.bpuaQT/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.483 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.483 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ExfQ7C +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.486 | 40463 | Marked run 749 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.486 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.486 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.486 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.486 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.487 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.487 | 40466 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.487 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.487 | 30439 | Removed run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.487 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.487 | 30439 | Assigned run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.487 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.487 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.m74w3u +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.488 | 40465 | Marked run 750 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.488 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.490 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.491 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.492 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.492 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.497 | 30443 | Recursively removing directory: /tmp/git.ExfQ7C/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.498 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.498 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.498 | 30440 | Recursively removing directory: /tmp/git.m74w3u/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.498 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.498 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.498 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.498 | 40480 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.498 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.498 | 30439 | Removed run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.498 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.498 | 30439 | Assigned run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.499 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iVBhN1 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.500 | 40479 | Marked run 751 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.501 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.501 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.501 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.501 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.501 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.501 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.501 | 40482 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.501 | 30439 | Removed run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.501 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.501 | 30439 | Assigned run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.501 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.501 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.V3bXqM +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.503 | 40481 | Marked run 752 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.503 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.504 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.505 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.506 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.506 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.511 | 30443 | Recursively removing directory: /tmp/git.iVBhN1/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.512 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.512 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.512 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.512 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.512 | 40496 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.512 | 30439 | Removed run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.512 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.513 | 30439 | Assigned run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.513 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.512 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.513 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DTvL93 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.513 | 30440 | Recursively removing directory: /tmp/git.V3bXqM/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.514 | 40495 | Marked run 753 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.515 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.515 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.515 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.515 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.515 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.515 | 40498 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.515 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.516 | 30439 | Removed run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.516 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.516 | 30439 | Assigned run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.515 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.516 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UOL4N1 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.517 | 40497 | Marked run 754 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.518 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.519 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.519 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.520 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.521 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.525 | 30443 | Recursively removing directory: /tmp/git.DTvL93/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.526 | 30440 | Recursively removing directory: /tmp/git.UOL4N1/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.527 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.527 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.527 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.527 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.527 | 40512 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.527 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.527 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.527 | 30439 | Removed run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.527 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.527 | 30439 | Assigned run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.528 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aGArdO +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.529 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.529 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.529 | 40511 | Marked run 755 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.529 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.529 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.529 | 40514 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.529 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.529 | 30439 | Removed run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.529 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.529 | 30439 | Assigned run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.529 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.529 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zq8bA2 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.531 | 40513 | Marked run 756 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.532 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.533 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.533 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.534 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.535 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.539 | 30443 | Recursively removing directory: /tmp/git.aGArdO/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.540 | 30440 | Recursively removing directory: /tmp/git.zq8bA2/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.541 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.541 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.541 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.541 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.541 | 40528 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.541 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.541 | 30439 | Removed run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.541 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.541 | 30439 | Assigned run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.541 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.541 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BwgBz2 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.543 | 40527 | Marked run 757 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.543 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.543 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.543 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.543 | 40530 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.543 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.543 | 30439 | Removed run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.544 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.544 | 30439 | Assigned run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.543 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.543 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.543 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.544 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5D5o7s +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.545 | 40529 | Marked run 758 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.545 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.546 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.547 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.548 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.548 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.553 | 30443 | Recursively removing directory: /tmp/git.BwgBz2/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.554 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.554 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.554 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.554 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.554 | 40544 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.554 | 30439 | Removed run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.554 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.554 | 30439 | Assigned run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.555 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.554 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.554 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vdR5HN +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.554 | 30440 | Recursively removing directory: /tmp/git.5D5o7s/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.556 | 40543 | Marked run 759 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.556 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.556 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.557 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.557 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.557 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.557 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.557 | 40546 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.557 | 30439 | Removed run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.557 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.557 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.557 | 30439 | Assigned run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.557 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XWAyBn +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.558 | 40545 | Marked run 760 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.558 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.560 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.561 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.561 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.562 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.567 | 30443 | Recursively removing directory: /tmp/git.vdR5HN/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.568 | 30440 | Recursively removing directory: /tmp/git.XWAyBn/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.568 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.568 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.568 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.569 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.569 | 40560 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.569 | 30439 | Removed run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.569 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.569 | 30439 | Assigned run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.569 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.569 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.569 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.S5NVVf +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.570 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.571 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.571 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.571 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.571 | 40562 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.571 | 40559 | Marked run 761 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.571 | 30439 | Removed run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.571 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.571 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.571 | 30439 | Assigned run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.571 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.571 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.571 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3gJC6s +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.573 | 40561 | Marked run 762 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.573 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.575 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.576 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.576 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.577 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.581 | 30443 | Recursively removing directory: /tmp/git.S5NVVf/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.582 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.582 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.583 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.583 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.583 | 30440 | Recursively removing directory: /tmp/git.3gJC6s/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.583 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.583 | 40576 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.583 | 30439 | Removed run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.583 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.583 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.583 | 30439 | Assigned run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.584 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Cppmfo +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.585 | 40575 | Marked run 763 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.585 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.585 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.585 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.586 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.586 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.586 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.586 | 40578 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.586 | 30439 | Removed run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.586 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.586 | 30439 | Assigned run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.586 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.586 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.He9kw9 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.588 | 40577 | Marked run 764 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.588 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.589 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.590 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.591 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.592 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.596 | 30443 | Recursively removing directory: /tmp/git.Cppmfo/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.598 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.598 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.598 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.598 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.598 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.598 | 40592 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.598 | 30439 | Removed run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.598 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.598 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.598 | 30439 | Assigned run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.598 | 30440 | Recursively removing directory: /tmp/git.He9kw9/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.599 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DTy8Yx +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.600 | 40591 | Marked run 765 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.600 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.601 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.601 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.601 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.601 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.601 | 40594 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.601 | 30439 | Removed run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.601 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.601 | 30439 | Assigned run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.601 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.601 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.601 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8TDpga +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.603 | 40593 | Marked run 766 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.603 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.604 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.604 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.606 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.606 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.610 | 30443 | Recursively removing directory: /tmp/git.DTy8Yx/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.611 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.611 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.612 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.612 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.612 | 40608 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.612 | 30439 | Removed run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.612 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.612 | 30439 | Assigned run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.612 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.612 | 30440 | Recursively removing directory: /tmp/git.8TDpga/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.612 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.612 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FlhXOW +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.614 | 40607 | Marked run 767 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.614 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.615 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.615 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.615 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.615 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.615 | 40610 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.615 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.615 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.615 | 30439 | Removed run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.615 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.615 | 30439 | Assigned run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.616 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.csRZrB +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.617 | 40609 | Marked run 768 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.617 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.618 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.618 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.620 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.621 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.624 | 30443 | Recursively removing directory: /tmp/git.FlhXOW/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.625 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.625 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.625 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.625 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.625 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.626 | 40623 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.626 | 30439 | Removed run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.626 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.626 | 30439 | Assigned run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.626 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.626 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vVcrH5 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.627 | 30440 | Recursively removing directory: /tmp/git.csRZrB/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.628 | 40622 | Marked run 769 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.628 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.629 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.629 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.629 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.629 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.629 | 40626 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.629 | 30439 | Removed run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.629 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.629 | 30439 | Assigned run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.629 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.629 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.629 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RnrbMU +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.631 | 40625 | Marked run 770 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.631 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.632 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.633 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.634 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.634 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.638 | 30443 | Recursively removing directory: /tmp/git.vVcrH5/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.640 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.640 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.640 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.640 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.640 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.640 | 40640 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.640 | 30439 | Removed run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.640 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.640 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.640 | 30439 | Assigned run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.640 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BiPjqG +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.640 | 30440 | Recursively removing directory: /tmp/git.RnrbMU/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.642 | 40639 | Marked run 771 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.642 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.643 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.643 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.643 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.643 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.643 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.643 | 40642 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.643 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.643 | 30439 | Removed run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.643 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.643 | 30439 | Assigned run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.643 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RPtJpq +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.645 | 40641 | Marked run 772 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.645 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.646 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.647 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.648 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.648 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.653 | 30443 | Recursively removing directory: /tmp/git.BiPjqG/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.654 | 30440 | Recursively removing directory: /tmp/git.RPtJpq/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.655 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.655 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.655 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.655 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.655 | 40656 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.655 | 30439 | Removed run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.655 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.655 | 30439 | Assigned run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.655 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.655 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.655 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9rcRaq +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.657 | 40655 | Marked run 773 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.657 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.657 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.657 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.657 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.657 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.657 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.658 | 40658 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.658 | 30439 | Removed run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.658 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.658 | 30439 | Assigned run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.658 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.658 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bXXPEi +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.661 | 40657 | Marked run 774 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.661 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.662 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.662 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.664 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.664 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.668 | 30443 | Recursively removing directory: /tmp/git.9rcRaq/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.670 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.670 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.670 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.670 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.670 | 40672 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.670 | 30439 | Removed run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.670 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.670 | 30439 | Assigned run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.670 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.670 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.670 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Nfvs2X +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.671 | 30440 | Recursively removing directory: /tmp/git.bXXPEi/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.672 | 40671 | Marked run 775 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.672 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.673 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.673 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.673 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.673 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.673 | 40674 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.673 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.673 | 30439 | Removed run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.673 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.673 | 30439 | Assigned run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.673 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.673 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dCRtPM +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.675 | 40673 | Marked run 776 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.675 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.676 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.676 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.678 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.678 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.682 | 30443 | Recursively removing directory: /tmp/git.Nfvs2X/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.684 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.684 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.684 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.684 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.684 | 40688 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.684 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.684 | 30439 | Removed run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.684 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.684 | 30439 | Assigned run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.684 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.684 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SvzN3R +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.684 | 30440 | Recursively removing directory: /tmp/git.dCRtPM/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.686 | 40687 | Marked run 777 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.687 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.687 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.687 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.687 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.687 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.687 | 40690 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.687 | 30439 | Removed run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.687 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.687 | 30439 | Assigned run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.687 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.687 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BCufrF +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.688 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.689 | 40689 | Marked run 778 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.689 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.690 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.691 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.692 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.693 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.697 | 30443 | Recursively removing directory: /tmp/git.SvzN3R/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.698 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.698 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.698 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.699 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.699 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.699 | 40704 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.699 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.699 | 30439 | Removed run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.699 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.699 | 30439 | Assigned run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.699 | 30440 | Recursively removing directory: /tmp/git.BCufrF/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.699 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ogLLVQ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.700 | 40703 | Marked run 779 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.701 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.701 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.701 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.702 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.701 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.702 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.702 | 40706 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.702 | 30439 | Removed run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.702 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.702 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.702 | 30439 | Assigned run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.702 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.i4NkWN +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.703 | 40705 | Marked run 780 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.703 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.705 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.706 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.707 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.707 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.712 | 30443 | Recursively removing directory: /tmp/git.ogLLVQ/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.713 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.713 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.713 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.713 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.713 | 30440 | Recursively removing directory: /tmp/git.i4NkWN/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.713 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.714 | 40720 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.714 | 30439 | Removed run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.714 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.714 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.714 | 30439 | Assigned run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.714 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2tgA9E +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.715 | 40719 | Marked run 781 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.715 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.716 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.716 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.716 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.716 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.716 | 40722 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.716 | 30439 | Removed run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.716 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.716 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.716 | 30439 | Assigned run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.716 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.716 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LBX6jb +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.718 | 40721 | Marked run 782 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.718 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.720 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.721 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.721 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.722 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.726 | 30443 | Recursively removing directory: /tmp/git.2tgA9E/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.727 | 30440 | Recursively removing directory: /tmp/git.LBX6jb/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.728 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.728 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.728 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.728 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.728 | 40736 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.728 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.728 | 30439 | Removed run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.728 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.728 | 30439 | Assigned run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.728 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.728 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NnRf62 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.730 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.730 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.730 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.730 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zaMx55 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.730 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.730 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.730 | 40738 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.730 | 40735 | Marked run 783 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.730 | 30439 | Removed run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.730 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.730 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.730 | 30439 | Assigned run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.731 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.732 | 40737 | Marked run 784 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.732 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.733 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.734 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.735 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.735 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.740 | 30443 | Recursively removing directory: /tmp/git.NnRf62/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.741 | 30440 | Recursively removing directory: /tmp/git.zaMx55/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.741 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.741 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.741 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.741 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.742 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.742 | 40752 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.742 | 30439 | Removed run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.742 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.742 | 30439 | Assigned run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.742 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.742 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.56k4dL +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.743 | 40751 | Marked run 785 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.744 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.744 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.744 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.744 | 40754 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.744 | 30439 | Removed run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.744 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.744 | 30439 | Assigned run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.744 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.744 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.744 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.744 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.744 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9PaHUB +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.745 | 40753 | Marked run 786 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.746 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.747 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.748 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.748 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.749 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.754 | 30443 | Recursively removing directory: /tmp/git.56k4dL/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.755 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.755 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.755 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.755 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.755 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.755 | 40768 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.755 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.755 | 30439 | Removed run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.755 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.756 | 30439 | Assigned run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.756 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZngMef +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.755 | 30440 | Recursively removing directory: /tmp/git.9PaHUB/ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.758 | 40767 | Marked run 787 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.758 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.758 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.758 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.758 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.759 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cSK9WW +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.758 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.758 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.758 | 40770 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.758 | 30439 | Removed run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.758 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.758 | 30439 | Assigned run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.759 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.760 | 40769 | Marked run 788 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.760 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.762 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.762 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.763 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.763 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.768 | 30443 | Recursively removing directory: /tmp/git.ZngMef/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.769 | 30440 | Recursively removing directory: /tmp/git.cSK9WW/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.769 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.769 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.770 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.770 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.770 | 40784 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.770 | 30439 | Removed run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.770 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.770 | 30439 | Assigned run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.770 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.770 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.770 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AxtTmN +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.772 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.772 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.772 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.772 | 40783 | Marked run 789 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.772 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.772 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.772 | 40786 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.772 | 30439 | Removed run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.772 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.772 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.772 | 30439 | Assigned run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.772 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.772 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TW1pwt +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.775 | 40785 | Marked run 790 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.775 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.777 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.777 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.778 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.779 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.783 | 30443 | Recursively removing directory: /tmp/git.AxtTmN/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.784 | 30440 | Recursively removing directory: /tmp/git.TW1pwt/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.785 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.785 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.785 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.785 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.785 | 40800 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.785 | 30439 | Removed run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.785 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.785 | 30439 | Assigned run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.785 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.785 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.786 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4HVfjB +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.787 | 40799 | Marked run 791 as finished +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.787 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.787 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.787 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.787 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.787 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.787 | 40802 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.787 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.787 | 30439 | Removed run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.787 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.787 | 30439 | Assigned run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.787 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.787 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WmqO3U +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.789 | 40801 | Marked run 792 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.789 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.791 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.792 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.793 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.793 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.798 | 30443 | Recursively removing directory: /tmp/git.4HVfjB/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.799 | 30440 | Recursively removing directory: /tmp/git.WmqO3U/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.800 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.800 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.800 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.800 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.800 | 40816 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.800 | 30439 | Removed run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.800 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.800 | 30439 | Assigned run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.800 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.800 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.800 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4uZiLc +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.802 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.802 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.802 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.802 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.802 | 40818 | Added a new worker 13 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.802 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.802 | 30439 | Removed run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.802 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.802 | 30439 | Assigned run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.802 | 40815 | Marked run 793 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.802 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.802 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.802 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PxIHIZ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.804 | 40817 | Marked run 794 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.804 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.806 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.807 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.807 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.807 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.813 | 30443 | Recursively removing directory: /tmp/git.4uZiLc/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.813 | 30440 | Recursively removing directory: /tmp/git.PxIHIZ/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.814 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.814 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.814 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.815 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.815 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.815 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.815 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.815 | 40832 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.815 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.815 | 30439 | Removed run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.815 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.815 | 30439 | Assigned run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.815 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.815 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.815 | 40834 | Added a new worker 8 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.815 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.815 | 30439 | Removed run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.815 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.815 | 30439 | Assigned run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.815 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.816 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pPgXeq +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.815 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Lwoi4O +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.817 | 40831 | Marked run 795 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.817 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.819 | 40833 | Marked run 796 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.819 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.821 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.821 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.822 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.822 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.827 | 30443 | Recursively removing directory: /tmp/git.Lwoi4O/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.828 | 30440 | Recursively removing directory: /tmp/git.pPgXeq/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.829 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.829 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.829 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.829 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.829 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.829 | 40848 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.829 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.829 | 30439 | Removed run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.829 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.829 | 30439 | Assigned run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.829 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.829 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.830 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.830 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.830 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.830 | 40850 | Added a new worker 13 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.830 | 30439 | Removed run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.830 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.830 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.830 | 30439 | Assigned run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.830 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wGtYDn +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.829 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mcguYj +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.831 | 40847 | Marked run 797 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.831 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.832 | 40849 | Marked run 798 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.833 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.834 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.835 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.835 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.836 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.841 | 30443 | Recursively removing directory: /tmp/git.mcguYj/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.842 | 30440 | Recursively removing directory: /tmp/git.wGtYDn/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.842 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.842 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.842 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.843 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.843 | 40864 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.843 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.843 | 30439 | Removed run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.843 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.843 | 30439 | Assigned run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.843 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.843 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yg8hmO +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.844 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.844 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.844 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.844 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.844 | 40866 | Added a new worker 14 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.844 | 30439 | Removed run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.844 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.844 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.844 | 30439 | Assigned run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.844 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.845 | 40863 | Marked run 799 as finished +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.844 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VvgXrX +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.845 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.846 | 40865 | Marked run 800 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.847 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.848 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.849 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.849 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.849 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.855 | 30443 | Recursively removing directory: /tmp/git.yg8hmO/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.855 | 30440 | Recursively removing directory: /tmp/git.VvgXrX/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.856 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.856 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.857 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.857 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.857 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.857 | 40880 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.857 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.857 | 30439 | Removed run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.857 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.857 | 30439 | Assigned run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.857 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.857 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.857 | 40882 | Added a new worker 13 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.857 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.857 | 30439 | Removed run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.857 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.857 | 30439 | Assigned run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.857 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.857 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.857 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.857 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1Z6vsB +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.857 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QIWXTb +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.859 | 40879 | Marked run 801 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.859 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.860 | 40881 | Marked run 802 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.861 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.862 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.863 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.863 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.863 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.869 | 30440 | Recursively removing directory: /tmp/git.1Z6vsB/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.869 | 30443 | Recursively removing directory: /tmp/git.QIWXTb/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.870 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.870 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.870 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.871 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.870 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.871 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.870 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.871 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.871 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.871 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.871 | 40897 | Added a new worker 15 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.871 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.871 | 30439 | Removed run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.871 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.871 | 30439 | Assigned run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.871 | 40898 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.871 | 30439 | Removed run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.871 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.871 | 30439 | Assigned run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.871 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.871 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rmL4Ty +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.872 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ENYIFk +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.872 | 40896 | Marked run 804 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.873 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.874 | 40895 | Marked run 803 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.874 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.876 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.876 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.877 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.877 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.883 | 30443 | Recursively removing directory: /tmp/git.ENYIFk/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.883 | 30440 | Recursively removing directory: /tmp/git.rmL4Ty/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.884 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.884 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.884 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.884 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.884 | 40912 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.884 | 30439 | Removed run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.884 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.884 | 30439 | Assigned run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.884 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.884 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gnLOks +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.884 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.884 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.885 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.885 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HayunL +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.885 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.885 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.885 | 40914 | Added a new worker 8 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.885 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.885 | 30439 | Removed run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.885 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.885 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.885 | 30439 | Assigned run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.886 | 40911 | Marked run 806 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.886 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.888 | 40913 | Marked run 805 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.888 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.890 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.891 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.891 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.892 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.897 | 30443 | Recursively removing directory: /tmp/git.gnLOks/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.898 | 30440 | Recursively removing directory: /tmp/git.HayunL/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.898 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.898 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.899 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.899 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.899 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.899 | 40928 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.899 | 30439 | Removed run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.899 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.899 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.899 | 30439 | Assigned run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.899 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.899 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.899 | 40930 | Added a new worker 13 to the queue +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.899 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Pp3eX2 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.899 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.899 | 30439 | Removed run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.899 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.899 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.899 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.900 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dyajcK +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.899 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.899 | 30439 | Assigned run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.901 | 40927 | Marked run 807 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.901 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.902 | 40929 | Marked run 808 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.902 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.904 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.905 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.905 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.905 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.911 | 30440 | Recursively removing directory: /tmp/git.dyajcK/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.911 | 30443 | Recursively removing directory: /tmp/git.Pp3eX2/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.912 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.912 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.912 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.912 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.912 | 40944 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.912 | 30439 | Removed run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.912 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.912 | 30439 | Assigned run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.912 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.912 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.913 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.913 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.913 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.913 | 40946 | Added a new worker 13 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.913 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.913 | 30439 | Removed run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.913 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.913 | 30439 | Assigned run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.913 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6KWewH +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.912 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.912 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3riejW +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.914 | 40943 | Marked run 810 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.914 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.916 | 40945 | Marked run 809 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.916 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.918 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.918 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.918 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.919 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.924 | 30440 | Recursively removing directory: /tmp/git.3riejW/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.925 | 30443 | Recursively removing directory: /tmp/git.6KWewH/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.925 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.925 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.926 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.926 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.926 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.926 | 40960 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.926 | 30439 | Removed run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.926 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.926 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.926 | 30439 | Assigned run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.926 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Zvetux +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.927 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.927 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.927 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.927 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.927 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.927 | 40962 | Added a new worker 14 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.927 | 30439 | Removed run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.927 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.927 | 30439 | Assigned run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.928 | 40959 | Marked run 811 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.928 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.928 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.928 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Jtwq05 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.929 | 40961 | Marked run 812 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.929 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.931 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.932 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.932 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.932 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.938 | 30440 | Recursively removing directory: /tmp/git.Zvetux/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.938 | 30443 | Recursively removing directory: /tmp/git.Jtwq05/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.939 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.939 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.939 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.940 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.940 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.940 | 40976 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.940 | 30439 | Removed run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.940 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.940 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.940 | 30439 | Assigned run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.940 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.940 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.940 | 40978 | Added a new worker 13 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.940 | 30439 | Removed run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.940 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.940 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.940 | 30439 | Assigned run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.940 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FQq2AW +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.940 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.940 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.940 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.940 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.t498SW +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.941 | 40975 | Marked run 813 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.942 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.943 | 40977 | Marked run 814 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.943 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.945 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.945 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.946 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.946 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.952 | 30440 | Recursively removing directory: /tmp/git.FQq2AW/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.952 | 30443 | Recursively removing directory: /tmp/git.t498SW/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.953 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.953 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.953 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.953 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.954 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.953 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.953 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.954 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.954 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.954 | 40993 | Added a new worker 14 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.954 | 30439 | Removed run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.954 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.954 | 30439 | Assigned run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.954 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.954 | 40994 | Added a new worker 10 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.954 | 30439 | Removed run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.954 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.954 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.954 | 30439 | Assigned run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.953 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.954 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ve4lMZ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.954 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.B3rhAv +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.955 | 40991 | Marked run 815 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.956 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.957 | 40992 | Marked run 816 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.957 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.959 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.959 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.960 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.960 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.965 | 30440 | Recursively removing directory: /tmp/git.ve4lMZ/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.965 | 30443 | Recursively removing directory: /tmp/git.B3rhAv/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.966 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.966 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.967 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.967 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.967 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.967 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.967 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.967 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6sWMlQ +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.967 | 41009 | Added a new worker 15 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.967 | 30439 | Removed run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.967 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.967 | 30439 | Assigned run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.967 | 41010 | Added a new worker 16 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.967 | 30439 | Removed run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.967 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.967 | 30439 | Assigned run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.967 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.967 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.967 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.967 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.968 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TMIdmn +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.969 | 41007 | Marked run 817 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.970 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.971 | 41008 | Marked run 818 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.971 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.972 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.973 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.973 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.973 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.979 | 30440 | Recursively removing directory: /tmp/git.6sWMlQ/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.979 | 30443 | Recursively removing directory: /tmp/git.TMIdmn/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.980 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.980 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.980 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.981 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.981 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.981 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.981 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.981 | 41024 | Added a new worker 13 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.981 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.981 | 41026 | Added a new worker 8 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.981 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.981 | 30439 | Removed run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.981 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.981 | 30439 | Assigned run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.981 | 30439 | Removed run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.981 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.981 | 30439 | Assigned run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.981 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.981 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.981 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1O8lv4 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.982 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vUJXwm +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.983 | 41023 | Marked run 819 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.983 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.985 | 41025 | Marked run 820 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.985 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.986 | 30443 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.987 | 30440 | Checking out revision HEAD +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.987 | 30443 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.988 | 30440 | Going to run: ./ci +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.993 | 30443 | Recursively removing directory: /tmp/git.vUJXwm/ +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.994 | 30440 | Recursively removing directory: /tmp/git.1O8lv4/ +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.994 | 30443 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.994 | 30443 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.995 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.995 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.995 | 41040 | Added a new worker 11 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.995 | 30439 | Removed run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.995 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.995 | 30439 | Assigned run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.995 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.995 | 30443 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30443/cimple-worker: 2024-04-25 03:44:45.995 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Lu8JJi +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.996 | 30440 | Process exit code: 0 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.996 | 30440 | Process output: 57 bytes +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.996 | 30440 | Waiting for a new command +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.996 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.996 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.996 | 41042 | Added a new worker 14 to the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.996 | 30439 | Removed run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.996 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.996 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.996 | 30439 | Assigned run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:45 | INFO | 30440/cimple-worker: 2024-04-25 03:44:45.996 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C3kP6P +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.998 | 41039 | Marked run 822 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.998 | 30437 | Waiting for new connections +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.999 | 41041 | Marked run 821 as finished +2024-04-25 03:44:45 | INFO | 30437/cimple-server: 2024-04-25 03:44:45.999 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.002 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.002 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.003 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.003 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.009 | 30443 | Recursively removing directory: /tmp/git.Lu8JJi/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.009 | 30440 | Recursively removing directory: /tmp/git.C3kP6P/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.010 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.010 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.011 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.011 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.011 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.011 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.011 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.011 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.011 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.011 | 41056 | Added a new worker 13 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.011 | 30439 | Removed run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.011 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.011 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.011 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.011 | 30439 | Assigned run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.011 | 41058 | Added a new worker 9 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.011 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.011 | 30439 | Removed run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.011 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.011 | 30439 | Assigned run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.012 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Uk0lMN +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.012 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tbtP6I +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.013 | 41055 | Marked run 824 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.013 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.015 | 41057 | Marked run 823 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.015 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.017 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.018 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.018 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.018 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.024 | 30440 | Recursively removing directory: /tmp/git.tbtP6I/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.024 | 30443 | Recursively removing directory: /tmp/git.Uk0lMN/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.025 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.025 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.025 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.025 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.025 | 41072 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.025 | 30439 | Removed run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.025 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.025 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.026 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yeMZ4z +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.026 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.026 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.025 | 30439 | Assigned run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.026 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.026 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.026 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yf5J6B +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.026 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.026 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.026 | 41074 | Added a new worker 13 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.026 | 30439 | Removed run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.026 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.026 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.026 | 30439 | Assigned run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.027 | 41071 | Marked run 825 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.027 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.029 | 41073 | Marked run 826 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.029 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.031 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.031 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.031 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.031 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.037 | 30440 | Recursively removing directory: /tmp/git.yeMZ4z/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.037 | 30443 | Recursively removing directory: /tmp/git.yf5J6B/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.039 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.039 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.039 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.039 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.039 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.039 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.039 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.039 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.039 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.039 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.039 | 41089 | Added a new worker 14 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.039 | 30439 | Removed run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.039 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.039 | 30439 | Assigned run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.039 | 41090 | Added a new worker 16 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.039 | 30439 | Removed run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.039 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.039 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.039 | 30439 | Assigned run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.039 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.039 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3n0h6X +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.039 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OoDjaj +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.042 | 41087 | Marked run 827 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.042 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.043 | 41088 | Marked run 828 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.043 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.045 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.046 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.046 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.047 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.052 | 30443 | Recursively removing directory: /tmp/git.3n0h6X/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.053 | 30440 | Recursively removing directory: /tmp/git.OoDjaj/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.054 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.054 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.054 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.054 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.054 | 41104 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.054 | 30439 | Removed run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.054 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.054 | 30439 | Assigned run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.054 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.054 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.054 | 41106 | Added a new worker 15 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.055 | 30439 | Removed run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.055 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.055 | 30439 | Assigned run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.055 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.055 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.054 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.054 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OuH4hZ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.054 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.054 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.054 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.055 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tJ6Izx +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.056 | 41103 | Marked run 830 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.057 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.058 | 41105 | Marked run 829 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.058 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.059 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.060 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.060 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.061 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.066 | 30443 | Recursively removing directory: /tmp/git.OuH4hZ/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.066 | 30440 | Recursively removing directory: /tmp/git.tJ6Izx/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.067 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.067 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.068 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.068 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.068 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.068 | 41120 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.068 | 30439 | Removed run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.068 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.068 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.068 | 30439 | Assigned run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.068 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.068 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.068 | 41122 | Added a new worker 13 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.068 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.068 | 30439 | Removed run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.068 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.068 | 30439 | Assigned run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.068 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.67QQuR +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.068 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.068 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.068 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.068 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ATrW2Y +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.070 | 41119 | Marked run 831 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.070 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.072 | 41121 | Marked run 832 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.072 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.073 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.074 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.074 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.074 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.080 | 30440 | Recursively removing directory: /tmp/git.ATrW2Y/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.080 | 30443 | Recursively removing directory: /tmp/git.67QQuR/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.081 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.081 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.082 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.082 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.082 | 41136 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.082 | 30439 | Removed run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.082 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.082 | 30439 | Assigned run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.082 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.082 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.082 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.082 | 41138 | Added a new worker 13 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.082 | 30439 | Removed run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.082 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.082 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.082 | 30439 | Assigned run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.082 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.082 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vpyng6 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.082 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.082 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.082 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.082 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yoB3Eo +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.084 | 41135 | Marked run 834 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.084 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.085 | 41137 | Marked run 833 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.085 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.087 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.087 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.088 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.088 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.093 | 30440 | Recursively removing directory: /tmp/git.vpyng6/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.093 | 30443 | Recursively removing directory: /tmp/git.yoB3Eo/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.095 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.095 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.095 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.095 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.095 | 41152 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.095 | 30439 | Removed run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.095 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.095 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.095 | 30439 | Assigned run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.095 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.095 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.095 | 41154 | Added a new worker 13 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.095 | 30439 | Removed run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.095 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.095 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.095 | 30439 | Assigned run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.095 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.095 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.095 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.096 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Qj2MY6 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.095 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.095 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.R0jLYd +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.097 | 41151 | Marked run 835 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.097 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.098 | 41153 | Marked run 836 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.098 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.101 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.102 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.102 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.103 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.108 | 30443 | Recursively removing directory: /tmp/git.Qj2MY6/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.109 | 30440 | Recursively removing directory: /tmp/git.R0jLYd/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.109 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.109 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.110 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.110 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.110 | 41168 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.110 | 30439 | Removed run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.110 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.110 | 30439 | Assigned run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.110 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.110 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DRSeku +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.110 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.110 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.110 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.111 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.111 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.111 | 41170 | Added a new worker 13 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.111 | 30439 | Removed run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.111 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.111 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.111 | 30439 | Assigned run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.111 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VbVVEm +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.112 | 41167 | Marked run 838 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.112 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.113 | 41169 | Marked run 837 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.114 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.115 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.115 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.115 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.116 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.121 | 30443 | Recursively removing directory: /tmp/git.DRSeku/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.122 | 30440 | Recursively removing directory: /tmp/git.VbVVEm/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.123 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.123 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.123 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.123 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.123 | 41184 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.123 | 30439 | Removed run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.123 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.123 | 30439 | Assigned run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.123 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.123 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.srRVba +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.123 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.123 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.124 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.124 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DM2dyo +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.124 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.124 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.124 | 41186 | Added a new worker 13 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.124 | 30439 | Removed run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.124 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.124 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.124 | 30439 | Assigned run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.125 | 41183 | Marked run 839 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.125 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.128 | 41185 | Marked run 840 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.128 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.129 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.130 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.130 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.131 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.136 | 30443 | Recursively removing directory: /tmp/git.srRVba/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.137 | 30440 | Recursively removing directory: /tmp/git.DM2dyo/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.137 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.137 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.137 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.137 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.137 | 41200 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.137 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.137 | 30439 | Removed run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.137 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.137 | 30439 | Assigned run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.137 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.137 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uw3XRn +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.139 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.139 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.139 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.139 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.139 | 41199 | Marked run 841 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.140 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.140 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.140 | 41202 | Added a new worker 6 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.140 | 30439 | Removed run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.140 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.140 | 30439 | Assigned run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.140 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.140 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kOSHKo +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.142 | 41201 | Marked run 842 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.142 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.143 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.143 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.144 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.145 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.149 | 30443 | Recursively removing directory: /tmp/git.uw3XRn/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.150 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.151 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.151 | 30440 | Recursively removing directory: /tmp/git.kOSHKo/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.151 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.151 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.151 | 41216 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.151 | 30439 | Removed run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.151 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.151 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.151 | 30439 | Assigned run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.151 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Q5wBr0 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.151 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.153 | 41215 | Marked run 843 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.153 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.153 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.154 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.154 | 41218 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.153 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.154 | 30439 | Removed run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.153 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.154 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.154 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.154 | 30439 | Assigned run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.154 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zXrZcT +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.154 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.156 | 41217 | Marked run 844 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.156 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.156 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.157 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.159 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.159 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.163 | 30443 | Recursively removing directory: /tmp/git.Q5wBr0/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.164 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.164 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.165 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.165 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.165 | 41232 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.165 | 30439 | Removed run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.165 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.165 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.165 | 30439 | Assigned run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.165 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.165 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.W4Scsb +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.166 | 30440 | Recursively removing directory: /tmp/git.zXrZcT/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.167 | 41231 | Marked run 845 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.167 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.168 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.168 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.168 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.169 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.169 | 41234 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.169 | 30439 | Removed run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.169 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.169 | 30439 | Assigned run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.169 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.169 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.169 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sDdgp9 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.170 | 41233 | Marked run 846 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.170 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.171 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.171 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.174 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.175 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.177 | 30443 | Recursively removing directory: /tmp/git.W4Scsb/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.178 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.178 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.179 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.179 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.179 | 41245 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.179 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.179 | 30439 | Removed run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.179 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.179 | 30439 | Assigned run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.179 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.179 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HAQncz +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.181 | 41244 | Marked run 847 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.181 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.181 | 30440 | Recursively removing directory: /tmp/git.sDdgp9/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.183 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.183 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.183 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.183 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.183 | 41250 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.183 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.183 | 30439 | Removed run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.183 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.183 | 30439 | Assigned run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.183 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.183 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Atas9Q +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.184 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.185 | 41249 | Marked run 848 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.185 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.185 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.188 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.188 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.191 | 30443 | Recursively removing directory: /tmp/git.HAQncz/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.192 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.192 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.192 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.192 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.192 | 41261 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.192 | 30439 | Removed run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.192 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.192 | 30439 | Assigned run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.192 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.192 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.97OpY5 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.193 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.194 | 41260 | Marked run 849 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.194 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.195 | 30440 | Recursively removing directory: /tmp/git.Atas9Q/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.196 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.196 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.196 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.196 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.196 | 41266 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.196 | 30439 | Removed run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.196 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.196 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.197 | 30439 | Assigned run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.196 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.197 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.B2tqrm +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.198 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.199 | 41265 | Marked run 850 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.199 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.199 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.201 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.202 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.204 | 30443 | Recursively removing directory: /tmp/git.97OpY5/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.206 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.206 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.206 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.206 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.206 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.206 | 41279 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.207 | 30439 | Removed run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.207 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.207 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.207 | 30439 | Assigned run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.207 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.V4HWSf +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.208 | 30440 | Recursively removing directory: /tmp/git.B2tqrm/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.209 | 41277 | Marked run 851 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.209 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.210 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.210 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.210 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.210 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.210 | 41282 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.210 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.210 | 30439 | Removed run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.210 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.210 | 30439 | Assigned run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.210 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.210 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JgZ5jl +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.212 | 41281 | Marked run 852 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.212 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.212 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.213 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.215 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.216 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.219 | 30443 | Recursively removing directory: /tmp/git.V4HWSf/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.220 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.220 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.220 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.221 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.221 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.221 | 41296 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.221 | 30439 | Removed run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.221 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.221 | 30439 | Assigned run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.221 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mLGu5X +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.221 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.222 | 30440 | Recursively removing directory: /tmp/git.JgZ5jl/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.224 | 41295 | Marked run 853 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.224 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.224 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.224 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.225 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.225 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.225 | 41298 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.225 | 30439 | Removed run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.225 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.225 | 30439 | Assigned run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.225 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.225 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.225 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2BJFYB +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.227 | 41297 | Marked run 854 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.227 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.228 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.229 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.231 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.231 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.234 | 30443 | Recursively removing directory: /tmp/git.mLGu5X/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.236 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.236 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.236 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.236 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.236 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.236 | 41311 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.236 | 30439 | Removed run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.236 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.236 | 30439 | Assigned run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.236 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.237 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.99uuqL +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.237 | 30440 | Recursively removing directory: /tmp/git.2BJFYB/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.238 | 41310 | Marked run 855 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.238 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.239 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.239 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.239 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.239 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.239 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.239 | 41314 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.239 | 30439 | Removed run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.239 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.239 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.239 | 30439 | Assigned run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.239 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.b8AGFZ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.241 | 41313 | Marked run 856 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.241 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.242 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.243 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.244 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.245 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.249 | 30443 | Recursively removing directory: /tmp/git.99uuqL/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.250 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.250 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.250 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.251 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.251 | 41328 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.251 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.251 | 30439 | Removed run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.251 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.251 | 30439 | Assigned run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.251 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.251 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fKrpwp +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.251 | 30440 | Recursively removing directory: /tmp/git.b8AGFZ/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.252 | 41327 | Marked run 857 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.253 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.254 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.254 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.254 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.254 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.254 | 41330 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.254 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.254 | 30439 | Removed run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.254 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.254 | 30439 | Assigned run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.254 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.255 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1mGliI +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.255 | 41329 | Marked run 858 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.255 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.256 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.257 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.259 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.260 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.262 | 30443 | Recursively removing directory: /tmp/git.fKrpwp/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.264 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.264 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.264 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.264 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.264 | 41343 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.264 | 30439 | Removed run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.264 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.264 | 30439 | Assigned run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.264 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.264 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.264 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ecm5db +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.266 | 30440 | Recursively removing directory: /tmp/git.1mGliI/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.266 | 41342 | Marked run 859 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.266 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.267 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.267 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.267 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.267 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.267 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.267 | 41346 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.267 | 30439 | Removed run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.267 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.268 | 30439 | Assigned run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.268 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.268 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9Z021A +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.269 | 41345 | Marked run 860 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.269 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.270 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.271 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.272 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.273 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.277 | 30443 | Recursively removing directory: /tmp/git.Ecm5db/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.278 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.278 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.278 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.278 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.278 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.279 | 41360 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.279 | 30439 | Removed run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.279 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.279 | 30439 | Assigned run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.279 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.279 | 30440 | Recursively removing directory: /tmp/git.9Z021A/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.279 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.g4rbK9 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.280 | 41359 | Marked run 861 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.280 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.281 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.281 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.281 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.281 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.281 | 41362 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.281 | 30439 | Removed run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.281 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.282 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.282 | 30439 | Assigned run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.281 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.282 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mljkr0 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.284 | 41361 | Marked run 862 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.284 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.284 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.285 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.287 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.287 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.291 | 30443 | Recursively removing directory: /tmp/git.g4rbK9/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.292 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.292 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.292 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.292 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.292 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.292 | 41376 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.292 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.293 | 30439 | Removed run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.293 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.293 | 30439 | Assigned run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.293 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RM8N6Q +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.294 | 30440 | Recursively removing directory: /tmp/git.mljkr0/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.294 | 41374 | Marked run 863 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.294 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.295 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.295 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.295 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.296 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.296 | 41378 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.296 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.296 | 30439 | Removed run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.296 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.296 | 30439 | Assigned run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.296 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.296 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7PqW7f +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.297 | 41377 | Marked run 864 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.298 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.298 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.299 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.300 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.301 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.305 | 30443 | Recursively removing directory: /tmp/git.RM8N6Q/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.306 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.306 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.306 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.306 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.306 | 41392 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.306 | 30439 | Removed run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.306 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.306 | 30439 | Assigned run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.306 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.306 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.306 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NaGTqD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.308 | 30440 | Recursively removing directory: /tmp/git.7PqW7f/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.308 | 41391 | Marked run 865 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.308 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.309 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.309 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.310 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.310 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.310 | 41394 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.310 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.310 | 30439 | Removed run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.310 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.310 | 30439 | Assigned run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.310 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.310 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PIFeyK +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.311 | 41393 | Marked run 866 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.311 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.312 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.313 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.314 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.315 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.318 | 30443 | Recursively removing directory: /tmp/git.NaGTqD/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.320 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.320 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.320 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.320 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.320 | 41408 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.320 | 30439 | Removed run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.320 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.320 | 30439 | Assigned run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.320 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.320 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kvGIWF +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.321 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.322 | 30440 | Recursively removing directory: /tmp/git.PIFeyK/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.322 | 41407 | Marked run 867 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.322 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.323 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.323 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.323 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.323 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.323 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.324 | 41410 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.324 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.324 | 30439 | Removed run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.324 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.324 | 30439 | Assigned run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.324 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.301kQa +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.326 | 41409 | Marked run 868 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.326 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.326 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.327 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.329 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.329 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.333 | 30443 | Recursively removing directory: /tmp/git.kvGIWF/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.335 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.335 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.335 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.335 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.335 | 41424 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.335 | 30439 | Removed run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.335 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.335 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.335 | 30439 | Assigned run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.335 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.335 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XXBZop +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.336 | 30440 | Recursively removing directory: /tmp/git.301kQa/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.337 | 41423 | Marked run 869 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.338 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.338 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.338 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.339 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.339 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.339 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.339 | 41426 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.339 | 30439 | Removed run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.339 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.339 | 30439 | Assigned run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.339 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.339 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.n9Tsbg +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.341 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.341 | 41425 | Marked run 870 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.341 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.342 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.344 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.345 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.347 | 30443 | Recursively removing directory: /tmp/git.XXBZop/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.349 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.349 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.349 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.349 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.349 | 41437 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.349 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.349 | 30439 | Removed run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.349 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.349 | 30439 | Assigned run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.349 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.349 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.27EccU +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.351 | 30440 | Recursively removing directory: /tmp/git.n9Tsbg/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.352 | 41436 | Marked run 871 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.352 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.353 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.353 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.354 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.354 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.354 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.354 | 41442 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.354 | 30439 | Removed run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.354 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.354 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kEbnBT +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.354 | 30439 | Assigned run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.354 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.355 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.355 | 41441 | Marked run 872 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.356 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.356 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.359 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.360 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.361 | 30443 | Recursively removing directory: /tmp/git.27EccU/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.363 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.363 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.363 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.363 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.363 | 41453 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.363 | 30439 | Removed run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.363 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.363 | 30439 | Assigned run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.363 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.363 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.364 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1EIu9C +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.365 | 41452 | Marked run 873 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.365 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.366 | 30440 | Recursively removing directory: /tmp/git.kEbnBT/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.368 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.368 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.368 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.368 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.368 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.368 | 41458 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.368 | 30439 | Removed run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.368 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.368 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.368 | 30439 | Assigned run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.369 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.S2egGg +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.370 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.370 | 41457 | Marked run 874 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.370 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.370 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.373 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.374 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.377 | 30443 | Recursively removing directory: /tmp/git.1EIu9C/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.378 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.378 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.378 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.378 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.378 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.378 | 41471 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.378 | 30439 | Removed run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.378 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.378 | 30439 | Assigned run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.378 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.379 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TmlH6E +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.380 | 30440 | Recursively removing directory: /tmp/git.S2egGg/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.381 | 41470 | Marked run 875 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.381 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.382 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.382 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.382 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.382 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.382 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.382 | 41474 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.382 | 30439 | Removed run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.382 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.382 | 30439 | Assigned run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.382 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.382 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AnsRAj +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.384 | 41473 | Marked run 876 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.384 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.385 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.385 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.387 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.387 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.391 | 30443 | Recursively removing directory: /tmp/git.TmlH6E/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.393 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.393 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.393 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.393 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.393 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.393 | 41488 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.393 | 30439 | Removed run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.393 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.393 | 30439 | Assigned run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.393 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.393 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.D8UZO9 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.394 | 30440 | Recursively removing directory: /tmp/git.AnsRAj/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.395 | 41487 | Marked run 877 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.395 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.396 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.396 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.396 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.396 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.396 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.396 | 41490 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.396 | 30439 | Removed run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.396 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.396 | 30439 | Assigned run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.396 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.396 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.m7cZJY +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.398 | 41489 | Marked run 878 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.398 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.400 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.400 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.402 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.402 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.406 | 30443 | Recursively removing directory: /tmp/git.D8UZO9/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.407 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.407 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.408 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.408 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.408 | 41504 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.408 | 30439 | Removed run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.408 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.408 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.408 | 30439 | Assigned run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.408 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.408 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RCZr7i +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.408 | 30440 | Recursively removing directory: /tmp/git.m7cZJY/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.410 | 41503 | Marked run 879 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.410 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.411 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.411 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.411 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.411 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.411 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.411 | 41506 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.411 | 30439 | Removed run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.411 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.412 | 30439 | Assigned run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.412 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.412 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zEvRhN +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.413 | 41505 | Marked run 880 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.413 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.414 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.415 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.417 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.417 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.421 | 30443 | Recursively removing directory: /tmp/git.RCZr7i/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.422 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.422 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.422 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.423 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.423 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.423 | 41520 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.423 | 30439 | Removed run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.423 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.423 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.423 | 30439 | Assigned run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.423 | 30440 | Recursively removing directory: /tmp/git.zEvRhN/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.424 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.olAo6X +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.424 | 41519 | Marked run 881 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.425 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.425 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.425 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.426 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.426 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.426 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.426 | 41522 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.426 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.426 | 30439 | Removed run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.426 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.426 | 30439 | Assigned run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.426 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Q0yybj +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.427 | 41521 | Marked run 882 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.427 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.429 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.429 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.431 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.431 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.435 | 30443 | Recursively removing directory: /tmp/git.olAo6X/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.437 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.437 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.437 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.437 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.437 | 41536 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.437 | 30439 | Removed run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.437 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.437 | 30439 | Assigned run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.437 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.437 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.437 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TOMwfq +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.437 | 30440 | Recursively removing directory: /tmp/git.Q0yybj/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.439 | 41535 | Marked run 883 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.440 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.440 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.440 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.440 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.440 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.440 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.440 | 41538 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.440 | 30439 | Removed run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.440 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.440 | 30439 | Assigned run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.441 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.441 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bIykVP +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.442 | 41537 | Marked run 884 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.442 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.443 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.444 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.445 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.445 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.450 | 30443 | Recursively removing directory: /tmp/git.TOMwfq/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.451 | 30440 | Recursively removing directory: /tmp/git.bIykVP/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.451 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.451 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.451 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.452 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.452 | 41552 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.452 | 30439 | Removed run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.452 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.452 | 30439 | Assigned run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.452 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.452 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AhPlaL +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.452 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.454 | 41551 | Marked run 885 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.454 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.454 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.454 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.454 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.454 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.454 | 41554 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.454 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.454 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.454 | 30439 | Removed run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.455 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FzlaFu +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.454 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.454 | 30439 | Assigned run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.456 | 41553 | Marked run 886 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.456 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.457 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.458 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.459 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.460 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.464 | 30443 | Recursively removing directory: /tmp/git.AhPlaL/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.465 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.465 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.465 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.466 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.466 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.466 | 41568 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.466 | 30439 | Removed run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.466 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.466 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zquZB4 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.466 | 30440 | Recursively removing directory: /tmp/git.FzlaFu/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.466 | 30439 | Assigned run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.466 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.468 | 41567 | Marked run 887 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.468 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.468 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.468 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.469 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.469 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.469 | 41570 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.469 | 30439 | Removed run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.469 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.469 | 30439 | Assigned run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.469 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.469 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.469 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gJizzs +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.470 | 41569 | Marked run 888 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.470 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.472 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.473 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.474 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.474 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.479 | 30443 | Recursively removing directory: /tmp/git.zquZB4/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.480 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.480 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.480 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.480 | 30440 | Recursively removing directory: /tmp/git.gJizzs/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.480 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.480 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.481 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WZ1XoV +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.480 | 41584 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.480 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.480 | 30439 | Removed run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.480 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.480 | 30439 | Assigned run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.482 | 41583 | Marked run 889 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.482 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.482 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.482 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.483 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.483 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.483 | 41586 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.483 | 30439 | Removed run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.483 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.483 | 30439 | Assigned run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.483 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.483 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.483 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XrbChw +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.485 | 41585 | Marked run 890 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.485 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.486 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.487 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.487 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.488 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.493 | 30443 | Recursively removing directory: /tmp/git.WZ1XoV/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.494 | 30440 | Recursively removing directory: /tmp/git.XrbChw/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.494 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.494 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.494 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.495 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.495 | 41600 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.495 | 30439 | Removed run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.495 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.495 | 30439 | Assigned run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.495 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.495 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tbruV5 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.495 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.496 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.496 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.496 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.496 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.496 | 41602 | Added a new worker 13 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.496 | 30439 | Removed run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.496 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.496 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.496 | 30439 | Assigned run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.496 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.496 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kv3JyH +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.497 | 41599 | Marked run 891 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.497 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.498 | 41601 | Marked run 892 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.499 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.501 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.501 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.502 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.502 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.507 | 30443 | Recursively removing directory: /tmp/git.tbruV5/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.508 | 30440 | Recursively removing directory: /tmp/git.kv3JyH/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.509 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.509 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.509 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.509 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.509 | 41616 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.509 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.509 | 30439 | Removed run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.509 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.509 | 30439 | Assigned run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.510 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.510 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.510 | 41618 | Added a new worker 13 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.510 | 30439 | Removed run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.510 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.510 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.510 | 30439 | Assigned run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.509 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.509 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ws5CrS +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.509 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.509 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.510 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.510 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.T1Sw4w +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.511 | 41615 | Marked run 893 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.511 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.513 | 41617 | Marked run 894 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.513 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.515 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.516 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.516 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.517 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.522 | 30443 | Recursively removing directory: /tmp/git.ws5CrS/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.522 | 30440 | Recursively removing directory: /tmp/git.T1Sw4w/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.523 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.523 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.523 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.524 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.524 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.524 | 41632 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.524 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.524 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.524 | 30439 | Removed run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.524 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.524 | 30439 | Assigned run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.524 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.524 | 41634 | Added a new worker 13 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.524 | 30439 | Removed run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.524 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.524 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.524 | 30439 | Assigned run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.524 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iICkAl +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.524 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.524 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.524 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.525 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8O7vOT +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.525 | 41631 | Marked run 895 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.526 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.528 | 41633 | Marked run 896 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.528 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.530 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.531 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.531 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.531 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.537 | 30440 | Recursively removing directory: /tmp/git.8O7vOT/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.537 | 30443 | Recursively removing directory: /tmp/git.iICkAl/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.538 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.538 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.538 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.538 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.538 | 41648 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.538 | 30439 | Removed run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.538 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.538 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.538 | 30439 | Assigned run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.538 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.539 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sHNSGh +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.539 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.539 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.540 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.540 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.540 | 41650 | Added a new worker 14 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.540 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.540 | 30439 | Removed run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.540 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.540 | 30439 | Assigned run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.540 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.540 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hXKBMp +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.541 | 41647 | Marked run 898 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.541 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.542 | 41649 | Marked run 897 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.543 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.544 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.544 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.545 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.545 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.551 | 30443 | Recursively removing directory: /tmp/git.hXKBMp/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.551 | 30440 | Recursively removing directory: /tmp/git.sHNSGh/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.552 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.552 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.552 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.552 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.552 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.552 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.552 | 41666 | Added a new worker 15 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.552 | 41665 | Added a new worker 16 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.552 | 30439 | Removed run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.552 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.552 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.553 | 30439 | Assigned run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.553 | 30439 | Removed run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.553 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.553 | 30439 | Assigned run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.553 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.552 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.553 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lAjdBI +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.552 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.552 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.552 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.553 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jIMP3h +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.554 | 41664 | Marked run 900 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.555 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.556 | 41663 | Marked run 899 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.556 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.558 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.559 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.559 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.559 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.565 | 30443 | Recursively removing directory: /tmp/git.jIMP3h/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.565 | 30440 | Recursively removing directory: /tmp/git.lAjdBI/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.566 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.566 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.566 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.566 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.567 | 41680 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.567 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.567 | 30439 | Removed run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.567 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.567 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.567 | 30439 | Assigned run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.567 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.567 | 41682 | Added a new worker 12 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.567 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.567 | 30439 | Removed run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.567 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.567 | 30439 | Assigned run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.566 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.566 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.567 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.567 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9CgzcS +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.566 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.567 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.voEciz +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.569 | 41679 | Marked run 901 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.569 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.570 | 41681 | Marked run 902 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.570 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.572 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.572 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.573 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.573 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.579 | 30443 | Recursively removing directory: /tmp/git.voEciz/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.579 | 30440 | Recursively removing directory: /tmp/git.9CgzcS/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.580 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.580 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.580 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.580 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.580 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.580 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3Wd2l7 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.580 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.580 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.580 | 41696 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.580 | 30439 | Removed run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.580 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.580 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.580 | 30439 | Assigned run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.580 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.581 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.581 | 41698 | Added a new worker 13 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.581 | 30439 | Removed run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.581 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.581 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.581 | 30439 | Assigned run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.582 | 41695 | Marked run 903 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.582 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.580 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.581 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MK40op +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.584 | 41697 | Marked run 904 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.584 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.585 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.586 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.586 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.587 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.592 | 30443 | Recursively removing directory: /tmp/git.3Wd2l7/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.592 | 30440 | Recursively removing directory: /tmp/git.MK40op/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.593 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.593 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.593 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.594 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.594 | 41712 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.594 | 30439 | Removed run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.594 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.594 | 30439 | Assigned run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.594 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.594 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GY8jlU +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.594 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.594 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.594 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.595 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.595 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.595 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.595 | 41714 | Added a new worker 14 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.595 | 30439 | Removed run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.595 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.595 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.595 | 30439 | Assigned run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.595 | 41711 | Marked run 905 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.595 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.595 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.t7chwr +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.598 | 41713 | Marked run 906 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.598 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.599 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.600 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.600 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.601 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.605 | 30443 | Recursively removing directory: /tmp/git.GY8jlU/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.607 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.607 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.607 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.607 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.607 | 30440 | Recursively removing directory: /tmp/git.t7chwr/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.607 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.607 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qsnnlS +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.607 | 41728 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.607 | 30439 | Removed run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.607 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.607 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.607 | 30439 | Assigned run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.609 | 41727 | Marked run 907 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.609 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.610 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.610 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.610 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.610 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.610 | 41730 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.610 | 30439 | Removed run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.610 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.610 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.610 | 30439 | Assigned run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.610 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.610 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.14zw7i +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.612 | 41729 | Marked run 908 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.612 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.613 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.613 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.615 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.616 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.619 | 30443 | Recursively removing directory: /tmp/git.qsnnlS/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.621 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.621 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.621 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.621 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.621 | 41744 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.621 | 30439 | Removed run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.621 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.621 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.621 | 30439 | Assigned run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.621 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.621 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XtLHSG +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.622 | 30440 | Recursively removing directory: /tmp/git.14zw7i/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.624 | 41743 | Marked run 909 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.624 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.624 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.624 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.625 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.625 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.625 | 41746 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.625 | 30439 | Removed run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.625 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.625 | 30439 | Assigned run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.625 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.625 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tZlc8M +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.625 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.627 | 41745 | Marked run 910 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.627 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.627 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.628 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.629 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.630 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.634 | 30443 | Recursively removing directory: /tmp/git.XtLHSG/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.635 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.636 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.636 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.636 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.636 | 41760 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.636 | 30439 | Removed run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.636 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.636 | 30439 | Assigned run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.636 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.636 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ETOBN5 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.636 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.636 | 30440 | Recursively removing directory: /tmp/git.tZlc8M/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.638 | 41759 | Marked run 911 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.638 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.639 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.639 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.639 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.639 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.639 | 41762 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.639 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.639 | 30439 | Removed run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.639 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.639 | 30439 | Assigned run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.639 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.639 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kMpSFT +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.641 | 41761 | Marked run 912 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.641 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.642 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.643 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.644 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.645 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.648 | 30443 | Recursively removing directory: /tmp/git.ETOBN5/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.650 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.650 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.650 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.650 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.650 | 41776 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.650 | 30439 | Removed run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.650 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.650 | 30439 | Assigned run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.650 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.651 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RZ4rfO +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.651 | 30440 | Recursively removing directory: /tmp/git.kMpSFT/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.651 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.652 | 41775 | Marked run 913 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.652 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.653 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.653 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.654 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.654 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.654 | 41778 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.654 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.654 | 30439 | Removed run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.654 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.654 | 30439 | Assigned run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.654 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.654 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ToIcjo +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.656 | 41777 | Marked run 914 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.656 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.656 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.657 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.659 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.660 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.663 | 30443 | Recursively removing directory: /tmp/git.RZ4rfO/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.664 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.664 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.664 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.664 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.664 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.665 | 41791 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.665 | 30439 | Removed run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.665 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.665 | 30439 | Assigned run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.665 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.665 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.90hcD4 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.666 | 30440 | Recursively removing directory: /tmp/git.ToIcjo/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.666 | 41790 | Marked run 915 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.666 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.668 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.668 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.668 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.668 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.668 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.668 | 41794 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.668 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.668 | 30439 | Removed run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.668 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.668 | 30439 | Assigned run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.669 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RYGKd5 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.671 | 41793 | Marked run 916 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.671 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.672 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.673 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.675 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.675 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.679 | 30443 | Recursively removing directory: /tmp/git.90hcD4/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.680 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.680 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.680 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.680 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.680 | 41807 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.680 | 30439 | Removed run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.680 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.680 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.681 | 30439 | Assigned run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.680 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.681 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VfgmE9 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.682 | 30440 | Recursively removing directory: /tmp/git.RYGKd5/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.682 | 41806 | Marked run 917 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.682 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.683 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.683 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.683 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.684 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.684 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.684 | 41810 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.684 | 30439 | Removed run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.684 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.684 | 30439 | Assigned run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.684 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NF3tyZ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.684 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.685 | 41809 | Marked run 918 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.686 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.687 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.687 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.688 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.689 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.693 | 30443 | Recursively removing directory: /tmp/git.VfgmE9/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.694 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.694 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.695 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.695 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.695 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.695 | 41824 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.695 | 30439 | Removed run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.695 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.695 | 30439 | Assigned run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.695 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.695 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ewt9U8 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.695 | 30440 | Recursively removing directory: /tmp/git.NF3tyZ/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.697 | 41823 | Marked run 919 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.697 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.698 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.698 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.698 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.698 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.698 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.698 | 41826 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.698 | 30439 | Removed run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.698 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.698 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.698 | 30439 | Assigned run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.698 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OBgaZk +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.700 | 41825 | Marked run 920 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.700 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.701 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.701 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.703 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.704 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.707 | 30443 | Recursively removing directory: /tmp/git.Ewt9U8/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.708 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.708 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.709 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.709 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.709 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.709 | 41840 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.709 | 30439 | Removed run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.709 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.709 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.709 | 30439 | Assigned run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.710 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.n5H7tg +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.710 | 30440 | Recursively removing directory: /tmp/git.OBgaZk/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.711 | 41838 | Marked run 921 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.711 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.712 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.712 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.712 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.712 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.712 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.712 | 41842 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.712 | 30439 | Removed run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.712 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.712 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.712 | 30439 | Assigned run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.712 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jkPwYG +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.714 | 41841 | Marked run 922 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.714 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.715 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.716 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.717 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.717 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.721 | 30443 | Recursively removing directory: /tmp/git.n5H7tg/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.723 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.723 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.723 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.723 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.723 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.723 | 41856 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.723 | 30439 | Removed run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.723 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.723 | 30439 | Assigned run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.724 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.723 | 30440 | Recursively removing directory: /tmp/git.jkPwYG/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.723 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tFaIVm +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.725 | 41855 | Marked run 923 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.725 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.726 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.726 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.726 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.726 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.726 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.726 | 41858 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.726 | 30439 | Removed run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.726 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.726 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.726 | 30439 | Assigned run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.727 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YX60Ng +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.727 | 41857 | Marked run 924 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.727 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.729 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.729 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.731 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.731 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.735 | 30443 | Recursively removing directory: /tmp/git.tFaIVm/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.737 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.737 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.737 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.737 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.737 | 41872 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.737 | 30439 | Removed run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.737 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.737 | 30439 | Assigned run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.737 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.737 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.737 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tGTZs3 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.737 | 30440 | Recursively removing directory: /tmp/git.YX60Ng/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.739 | 41871 | Marked run 925 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.739 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.740 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.740 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.740 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.740 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.740 | 41874 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.740 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.740 | 30439 | Removed run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.740 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.740 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.740 | 30439 | Assigned run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.741 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qlKPfv +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.742 | 41873 | Marked run 926 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.742 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.743 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.743 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.745 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.745 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.749 | 30443 | Recursively removing directory: /tmp/git.tGTZs3/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.750 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.750 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.751 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.751 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.751 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.751 | 41888 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.751 | 30439 | Removed run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.751 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.751 | 30439 | Assigned run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.751 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4jJLCZ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.751 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.752 | 30440 | Recursively removing directory: /tmp/git.qlKPfv/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.753 | 41887 | Marked run 927 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.753 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.754 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.754 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.754 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.754 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.754 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.754 | 41890 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.754 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.754 | 30439 | Removed run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.754 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.754 | 30439 | Assigned run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.754 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EB9XKf +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.756 | 41889 | Marked run 928 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.756 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.757 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.757 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.759 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.760 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.763 | 30443 | Recursively removing directory: /tmp/git.4jJLCZ/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.764 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.764 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.765 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.764 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.765 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.765 | 41904 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.765 | 30439 | Removed run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.765 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.765 | 30439 | Assigned run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.765 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.766 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rDV4Sr +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.766 | 30440 | Recursively removing directory: /tmp/git.EB9XKf/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.766 | 41903 | Marked run 929 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.767 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.768 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.768 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.768 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.768 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.768 | 41906 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.768 | 30439 | Removed run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.768 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.768 | 30439 | Assigned run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.768 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.768 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rvVEUw +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.768 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.770 | 41905 | Marked run 930 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.770 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.771 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.771 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.773 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.773 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.777 | 30443 | Recursively removing directory: /tmp/git.rDV4Sr/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.779 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.779 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.779 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.779 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.779 | 41920 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.779 | 30439 | Removed run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.779 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.779 | 30439 | Assigned run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.779 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.779 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.779 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.37QXuL +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.780 | 30440 | Recursively removing directory: /tmp/git.rvVEUw/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.781 | 41919 | Marked run 931 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.781 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.782 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.782 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.782 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.782 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.782 | 41922 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.782 | 30439 | Removed run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.782 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.782 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.782 | 30439 | Assigned run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.782 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.782 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PfuBz9 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.785 | 41921 | Marked run 932 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.785 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.786 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.787 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.788 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.789 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.792 | 30443 | Recursively removing directory: /tmp/git.37QXuL/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.794 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.794 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.794 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.794 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.794 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.795 | 41936 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.795 | 30439 | Removed run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.795 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.795 | 30439 | Assigned run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.795 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hOZO5Q +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.795 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.795 | 30440 | Recursively removing directory: /tmp/git.PfuBz9/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.796 | 41935 | Marked run 933 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.797 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.797 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.797 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.797 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.798 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.798 | 41938 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.798 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.798 | 30439 | Removed run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.798 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.798 | 30439 | Assigned run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.798 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.798 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OP0rn7 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.800 | 41937 | Marked run 934 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.800 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.800 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.801 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.803 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.803 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.807 | 30443 | Recursively removing directory: /tmp/git.hOZO5Q/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.808 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.808 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.808 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.809 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.809 | 41952 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.809 | 30439 | Removed run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.809 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.809 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.809 | 30439 | Assigned run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.809 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.809 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uSMlmz +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.809 | 30440 | Recursively removing directory: /tmp/git.OP0rn7/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.811 | 41951 | Marked run 935 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.811 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.812 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.812 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.812 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.812 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.812 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.812 | 41954 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.812 | 30439 | Removed run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.812 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.812 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.812 | 30439 | Assigned run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.813 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dzo2YS +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.814 | 41953 | Marked run 936 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.814 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.816 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.817 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.818 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.818 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.822 | 30443 | Recursively removing directory: /tmp/git.uSMlmz/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.824 | 30440 | Recursively removing directory: /tmp/git.dzo2YS/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.824 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.824 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.824 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.824 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.824 | 41968 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.824 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.824 | 30439 | Removed run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.824 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.824 | 30439 | Assigned run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.824 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.824 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bADZIl +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.826 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.826 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.827 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.827 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.827 | 41967 | Marked run 937 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.827 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.827 | 41970 | Added a new worker 6 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.827 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.827 | 30439 | Removed run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.827 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.827 | 30439 | Assigned run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.827 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.827 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.anWkHB +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.829 | 41969 | Marked run 938 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.829 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.830 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.830 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.832 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.832 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.836 | 30443 | Recursively removing directory: /tmp/git.bADZIl/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.837 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.837 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.837 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.838 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.838 | 41983 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.838 | 30439 | Removed run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.838 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.838 | 30439 | Assigned run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.838 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.838 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.838 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OZEHXA +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.839 | 30440 | Recursively removing directory: /tmp/git.anWkHB/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.840 | 41982 | Marked run 939 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.840 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.841 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.841 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.841 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.841 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.841 | 41986 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.842 | 30439 | Removed run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.842 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.842 | 30439 | Assigned run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.841 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.842 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fbMf71 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.842 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.843 | 41985 | Marked run 940 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.843 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.844 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.844 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.846 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.847 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.850 | 30443 | Recursively removing directory: /tmp/git.OZEHXA/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.851 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.851 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.851 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.851 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.851 | 41999 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.851 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.852 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.852 | 30439 | Removed run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.852 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.852 | 30439 | Assigned run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.852 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.57Euwk +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.853 | 30440 | Recursively removing directory: /tmp/git.fbMf71/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.853 | 41998 | Marked run 941 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.854 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.855 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.855 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.855 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.855 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.855 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.855 | 42002 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.855 | 30439 | Removed run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.855 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mShSkc +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.855 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.855 | 30439 | Assigned run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.856 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.857 | 42001 | Marked run 942 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.857 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.858 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.858 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.860 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.861 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.864 | 30443 | Recursively removing directory: /tmp/git.57Euwk/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.865 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.865 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.866 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.866 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.866 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.866 | 42015 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.866 | 30439 | Removed run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.866 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.866 | 30439 | Assigned run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.866 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.866 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VjOu4z +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.867 | 30440 | Recursively removing directory: /tmp/git.mShSkc/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.868 | 42014 | Marked run 943 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.868 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.869 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.869 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.869 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.869 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.869 | 42018 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.870 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.870 | 30439 | Removed run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.870 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.870 | 30439 | Assigned run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.869 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.870 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.D2kLzs +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.871 | 42017 | Marked run 944 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.871 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.872 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.873 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.875 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.875 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.879 | 30443 | Recursively removing directory: /tmp/git.VjOu4z/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.880 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.880 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.880 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.880 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.880 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.880 | 42032 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.880 | 30439 | Removed run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.880 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.881 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.84WEcD +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.880 | 30439 | Assigned run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.881 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.882 | 30440 | Recursively removing directory: /tmp/git.D2kLzs/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.883 | 42031 | Marked run 945 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.883 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.884 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.884 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.884 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.884 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.884 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.884 | 42034 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.884 | 30439 | Removed run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.884 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.884 | 30439 | Assigned run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.884 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.884 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hBg8r0 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.886 | 42033 | Marked run 946 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.886 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.887 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.887 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.889 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.890 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.893 | 30443 | Recursively removing directory: /tmp/git.84WEcD/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.894 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.894 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.894 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.894 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.895 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.895 | 42048 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.895 | 30439 | Removed run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.895 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.895 | 30439 | Assigned run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.895 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.897 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LTkEEO +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.897 | 30440 | Recursively removing directory: /tmp/git.hBg8r0/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.897 | 42046 | Marked run 947 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.897 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.899 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.899 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.899 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.899 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.899 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.899 | 42050 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.899 | 30439 | Removed run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.899 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.899 | 30439 | Assigned run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.899 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.899 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FKlUyt +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.901 | 42049 | Marked run 948 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.901 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.902 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.903 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.904 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.905 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.908 | 30443 | Recursively removing directory: /tmp/git.LTkEEO/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.910 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.910 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.910 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.910 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.910 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.910 | 42064 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.910 | 30439 | Removed run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.910 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.910 | 30439 | Assigned run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.910 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.911 | 30440 | Recursively removing directory: /tmp/git.FKlUyt/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.911 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nK84Aw +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.912 | 42063 | Marked run 949 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.912 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.913 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.913 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.913 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.913 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.913 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.913 | 42066 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.914 | 30439 | Removed run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.914 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.914 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.914 | 30439 | Assigned run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.914 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bzE7mU +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.915 | 42065 | Marked run 950 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.916 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.916 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.917 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.918 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.919 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.922 | 30443 | Recursively removing directory: /tmp/git.nK84Aw/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.924 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.924 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.924 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.924 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.924 | 42080 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.924 | 30439 | Removed run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.924 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.924 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.924 | 30439 | Assigned run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.924 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.924 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HxoHQN +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.925 | 30440 | Recursively removing directory: /tmp/git.bzE7mU/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.926 | 42079 | Marked run 951 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.926 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.927 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.927 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.928 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.928 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.928 | 42082 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.928 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.928 | 30439 | Removed run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.928 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.928 | 30439 | Assigned run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.928 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.928 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.z10ezl +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.929 | 42081 | Marked run 952 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.930 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.930 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.931 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.933 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.933 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.936 | 30443 | Recursively removing directory: /tmp/git.HxoHQN/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.938 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.938 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.938 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.938 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.938 | 42095 | Added a new worker 10 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.938 | 30439 | Removed run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.938 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.938 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.938 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jDB3s4 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.938 | 30439 | Assigned run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.938 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.940 | 42094 | Marked run 953 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.940 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.940 | 30440 | Recursively removing directory: /tmp/git.z10ezl/ +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.942 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.942 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.942 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.942 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.942 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.942 | 42098 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.942 | 30439 | Removed run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.942 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.942 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.942 | 30439 | Assigned run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.943 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OlS7fk +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.944 | 42097 | Marked run 954 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.944 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.944 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.945 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.947 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.948 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.951 | 30443 | Recursively removing directory: /tmp/git.jDB3s4/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.952 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.952 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.952 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.952 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.952 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.953 | 42111 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.953 | 30439 | Removed run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.953 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.953 | 30439 | Assigned run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.953 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.953 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DR4NG4 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.954 | 30440 | Recursively removing directory: /tmp/git.OlS7fk/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.955 | 42110 | Marked run 955 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.955 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.956 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.956 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.956 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.956 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.956 | 42114 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.956 | 30439 | Removed run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.956 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.956 | 30439 | Assigned run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.956 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.956 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.956 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XScdIW +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.958 | 42113 | Marked run 956 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.958 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.959 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.959 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.961 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.961 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.965 | 30443 | Recursively removing directory: /tmp/git.DR4NG4/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.967 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.967 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.967 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.967 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.967 | 42128 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.967 | 30439 | Removed run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.967 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.967 | 30439 | Assigned run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.967 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.967 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.967 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fCbxQA +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.968 | 30440 | Recursively removing directory: /tmp/git.XScdIW/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.969 | 42127 | Marked run 957 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.969 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.970 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.970 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.970 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.970 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.970 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.970 | 42130 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.970 | 30439 | Removed run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.970 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.970 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.970 | 30439 | Assigned run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.970 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hE9DC6 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.972 | 42129 | Marked run 958 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.972 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.973 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.974 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.975 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.976 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.980 | 30443 | Recursively removing directory: /tmp/git.fCbxQA/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.981 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.981 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.981 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.982 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.982 | 42144 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.982 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.982 | 30439 | Removed run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.982 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.982 | 30439 | Assigned run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.982 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.982 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gTNGl1 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.982 | 30440 | Recursively removing directory: /tmp/git.hE9DC6/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.984 | 42143 | Marked run 959 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.984 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.985 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.985 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.985 | 42146 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.985 | 30439 | Removed run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.985 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.985 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.985 | 30439 | Assigned run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.985 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.985 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.985 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.986 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0DOywP +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.986 | 42145 | Marked run 960 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.987 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.987 | 30443 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.988 | 30443 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.990 | 30440 | Checking out revision HEAD +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.990 | 30440 | Going to run: ./ci +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.993 | 30443 | Recursively removing directory: /tmp/git.gTNGl1/ +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.995 | 30443 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.995 | 30443 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.995 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.995 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.995 | 30443 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.995 | 42160 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.995 | 30439 | Removed run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.996 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.996 | 30439 | Assigned run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.996 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30443/cimple-worker: 2024-04-25 03:44:46.996 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JEabGF +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.996 | 30440 | Recursively removing directory: /tmp/git.0DOywP/ +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.997 | 42159 | Marked run 961 as finished +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.997 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.998 | 30440 | Process exit code: 0 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.998 | 30440 | Process output: 57 bytes +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.998 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.998 | 30440 | Waiting for a new command +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.998 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.999 | 42162 | Added a new worker 11 to the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.999 | 30439 | Removed run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.999 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.999 | 30437 | Waiting for new connections +2024-04-25 03:44:46 | INFO | 30437/cimple-server: 2024-04-25 03:44:46.999 | 30439 | Assigned run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:46 | INFO | 30440/cimple-worker: 2024-04-25 03:44:46.999 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.K4TCZk +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.000 | 42161 | Marked run 962 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.000 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.001 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.002 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.003 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.004 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.008 | 30443 | Recursively removing directory: /tmp/git.JEabGF/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.009 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.009 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.009 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.009 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.009 | 42176 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.009 | 30439 | Removed run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.009 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.010 | 30439 | Assigned run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.010 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.009 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.010 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VIdsRh +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.010 | 30440 | Recursively removing directory: /tmp/git.K4TCZk/ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.011 | 42175 | Marked run 963 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.011 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.012 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.012 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.012 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.012 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.012 | 42178 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.012 | 30439 | Removed run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.012 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.012 | 30439 | Assigned run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.012 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.013 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IekJsF +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.013 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.014 | 42177 | Marked run 964 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.014 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.016 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.016 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.017 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.017 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.022 | 30443 | Recursively removing directory: /tmp/git.VIdsRh/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.023 | 30440 | Recursively removing directory: /tmp/git.IekJsF/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.023 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.023 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.024 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.024 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.024 | 42192 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.024 | 30439 | Removed run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.024 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.024 | 30439 | Assigned run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.024 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.024 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.024 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DaTcgf +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.025 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.025 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.025 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.025 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.025 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.025 | 42194 | Added a new worker 8 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.025 | 30439 | Removed run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.025 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.025 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.025 | 30439 | Assigned run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.026 | 42191 | Marked run 965 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.026 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.026 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ENgamx +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.028 | 42193 | Marked run 966 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.028 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.030 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.031 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.031 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.032 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.036 | 30443 | Recursively removing directory: /tmp/git.DaTcgf/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.038 | 30440 | Recursively removing directory: /tmp/git.ENgamx/ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.038 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.038 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.038 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.038 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.038 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.038 | 42208 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.038 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.038 | 30439 | Removed run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.038 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.039 | 30439 | Assigned run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.039 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xsGifc +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.040 | 42207 | Marked run 967 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.040 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.040 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.040 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.041 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.041 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.041 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.041 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WFaAd7 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.041 | 42210 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.041 | 30439 | Removed run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.041 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.041 | 30439 | Assigned run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.041 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.043 | 42209 | Marked run 968 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.043 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.045 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.045 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.046 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.046 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.051 | 30443 | Recursively removing directory: /tmp/git.xsGifc/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.052 | 30440 | Recursively removing directory: /tmp/git.WFaAd7/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.053 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.053 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.053 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.053 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.053 | 42224 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.053 | 30439 | Removed run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.053 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.053 | 30439 | Assigned run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.053 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.053 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.053 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.053 | 42226 | Added a new worker 13 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.054 | 30439 | Removed run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.054 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.054 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.054 | 30439 | Assigned run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.053 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.053 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EUOoT5 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.053 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.053 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.053 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.054 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MGmwGo +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.055 | 42223 | Marked run 969 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.055 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.057 | 42225 | Marked run 970 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.057 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.059 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.059 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.059 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.059 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.065 | 30440 | Recursively removing directory: /tmp/git.MGmwGo/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.065 | 30443 | Recursively removing directory: /tmp/git.EUOoT5/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.066 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.066 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.066 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.066 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.067 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.067 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.067 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.067 | 42240 | Added a new worker 15 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.067 | 42242 | Added a new worker 16 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.067 | 30439 | Removed run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.067 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.067 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.067 | 30439 | Assigned run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.067 | 30439 | Removed run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.067 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.067 | 30439 | Assigned run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.067 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.067 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mYjhGJ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.066 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.066 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.067 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.067 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3QzxnV +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.068 | 42239 | Marked run 972 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.069 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.070 | 42241 | Marked run 971 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.070 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.073 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.073 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.074 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.074 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.080 | 30440 | Recursively removing directory: /tmp/git.mYjhGJ/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.080 | 30443 | Recursively removing directory: /tmp/git.3QzxnV/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.081 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.081 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.081 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.081 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.081 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.081 | 42256 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.081 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.081 | 30439 | Removed run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.081 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.081 | 30439 | Assigned run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.081 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.082 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.082 | 42258 | Added a new worker 13 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.082 | 30439 | Removed run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.082 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.082 | 30439 | Assigned run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.082 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.081 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.081 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.082 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.082 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.atysCh +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.082 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xVba91 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.084 | 42255 | Marked run 973 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.084 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.085 | 42257 | Marked run 974 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.085 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.087 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.087 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.088 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.088 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.093 | 30440 | Recursively removing directory: /tmp/git.xVba91/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.094 | 30443 | Recursively removing directory: /tmp/git.atysCh/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.094 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.094 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.095 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.095 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.095 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.095 | 42272 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.095 | 30439 | Removed run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.095 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.095 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.095 | 30439 | Assigned run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.095 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RluGBF +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.096 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.096 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.097 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.097 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.097 | 42274 | Added a new worker 13 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.097 | 30439 | Removed run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.097 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.097 | 30439 | Assigned run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.097 | 42271 | Marked run 975 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.097 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.097 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.097 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.097 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.M2HeTR +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.099 | 42273 | Marked run 976 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.099 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.100 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.101 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.102 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.102 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.107 | 30440 | Recursively removing directory: /tmp/git.RluGBF/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.108 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.108 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.108 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.108 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.108 | 42288 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.108 | 30439 | Removed run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.108 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.108 | 30439 | Assigned run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.108 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.108 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.108 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zt6d56 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.109 | 30443 | Recursively removing directory: /tmp/git.M2HeTR/ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.110 | 42287 | Marked run 977 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.110 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.111 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.111 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.111 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.111 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.111 | 42290 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.111 | 30439 | Removed run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.111 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.111 | 30439 | Assigned run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.111 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.111 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9wmFqN +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.112 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.113 | 42289 | Marked run 978 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.113 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.114 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.115 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.116 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.116 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.121 | 30440 | Recursively removing directory: /tmp/git.zt6d56/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.122 | 30443 | Recursively removing directory: /tmp/git.9wmFqN/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.122 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.122 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.122 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.122 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.122 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.122 | 42304 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.122 | 30439 | Removed run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.122 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.122 | 30439 | Assigned run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.122 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.123 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Xp4hYC +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.124 | 42303 | Marked run 979 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.124 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.125 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.125 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.125 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.125 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Xs5ldK +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.125 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.125 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.125 | 42306 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.125 | 30439 | Removed run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.125 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.125 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.125 | 30439 | Assigned run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.127 | 42305 | Marked run 980 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.127 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.128 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.129 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.130 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.130 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.134 | 30440 | Recursively removing directory: /tmp/git.Xp4hYC/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.136 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.136 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.136 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.136 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.136 | 42320 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.136 | 30439 | Removed run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.136 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.136 | 30439 | Assigned run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.136 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.136 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LASOck +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.137 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.136 | 30443 | Recursively removing directory: /tmp/git.Xs5ldK/ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.138 | 42319 | Marked run 981 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.138 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.138 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.138 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.139 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.139 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.139 | 42322 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.139 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.139 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.139 | 30439 | Removed run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.139 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.139 | 30439 | Assigned run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.139 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cmqe0z +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.140 | 42321 | Marked run 982 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.140 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.142 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.142 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.143 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.144 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.148 | 30440 | Recursively removing directory: /tmp/git.LASOck/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.149 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.149 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.150 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.150 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.150 | 42336 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.150 | 30439 | Removed run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.150 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.150 | 30439 | Assigned run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.150 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.150 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.czyKpO +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.150 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.150 | 30443 | Recursively removing directory: /tmp/git.cmqe0z/ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.152 | 42335 | Marked run 983 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.152 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.152 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.152 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.153 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.153 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.153 | 42338 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.153 | 30439 | Removed run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.153 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.153 | 30439 | Assigned run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.153 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.153 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.153 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3mUxup +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.155 | 42337 | Marked run 984 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.155 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.156 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.157 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.158 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.159 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.163 | 30440 | Recursively removing directory: /tmp/git.czyKpO/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.164 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.164 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.164 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.165 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.165 | 42352 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.165 | 30439 | Removed run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.165 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.165 | 30439 | Assigned run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.165 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.165 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.165 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dhucu1 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.164 | 30443 | Recursively removing directory: /tmp/git.3mUxup/ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.166 | 42351 | Marked run 985 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.166 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.167 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.167 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.168 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.168 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.168 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.168 | 42354 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.168 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.168 | 30439 | Removed run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.168 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.168 | 30439 | Assigned run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.168 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DSasp8 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.169 | 42353 | Marked run 986 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.169 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.171 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.171 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.173 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.174 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.177 | 30440 | Recursively removing directory: /tmp/git.dhucu1/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.179 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.179 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.179 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.179 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.179 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.179 | 42368 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.179 | 30439 | Removed run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.179 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.179 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.180 | 30439 | Assigned run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.180 | 30443 | Recursively removing directory: /tmp/git.DSasp8/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.180 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.k6htRW +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.181 | 42367 | Marked run 987 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.181 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.182 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.182 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.182 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.182 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.182 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.182 | 42370 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.182 | 30439 | Removed run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.182 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.182 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.183 | 30439 | Assigned run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.183 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eUXMJG +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.184 | 42369 | Marked run 988 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.184 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.186 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.186 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.187 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.188 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.192 | 30440 | Recursively removing directory: /tmp/git.k6htRW/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.194 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.194 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.194 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.194 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.194 | 30443 | Recursively removing directory: /tmp/git.eUXMJG/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.194 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.194 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.B2CbW9 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.194 | 42384 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.194 | 30439 | Removed run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.194 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.194 | 30439 | Assigned run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.194 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.196 | 42383 | Marked run 989 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.196 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.196 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.196 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.196 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.196 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.196 | 42386 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.196 | 30439 | Removed run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.196 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.196 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.196 | 30439 | Assigned run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.196 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.197 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Df0JeW +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.198 | 42385 | Marked run 990 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.198 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.200 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.201 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.202 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.203 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.207 | 30440 | Recursively removing directory: /tmp/git.B2CbW9/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.209 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.209 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.209 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.209 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.209 | 30443 | Recursively removing directory: /tmp/git.Df0JeW/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.209 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.209 | 42400 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.209 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.209 | 30439 | Removed run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.209 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.209 | 30439 | Assigned run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.209 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NiAlwS +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.211 | 42399 | Marked run 991 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.211 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.211 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.211 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.212 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.212 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.212 | 42402 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.212 | 30439 | Removed run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.212 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.212 | 30439 | Assigned run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.212 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.212 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.212 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Dv4sZL +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.213 | 42401 | Marked run 992 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.213 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.215 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.215 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.217 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.217 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.221 | 30440 | Recursively removing directory: /tmp/git.NiAlwS/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.223 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.223 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.223 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.223 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.223 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.223 | 42416 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.223 | 30439 | Removed run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.223 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.223 | 30439 | Assigned run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.223 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.223 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RPdrN2 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.224 | 30443 | Recursively removing directory: /tmp/git.Dv4sZL/ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.225 | 42415 | Marked run 993 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.225 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.226 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.226 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.226 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.226 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.226 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.226 | 42418 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.226 | 30439 | Removed run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.226 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.226 | 30439 | Assigned run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.227 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.227 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zOIUzU +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.228 | 42417 | Marked run 994 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.228 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.229 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.230 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.231 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.232 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.236 | 30440 | Recursively removing directory: /tmp/git.RPdrN2/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.237 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.237 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.237 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.237 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.237 | 42432 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.237 | 30439 | Removed run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.237 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.238 | 30439 | Assigned run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.238 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.237 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.238 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pRzAUw +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.238 | 30443 | Recursively removing directory: /tmp/git.zOIUzU/ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.239 | 42431 | Marked run 995 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.240 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.240 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.240 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.241 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.241 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.241 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.241 | 42434 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.241 | 30439 | Removed run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.241 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.241 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.241 | 30439 | Assigned run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.241 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.f0j9WN +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.243 | 42433 | Marked run 996 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.243 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.244 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.244 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.246 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.246 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.250 | 30440 | Recursively removing directory: /tmp/git.pRzAUw/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.251 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.251 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.251 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.251 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.251 | 42448 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.252 | 30439 | Removed run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.252 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.252 | 30439 | Assigned run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.252 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.251 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.252 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2GWyCT +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.252 | 30443 | Recursively removing directory: /tmp/git.f0j9WN/ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.253 | 42447 | Marked run 997 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.253 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.254 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.254 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.255 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.255 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.255 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.255 | 42450 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.255 | 30439 | Removed run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.255 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.255 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.255 | 30439 | Assigned run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.255 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Duzz40 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.256 | 42449 | Marked run 998 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.257 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.258 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.259 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.260 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.261 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.265 | 30440 | Recursively removing directory: /tmp/git.2GWyCT/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.266 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.266 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.266 | 30443 | Recursively removing directory: /tmp/git.Duzz40/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.266 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.266 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.266 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.267 | 42464 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.267 | 30439 | Removed run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.267 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.267 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.267 | 30439 | Assigned run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.267 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tGHJbB +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.268 | 42463 | Marked run 999 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.268 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.269 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.269 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.269 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.269 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.269 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.269 | 42466 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.269 | 30439 | Removed run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.269 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.270 | 30439 | Assigned run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.270 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.270 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LIoELZ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.271 | 42465 | Marked run 1000 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.271 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.272 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.273 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.274 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.275 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.279 | 30440 | Recursively removing directory: /tmp/git.tGHJbB/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.281 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.281 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.281 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.281 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.281 | 42480 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.281 | 30439 | Removed run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.281 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.281 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.281 | 30439 | Assigned run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.281 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.281 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6PjeoL +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.281 | 30443 | Recursively removing directory: /tmp/git.LIoELZ/ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.283 | 42479 | Marked run 1001 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.283 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.284 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.284 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.284 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.284 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.284 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.284 | 42482 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.284 | 30439 | Removed run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.284 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.284 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.284 | 30439 | Assigned run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.284 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HrWWwB +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.286 | 42481 | Marked run 1002 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.286 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.287 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.287 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.289 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.289 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.293 | 30440 | Recursively removing directory: /tmp/git.6PjeoL/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.294 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.294 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.295 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.295 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.295 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.295 | 42496 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.295 | 30439 | Removed run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.295 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.295 | 30439 | Assigned run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.295 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.295 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.k829Ow +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.295 | 30443 | Recursively removing directory: /tmp/git.HrWWwB/ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.297 | 42495 | Marked run 1003 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.297 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.298 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.298 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.298 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.298 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.298 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.298 | 42498 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.298 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.298 | 30439 | Removed run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.298 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.298 | 30439 | Assigned run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.298 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.f7WMyZ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.300 | 42497 | Marked run 1004 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.300 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.301 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.302 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.303 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.304 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.307 | 30440 | Recursively removing directory: /tmp/git.k829Ow/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.309 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.309 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.309 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.309 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.309 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3YKxVx +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.309 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.309 | 42512 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.309 | 30439 | Removed run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.309 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.309 | 30439 | Assigned run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.309 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.310 | 30443 | Recursively removing directory: /tmp/git.f7WMyZ/ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.312 | 42511 | Marked run 1005 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.312 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.312 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.312 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.312 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.312 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.313 | 42514 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.313 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.313 | 30439 | Removed run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.313 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.313 | 30439 | Assigned run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.312 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.313 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jHRWmt +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.314 | 42513 | Marked run 1006 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.314 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.316 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.316 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.317 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.318 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.322 | 30440 | Recursively removing directory: /tmp/git.3YKxVx/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.324 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.324 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.324 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.324 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.324 | 42528 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.324 | 30439 | Removed run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.324 | 30443 | Recursively removing directory: /tmp/git.jHRWmt/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.324 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.324 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.324 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0hJoNx +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.324 | 30439 | Assigned run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.324 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.326 | 42527 | Marked run 1007 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.326 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.327 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.327 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.327 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.327 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.327 | 42530 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.327 | 30439 | Removed run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.327 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.327 | 30439 | Assigned run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.327 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.327 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.327 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QpsqHI +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.330 | 42529 | Marked run 1008 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.330 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.330 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.331 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.333 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.333 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.337 | 30440 | Recursively removing directory: /tmp/git.0hJoNx/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.338 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.338 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.338 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.339 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.339 | 42544 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.339 | 30439 | Removed run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.339 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.339 | 30439 | Assigned run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.339 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.339 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jMFZte +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.339 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.339 | 30443 | Recursively removing directory: /tmp/git.QpsqHI/ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.341 | 42543 | Marked run 1009 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.341 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.342 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.342 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.342 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.342 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.342 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.342 | 42546 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.342 | 30439 | Removed run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.342 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.342 | 30439 | Assigned run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.342 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.342 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EJWH7u +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.343 | 42545 | Marked run 1010 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.344 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.347 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.347 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.348 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.348 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.354 | 30443 | Recursively removing directory: /tmp/git.EJWH7u/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.354 | 30440 | Recursively removing directory: /tmp/git.jMFZte/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.355 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.355 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.356 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.356 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.356 | 42560 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.356 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.356 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.356 | 30439 | Removed run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.356 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.356 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.356 | 30439 | Assigned run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.356 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.356 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.356 | 42562 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.356 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.356 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oi53HH +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.356 | 30439 | Removed run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.356 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.356 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.356 | 30439 | Assigned run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.356 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.357 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pSwj0W +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.358 | 42559 | Marked run 1012 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.358 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.359 | 42561 | Marked run 1011 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.360 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.363 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.363 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.364 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.364 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.370 | 30440 | Recursively removing directory: /tmp/git.pSwj0W/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.370 | 30443 | Recursively removing directory: /tmp/git.oi53HH/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.372 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.372 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.372 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.372 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.372 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.372 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.372 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.372 | 42576 | Added a new worker 12 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.372 | 30439 | Removed run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.372 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.372 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.372 | 30439 | Assigned run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.372 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.372 | 42578 | Added a new worker 8 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.372 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.372 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.372 | 30439 | Removed run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.372 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.372 | 30439 | Assigned run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.372 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.372 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OVjIAK +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.372 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TEitps +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.374 | 42575 | Marked run 1014 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.374 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.375 | 42577 | Marked run 1013 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.375 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.377 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.377 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.378 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.378 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.384 | 30440 | Recursively removing directory: /tmp/git.OVjIAK/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.384 | 30443 | Recursively removing directory: /tmp/git.TEitps/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.385 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.385 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.385 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.385 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.385 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.385 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.385 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.385 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.385 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.385 | 42593 | Added a new worker 15 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.385 | 30439 | Removed run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.385 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.385 | 30439 | Assigned run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.385 | 42594 | Added a new worker 16 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.385 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.385 | 30439 | Removed run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.385 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.386 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.386 | 30439 | Assigned run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.385 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.385 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0XK2dp +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.386 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8j0Tol +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.387 | 42591 | Marked run 1016 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.387 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.389 | 42592 | Marked run 1015 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.389 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.391 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.391 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.391 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.392 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.397 | 30443 | Recursively removing directory: /tmp/git.0XK2dp/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.397 | 30440 | Recursively removing directory: /tmp/git.8j0Tol/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.398 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.398 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.398 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.399 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.399 | 42608 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.399 | 30439 | Removed run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.399 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.399 | 30439 | Assigned run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.399 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.399 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.399 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.399 | 42610 | Added a new worker 13 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.399 | 30439 | Removed run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.399 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.399 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.399 | 30439 | Assigned run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.399 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.399 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.399 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.400 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4Dm13E +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.399 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.399 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lv8zUv +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.400 | 42607 | Marked run 1017 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.401 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.402 | 42609 | Marked run 1018 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.402 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.404 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.404 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.405 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.405 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.410 | 30443 | Recursively removing directory: /tmp/git.lv8zUv/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.411 | 30440 | Recursively removing directory: /tmp/git.4Dm13E/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.412 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.412 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.412 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.412 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.412 | 42624 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.412 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.412 | 30439 | Removed run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.412 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.412 | 30439 | Assigned run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.412 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.412 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WghrCz +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.413 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.413 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.413 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.413 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.413 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.413 | 42626 | Added a new worker 14 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.413 | 30439 | Removed run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.413 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.413 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.413 | 30439 | Assigned run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.414 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vZ8Xkp +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.414 | 42623 | Marked run 1019 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.415 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.416 | 42625 | Marked run 1020 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.416 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.418 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.418 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.419 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.419 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.424 | 30443 | Recursively removing directory: /tmp/git.WghrCz/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.425 | 30440 | Recursively removing directory: /tmp/git.vZ8Xkp/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.426 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.426 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.426 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.426 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.426 | 42640 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.426 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.426 | 30439 | Removed run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.426 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.426 | 30439 | Assigned run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.426 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.427 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.427 | 42642 | Added a new worker 13 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.427 | 30439 | Removed run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.427 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.427 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.427 | 30439 | Assigned run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.426 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.426 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tLvEUJ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.426 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.426 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.427 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.427 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZGgv88 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.428 | 42639 | Marked run 1021 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.428 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.430 | 42641 | Marked run 1022 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.430 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.432 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.432 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.432 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.433 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.438 | 30440 | Recursively removing directory: /tmp/git.ZGgv88/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.439 | 30443 | Recursively removing directory: /tmp/git.tLvEUJ/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.440 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.440 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.440 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.440 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.440 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.440 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.440 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.440 | 42656 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.440 | 30439 | Removed run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.440 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.440 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.440 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.440 | 30439 | Assigned run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.440 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.440 | 42658 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.440 | 30439 | Removed run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.441 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.441 | 30439 | Assigned run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.441 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.441 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.T4Cd6H +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.440 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.441 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zTaLjh +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.442 | 42655 | Marked run 1024 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.442 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.444 | 42657 | Marked run 1023 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.444 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.446 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.446 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.446 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.446 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.452 | 30443 | Recursively removing directory: /tmp/git.zTaLjh/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.452 | 30440 | Recursively removing directory: /tmp/git.T4Cd6H/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.453 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.453 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.454 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.454 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.454 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.454 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.453 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.454 | 42674 | Added a new worker 15 to the queue +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.454 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.453 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.454 | 30439 | Removed run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.454 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.454 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.454 | 30439 | Assigned run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.455 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ESBYvn +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.454 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.455 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5E4dI2 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.454 | 42673 | Added a new worker 12 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.454 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.454 | 30439 | Removed run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.454 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.454 | 30439 | Assigned run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.456 | 42672 | Marked run 1026 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.456 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.459 | 42671 | Marked run 1025 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.459 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.460 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.461 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.461 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.461 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.467 | 30443 | Recursively removing directory: /tmp/git.ESBYvn/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.467 | 30440 | Recursively removing directory: /tmp/git.5E4dI2/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.468 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.468 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.468 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.468 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.468 | 42688 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.468 | 30439 | Removed run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.468 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.468 | 30439 | Assigned run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.468 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.468 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.468 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Z4ZgMD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.470 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.470 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.470 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.470 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.470 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.470 | 42690 | Added a new worker 12 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.470 | 30439 | Removed run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.470 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.470 | 30439 | Assigned run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.471 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.471 | 42687 | Marked run 1027 as finished +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.470 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Yg6fE2 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.471 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.472 | 42689 | Marked run 1028 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.472 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.475 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.475 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.475 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.476 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.481 | 30443 | Recursively removing directory: /tmp/git.Z4ZgMD/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.482 | 30440 | Recursively removing directory: /tmp/git.Yg6fE2/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.483 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.483 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.483 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.483 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.483 | 42704 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.483 | 30439 | Removed run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.483 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.483 | 30439 | Assigned run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.483 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.483 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.483 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tKlKvJ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.484 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.484 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.484 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.484 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.484 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.484 | 42706 | Added a new worker 13 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.484 | 30439 | Removed run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.484 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.484 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Z3HvNu +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.484 | 30439 | Assigned run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.484 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.486 | 42703 | Marked run 1029 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.486 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.487 | 42705 | Marked run 1030 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.488 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.490 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.490 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.490 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.491 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.497 | 30443 | Recursively removing directory: /tmp/git.tKlKvJ/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.497 | 30440 | Recursively removing directory: /tmp/git.Z3HvNu/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.498 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.498 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.498 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.498 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.498 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.498 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.498 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.498 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.498 | 42721 | Added a new worker 14 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.498 | 30439 | Removed run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.498 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.498 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.499 | 30439 | Assigned run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.499 | 42722 | Added a new worker 16 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.499 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.499 | 30439 | Removed run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.499 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.499 | 30439 | Assigned run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.499 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.498 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.499 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iUFDo7 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.499 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GBgpO3 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.501 | 42720 | Marked run 1032 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.501 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.502 | 42719 | Marked run 1031 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.502 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.504 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.504 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.505 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.505 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.511 | 30443 | Recursively removing directory: /tmp/git.iUFDo7/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.511 | 30440 | Recursively removing directory: /tmp/git.GBgpO3/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.512 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.512 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.512 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.512 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.512 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.513 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cJ9bQt +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.512 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.512 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.513 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MVPS8B +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.512 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.512 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.512 | 42737 | Added a new worker 15 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.512 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.512 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.512 | 30439 | Removed run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.512 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.513 | 30439 | Assigned run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.513 | 42738 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.513 | 30439 | Removed run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.513 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.513 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.513 | 30439 | Assigned run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.515 | 42736 | Marked run 1033 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.515 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.516 | 42735 | Marked run 1034 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.516 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.518 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.519 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.519 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.520 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.525 | 30440 | Recursively removing directory: /tmp/git.cJ9bQt/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.526 | 30443 | Recursively removing directory: /tmp/git.MVPS8B/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.526 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.526 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.526 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.526 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.527 | 42752 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.527 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.527 | 30439 | Removed run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.527 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.527 | 30439 | Assigned run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.526 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.527 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZVxQJB +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.528 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.528 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.528 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.528 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.528 | 42751 | Marked run 1035 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.529 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.529 | 42754 | Added a new worker 6 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.529 | 30439 | Removed run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.529 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.529 | 30439 | Assigned run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.529 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.530 | 42753 | Marked run 1036 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.530 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.529 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1pltWY +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.533 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.534 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.534 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.535 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.539 | 30440 | Recursively removing directory: /tmp/git.ZVxQJB/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.540 | 30443 | Recursively removing directory: /tmp/git.1pltWY/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.541 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.541 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.541 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.541 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.541 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.541 | 42768 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.541 | 30439 | Removed run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.541 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.541 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.541 | 30439 | Assigned run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.542 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rKxaBp +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.543 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.543 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.543 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.543 | 42767 | Marked run 1037 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.543 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.543 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.544 | 42770 | Added a new worker 8 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.544 | 30439 | Removed run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.544 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.544 | 30439 | Assigned run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.544 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.543 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.544 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pdOW5l +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.545 | 42769 | Marked run 1038 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.545 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.547 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.548 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.548 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.549 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.554 | 30440 | Recursively removing directory: /tmp/git.rKxaBp/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.554 | 30443 | Recursively removing directory: /tmp/git.pdOW5l/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.555 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.555 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.555 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.555 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.555 | 42784 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.555 | 30439 | Removed run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.555 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.556 | 30439 | Assigned run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.556 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.555 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.556 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3nCA4f +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.556 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.556 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.556 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.556 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.556 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.556 | 42786 | Added a new worker 13 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.556 | 30439 | Removed run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.556 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.556 | 30439 | Assigned run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.556 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.556 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3WqRtm +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.557 | 42783 | Marked run 1039 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.558 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.559 | 42785 | Marked run 1040 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.559 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.561 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.561 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.562 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.562 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.567 | 30440 | Recursively removing directory: /tmp/git.3nCA4f/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.568 | 30443 | Recursively removing directory: /tmp/git.3WqRtm/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.569 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.569 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.569 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.569 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.569 | 42800 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.569 | 30439 | Removed run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.569 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.569 | 30439 | Assigned run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.569 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.570 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.569 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dfpt7V +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.570 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.570 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.571 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.571 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.571 | 42802 | Added a new worker 14 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.571 | 30439 | Removed run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.571 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.571 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.571 | 30439 | Assigned run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.570 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.571 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WsQI37 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.571 | 42799 | Marked run 1041 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.572 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.573 | 42801 | Marked run 1042 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.573 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.575 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.575 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.576 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.576 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.581 | 30440 | Recursively removing directory: /tmp/git.dfpt7V/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.582 | 30443 | Recursively removing directory: /tmp/git.WsQI37/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.583 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.583 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.583 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.583 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.584 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.583 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.583 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.583 | 42816 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.583 | 30439 | Removed run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.583 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.583 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.584 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OYEHy3 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.583 | 30439 | Assigned run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.584 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.584 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.584 | 42818 | Added a new worker 13 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.584 | 30439 | Removed run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.584 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.584 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.584 | 30439 | Assigned run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.584 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.k57uWl +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.586 | 42815 | Marked run 1043 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.586 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.587 | 42817 | Marked run 1044 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.587 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.589 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.589 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.590 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.590 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.596 | 30443 | Recursively removing directory: /tmp/git.k57uWl/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.596 | 30440 | Recursively removing directory: /tmp/git.OYEHy3/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.598 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.598 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.598 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.598 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.598 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.598 | 42833 | Added a new worker 14 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.598 | 30439 | Removed run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.598 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.598 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.598 | 30439 | Assigned run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.598 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.e3JXW6 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.598 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.598 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.598 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.598 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.598 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tbP9gT +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.598 | 42834 | Added a new worker 16 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.598 | 30439 | Removed run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.598 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.598 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.598 | 30439 | Assigned run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.598 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.601 | 42832 | Marked run 1046 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.601 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.603 | 42831 | Marked run 1045 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.603 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.604 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.604 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.604 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.605 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.610 | 30440 | Recursively removing directory: /tmp/git.e3JXW6/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.611 | 30443 | Recursively removing directory: /tmp/git.tbP9gT/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.612 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.612 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.612 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.612 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.612 | 42848 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.612 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.612 | 30439 | Removed run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.612 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.612 | 30439 | Assigned run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.612 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.612 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BnDlbX +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.613 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.613 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.613 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.613 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.613 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.613 | 42850 | Added a new worker 13 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.613 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.613 | 30439 | Removed run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.613 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.613 | 30439 | Assigned run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.614 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fmywmJ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.615 | 42847 | Marked run 1047 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.615 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.616 | 42849 | Marked run 1048 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.616 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.618 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.618 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.619 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.619 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.625 | 30443 | Recursively removing directory: /tmp/git.fmywmJ/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.625 | 30440 | Recursively removing directory: /tmp/git.BnDlbX/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.626 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.626 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.626 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.626 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.627 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.627 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.626 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.626 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.627 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.627 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BjcBAV +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.627 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UHHUwr +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.627 | 42865 | Added a new worker 14 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.627 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.627 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.627 | 30439 | Removed run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.627 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.627 | 30439 | Assigned run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.627 | 42866 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.627 | 30439 | Removed run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.627 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.627 | 30439 | Assigned run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.627 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.629 | 42863 | Marked run 1050 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.629 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.630 | 42864 | Marked run 1049 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.630 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.632 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.633 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.633 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.633 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.639 | 30440 | Recursively removing directory: /tmp/git.BjcBAV/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.639 | 30443 | Recursively removing directory: /tmp/git.UHHUwr/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.640 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.640 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.640 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.641 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.641 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.641 | 42880 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.641 | 30439 | Removed run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.641 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.641 | 30439 | Assigned run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.641 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.641 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.641 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.641 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.641 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.641 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.641 | 42882 | Added a new worker 8 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.641 | 30439 | Removed run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.641 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.641 | 30439 | Assigned run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.641 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.642 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ABbmE8 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.641 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.R6ase3 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.643 | 42879 | Marked run 1051 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.644 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.645 | 42881 | Marked run 1052 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.645 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.646 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.647 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.647 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.648 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.653 | 30440 | Recursively removing directory: /tmp/git.R6ase3/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.654 | 30443 | Recursively removing directory: /tmp/git.ABbmE8/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.654 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.654 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.654 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.654 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.654 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.654 | 42896 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.654 | 30439 | Removed run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.654 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.654 | 30439 | Assigned run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.654 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.654 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nKWyc2 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.656 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.656 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.656 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.656 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.656 | 42898 | Added a new worker 14 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.656 | 30439 | Removed run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.656 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.656 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.656 | 30439 | Assigned run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.656 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.656 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NVgMng +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.657 | 42895 | Marked run 1053 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.657 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.659 | 42897 | Marked run 1054 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.659 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.660 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.661 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.661 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.661 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.667 | 30440 | Recursively removing directory: /tmp/git.nKWyc2/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.667 | 30443 | Recursively removing directory: /tmp/git.NVgMng/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.668 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.668 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.668 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.669 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.669 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.669 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.669 | 42912 | Added a new worker 13 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.669 | 30439 | Removed run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.669 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.669 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.669 | 30439 | Assigned run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.669 | 42914 | Added a new worker 16 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.669 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.669 | 30439 | Removed run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.669 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.669 | 30439 | Assigned run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.669 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.668 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.668 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.669 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.669 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RvT8XA +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.669 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LOMzmZ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.673 | 42911 | Marked run 1055 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.674 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.676 | 42913 | Marked run 1056 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.676 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.676 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.677 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.677 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.678 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.683 | 30443 | Recursively removing directory: /tmp/git.RvT8XA/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.683 | 30440 | Recursively removing directory: /tmp/git.LOMzmZ/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.684 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.684 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.684 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.685 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.685 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.685 | 42928 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.685 | 30439 | Removed run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.685 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.685 | 30439 | Assigned run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.685 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.685 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.685 | 42930 | Added a new worker 13 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.685 | 30439 | Removed run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.685 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.685 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.685 | 30439 | Assigned run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.685 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Vh5Ri9 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.685 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.685 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.685 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.686 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.B9yLOy +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.687 | 42927 | Marked run 1058 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.687 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.689 | 42929 | Marked run 1057 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.689 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.690 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.691 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.691 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.691 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.697 | 30443 | Recursively removing directory: /tmp/git.Vh5Ri9/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.697 | 30440 | Recursively removing directory: /tmp/git.B9yLOy/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.698 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.698 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.698 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.698 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.698 | 42944 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.698 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.698 | 30439 | Removed run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.698 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.698 | 30439 | Assigned run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.698 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.698 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.k7CmKC +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.699 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.699 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.699 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.700 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.700 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.700 | 42946 | Added a new worker 14 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.700 | 30439 | Removed run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.700 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.700 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.700 | 30439 | Assigned run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.700 | 42943 | Marked run 1059 as finished +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.700 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.530y2T +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.700 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.702 | 42945 | Marked run 1060 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.702 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.705 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.705 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.705 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.705 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.712 | 30440 | Recursively removing directory: /tmp/git.530y2T/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.712 | 30443 | Recursively removing directory: /tmp/git.k7CmKC/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.713 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.713 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.713 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.713 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.713 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.714 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.714 | 42960 | Added a new worker 15 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.714 | 30439 | Removed run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.714 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.714 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.714 | 30439 | Assigned run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.714 | 42962 | Added a new worker 16 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.714 | 30439 | Removed run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.714 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.714 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.714 | 30439 | Assigned run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.713 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.713 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.714 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.714 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OIm5df +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.713 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.714 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1xPm0r +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.716 | 42959 | Marked run 1062 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.716 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.717 | 42961 | Marked run 1061 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.717 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.719 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.719 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.720 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.720 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.726 | 30443 | Recursively removing directory: /tmp/git.OIm5df/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.726 | 30440 | Recursively removing directory: /tmp/git.1xPm0r/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.727 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.727 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.727 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.727 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.727 | 42976 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.727 | 30439 | Removed run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.727 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.727 | 30439 | Assigned run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.727 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.727 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.727 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7AiBz7 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.728 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.728 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.728 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.729 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.729 | 42978 | Added a new worker 14 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.729 | 30439 | Removed run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.729 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.728 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.729 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Oa5jW7 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.729 | 30439 | Assigned run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.729 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.730 | 42975 | Marked run 1064 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.730 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.732 | 42977 | Marked run 1063 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.732 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.733 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.734 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.734 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.735 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.740 | 30443 | Recursively removing directory: /tmp/git.7AiBz7/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.740 | 30440 | Recursively removing directory: /tmp/git.Oa5jW7/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.741 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.741 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.741 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.741 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.741 | 42992 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.741 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.741 | 30439 | Removed run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.741 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.741 | 30439 | Assigned run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.741 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.741 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IYhspm +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.742 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.742 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.742 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.742 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.743 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.743 | 42994 | Added a new worker 14 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.743 | 30439 | Removed run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.743 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.743 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.743 | 30439 | Assigned run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.743 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dpqOfR +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.743 | 42991 | Marked run 1065 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.744 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.745 | 42993 | Marked run 1066 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.745 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.747 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.747 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.747 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.748 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.753 | 30443 | Recursively removing directory: /tmp/git.IYhspm/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.754 | 30440 | Recursively removing directory: /tmp/git.dpqOfR/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.754 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.754 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.755 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.755 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.755 | 43008 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.755 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.755 | 30439 | Removed run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.755 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.755 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.755 | 30439 | Assigned run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.755 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.755 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.755 | 43010 | Added a new worker 13 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.755 | 30439 | Removed run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.756 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.756 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.756 | 30439 | Assigned run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.755 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.755 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.755 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.756 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FVQpmL +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.755 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vX5ftA +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.758 | 43007 | Marked run 1067 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.758 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.759 | 43009 | Marked run 1068 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.759 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.761 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.761 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.761 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.761 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.767 | 30440 | Recursively removing directory: /tmp/git.FVQpmL/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.768 | 30443 | Recursively removing directory: /tmp/git.vX5ftA/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.768 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.768 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.769 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.769 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.769 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.769 | 43024 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.769 | 30439 | Removed run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.769 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.769 | 30439 | Assigned run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.769 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.770 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DmviRj +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.770 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.770 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.770 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.770 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.770 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.770 | 43026 | Added a new worker 13 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.770 | 30439 | Removed run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.770 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.770 | 30439 | Assigned run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.770 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.770 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qu73ml +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.771 | 43023 | Marked run 1070 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.771 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.773 | 43025 | Marked run 1069 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.773 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.774 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.775 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.775 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.776 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.781 | 30440 | Recursively removing directory: /tmp/git.DmviRj/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.782 | 30443 | Recursively removing directory: /tmp/git.qu73ml/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.782 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.782 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.783 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.783 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.783 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.783 | 43040 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.783 | 30439 | Removed run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.783 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.783 | 30439 | Assigned run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.783 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.784 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sWti7e +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.784 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.784 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.785 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.785 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.785 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.785 | 43042 | Added a new worker 12 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.785 | 30439 | Removed run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.785 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.785 | 30439 | Assigned run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.785 | 43039 | Marked run 1071 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.785 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.785 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Sa01sf +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.787 | 43041 | Marked run 1072 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.787 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.789 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.790 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.790 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.791 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.796 | 30440 | Recursively removing directory: /tmp/git.sWti7e/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.797 | 30443 | Recursively removing directory: /tmp/git.Sa01sf/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.797 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.797 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.797 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.798 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.798 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.798 | 43056 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.798 | 30439 | Removed run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.798 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.798 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.798 | 30439 | Assigned run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.798 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pODoGT +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.799 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.799 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.800 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.799 | 43055 | Marked run 1073 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.799 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.800 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.800 | 43058 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.800 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.800 | 30439 | Removed run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.800 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.800 | 30439 | Assigned run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.800 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4q7XyR +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.801 | 43057 | Marked run 1074 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.801 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.803 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.804 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.804 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.805 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.810 | 30440 | Recursively removing directory: /tmp/git.pODoGT/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.811 | 30443 | Recursively removing directory: /tmp/git.4q7XyR/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.811 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.811 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.811 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.811 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.811 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.811 | 43072 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.811 | 30439 | Removed run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.811 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.811 | 30439 | Assigned run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.811 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.811 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SiNsIQ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.813 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.813 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.813 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.813 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.813 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.813 | 43074 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.813 | 30439 | Removed run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.813 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.813 | 30439 | Assigned run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.813 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.813 | 43071 | Marked run 1075 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.813 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.813 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gAyO2K +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.815 | 43073 | Marked run 1076 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.815 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.817 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.818 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.818 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.818 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.824 | 30440 | Recursively removing directory: /tmp/git.SiNsIQ/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.824 | 30443 | Recursively removing directory: /tmp/git.gAyO2K/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.825 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.825 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.825 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.826 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.826 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.826 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.826 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.826 | 43088 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.826 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.826 | 30439 | Removed run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.826 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.R7Lg5m +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.826 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.826 | 30439 | Assigned run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.826 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.826 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.826 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.826 | 43090 | Added a new worker 13 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.826 | 30439 | Removed run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.826 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.826 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.826 | 30439 | Assigned run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.827 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8oaofo +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.828 | 43087 | Marked run 1077 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.828 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.829 | 43089 | Marked run 1078 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.829 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.831 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.832 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.832 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.832 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.838 | 30440 | Recursively removing directory: /tmp/git.R7Lg5m/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.838 | 30443 | Recursively removing directory: /tmp/git.8oaofo/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.839 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.839 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.839 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.839 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.839 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.839 | 43104 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.839 | 30439 | Removed run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.839 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.839 | 30439 | Assigned run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.840 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.840 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.840 | 43106 | Added a new worker 13 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.840 | 30439 | Removed run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.840 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.840 | 30439 | Assigned run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.840 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.S0B0HB +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.840 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.839 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.839 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.840 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.840 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3tMEtt +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.842 | 43103 | Marked run 1079 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.842 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.843 | 43105 | Marked run 1080 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.844 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.845 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.845 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.846 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.846 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.851 | 30443 | Recursively removing directory: /tmp/git.3tMEtt/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.852 | 30440 | Recursively removing directory: /tmp/git.S0B0HB/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.853 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.853 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.853 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.853 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.853 | 43120 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.853 | 30439 | Removed run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.853 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.853 | 30439 | Assigned run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.853 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.853 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.853 | 43122 | Added a new worker 15 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.853 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.853 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.853 | 30439 | Removed run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.853 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.853 | 30439 | Assigned run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.853 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.853 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.853 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.854 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OBYRrC +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.853 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.853 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gKr11D +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.855 | 43119 | Marked run 1082 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.855 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.856 | 43121 | Marked run 1081 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.857 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.858 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.859 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.859 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.860 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.864 | 30443 | Recursively removing directory: /tmp/git.gKr11D/ +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.866 | 30440 | Recursively removing directory: /tmp/git.OBYRrC/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.866 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.866 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.866 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.866 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.866 | 43136 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.866 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.866 | 30439 | Removed run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.866 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.866 | 30439 | Assigned run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.866 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.867 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tpsNXE +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.868 | 43135 | Marked run 1083 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.868 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.868 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.868 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.868 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.869 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.869 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.869 | 43138 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.869 | 30439 | Removed run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.869 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.869 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.869 | 30439 | Assigned run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.869 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xa6QvF +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.871 | 43137 | Marked run 1084 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.871 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.872 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.873 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.874 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.875 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.879 | 30443 | Recursively removing directory: /tmp/git.tpsNXE/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.881 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.881 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.881 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.881 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.881 | 43152 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.881 | 30439 | Removed run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.881 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.881 | 30439 | Assigned run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.881 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.881 | 30440 | Recursively removing directory: /tmp/git.xa6QvF/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.881 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.881 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.y2hYzq +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.883 | 43151 | Marked run 1085 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.883 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.884 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.884 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.884 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.884 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.884 | 43154 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.884 | 30439 | Removed run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.884 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.884 | 30439 | Assigned run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.884 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.884 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.884 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Q9Py9y +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.886 | 43153 | Marked run 1086 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.886 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.887 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.887 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.889 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.890 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.893 | 30443 | Recursively removing directory: /tmp/git.y2hYzq/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.894 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.894 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.894 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.895 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.895 | 43167 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.895 | 30439 | Removed run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.895 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.895 | 30439 | Assigned run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.895 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.894 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.895 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WAtC04 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.896 | 30440 | Recursively removing directory: /tmp/git.Q9Py9y/ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.896 | 43166 | Marked run 1087 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.896 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.898 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.898 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.898 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.898 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.898 | 43170 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.898 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.898 | 30439 | Removed run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.898 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.898 | 30439 | Assigned run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.898 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.898 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6xAUq5 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.900 | 43169 | Marked run 1088 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.900 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.900 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.901 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.903 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.904 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.907 | 30443 | Recursively removing directory: /tmp/git.WAtC04/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.908 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.908 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.908 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.908 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.908 | 43183 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.908 | 30439 | Removed run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.908 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.908 | 30439 | Assigned run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.908 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.908 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sk1vqK +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.909 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.910 | 30440 | Recursively removing directory: /tmp/git.6xAUq5/ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.911 | 43182 | Marked run 1089 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.911 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.912 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.912 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.912 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.912 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.912 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RkXRlc +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.912 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.912 | 43186 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.912 | 30439 | Removed run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.912 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.912 | 30439 | Assigned run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.913 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.914 | 43185 | Marked run 1090 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.914 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.915 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.916 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.917 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.918 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.922 | 30443 | Recursively removing directory: /tmp/git.sk1vqK/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.923 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.923 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.923 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.923 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.923 | 43200 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.923 | 30439 | Removed run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.923 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.923 | 30439 | Assigned run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.924 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.923 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.924 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kG6MUi +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.924 | 30440 | Recursively removing directory: /tmp/git.RkXRlc/ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.926 | 43199 | Marked run 1091 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.926 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.927 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.927 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.927 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.927 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.927 | 43202 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.927 | 30439 | Removed run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.927 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.927 | 30439 | Assigned run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.927 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.927 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nMMIz2 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.928 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.929 | 43201 | Marked run 1092 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.929 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.930 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.930 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.932 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.933 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.936 | 30443 | Recursively removing directory: /tmp/git.kG6MUi/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.937 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.937 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.938 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.938 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.938 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.938 | 43215 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.938 | 30439 | Removed run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.938 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.938 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.938 | 30439 | Assigned run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.939 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xNlbeN +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.939 | 30440 | Recursively removing directory: /tmp/git.nMMIz2/ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.940 | 43214 | Marked run 1093 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.940 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.941 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.941 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.941 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.941 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.941 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.941 | 43218 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.941 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.941 | 30439 | Removed run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.941 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.941 | 30439 | Assigned run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.942 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ObtQoG +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.943 | 43217 | Marked run 1094 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.943 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.944 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.944 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.946 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.947 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.950 | 30443 | Recursively removing directory: /tmp/git.xNlbeN/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.951 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.951 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.951 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.952 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.952 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.952 | 43231 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.952 | 30439 | Removed run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.952 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.952 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.952 | 30439 | Assigned run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.952 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HPhJRa +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.953 | 30440 | Recursively removing directory: /tmp/git.ObtQoG/ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.954 | 43230 | Marked run 1095 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.954 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.955 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.955 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.955 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.955 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.955 | 43234 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.955 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.955 | 30439 | Removed run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.955 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.955 | 30439 | Assigned run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.955 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.955 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.teSYMG +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.957 | 43233 | Marked run 1096 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.957 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.958 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.958 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.960 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.961 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.964 | 30443 | Recursively removing directory: /tmp/git.HPhJRa/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.966 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.966 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.966 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.966 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.966 | 43248 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.966 | 30439 | Removed run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.966 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.966 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.966 | 30439 | Assigned run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.966 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.966 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bbfhbU +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.967 | 30440 | Recursively removing directory: /tmp/git.teSYMG/ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.969 | 43247 | Marked run 1097 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.969 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.969 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.969 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.970 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.970 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.970 | 43250 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.970 | 30439 | Removed run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.970 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.970 | 30439 | Assigned run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.970 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.970 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.970 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iu9W8h +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.972 | 43249 | Marked run 1098 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.972 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.972 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.973 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.975 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.976 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.979 | 30443 | Recursively removing directory: /tmp/git.bbfhbU/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.981 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.981 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.981 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.981 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.981 | 43264 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.981 | 30439 | Removed run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.981 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.981 | 30439 | Assigned run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.981 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.981 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.981 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XA1xMH +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.982 | 30440 | Recursively removing directory: /tmp/git.iu9W8h/ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.983 | 43263 | Marked run 1099 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.983 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.983 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.983 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.984 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.984 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.984 | 43266 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.984 | 30439 | Removed run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.984 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.984 | 30439 | Assigned run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.984 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.984 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.984 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.T6t2FP +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.986 | 43265 | Marked run 1100 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.986 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.987 | 30443 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.988 | 30443 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.989 | 30440 | Checking out revision HEAD +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.989 | 30440 | Going to run: ./ci +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.994 | 30443 | Recursively removing directory: /tmp/git.XA1xMH/ +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.995 | 30443 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.995 | 30443 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.995 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.995 | 30443 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.996 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.996 | 43280 | Added a new worker 11 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.996 | 30439 | Removed run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.996 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.996 | 30439 | Assigned run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.996 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30443/cimple-worker: 2024-04-25 03:44:47.996 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IcegT4 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.996 | 30440 | Recursively removing directory: /tmp/git.T6t2FP/ +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.997 | 43279 | Marked run 1101 as finished +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.997 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.998 | 30440 | Process exit code: 0 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.998 | 30440 | Process output: 57 bytes +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.998 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.998 | 30440 | Waiting for a new command +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.998 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.998 | 43282 | Added a new worker 10 to the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.998 | 30439 | Removed run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.998 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.999 | 30437 | Waiting for new connections +2024-04-25 03:44:47 | INFO | 30437/cimple-server: 2024-04-25 03:44:47.999 | 30439 | Assigned run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:47 | INFO | 30440/cimple-worker: 2024-04-25 03:44:47.999 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PeUPtE +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.000 | 43281 | Marked run 1102 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.001 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.002 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.003 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.004 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.004 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.009 | 30443 | Recursively removing directory: /tmp/git.IcegT4/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.010 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.010 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.010 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.010 | 30440 | Recursively removing directory: /tmp/git.PeUPtE/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.010 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.011 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.011 | 43296 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.011 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.011 | 30439 | Removed run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.011 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.011 | 30439 | Assigned run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.011 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bhyA8R +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.012 | 43295 | Marked run 1103 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.012 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.013 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.013 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.013 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.013 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.013 | 43298 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.013 | 30439 | Removed run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.013 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.014 | 30439 | Assigned run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.014 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.013 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.014 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Z3uhq2 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.015 | 43297 | Marked run 1104 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.015 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.016 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.017 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.019 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.022 | 30443 | Recursively removing directory: /tmp/git.bhyA8R/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.024 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.024 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.024 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.024 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.024 | 43306 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.024 | 30439 | Removed run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.024 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.024 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.024 | 30439 | Assigned run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.024 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.024 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HsmHM3 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.025 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.027 | 43305 | Marked run 1105 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.027 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.030 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.030 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.032 | 30440 | Recursively removing directory: /tmp/git.Z3uhq2/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.033 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.033 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.033 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.033 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.034 | 43317 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.034 | 30439 | Removed run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.034 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.034 | 30439 | Assigned run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.034 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.033 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.034 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5iwfRw +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.036 | 43315 | Marked run 1106 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.036 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.037 | 30443 | Recursively removing directory: /tmp/git.HsmHM3/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.038 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.038 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.038 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.038 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.039 | 43322 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.039 | 30439 | Removed run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.039 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.039 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.038 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.039 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lwwBEl +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.039 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.039 | 30439 | Assigned run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.040 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.040 | 43321 | Marked run 1107 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.040 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.043 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.044 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.046 | 30440 | Recursively removing directory: /tmp/git.5iwfRw/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.047 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.047 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.047 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.047 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.047 | 43333 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.048 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.048 | 30439 | Removed run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.048 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.048 | 30439 | Assigned run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.047 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.048 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qCJzGz +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.050 | 43332 | Marked run 1108 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.050 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.050 | 30443 | Recursively removing directory: /tmp/git.lwwBEl/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.052 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.052 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.052 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.052 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.052 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.052 | 43338 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.052 | 30439 | Removed run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.052 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.052 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.052 | 30439 | Assigned run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.053 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bUToXt +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.054 | 43337 | Marked run 1109 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.054 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.054 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.055 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.057 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.057 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.060 | 30440 | Recursively removing directory: /tmp/git.qCJzGz/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.062 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.062 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.062 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.062 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.062 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.062 | 43352 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.062 | 30439 | Removed run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.062 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.062 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.063 | 30439 | Assigned run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.063 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xjqXOC +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.064 | 30443 | Recursively removing directory: /tmp/git.bUToXt/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.064 | 43350 | Marked run 1110 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.064 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.065 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.065 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.065 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.065 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.065 | 43354 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.065 | 30439 | Removed run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.065 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.065 | 30439 | Assigned run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.066 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.065 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.066 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wG0Eal +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.067 | 43353 | Marked run 1111 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.067 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.068 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.069 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.070 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.071 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.075 | 30440 | Recursively removing directory: /tmp/git.xjqXOC/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.076 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.076 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.076 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.077 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.077 | 43368 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.077 | 30439 | Removed run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.077 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.077 | 30439 | Assigned run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.077 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.077 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.077 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.57iyPN +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.076 | 30443 | Recursively removing directory: /tmp/git.wG0Eal/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.078 | 43367 | Marked run 1112 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.079 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.079 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.079 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.079 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.079 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.079 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.079 | 43370 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.079 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.079 | 30439 | Removed run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.079 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.080 | 30439 | Assigned run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.080 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BCOAZK +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.081 | 43369 | Marked run 1113 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.081 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.083 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.083 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.085 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.085 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.089 | 30440 | Recursively removing directory: /tmp/git.57iyPN/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.091 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.091 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.091 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.091 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.091 | 43384 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.091 | 30439 | Removed run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.091 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.091 | 30439 | Assigned run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.091 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.091 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.091 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3uECzV +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.091 | 30443 | Recursively removing directory: /tmp/git.BCOAZK/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.093 | 43383 | Marked run 1114 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.093 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.094 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.094 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.094 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.094 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.094 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.094 | 43386 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.094 | 30439 | Removed run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.094 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.094 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.095 | 30439 | Assigned run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.095 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uzMxKQ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.096 | 43385 | Marked run 1115 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.096 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.097 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.097 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.099 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.100 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.103 | 30440 | Recursively removing directory: /tmp/git.3uECzV/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.104 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.104 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.105 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.105 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.105 | 43400 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.105 | 30439 | Removed run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.105 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.105 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.105 | 30439 | Assigned run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.105 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.G3d5EW +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.105 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.106 | 30443 | Recursively removing directory: /tmp/git.uzMxKQ/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.107 | 43399 | Marked run 1116 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.107 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.108 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.108 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.108 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.108 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.108 | 43402 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.108 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.108 | 30439 | Removed run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.108 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.108 | 30439 | Assigned run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.108 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.108 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Hn6DTd +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.110 | 43401 | Marked run 1117 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.110 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.111 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.111 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.113 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.113 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.117 | 30440 | Recursively removing directory: /tmp/git.G3d5EW/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.118 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.118 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.119 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.118 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.119 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.119 | 43416 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.119 | 30439 | Removed run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.119 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.119 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.119 | 30439 | Assigned run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.119 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RZfOWa +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.119 | 30443 | Recursively removing directory: /tmp/git.Hn6DTd/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.121 | 43415 | Marked run 1118 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.121 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.122 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.122 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.122 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.122 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.122 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.122 | 43418 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.122 | 30439 | Removed run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.122 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.122 | 30439 | Assigned run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.122 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.122 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FRnK8w +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.124 | 43417 | Marked run 1119 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.124 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.125 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.125 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.127 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.127 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.131 | 30440 | Recursively removing directory: /tmp/git.RZfOWa/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.133 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.133 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.133 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.133 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.133 | 43432 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.133 | 30439 | Removed run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.133 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.133 | 30439 | Assigned run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.133 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.133 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XBvcC6 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.134 | 30443 | Recursively removing directory: /tmp/git.FRnK8w/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.134 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.135 | 43431 | Marked run 1120 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.135 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.136 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.136 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.136 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.136 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.136 | 43434 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.136 | 30439 | Removed run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.136 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.136 | 30439 | Assigned run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.137 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.136 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.137 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uTTclq +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.138 | 43433 | Marked run 1121 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.138 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.139 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.140 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.141 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.142 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.146 | 30440 | Recursively removing directory: /tmp/git.XBvcC6/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.147 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.147 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.147 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.148 | 30443 | Recursively removing directory: /tmp/git.uTTclq/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.147 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.148 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.148 | 43448 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.148 | 30439 | Removed run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.148 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.148 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.148 | 30439 | Assigned run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.148 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2g7SsP +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.150 | 43447 | Marked run 1122 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.150 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.150 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.150 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.151 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.151 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.151 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.151 | 43450 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.151 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eltvcc +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.151 | 30439 | Removed run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.151 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.151 | 30439 | Assigned run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.151 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.153 | 43449 | Marked run 1123 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.153 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.153 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.154 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.156 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.156 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.159 | 30440 | Recursively removing directory: /tmp/git.2g7SsP/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.161 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.161 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.161 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.161 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.161 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.161 | 43464 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.161 | 30439 | Removed run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.161 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.161 | 30439 | Assigned run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.161 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.161 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MHkART +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.163 | 30443 | Recursively removing directory: /tmp/git.eltvcc/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.163 | 43463 | Marked run 1124 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.164 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.164 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.165 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.165 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.165 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.165 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.165 | 43466 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.165 | 30439 | Removed run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.165 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.165 | 30439 | Assigned run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.165 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.165 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5rrg6C +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.167 | 43465 | Marked run 1125 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.167 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.167 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.168 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.170 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.171 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.173 | 30440 | Recursively removing directory: /tmp/git.MHkART/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.175 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.175 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.175 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.175 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.175 | 43479 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.175 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.175 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.175 | 30439 | Removed run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.175 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.176 | 30439 | Assigned run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.176 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EobfT2 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.177 | 30443 | Recursively removing directory: /tmp/git.5rrg6C/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.177 | 43478 | Marked run 1126 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.177 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.179 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.179 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.179 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.179 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.179 | 43482 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.179 | 30439 | Removed run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.179 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.179 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.179 | 30439 | Assigned run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.179 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.179 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wPMoWN +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.181 | 43481 | Marked run 1127 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.181 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.181 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.182 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.184 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.185 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.187 | 30440 | Recursively removing directory: /tmp/git.EobfT2/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.189 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.189 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.189 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.189 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.189 | 43495 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.189 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.189 | 30439 | Removed run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.189 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.189 | 30439 | Assigned run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.189 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.190 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3Z8Ht1 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.191 | 30443 | Recursively removing directory: /tmp/git.wPMoWN/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.191 | 43494 | Marked run 1128 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.191 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.192 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.192 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.192 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.192 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.192 | 43498 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.192 | 30439 | Removed run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.192 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.192 | 30439 | Assigned run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.192 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.192 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.192 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HhM3au +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.194 | 43497 | Marked run 1129 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.194 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.196 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.197 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.197 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.198 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.203 | 30440 | Recursively removing directory: /tmp/git.3Z8Ht1/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.204 | 30443 | Recursively removing directory: /tmp/git.HhM3au/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.204 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.204 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.204 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.204 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.204 | 43512 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.204 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.205 | 30439 | Removed run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.205 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.205 | 30439 | Assigned run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.204 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.205 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OZvD8p +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.206 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.206 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.206 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.206 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.206 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.206 | 43514 | Added a new worker 13 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.207 | 30439 | Removed run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.207 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.207 | 30439 | Assigned run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.207 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.207 | 43511 | Marked run 1130 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.207 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.207 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tbJLtG +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.209 | 43513 | Marked run 1131 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.209 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.210 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.211 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.211 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.212 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.216 | 30440 | Recursively removing directory: /tmp/git.OZvD8p/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.218 | 30443 | Recursively removing directory: /tmp/git.tbJLtG/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.218 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.218 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.218 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.218 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.218 | 43528 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.218 | 30439 | Removed run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.218 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.219 | 30439 | Assigned run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.219 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.218 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.219 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2yEluU +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.220 | 43527 | Marked run 1132 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.220 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.221 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.221 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.221 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.221 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DJo8y0 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.221 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.221 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.221 | 43530 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.221 | 30439 | Removed run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.221 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.221 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.221 | 30439 | Assigned run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.222 | 43529 | Marked run 1133 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.222 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.224 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.225 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.226 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.226 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.231 | 30440 | Recursively removing directory: /tmp/git.2yEluU/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.232 | 30443 | Recursively removing directory: /tmp/git.DJo8y0/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.232 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.232 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.233 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.233 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.233 | 43544 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.233 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.233 | 30439 | Removed run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.233 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.233 | 30439 | Assigned run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.233 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.233 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OanoH6 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.235 | 43543 | Marked run 1134 as finished +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.235 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.235 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.235 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.235 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.235 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.235 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.235 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MPNfi6 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.235 | 43546 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.235 | 30439 | Removed run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.235 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.235 | 30439 | Assigned run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.236 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.237 | 43545 | Marked run 1135 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.237 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.239 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.240 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.240 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.241 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.245 | 30440 | Recursively removing directory: /tmp/git.OanoH6/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.247 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.247 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.247 | 30443 | Recursively removing directory: /tmp/git.MPNfi6/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.247 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.247 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.247 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.247 | 43560 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.247 | 30439 | Removed run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.247 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.247 | 30439 | Assigned run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.247 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.248 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1LdqSs +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.249 | 43559 | Marked run 1136 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.249 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.249 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.249 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.250 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.250 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.250 | 43562 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.250 | 30439 | Removed run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.250 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.250 | 30439 | Assigned run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.250 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.250 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RIJEOg +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.250 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.251 | 43561 | Marked run 1137 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.252 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.253 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.254 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.254 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.255 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.259 | 30440 | Recursively removing directory: /tmp/git.1LdqSs/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.261 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.261 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.261 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.261 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.261 | 43576 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.261 | 30439 | Removed run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.261 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.261 | 30439 | Assigned run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.261 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.261 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.261 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iPhxOy +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.261 | 30443 | Recursively removing directory: /tmp/git.RIJEOg/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.263 | 43575 | Marked run 1138 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.263 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.264 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.264 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.264 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.264 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.264 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.264 | 43578 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.265 | 30439 | Removed run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.265 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.265 | 30439 | Assigned run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.265 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IkP5lb +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.265 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.266 | 43577 | Marked run 1139 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.266 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.267 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.268 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.270 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.270 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.274 | 30440 | Recursively removing directory: /tmp/git.iPhxOy/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.275 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.275 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.275 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.275 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.275 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.275 | 43592 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.276 | 30439 | Removed run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.276 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.276 | 30439 | Assigned run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.276 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.276 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ujz0oh +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.277 | 30443 | Recursively removing directory: /tmp/git.IkP5lb/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.277 | 43591 | Marked run 1140 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.277 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.278 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.278 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.279 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.279 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.279 | 43594 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.279 | 30439 | Removed run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.279 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.279 | 30439 | Assigned run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.279 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.279 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.279 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JIVtz1 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.281 | 43593 | Marked run 1141 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.281 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.281 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.282 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.283 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.284 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.288 | 30440 | Recursively removing directory: /tmp/git.ujz0oh/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.289 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.289 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.289 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.290 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.290 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.290 | 43608 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.290 | 30439 | Removed run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.290 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.290 | 30439 | Assigned run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.290 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.290 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rIjneI +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.290 | 30443 | Recursively removing directory: /tmp/git.JIVtz1/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.292 | 43607 | Marked run 1142 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.292 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.293 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.293 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.293 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.293 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.293 | 43610 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.293 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.293 | 30439 | Removed run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.293 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.293 | 30439 | Assigned run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.293 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.294 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GpwpHt +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.294 | 43609 | Marked run 1143 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.294 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.296 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.297 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.298 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.299 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.303 | 30440 | Recursively removing directory: /tmp/git.rIjneI/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.304 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.304 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.305 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.305 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.305 | 43624 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.305 | 30439 | Removed run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.305 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.305 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.305 | 30443 | Recursively removing directory: /tmp/git.GpwpHt/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.305 | 30439 | Assigned run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.305 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.306 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.a6Jhjk +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.307 | 43623 | Marked run 1144 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.307 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.307 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.307 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.308 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.308 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.308 | 43626 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.308 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.308 | 30439 | Removed run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.308 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.308 | 30439 | Assigned run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.308 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.308 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rjtJ8v +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.309 | 43625 | Marked run 1145 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.309 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.311 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.312 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.312 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.313 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.317 | 30440 | Recursively removing directory: /tmp/git.a6Jhjk/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.319 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.319 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.319 | 30443 | Recursively removing directory: /tmp/git.rjtJ8v/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.319 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.319 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.319 | 43640 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.319 | 30439 | Removed run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.319 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.319 | 30439 | Assigned run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.319 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.319 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.319 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Jz0KIu +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.321 | 43639 | Marked run 1146 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.321 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.321 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.321 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.322 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.322 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.322 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.322 | 43642 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.322 | 30439 | Removed run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.322 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.322 | 30439 | Assigned run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.322 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.322 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.25nJZ9 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.323 | 43641 | Marked run 1147 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.323 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.325 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.326 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.327 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.327 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.332 | 30440 | Recursively removing directory: /tmp/git.Jz0KIu/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.333 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.333 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.333 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.333 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.333 | 43656 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.333 | 30439 | Removed run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.333 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.334 | 30439 | Assigned run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.334 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.333 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.334 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fQL10V +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.333 | 30443 | Recursively removing directory: /tmp/git.25nJZ9/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.336 | 43655 | Marked run 1148 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.336 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.336 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.336 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.336 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.336 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.336 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.336 | 43658 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.336 | 30439 | Removed run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.336 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.336 | 30439 | Assigned run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.337 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.337 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gcZp75 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.338 | 43657 | Marked run 1149 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.338 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.339 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.340 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.341 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.341 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.346 | 30440 | Recursively removing directory: /tmp/git.fQL10V/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.347 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.347 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.347 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.347 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.347 | 43672 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.347 | 30439 | Removed run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.347 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.347 | 30439 | Assigned run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.347 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.347 | 30443 | Recursively removing directory: /tmp/git.gcZp75/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.347 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.347 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fGsGxr +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.349 | 43671 | Marked run 1150 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.350 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.350 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.350 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.350 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.350 | 43674 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.350 | 30439 | Removed run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.350 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.350 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.350 | 30439 | Assigned run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.350 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.350 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.350 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hRUHjt +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.351 | 43673 | Marked run 1151 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.351 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.353 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.354 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.355 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.355 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.359 | 30440 | Recursively removing directory: /tmp/git.fGsGxr/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.361 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.361 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.361 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.361 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.361 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.361 | 43688 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.361 | 30439 | Removed run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.361 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.361 | 30439 | Assigned run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.361 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.361 | 30443 | Recursively removing directory: /tmp/git.hRUHjt/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.361 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kDc8XT +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.363 | 43687 | Marked run 1152 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.363 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.364 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.364 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.364 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.364 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.364 | 43690 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.364 | 30439 | Removed run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.364 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.364 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.364 | 30439 | Assigned run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.364 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.365 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.opcxKe +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.366 | 43689 | Marked run 1153 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.366 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.367 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.368 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.369 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.370 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.373 | 30440 | Recursively removing directory: /tmp/git.kDc8XT/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.375 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.375 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.375 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.375 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.375 | 43704 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.375 | 30439 | Removed run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.375 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.375 | 30439 | Assigned run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.375 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.375 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.375 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0JicVH +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.376 | 30443 | Recursively removing directory: /tmp/git.opcxKe/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.377 | 43703 | Marked run 1154 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.377 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.378 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.378 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.379 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.379 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.379 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.379 | 43706 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.379 | 30439 | Removed run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.379 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.379 | 30439 | Assigned run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.379 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.379 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Z7Axik +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.381 | 43705 | Marked run 1155 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.381 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.382 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.382 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.384 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.385 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.388 | 30440 | Recursively removing directory: /tmp/git.0JicVH/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.390 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.390 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.390 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.390 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.390 | 43720 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.390 | 30439 | Removed run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.390 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.390 | 30439 | Assigned run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.391 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.390 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.390 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XyF7VU +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.391 | 30443 | Recursively removing directory: /tmp/git.Z7Axik/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.392 | 43719 | Marked run 1156 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.392 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.393 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.393 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.393 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.393 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.394 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.394 | 43722 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.394 | 30439 | Removed run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.394 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.394 | 30439 | Assigned run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.394 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.F8DONO +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.394 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.395 | 43721 | Marked run 1157 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.395 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.397 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.397 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.399 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.400 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.403 | 30440 | Recursively removing directory: /tmp/git.XyF7VU/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.405 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.405 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.405 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.405 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.405 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.405 | 43736 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.405 | 30439 | Removed run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.405 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.405 | 30439 | Assigned run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.405 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.406 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MTxOkP +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.406 | 30443 | Recursively removing directory: /tmp/git.F8DONO/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.407 | 43735 | Marked run 1158 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.407 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.408 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.408 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.408 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.408 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.408 | 43738 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.408 | 30439 | Removed run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.408 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.408 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.408 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.408 | 30439 | Assigned run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.408 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BAP9wD +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.410 | 43737 | Marked run 1159 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.410 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.411 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.412 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.413 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.414 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.417 | 30440 | Recursively removing directory: /tmp/git.MTxOkP/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.419 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.419 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.419 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.419 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.419 | 43752 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.419 | 30439 | Removed run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.419 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.419 | 30439 | Assigned run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.419 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.419 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.419 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6rSjr6 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.420 | 30443 | Recursively removing directory: /tmp/git.BAP9wD/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.422 | 43751 | Marked run 1160 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.422 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.423 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.423 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.423 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.423 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.423 | 43754 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.423 | 30439 | Removed run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.423 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.423 | 30439 | Assigned run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.423 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.423 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vLYZwX +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.424 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.425 | 43753 | Marked run 1161 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.425 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.426 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.427 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.428 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.429 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.433 | 30440 | Recursively removing directory: /tmp/git.6rSjr6/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.434 | 30443 | Recursively removing directory: /tmp/git.vLYZwX/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.434 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.434 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.434 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.435 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.435 | 43768 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.435 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.435 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.435 | 30439 | Removed run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.435 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.435 | 30439 | Assigned run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.436 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LFArTM +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.437 | 43767 | Marked run 1162 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.437 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.437 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.437 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.437 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.437 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.437 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.437 | 43770 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.437 | 30439 | Removed run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.437 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.438 | 30439 | Assigned run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.438 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uZPAqR +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.438 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.439 | 43769 | Marked run 1163 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.439 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.442 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.443 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.443 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.444 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.449 | 30440 | Recursively removing directory: /tmp/git.LFArTM/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.450 | 30443 | Recursively removing directory: /tmp/git.uZPAqR/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.450 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.450 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.450 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.450 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.450 | 43784 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.450 | 30439 | Removed run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.450 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.450 | 30439 | Assigned run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.450 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.450 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.450 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZCq7JX +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.452 | 43783 | Marked run 1164 as finished +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.453 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.453 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.453 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.453 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.453 | 43786 | Added a new worker 6 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.453 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.453 | 30439 | Removed run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.453 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.453 | 30439 | Assigned run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.453 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.453 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7zHRhc +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.455 | 43785 | Marked run 1165 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.455 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.457 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.457 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.458 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.458 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.463 | 30440 | Recursively removing directory: /tmp/git.ZCq7JX/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.464 | 30443 | Recursively removing directory: /tmp/git.7zHRhc/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.464 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.464 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.464 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.465 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.465 | 43800 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.465 | 30439 | Removed run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.465 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.465 | 30439 | Assigned run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.465 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.465 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.465 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LQVEEL +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.466 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.466 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.467 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.467 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NwYU0o +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.466 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.467 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.467 | 43799 | Marked run 1166 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.467 | 43802 | Added a new worker 12 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.467 | 30439 | Removed run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.467 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.467 | 30439 | Assigned run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.467 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.467 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.470 | 43801 | Marked run 1167 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.470 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.471 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.472 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.472 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.473 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.477 | 30440 | Recursively removing directory: /tmp/git.LQVEEL/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.479 | 30443 | Recursively removing directory: /tmp/git.NwYU0o/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.479 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.479 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.479 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.479 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.479 | 43816 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.479 | 30439 | Removed run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.479 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.479 | 30439 | Assigned run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.479 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.479 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.479 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NTqg0z +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.480 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.480 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.481 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.481 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.481 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.481 | 43818 | Added a new worker 13 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.481 | 30439 | Removed run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.481 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.481 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.481 | 30439 | Assigned run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.481 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8F4VH2 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.483 | 43815 | Marked run 1168 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.483 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.485 | 43817 | Marked run 1169 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.485 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.485 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.486 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.487 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.487 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.491 | 30440 | Recursively removing directory: /tmp/git.NTqg0z/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.493 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.493 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.493 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.493 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.493 | 43832 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.493 | 30439 | Removed run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.493 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.493 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.493 | 30439 | Assigned run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.493 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.494 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IRD0Oq +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.494 | 30443 | Recursively removing directory: /tmp/git.8F4VH2/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.495 | 43831 | Marked run 1170 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.495 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.496 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.496 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.496 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.496 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.496 | 43834 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.496 | 30439 | Removed run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.496 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.496 | 30439 | Assigned run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.496 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.496 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.496 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ve8g62 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.498 | 43833 | Marked run 1171 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.498 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.499 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.500 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.501 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.501 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.506 | 30440 | Recursively removing directory: /tmp/git.IRD0Oq/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.507 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.507 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.507 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.507 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.507 | 43848 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.507 | 30439 | Removed run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.507 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.508 | 30439 | Assigned run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.508 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.507 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.508 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qFIvBk +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.508 | 30443 | Recursively removing directory: /tmp/git.ve8g62/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.510 | 43847 | Marked run 1172 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.510 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.511 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.511 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.511 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.511 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.511 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.511 | 43850 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.511 | 30439 | Removed run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.511 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.511 | 30439 | Assigned run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.511 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.512 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pKMSj2 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.512 | 43849 | Marked run 1173 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.512 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.513 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.514 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.515 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.516 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.520 | 30440 | Recursively removing directory: /tmp/git.qFIvBk/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.521 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.521 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.521 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.521 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.521 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.521 | 43864 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.522 | 30439 | Removed run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.522 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.522 | 30439 | Assigned run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.522 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.522 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sPc8Jm +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.522 | 30443 | Recursively removing directory: /tmp/git.pKMSj2/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.523 | 43863 | Marked run 1174 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.523 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.524 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.524 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.525 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.525 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.525 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.525 | 43866 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.525 | 30439 | Removed run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.525 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.525 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.525 | 30439 | Assigned run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.525 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.D5zZqp +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.527 | 43865 | Marked run 1175 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.527 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.527 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.528 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.530 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.530 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.534 | 30440 | Recursively removing directory: /tmp/git.sPc8Jm/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.535 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.535 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.536 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.536 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.536 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.536 | 43880 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.536 | 30439 | Removed run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.536 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.536 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.536 | 30439 | Assigned run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.536 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jtw2p5 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.537 | 30443 | Recursively removing directory: /tmp/git.D5zZqp/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.538 | 43879 | Marked run 1176 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.538 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.539 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.539 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.539 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.539 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.539 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.539 | 43882 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.539 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.539 | 30439 | Removed run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.539 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.539 | 30439 | Assigned run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.539 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MQREFQ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.541 | 43881 | Marked run 1177 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.541 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.542 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.543 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.544 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.544 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.548 | 30440 | Recursively removing directory: /tmp/git.jtw2p5/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.550 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.550 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.550 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.550 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.550 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.550 | 43896 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.550 | 30439 | Removed run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.550 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.550 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.550 | 30439 | Assigned run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.550 | 30443 | Recursively removing directory: /tmp/git.MQREFQ/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.551 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EejDif +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.552 | 43895 | Marked run 1178 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.552 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.553 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.553 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.553 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.553 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.553 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.553 | 43898 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.553 | 30439 | Removed run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.553 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.553 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.553 | 30439 | Assigned run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.553 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CQTMfm +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.555 | 43897 | Marked run 1179 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.555 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.557 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.558 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.558 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.559 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.564 | 30440 | Recursively removing directory: /tmp/git.EejDif/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.565 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.565 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.565 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.565 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.565 | 30443 | Recursively removing directory: /tmp/git.CQTMfm/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.565 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.566 | 43912 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.566 | 30439 | Removed run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.566 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.566 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.566 | 30439 | Assigned run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.566 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cd0kQl +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.567 | 43911 | Marked run 1180 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.567 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.568 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.568 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.568 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.568 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.568 | 43914 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.568 | 30439 | Removed run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.568 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.568 | 30439 | Assigned run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.568 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.568 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.568 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kwSAxy +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.569 | 43913 | Marked run 1181 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.570 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.577 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.578 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.580 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.580 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.584 | 30440 | Recursively removing directory: /tmp/git.cd0kQl/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.586 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.586 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.586 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.586 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.586 | 30443 | Recursively removing directory: /tmp/git.kwSAxy/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.586 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.586 | 43928 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.586 | 30439 | Removed run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.586 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.586 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.586 | 30439 | Assigned run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.587 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cvjJwr +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.588 | 43927 | Marked run 1182 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.588 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.589 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.589 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.589 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.589 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.589 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.589 | 43930 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.589 | 30439 | Removed run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.589 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.589 | 30439 | Assigned run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.589 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.589 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.y5dO4U +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.591 | 43929 | Marked run 1183 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.591 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.592 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.593 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.594 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.594 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.599 | 30440 | Recursively removing directory: /tmp/git.cvjJwr/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.600 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.600 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.600 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.600 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.600 | 30443 | Recursively removing directory: /tmp/git.y5dO4U/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.600 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.600 | 43944 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.600 | 30439 | Removed run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.600 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.600 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.601 | 30439 | Assigned run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.601 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Retk6X +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.602 | 43943 | Marked run 1184 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.603 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.603 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.603 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.603 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.603 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.603 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.603 | 43946 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.603 | 30439 | Removed run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.603 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.603 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.604 | 30439 | Assigned run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.604 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fUG6rc +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.605 | 43945 | Marked run 1185 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.605 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.606 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.607 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.608 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.609 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.613 | 30440 | Recursively removing directory: /tmp/git.Retk6X/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.615 | 30443 | Recursively removing directory: /tmp/git.fUG6rc/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.615 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.615 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.615 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.615 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.615 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.615 | 43960 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.615 | 30439 | Removed run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.615 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.615 | 30439 | Assigned run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.615 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.616 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Byqvtx +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.617 | 43959 | Marked run 1186 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.617 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.617 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.617 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.617 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.617 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.617 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.617 | 43962 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.617 | 30439 | Removed run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.617 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.617 | 30439 | Assigned run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.618 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.617 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Lw6Yss +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.619 | 43961 | Marked run 1187 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.620 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.621 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.622 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.622 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.622 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.628 | 30440 | Recursively removing directory: /tmp/git.Byqvtx/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.628 | 30443 | Recursively removing directory: /tmp/git.Lw6Yss/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.629 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.629 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.629 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.629 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.629 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.629 | 43976 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.629 | 30439 | Removed run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.629 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.629 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.629 | 30439 | Assigned run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.629 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0V602M +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.630 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.630 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.631 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.631 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.631 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.t9f5wD +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.631 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.631 | 43978 | Added a new worker 14 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.631 | 30439 | Removed run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.631 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.631 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.631 | 30439 | Assigned run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.631 | 43975 | Marked run 1188 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.631 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.633 | 43977 | Marked run 1189 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.634 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.635 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.635 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.636 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.637 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.641 | 30440 | Recursively removing directory: /tmp/git.0V602M/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.643 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.643 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.643 | 30443 | Recursively removing directory: /tmp/git.t9f5wD/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.643 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.643 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.643 | 43992 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.643 | 30439 | Removed run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.643 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.643 | 30439 | Assigned run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.643 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.643 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.644 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AjL8Sk +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.645 | 43991 | Marked run 1190 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.645 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.645 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.645 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.645 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.646 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.646 | 43994 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.646 | 30439 | Removed run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.646 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.646 | 30439 | Assigned run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.646 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.646 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1NKpGv +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.646 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.648 | 43993 | Marked run 1191 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.648 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.650 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.650 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.651 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.651 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.656 | 30440 | Recursively removing directory: /tmp/git.AjL8Sk/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.657 | 30443 | Recursively removing directory: /tmp/git.1NKpGv/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.658 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.658 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.658 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.658 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.658 | 44008 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.658 | 30439 | Removed run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.658 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.658 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.658 | 30439 | Assigned run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.658 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.658 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MPrnSk +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.660 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.660 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.660 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.660 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.660 | 44007 | Marked run 1192 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.660 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.660 | 44010 | Added a new worker 7 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.660 | 30439 | Removed run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.660 | 30439 | Removed worker 7 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.660 | 30439 | Assigned run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.660 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.660 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.660 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eXwbSF +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.662 | 44009 | Marked run 1193 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.662 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.664 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.665 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.665 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.666 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.671 | 30440 | Recursively removing directory: /tmp/git.MPrnSk/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.671 | 30443 | Recursively removing directory: /tmp/git.eXwbSF/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.672 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.672 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.672 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.672 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.672 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.673 | 44024 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.673 | 30439 | Removed run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.673 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.673 | 30439 | Assigned run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.673 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.673 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xXduuZ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.674 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.674 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.674 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.674 | 44023 | Marked run 1194 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.674 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.674 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.674 | 44026 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.674 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.674 | 30439 | Removed run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.674 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.674 | 30439 | Assigned run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.674 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.w1tl7I +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.676 | 44025 | Marked run 1195 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.676 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.678 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.679 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.679 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.679 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.684 | 30440 | Recursively removing directory: /tmp/git.xXduuZ/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.685 | 30443 | Recursively removing directory: /tmp/git.w1tl7I/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.686 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.686 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.686 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.686 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.686 | 44040 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.686 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.686 | 30439 | Removed run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.686 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.686 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.686 | 30439 | Assigned run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.686 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.13e6bS +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.688 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.688 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.688 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.688 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.688 | 44039 | Marked run 1196 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.688 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.688 | 44042 | Added a new worker 6 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.688 | 30439 | Removed run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.688 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.688 | 30439 | Assigned run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.688 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.689 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iG6yIo +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.689 | 44041 | Marked run 1197 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.690 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.691 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.692 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.693 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.693 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.698 | 30440 | Recursively removing directory: /tmp/git.13e6bS/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.699 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.699 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.699 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.699 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.699 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.699 | 44056 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.699 | 30439 | Removed run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.699 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.700 | 30439 | Assigned run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.700 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.699 | 30443 | Recursively removing directory: /tmp/git.iG6yIo/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.700 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IuHT3y +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.701 | 44055 | Marked run 1198 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.701 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.702 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.702 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.702 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.702 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.702 | 44058 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.702 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.702 | 30439 | Removed run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.702 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.702 | 30439 | Assigned run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.702 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.703 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MTHFvu +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.704 | 44057 | Marked run 1199 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.704 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.706 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.706 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.707 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.707 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.712 | 30440 | Recursively removing directory: /tmp/git.IuHT3y/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.713 | 30443 | Recursively removing directory: /tmp/git.MTHFvu/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.714 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.714 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.714 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.714 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.714 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.714 | 44072 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.714 | 30439 | Removed run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.714 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.714 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.714 | 30439 | Assigned run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.714 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7rB9Ds +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.716 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.716 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.716 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.716 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.716 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.716 | 44074 | Added a new worker 14 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.716 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.716 | 30439 | Removed run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.716 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.716 | 30439 | Assigned run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.716 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TQMEB0 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.717 | 44071 | Marked run 1200 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.717 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.719 | 44073 | Marked run 1201 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.719 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.720 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.721 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.722 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.722 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.727 | 30440 | Recursively removing directory: /tmp/git.7rB9Ds/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.728 | 30443 | Recursively removing directory: /tmp/git.TQMEB0/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.728 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.728 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.729 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.729 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.729 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.729 | 44088 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.729 | 30439 | Removed run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.729 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.729 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.729 | 30439 | Assigned run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.729 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.m9N2kq +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.731 | 44087 | Marked run 1202 as finished +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.731 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.731 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.731 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.731 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.731 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.731 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.731 | 44090 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.731 | 30439 | Removed run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.731 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.731 | 30439 | Assigned run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.731 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.731 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JyYrnW +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.733 | 44089 | Marked run 1203 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.733 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.735 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.735 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.736 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.737 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.741 | 30440 | Recursively removing directory: /tmp/git.m9N2kq/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.743 | 30443 | Recursively removing directory: /tmp/git.JyYrnW/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.743 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.743 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.743 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.743 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.743 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.743 | 44104 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.743 | 30439 | Removed run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.743 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.743 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.743 | 30439 | Assigned run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.744 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UEIawj +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.745 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.745 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.746 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.745 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.746 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.746 | 44106 | Added a new worker 8 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.746 | 44103 | Marked run 1204 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.746 | 30439 | Removed run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.746 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.746 | 30439 | Assigned run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.746 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.746 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.F4sfvf +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.747 | 44105 | Marked run 1205 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.748 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.750 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.750 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.751 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.751 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.756 | 30440 | Recursively removing directory: /tmp/git.UEIawj/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.757 | 30443 | Recursively removing directory: /tmp/git.F4sfvf/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.758 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.758 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.758 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.758 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.758 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.758 | 44120 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.758 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.758 | 30439 | Removed run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.758 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.758 | 30439 | Assigned run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.758 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZDMYtn +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.759 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.759 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.759 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.759 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.759 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.759 | 44122 | Added a new worker 13 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.759 | 30439 | Removed run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.759 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.759 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.759 | 30439 | Assigned run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.759 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1tSDgD +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.760 | 44119 | Marked run 1206 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.760 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.762 | 44121 | Marked run 1207 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.762 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.764 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.764 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.765 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.765 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.771 | 30440 | Recursively removing directory: /tmp/git.ZDMYtn/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.771 | 30443 | Recursively removing directory: /tmp/git.1tSDgD/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.772 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.772 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.772 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.772 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.773 | 44136 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.773 | 30439 | Removed run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.773 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.773 | 30439 | Assigned run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.773 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.773 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.773 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.772 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.773 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Brd47G +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.773 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.773 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.773 | 44138 | Added a new worker 13 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.773 | 30439 | Removed run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.773 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.773 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.773 | 30439 | Assigned run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.773 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uCt7Rn +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.774 | 44135 | Marked run 1208 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.775 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.776 | 44137 | Marked run 1209 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.776 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.778 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.778 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.778 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.779 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.784 | 30443 | Recursively removing directory: /tmp/git.uCt7Rn/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.785 | 30440 | Recursively removing directory: /tmp/git.Brd47G/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.786 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.786 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.786 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.786 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.786 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.786 | 44152 | Added a new worker 12 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.786 | 30439 | Removed run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.786 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.786 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.786 | 30439 | Assigned run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.786 | 44154 | Added a new worker 12 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.786 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.787 | 30439 | Removed run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.787 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.787 | 30439 | Assigned run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.787 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.786 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.786 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.52W1Nz +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.786 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.786 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.786 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.787 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pmThdO +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.789 | 44151 | Marked run 1211 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.789 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.791 | 44153 | Marked run 1210 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.791 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.793 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.793 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.794 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.794 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.800 | 30443 | Recursively removing directory: /tmp/git.52W1Nz/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.800 | 30440 | Recursively removing directory: /tmp/git.pmThdO/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.801 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.801 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.801 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.801 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.801 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.801 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.801 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.801 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.801 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.801 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.801 | 44169 | Added a new worker 15 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.801 | 30439 | Removed run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.801 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.801 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.802 | 30439 | Assigned run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.802 | 44170 | Added a new worker 16 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.802 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.802 | 30439 | Removed run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.802 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.802 | 30439 | Assigned run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.802 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.APW24F +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.802 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zleJVQ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.803 | 44167 | Marked run 1212 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.804 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.805 | 44168 | Marked run 1213 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.805 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.807 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.807 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.807 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.808 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.813 | 30440 | Recursively removing directory: /tmp/git.zleJVQ/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.814 | 30443 | Recursively removing directory: /tmp/git.APW24F/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.815 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.815 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.815 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.815 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.815 | 44184 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.815 | 30439 | Removed run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.815 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.815 | 30439 | Assigned run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.815 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.815 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.815 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VdaLcs +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.817 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.817 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.817 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.817 | 44183 | Marked run 1214 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.817 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.817 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.817 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.817 | 44186 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.817 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.817 | 30439 | Removed run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.817 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.817 | 30439 | Assigned run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.818 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1wHDAE +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.819 | 44185 | Marked run 1215 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.819 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.821 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.821 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.822 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.822 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.827 | 30440 | Recursively removing directory: /tmp/git.VdaLcs/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.828 | 30443 | Recursively removing directory: /tmp/git.1wHDAE/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.828 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.828 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.828 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.829 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.829 | 44200 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.829 | 30439 | Removed run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.829 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.829 | 30439 | Assigned run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.829 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.829 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.829 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8ATwaF +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.831 | 44199 | Marked run 1216 as finished +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.831 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.831 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.831 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.831 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.831 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.831 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.831 | 44202 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.831 | 30439 | Removed run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.831 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.831 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ovzidF +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.831 | 30439 | Assigned run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.831 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.833 | 44201 | Marked run 1217 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.833 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.834 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.835 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.836 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.837 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.841 | 30440 | Recursively removing directory: /tmp/git.8ATwaF/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.842 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.842 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.842 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.843 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.843 | 44216 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.843 | 30439 | Removed run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.843 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.843 | 30439 | Assigned run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.843 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.843 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.843 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OCGRP1 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.843 | 30443 | Recursively removing directory: /tmp/git.ovzidF/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.845 | 44215 | Marked run 1218 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.845 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.845 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.845 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.845 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.846 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.846 | 44218 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.846 | 30439 | Removed run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.846 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.846 | 30439 | Assigned run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.846 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.846 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5Uhzbh +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.846 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.848 | 44217 | Marked run 1219 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.848 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.849 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.849 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.850 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.851 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.855 | 30440 | Recursively removing directory: /tmp/git.OCGRP1/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.856 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.856 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.857 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.856 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.857 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.857 | 44232 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.857 | 30439 | Removed run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.857 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.857 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.857 | 30439 | Assigned run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.857 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4lHDG9 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.857 | 30443 | Recursively removing directory: /tmp/git.5Uhzbh/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.859 | 44231 | Marked run 1220 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.859 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.860 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.860 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.860 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.860 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.860 | 44234 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.860 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.860 | 30439 | Removed run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.860 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.860 | 30439 | Assigned run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.860 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.860 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VTnd2K +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.862 | 44233 | Marked run 1221 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.862 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.863 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.863 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.865 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.865 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.869 | 30440 | Recursively removing directory: /tmp/git.4lHDG9/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.870 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.870 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.870 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.870 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.871 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.871 | 44248 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.871 | 30439 | Removed run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.871 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.871 | 30439 | Assigned run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.871 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.871 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wOBVod +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.871 | 30443 | Recursively removing directory: /tmp/git.VTnd2K/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.873 | 44247 | Marked run 1222 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.874 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.874 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.874 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.874 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.874 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.874 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.874 | 44250 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.874 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.874 | 30439 | Removed run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.874 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.874 | 30439 | Assigned run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.874 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LPMmO5 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.876 | 44249 | Marked run 1223 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.877 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.877 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.878 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.879 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.880 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.883 | 30440 | Recursively removing directory: /tmp/git.wOBVod/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.885 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.885 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.885 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.885 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.885 | 44264 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.885 | 30439 | Removed run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.885 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.885 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.885 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sDmJSv +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.885 | 30439 | Assigned run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.886 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.886 | 30443 | Recursively removing directory: /tmp/git.LPMmO5/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.887 | 44263 | Marked run 1224 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.887 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.888 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.888 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.888 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.888 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.888 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.888 | 44266 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.888 | 30439 | Removed run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.888 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.888 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GPYShs +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.888 | 30439 | Assigned run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.889 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.891 | 44265 | Marked run 1225 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.891 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.891 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.892 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.894 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.894 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.898 | 30440 | Recursively removing directory: /tmp/git.sDmJSv/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.899 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.899 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.899 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.899 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.899 | 44280 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.899 | 30439 | Removed run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.899 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.899 | 30439 | Assigned run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.899 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.900 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.t8Lxd5 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.900 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.900 | 30443 | Recursively removing directory: /tmp/git.GPYShs/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.903 | 44279 | Marked run 1226 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.903 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.904 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.904 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.904 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.904 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.904 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.905 | 44282 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.905 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.905 | 30439 | Removed run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.905 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.905 | 30439 | Assigned run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.905 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Oee54y +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.906 | 44281 | Marked run 1227 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.907 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.907 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.907 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.910 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.910 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.913 | 30440 | Recursively removing directory: /tmp/git.t8Lxd5/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.914 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.914 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.914 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.915 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.914 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.915 | 44295 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.915 | 30439 | Removed run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.915 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.915 | 30439 | Assigned run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.915 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.915 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AKZbyQ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.916 | 30443 | Recursively removing directory: /tmp/git.Oee54y/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.917 | 44294 | Marked run 1228 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.917 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.918 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.918 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.919 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.919 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.919 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.919 | 44298 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.919 | 30439 | Removed run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.919 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.919 | 30439 | Assigned run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.919 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.919 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7ou7FL +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.920 | 44297 | Marked run 1229 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.920 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.921 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.922 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.924 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.924 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.927 | 30440 | Recursively removing directory: /tmp/git.AKZbyQ/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.928 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.928 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.929 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.929 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.929 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.929 | 44311 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.929 | 30439 | Removed run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.929 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.929 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.929 | 30439 | Assigned run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.930 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JpaH7b +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.930 | 44310 | Marked run 1230 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.931 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.931 | 30443 | Recursively removing directory: /tmp/git.7ou7FL/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.932 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.932 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.932 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.932 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.932 | 44314 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.933 | 30439 | Removed run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.933 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.933 | 30439 | Assigned run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.933 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.932 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.933 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.40qfKp +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.935 | 44313 | Marked run 1231 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.935 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.935 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.936 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.937 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.938 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.941 | 30440 | Recursively removing directory: /tmp/git.JpaH7b/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.943 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.943 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.943 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.943 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.943 | 44328 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.943 | 30439 | Removed run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.943 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.943 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.943 | 30439 | Assigned run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.943 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.943 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6jGOJR +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.944 | 30443 | Recursively removing directory: /tmp/git.40qfKp/ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.945 | 44327 | Marked run 1232 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.946 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.946 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.946 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.946 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.946 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.946 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.946 | 44330 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.946 | 30439 | Removed run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.946 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.946 | 30439 | Assigned run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.946 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NwZgts +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.946 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.948 | 44329 | Marked run 1233 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.948 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.949 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.950 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.951 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.951 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.955 | 30440 | Recursively removing directory: /tmp/git.6jGOJR/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.957 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.957 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.957 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.957 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.958 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.958 | 44344 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.958 | 30439 | Removed run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.958 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.958 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.958 | 30439 | Assigned run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.957 | 30443 | Recursively removing directory: /tmp/git.NwZgts/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.958 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HGUGJf +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.959 | 44343 | Marked run 1234 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.959 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.960 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.960 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.960 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.960 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.960 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.960 | 44346 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.960 | 30439 | Removed run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.960 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.960 | 30439 | Assigned run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.961 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.961 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dQ3Vo1 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.962 | 44345 | Marked run 1235 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.962 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.964 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.965 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.966 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.966 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.971 | 30440 | Recursively removing directory: /tmp/git.HGUGJf/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.972 | 30443 | Recursively removing directory: /tmp/git.dQ3Vo1/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.972 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.972 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.973 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.973 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.973 | 44360 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.973 | 30439 | Removed run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.973 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.973 | 30439 | Assigned run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.973 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.973 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.D0Ko1g +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.973 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.975 | 44359 | Marked run 1236 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.975 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.975 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.975 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.975 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.975 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.975 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.975 | 44362 | Added a new worker 10 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.975 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.975 | 30439 | Removed run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.975 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.975 | 30439 | Assigned run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.975 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JLVdRm +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.976 | 44361 | Marked run 1237 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.977 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.979 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.979 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.980 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.980 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.985 | 30440 | Recursively removing directory: /tmp/git.D0Ko1g/ +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.986 | 30443 | Recursively removing directory: /tmp/git.JLVdRm/ +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.986 | 30440 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.986 | 30440 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.987 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.987 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.987 | 44376 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.987 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.987 | 30439 | Removed run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.987 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.987 | 30439 | Assigned run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.987 | 30440 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.987 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ewqSQQ +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.989 | 44375 | Marked run 1238 as finished +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.989 | 30443 | Process exit code: 0 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.989 | 30443 | Process output: 57 bytes +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.989 | 30443 | Waiting for a new command +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.989 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.989 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.989 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.989 | 44378 | Added a new worker 11 to the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.989 | 30439 | Removed run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.989 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.989 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.989 | 30439 | Assigned run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.990 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KIipdY +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.990 | 44377 | Marked run 1239 as finished +2024-04-25 03:44:48 | INFO | 30437/cimple-server: 2024-04-25 03:44:48.991 | 30437 | Waiting for new connections +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.992 | 30440 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.993 | 30440 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.994 | 30443 | Checking out revision HEAD +2024-04-25 03:44:48 | INFO | 30443/cimple-worker: 2024-04-25 03:44:48.994 | 30443 | Going to run: ./ci +2024-04-25 03:44:48 | INFO | 30440/cimple-worker: 2024-04-25 03:44:48.998 | 30440 | Recursively removing directory: /tmp/git.ewqSQQ/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.000 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.000 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.000 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.000 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.000 | 44392 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.000 | 30439 | Removed run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.000 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.000 | 30439 | Assigned run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.001 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.000 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.001 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xNt9br +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.000 | 30443 | Recursively removing directory: /tmp/git.KIipdY/ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.002 | 44391 | Marked run 1240 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.002 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.003 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.003 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.003 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.003 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.003 | 44394 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.003 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.003 | 30439 | Removed run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.003 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.003 | 30439 | Assigned run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.003 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.003 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VRwqfp +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.005 | 44393 | Marked run 1241 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.005 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.006 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.007 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.007 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.008 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.012 | 30440 | Recursively removing directory: /tmp/git.xNt9br/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.014 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.014 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.014 | 30443 | Recursively removing directory: /tmp/git.VRwqfp/ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.014 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.014 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.014 | 44408 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.015 | 30439 | Removed run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.015 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.015 | 30439 | Assigned run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.015 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.014 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.015 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WHyvjC +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.016 | 44407 | Marked run 1242 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.016 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.017 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.017 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.017 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.017 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.017 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.017 | 44410 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.017 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.017 | 30439 | Removed run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.017 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.017 | 30439 | Assigned run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.017 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NuZcMw +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.019 | 44409 | Marked run 1243 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.019 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.020 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.021 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.022 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.022 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.026 | 30440 | Recursively removing directory: /tmp/git.WHyvjC/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.028 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.028 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.028 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.028 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.028 | 44424 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.028 | 30439 | Removed run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.028 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.028 | 30439 | Assigned run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.028 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.028 | 30443 | Recursively removing directory: /tmp/git.NuZcMw/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.028 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.028 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Z1CyAA +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.030 | 44423 | Marked run 1244 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.031 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.031 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.031 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.031 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.031 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.031 | 44426 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.031 | 30439 | Removed run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.031 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.031 | 30439 | Assigned run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.031 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.031 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.031 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eDZ98d +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.033 | 44425 | Marked run 1245 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.033 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.034 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.035 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.036 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.036 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.041 | 30440 | Recursively removing directory: /tmp/git.Z1CyAA/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.042 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.042 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.042 | 30443 | Recursively removing directory: /tmp/git.eDZ98d/ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.042 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.042 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.043 | 44440 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.043 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.043 | 30439 | Removed run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.043 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.043 | 30439 | Assigned run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.042 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.043 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.A1WsR8 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.044 | 44439 | Marked run 1246 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.044 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.045 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.045 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.045 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.045 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.045 | 44442 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.045 | 30439 | Removed run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.045 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.045 | 30439 | Assigned run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.045 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.045 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.045 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Y0Y5Sh +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.047 | 44441 | Marked run 1247 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.047 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.048 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.049 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.050 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.051 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.054 | 30440 | Recursively removing directory: /tmp/git.A1WsR8/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.056 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.056 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.056 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.056 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.056 | 44456 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.056 | 30439 | Removed run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.056 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.056 | 30439 | Assigned run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.057 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.056 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.056 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eg0FTd +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.056 | 30443 | Recursively removing directory: /tmp/git.Y0Y5Sh/ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.058 | 44455 | Marked run 1248 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.058 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.059 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.059 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.059 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.059 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.059 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.059 | 44458 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.059 | 30439 | Removed run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.059 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.060 | 30439 | Assigned run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.060 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.060 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Zra8bR +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.061 | 44457 | Marked run 1249 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.061 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.062 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.063 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.064 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.065 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.069 | 30440 | Recursively removing directory: /tmp/git.eg0FTd/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.070 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.070 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.070 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.070 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.070 | 30443 | Recursively removing directory: /tmp/git.Zra8bR/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.071 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RwQCSe +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.070 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.070 | 44472 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.071 | 30439 | Removed run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.071 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.071 | 30439 | Assigned run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.071 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.073 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.073 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.073 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.073 | 44471 | Marked run 1250 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.073 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.073 | 44474 | Added a new worker 6 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.073 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.073 | 30439 | Removed run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.073 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.073 | 30439 | Assigned run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.073 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HKuS3D +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.074 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.076 | 44473 | Marked run 1251 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.076 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.077 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.078 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.079 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.079 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.084 | 30440 | Recursively removing directory: /tmp/git.RwQCSe/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.085 | 30443 | Recursively removing directory: /tmp/git.HKuS3D/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.085 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.085 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.085 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.086 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.086 | 44488 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.086 | 30439 | Removed run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.086 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.086 | 30439 | Assigned run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.086 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.086 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.086 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bG7Qi4 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.087 | 44487 | Marked run 1252 as finished +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.087 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.087 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.088 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.087 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.088 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JCmYkK +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.087 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.088 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.088 | 44490 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.088 | 30439 | Removed run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.088 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.088 | 30439 | Assigned run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.088 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.089 | 44489 | Marked run 1253 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.090 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.091 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.092 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.092 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.093 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.098 | 30440 | Recursively removing directory: /tmp/git.bG7Qi4/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.099 | 30443 | Recursively removing directory: /tmp/git.JCmYkK/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.099 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.099 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.099 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.100 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.100 | 44504 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.100 | 30439 | Removed run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.100 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.100 | 30439 | Assigned run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.100 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.100 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.100 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JOiMFP +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.102 | 44503 | Marked run 1254 as finished +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.102 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.102 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.102 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.102 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.102 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.102 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.102 | 44506 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.102 | 30439 | Removed run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.102 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.102 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.102 | 30439 | Assigned run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.102 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.M8BRao +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.104 | 44505 | Marked run 1255 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.104 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.106 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.107 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.107 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.108 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.113 | 30440 | Recursively removing directory: /tmp/git.JOiMFP/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.114 | 30443 | Recursively removing directory: /tmp/git.M8BRao/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.114 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.114 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.114 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.114 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.115 | 44520 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.115 | 30439 | Removed run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.115 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.115 | 30439 | Assigned run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.115 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.114 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.115 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yLQHh2 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.116 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.116 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.116 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.116 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.T7iBIj +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.116 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.116 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.116 | 44522 | Added a new worker 14 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.116 | 30439 | Removed run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.116 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.116 | 30439 | Assigned run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.117 | 44519 | Marked run 1256 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.117 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.117 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.118 | 44521 | Marked run 1257 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.118 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.120 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.120 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.121 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.122 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.126 | 30440 | Recursively removing directory: /tmp/git.yLQHh2/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.128 | 30443 | Recursively removing directory: /tmp/git.T7iBIj/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.128 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.128 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.128 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.128 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.128 | 44536 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.128 | 30439 | Removed run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.128 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.128 | 30439 | Assigned run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.128 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.128 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zoRfK8 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.129 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.130 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.130 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.130 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.130 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.130 | 44538 | Added a new worker 14 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.130 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.130 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.131 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tUWdsD +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.131 | 30439 | Removed run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.131 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.131 | 30439 | Assigned run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.131 | 44535 | Marked run 1258 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.131 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.133 | 44537 | Marked run 1259 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.133 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.134 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.135 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.135 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.136 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.141 | 30440 | Recursively removing directory: /tmp/git.zoRfK8/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.142 | 30443 | Recursively removing directory: /tmp/git.tUWdsD/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.142 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.142 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.142 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.142 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.142 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.142 | 44552 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.143 | 30439 | Removed run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.143 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.143 | 30439 | Assigned run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.143 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.143 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AMMzdY +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.144 | 44551 | Marked run 1260 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.144 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.145 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.145 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.145 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.145 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.145 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4VUHfh +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.145 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.145 | 44554 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.145 | 30439 | Removed run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.145 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.145 | 30439 | Assigned run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.146 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.147 | 44553 | Marked run 1261 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.147 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.148 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.149 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.150 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.151 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.154 | 30440 | Recursively removing directory: /tmp/git.AMMzdY/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.156 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.156 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.156 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.156 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.156 | 44568 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.156 | 30439 | Removed run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.156 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.156 | 30439 | Assigned run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.156 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.156 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.156 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ByMsJJ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.157 | 30443 | Recursively removing directory: /tmp/git.4VUHfh/ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.158 | 44567 | Marked run 1262 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.158 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.159 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.159 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.159 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.159 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.159 | 44570 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.159 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.159 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.160 | 30439 | Removed run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.160 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.160 | 30439 | Assigned run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.160 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ApACQT +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.161 | 44569 | Marked run 1263 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.161 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.162 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.163 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.164 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.165 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.168 | 30440 | Recursively removing directory: /tmp/git.ByMsJJ/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.170 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.170 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.170 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.170 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.170 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.170 | 44584 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.170 | 30439 | Removed run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.170 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.170 | 30439 | Assigned run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.171 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CPf8kh +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.171 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.171 | 30443 | Recursively removing directory: /tmp/git.ApACQT/ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.172 | 44583 | Marked run 1264 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.172 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.173 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.173 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.173 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.173 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.173 | 44586 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.173 | 30439 | Removed run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.173 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.173 | 30439 | Assigned run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.173 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.173 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rKPaDq +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.174 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.175 | 44585 | Marked run 1265 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.175 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.176 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.177 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.178 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.179 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.183 | 30440 | Recursively removing directory: /tmp/git.CPf8kh/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.184 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.184 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.184 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.185 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.185 | 44600 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.185 | 30439 | Removed run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.185 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.185 | 30439 | Assigned run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.185 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.185 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PVixON +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.185 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.185 | 30443 | Recursively removing directory: /tmp/git.rKPaDq/ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.187 | 44599 | Marked run 1266 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.187 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.187 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.187 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.188 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.188 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.188 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.188 | 44602 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.188 | 30439 | Removed run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.188 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.188 | 30439 | Assigned run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.188 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.188 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SL3ZHv +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.190 | 44601 | Marked run 1267 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.190 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.191 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.192 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.192 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.193 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.198 | 30440 | Recursively removing directory: /tmp/git.PVixON/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.199 | 30443 | Recursively removing directory: /tmp/git.SL3ZHv/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.199 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.199 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.199 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.200 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.200 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.200 | 44616 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.200 | 30439 | Removed run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.200 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.200 | 30439 | Assigned run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.200 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.200 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gTYt7f +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.200 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.200 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.201 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.201 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.201 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.201 | 44618 | Added a new worker 13 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.201 | 30439 | Removed run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.201 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.201 | 30439 | Assigned run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.201 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.201 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RmmPAw +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.202 | 44615 | Marked run 1268 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.203 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.204 | 44617 | Marked run 1269 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.204 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.206 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.206 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.206 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.207 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.212 | 30440 | Recursively removing directory: /tmp/git.gTYt7f/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.213 | 30443 | Recursively removing directory: /tmp/git.RmmPAw/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.214 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.214 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.214 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.214 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.214 | 44632 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.214 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.214 | 30439 | Removed run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.214 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.214 | 30439 | Assigned run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.214 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.214 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.215 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.215 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.215 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.215 | 44634 | Added a new worker 13 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.215 | 30439 | Removed run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.215 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.215 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.215 | 30439 | Assigned run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.214 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.215 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.liVcJN +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.215 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oIJXhz +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.216 | 44631 | Marked run 1270 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.216 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.218 | 44633 | Marked run 1271 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.218 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.220 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.220 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.221 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.221 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.227 | 30440 | Recursively removing directory: /tmp/git.oIJXhz/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.227 | 30443 | Recursively removing directory: /tmp/git.liVcJN/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.228 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.228 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.228 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.228 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.228 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.228 | 44648 | Added a new worker 13 to the queue +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.228 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.228 | 30439 | Removed run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.228 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.228 | 30439 | Assigned run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.228 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.228 | 44650 | Added a new worker 8 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.229 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.228 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.228 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.229 | 30439 | Removed run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.228 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XwdN2L +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.228 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.229 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.229 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LBxmCZ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.229 | 30439 | Assigned run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.229 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.231 | 44647 | Marked run 1273 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.231 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.232 | 44649 | Marked run 1272 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.232 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.234 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.234 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.235 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.235 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.241 | 30440 | Recursively removing directory: /tmp/git.LBxmCZ/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.241 | 30443 | Recursively removing directory: /tmp/git.XwdN2L/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.242 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.242 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.242 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.242 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.242 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.242 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.243 | 44664 | Added a new worker 12 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.243 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.243 | 30439 | Removed run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.243 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.243 | 30439 | Assigned run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.242 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.243 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Uz4TQD +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.243 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.243 | 44666 | Added a new worker 8 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.243 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.243 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.243 | 30439 | Removed run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.243 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.243 | 30439 | Assigned run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.243 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.244 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zVRxwt +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.244 | 44663 | Marked run 1275 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.245 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.246 | 44665 | Marked run 1274 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.246 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.248 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.248 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.248 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.249 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.255 | 30440 | Recursively removing directory: /tmp/git.Uz4TQD/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.255 | 30443 | Recursively removing directory: /tmp/git.zVRxwt/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.256 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.256 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.256 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.256 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.256 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.256 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.256 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.256 | 44680 | Added a new worker 13 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.256 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.256 | 30439 | Removed run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.256 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.257 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.257 | 30439 | Assigned run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.257 | 44682 | Added a new worker 14 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.257 | 30439 | Removed run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.257 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.257 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.257 | 30439 | Assigned run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.256 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.257 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jbQQuy +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.256 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.257 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dJ1eDn +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.259 | 44679 | Marked run 1276 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.259 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.260 | 44681 | Marked run 1277 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.260 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.262 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.262 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.262 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.263 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.268 | 30440 | Recursively removing directory: /tmp/git.dJ1eDn/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.268 | 30443 | Recursively removing directory: /tmp/git.jbQQuy/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.269 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.269 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.270 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.269 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.270 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.270 | 44696 | Added a new worker 12 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.270 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.270 | 30439 | Removed run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.270 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.270 | 30439 | Assigned run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.270 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.270 | 44698 | Added a new worker 15 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.270 | 30439 | Removed run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.270 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.270 | 30439 | Assigned run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.270 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.270 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.270 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.93GgKR +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.269 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.269 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.270 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.270 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5HApk8 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.272 | 44695 | Marked run 1278 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.272 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.274 | 44697 | Marked run 1279 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.274 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.275 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.275 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.276 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.276 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.281 | 30443 | Recursively removing directory: /tmp/git.5HApk8/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.281 | 30440 | Recursively removing directory: /tmp/git.93GgKR/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.283 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.283 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.283 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.283 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.283 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.283 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.283 | 44713 | Added a new worker 14 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.283 | 44714 | Added a new worker 15 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.283 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.283 | 30439 | Removed run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.283 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.283 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.283 | 30439 | Assigned run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.283 | 30439 | Removed run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.283 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.283 | 30439 | Assigned run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.283 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.283 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uXIwIs +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.283 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.283 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.283 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.283 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.G2RutB +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.285 | 44712 | Marked run 1281 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.286 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.287 | 44711 | Marked run 1280 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.287 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.288 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.289 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.289 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.289 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.295 | 30443 | Recursively removing directory: /tmp/git.G2RutB/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.295 | 30440 | Recursively removing directory: /tmp/git.uXIwIs/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.296 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.296 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.297 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.297 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.297 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.297 | 44728 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.297 | 30439 | Removed run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.297 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.297 | 30439 | Assigned run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.297 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.297 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.297 | 44730 | Added a new worker 13 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.297 | 30439 | Removed run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.297 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.297 | 30439 | Assigned run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.298 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.297 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.297 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.297 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.298 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OaPgA5 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.297 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PCGSVD +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.299 | 44729 | Marked run 1282 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.300 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.301 | 44727 | Marked run 1283 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.301 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.303 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.303 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.304 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.304 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.309 | 30443 | Recursively removing directory: /tmp/git.PCGSVD/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.309 | 30440 | Recursively removing directory: /tmp/git.OaPgA5/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.311 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.311 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.311 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.311 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.311 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.311 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.311 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.311 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IQGxol +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.311 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.312 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.stGFsZ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.311 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.311 | 44745 | Added a new worker 15 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.311 | 30439 | Removed run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.311 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.311 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.311 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.311 | 30439 | Assigned run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.311 | 44746 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.311 | 30439 | Removed run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.311 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.312 | 30439 | Assigned run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.312 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.314 | 44744 | Marked run 1284 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.314 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.316 | 44743 | Marked run 1285 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.316 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.317 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.317 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.318 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.318 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.323 | 30443 | Recursively removing directory: /tmp/git.IQGxol/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.324 | 30440 | Recursively removing directory: /tmp/git.stGFsZ/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.325 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.325 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.325 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.325 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.325 | 44760 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.325 | 30439 | Removed run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.325 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.325 | 30439 | Assigned run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.325 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.325 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.325 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.325 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.326 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.326 | 44762 | Added a new worker 13 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.326 | 30439 | Removed run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.326 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.326 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.326 | 30439 | Assigned run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.325 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.325 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oxHL0D +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.326 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cL7itO +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.327 | 44759 | Marked run 1286 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.327 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.328 | 44761 | Marked run 1287 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.328 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.330 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.331 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.331 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.332 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.337 | 30443 | Recursively removing directory: /tmp/git.oxHL0D/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.338 | 30440 | Recursively removing directory: /tmp/git.cL7itO/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.338 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.338 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.339 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.339 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.339 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.339 | 44776 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.339 | 30439 | Removed run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.339 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.339 | 30439 | Assigned run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.339 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.339 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.339 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.339 | 44778 | Added a new worker 13 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.339 | 30439 | Removed run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.339 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.339 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.339 | 30439 | Assigned run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.339 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.duTYpL +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.339 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.339 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.339 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.340 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZzHfoi +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.341 | 44775 | Marked run 1288 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.341 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.342 | 44777 | Marked run 1289 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.342 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.344 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.345 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.345 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.345 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.351 | 30440 | Recursively removing directory: /tmp/git.ZzHfoi/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.351 | 30443 | Recursively removing directory: /tmp/git.duTYpL/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.352 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.352 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.352 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.352 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.352 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.353 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.353 | 44793 | Added a new worker 14 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.353 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.353 | 30439 | Removed run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.353 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.353 | 30439 | Assigned run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.353 | 44794 | Added a new worker 16 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.353 | 30439 | Removed run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.353 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.353 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.353 | 30439 | Assigned run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.352 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.352 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.352 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.353 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qINzMN +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.352 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.353 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Sm9JA7 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.355 | 44791 | Marked run 1291 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.356 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.357 | 44792 | Marked run 1290 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.357 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.359 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.359 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.359 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.359 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.365 | 30443 | Recursively removing directory: /tmp/git.Sm9JA7/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.366 | 30440 | Recursively removing directory: /tmp/git.qINzMN/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.366 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.366 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.367 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.367 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.367 | 44808 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.367 | 30439 | Removed run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.367 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.367 | 30439 | Assigned run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.367 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.367 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.367 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.367 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.368 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1KafCK +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.367 | 44810 | Added a new worker 8 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.367 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.367 | 30439 | Removed run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.367 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.367 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.367 | 30439 | Assigned run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.367 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.367 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xmCe1T +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.368 | 44807 | Marked run 1292 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.369 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.370 | 44809 | Marked run 1293 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.370 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.373 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.373 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.374 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.374 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.379 | 30440 | Recursively removing directory: /tmp/git.1KafCK/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.379 | 30443 | Recursively removing directory: /tmp/git.xmCe1T/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.380 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.380 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.380 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.380 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.381 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.381 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.381 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.381 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.381 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.381 | 44825 | Added a new worker 14 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.381 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.381 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.381 | 30439 | Removed run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.381 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.381 | 30439 | Assigned run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.381 | 44826 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.381 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.381 | 30439 | Removed run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.381 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.381 | 30439 | Assigned run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.381 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.x7LWP4 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.382 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IOHaQI +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.383 | 44823 | Marked run 1295 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.383 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.384 | 44824 | Marked run 1294 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.384 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.387 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.387 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.387 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.387 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.393 | 30443 | Recursively removing directory: /tmp/git.IOHaQI/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.393 | 30440 | Recursively removing directory: /tmp/git.x7LWP4/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.395 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.395 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.395 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.395 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.395 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.395 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.395 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BdhEQ4 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.395 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.395 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.395 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.395 | 44841 | Added a new worker 15 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.395 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.395 | 30439 | Removed run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.395 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.395 | 30439 | Assigned run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.395 | 44842 | Added a new worker 16 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.395 | 30439 | Removed run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.395 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.395 | 30439 | Assigned run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.395 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.396 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.395 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UlkZZp +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.398 | 44840 | Marked run 1297 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.398 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.399 | 44839 | Marked run 1296 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.399 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.401 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.401 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.402 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.402 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.407 | 30440 | Recursively removing directory: /tmp/git.BdhEQ4/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.407 | 30443 | Recursively removing directory: /tmp/git.UlkZZp/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.409 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.409 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.409 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.409 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.409 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.409 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.409 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.409 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.409 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.409 | 44857 | Added a new worker 14 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.409 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.409 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.409 | 30439 | Removed run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.409 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.409 | 30439 | Assigned run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.409 | 44858 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.409 | 30439 | Removed run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.409 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.409 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.410 | 30439 | Assigned run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.409 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.t2wtRS +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.410 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bx00e0 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.411 | 44856 | Marked run 1298 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.412 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.413 | 44855 | Marked run 1299 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.413 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.415 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.415 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.416 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.416 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.421 | 30440 | Recursively removing directory: /tmp/git.t2wtRS/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.422 | 30443 | Recursively removing directory: /tmp/git.bx00e0/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.423 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.423 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.423 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.423 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.423 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.423 | 44872 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.423 | 30439 | Removed run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.423 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.423 | 30439 | Assigned run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.423 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.423 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TApD1Y +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.424 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.424 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.424 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.424 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.424 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.424 | 44874 | Added a new worker 14 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.424 | 30439 | Removed run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.424 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.424 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.424 | 30439 | Assigned run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.425 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QdPape +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.426 | 44871 | Marked run 1300 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.426 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.428 | 44873 | Marked run 1301 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.428 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.429 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.429 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.429 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.430 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.435 | 30440 | Recursively removing directory: /tmp/git.TApD1Y/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.436 | 30443 | Recursively removing directory: /tmp/git.QdPape/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.437 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.437 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.437 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.437 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.437 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.437 | 44888 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.437 | 30439 | Removed run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.437 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.437 | 30439 | Assigned run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.437 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.437 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.W3c7b7 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.438 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.438 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.438 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.438 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.438 | 44890 | Added a new worker 14 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.438 | 30439 | Removed run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.438 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.439 | 30439 | Assigned run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.439 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.438 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.439 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.htVswZ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.439 | 44887 | Marked run 1302 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.439 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.441 | 44889 | Marked run 1303 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.441 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.442 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.443 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.443 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.444 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.449 | 30440 | Recursively removing directory: /tmp/git.W3c7b7/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.450 | 30443 | Recursively removing directory: /tmp/git.htVswZ/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.450 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.450 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.450 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.451 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.451 | 44904 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.451 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.451 | 30439 | Removed run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.451 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.451 | 30439 | Assigned run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.451 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.451 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gU9DbB +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.453 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.453 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.453 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.453 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.453 | 44906 | Added a new worker 13 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.453 | 30439 | Removed run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.453 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.453 | 30439 | Assigned run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.453 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.453 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.453 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dU7APg +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.454 | 44903 | Marked run 1304 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.454 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.455 | 44905 | Marked run 1305 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.455 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.456 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.457 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.458 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.458 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.463 | 30440 | Recursively removing directory: /tmp/git.gU9DbB/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.464 | 30443 | Recursively removing directory: /tmp/git.dU7APg/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.464 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.464 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.464 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.464 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.464 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.464 | 44920 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.464 | 30439 | Removed run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.464 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.465 | 30439 | Assigned run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.465 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.465 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mZcX6z +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.466 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.466 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.466 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.466 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.466 | 44922 | Added a new worker 13 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.466 | 30439 | Removed run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.466 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.466 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.466 | 30439 | Assigned run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.466 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.466 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ehg9ta +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.467 | 44919 | Marked run 1306 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.467 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.469 | 44921 | Marked run 1307 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.469 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.470 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.471 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.471 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.472 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.476 | 30440 | Recursively removing directory: /tmp/git.mZcX6z/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.478 | 30443 | Recursively removing directory: /tmp/git.ehg9ta/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.478 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.478 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.478 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.478 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.478 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.478 | 44936 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.478 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.478 | 30439 | Removed run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.478 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.478 | 30439 | Assigned run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.478 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ysfz0F +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.480 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.480 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.480 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.480 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.481 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.481 | 44938 | Added a new worker 13 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.481 | 30439 | Removed run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.481 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.481 | 30439 | Assigned run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.481 | 44935 | Marked run 1308 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.481 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.481 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.481 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GCdWyb +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.483 | 44937 | Marked run 1309 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.483 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.484 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.485 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.486 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.487 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.491 | 30440 | Recursively removing directory: /tmp/git.Ysfz0F/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.492 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.492 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.493 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.492 | 30443 | Recursively removing directory: /tmp/git.GCdWyb/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.493 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cUaQff +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.493 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.493 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.493 | 44952 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.493 | 30439 | Removed run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.493 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.493 | 30439 | Assigned run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.493 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.495 | 44951 | Marked run 1310 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.495 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.495 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.495 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.495 | 44954 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.495 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.495 | 30439 | Removed run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.495 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.495 | 30439 | Assigned run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.495 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.495 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.495 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.495 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.I7XhZ5 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.497 | 44953 | Marked run 1311 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.497 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.498 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.499 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.500 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.500 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.505 | 30440 | Recursively removing directory: /tmp/git.cUaQff/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.506 | 30443 | Recursively removing directory: /tmp/git.I7XhZ5/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.506 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.506 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.507 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.507 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.507 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.507 | 44968 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.507 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.507 | 30439 | Removed run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.507 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.507 | 30439 | Assigned run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.508 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Gz65pP +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.509 | 44967 | Marked run 1312 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.509 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.509 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.509 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.509 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.509 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.509 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.509 | 44970 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.509 | 30439 | Removed run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.509 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.510 | 30439 | Assigned run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.510 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.510 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8jZkR6 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.511 | 44969 | Marked run 1313 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.511 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.513 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.514 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.515 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.516 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.519 | 30440 | Recursively removing directory: /tmp/git.Gz65pP/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.521 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.521 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.521 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.521 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.521 | 44984 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.521 | 30439 | Removed run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.521 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.521 | 30439 | Assigned run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.521 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.521 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.521 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.epRFHX +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.522 | 30443 | Recursively removing directory: /tmp/git.8jZkR6/ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.523 | 44983 | Marked run 1314 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.523 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.524 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.524 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.524 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.524 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.524 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.524 | 44986 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.524 | 30439 | Removed run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.524 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.525 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.525 | 30439 | Assigned run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.525 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iQLud5 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.526 | 44985 | Marked run 1315 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.526 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.527 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.528 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.529 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.530 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.534 | 30440 | Recursively removing directory: /tmp/git.epRFHX/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.535 | 30443 | Recursively removing directory: /tmp/git.iQLud5/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.535 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.535 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.536 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.536 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.536 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.536 | 45000 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.536 | 30439 | Removed run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.536 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.536 | 30439 | Assigned run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.536 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.536 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.62hQM7 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.538 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.538 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.538 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.538 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yn5mIe +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.538 | 44999 | Marked run 1316 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.538 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.538 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.538 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.538 | 45002 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.538 | 30439 | Removed run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.538 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.538 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.538 | 30439 | Assigned run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.540 | 45001 | Marked run 1317 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.540 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.542 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.543 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.543 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.544 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.549 | 30440 | Recursively removing directory: /tmp/git.62hQM7/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.550 | 30443 | Recursively removing directory: /tmp/git.yn5mIe/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.550 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.550 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.551 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.551 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.551 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.551 | 45016 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.551 | 30439 | Removed run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.551 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.551 | 30439 | Assigned run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.551 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.551 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sc4QDF +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.552 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.552 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.552 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.553 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.553 | 45018 | Added a new worker 9 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.553 | 30439 | Removed run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.553 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.553 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.553 | 30439 | Assigned run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.553 | 45015 | Marked run 1318 as finished +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.553 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.553 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eBeW89 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.554 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.555 | 45017 | Marked run 1319 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.555 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.556 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.557 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.557 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.558 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.563 | 30440 | Recursively removing directory: /tmp/git.sc4QDF/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.564 | 30443 | Recursively removing directory: /tmp/git.eBeW89/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.564 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.564 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.565 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.565 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.565 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.565 | 45032 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.565 | 30439 | Removed run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.565 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.565 | 30439 | Assigned run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.565 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hWePbR +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.565 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.567 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.567 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.567 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.567 | 45034 | Added a new worker 13 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.567 | 30439 | Removed run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.567 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.567 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.567 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.567 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.567 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KOz4jR +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.567 | 45031 | Marked run 1320 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.567 | 30439 | Assigned run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.567 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.569 | 45033 | Marked run 1321 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.569 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.570 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.571 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.572 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.572 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.577 | 30440 | Recursively removing directory: /tmp/git.hWePbR/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.578 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.578 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.578 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.578 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.578 | 45048 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.578 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.578 | 30439 | Removed run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.578 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.578 | 30439 | Assigned run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.578 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.579 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0ASd9t +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.578 | 30443 | Recursively removing directory: /tmp/git.KOz4jR/ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.581 | 45047 | Marked run 1322 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.581 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.582 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.582 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.582 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.582 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.582 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.582 | 45050 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.582 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.582 | 30439 | Removed run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.582 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.582 | 30439 | Assigned run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.582 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.egJ6Y4 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.583 | 45049 | Marked run 1323 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.584 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.585 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.585 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.587 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.587 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.591 | 30440 | Recursively removing directory: /tmp/git.0ASd9t/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.593 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.593 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.593 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.593 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.593 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.593 | 45064 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.593 | 30439 | Removed run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.593 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.593 | 30439 | Assigned run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.593 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.593 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IwxU7a +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.593 | 30443 | Recursively removing directory: /tmp/git.egJ6Y4/ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.595 | 45063 | Marked run 1324 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.595 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.596 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.596 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.596 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.596 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.596 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.596 | 45066 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.596 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.596 | 30439 | Removed run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.596 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.596 | 30439 | Assigned run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.597 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1yXxfW +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.598 | 45065 | Marked run 1325 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.598 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.599 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.600 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.602 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.602 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.606 | 30440 | Recursively removing directory: /tmp/git.IwxU7a/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.607 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.607 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.608 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.608 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.608 | 45080 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.608 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.608 | 30439 | Removed run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.608 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.608 | 30439 | Assigned run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.608 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.608 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XXdKKs +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.609 | 30443 | Recursively removing directory: /tmp/git.1yXxfW/ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.610 | 45079 | Marked run 1326 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.610 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.611 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.611 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.611 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.612 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.612 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.612 | 45082 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.612 | 30439 | Removed run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.612 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.612 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.612 | 30439 | Assigned run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.612 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6bD1H1 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.613 | 45081 | Marked run 1327 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.613 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.614 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.615 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.617 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.618 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.621 | 30440 | Recursively removing directory: /tmp/git.XXdKKs/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.623 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.623 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.623 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.623 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.623 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.623 | 45096 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.623 | 30439 | Removed run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.623 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.623 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.623 | 30439 | Assigned run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.623 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.I8lSKc +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.624 | 30443 | Recursively removing directory: /tmp/git.6bD1H1/ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.625 | 45095 | Marked run 1328 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.625 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.626 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.626 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.626 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.626 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.626 | 45098 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.626 | 30439 | Removed run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.626 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.626 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.626 | 30439 | Assigned run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.626 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.626 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Z6JbpB +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.628 | 45097 | Marked run 1329 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.628 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.629 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.630 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.631 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.631 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.636 | 30440 | Recursively removing directory: /tmp/git.I8lSKc/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.637 | 30443 | Recursively removing directory: /tmp/git.Z6JbpB/ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.637 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.637 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.637 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.637 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.638 | 45112 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.638 | 30439 | Removed run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.638 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.638 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.638 | 30439 | Assigned run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.637 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.638 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gBtMtG +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.639 | 45111 | Marked run 1330 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.639 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.640 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.640 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.640 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.640 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.640 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.640 | 45114 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.640 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.640 | 30439 | Removed run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.640 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.640 | 30439 | Assigned run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.640 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KhO1B2 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.642 | 45113 | Marked run 1331 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.642 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.644 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.644 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.644 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.645 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.650 | 30440 | Recursively removing directory: /tmp/git.gBtMtG/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.651 | 30443 | Recursively removing directory: /tmp/git.KhO1B2/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.652 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.652 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.652 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.652 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.652 | 45128 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.652 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.652 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.652 | 30439 | Removed run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.652 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.652 | 30439 | Assigned run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.653 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XqxCvi +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.653 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.653 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.654 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.654 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.He6G0b +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.653 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.654 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.654 | 45130 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.654 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.654 | 30439 | Removed run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.654 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.654 | 45127 | Marked run 1332 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.654 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.654 | 30439 | Assigned run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.655 | 45129 | Marked run 1333 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.655 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.658 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.658 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.659 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.659 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.664 | 30440 | Recursively removing directory: /tmp/git.XqxCvi/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.665 | 30443 | Recursively removing directory: /tmp/git.He6G0b/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.666 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.666 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.666 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.666 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.666 | 45144 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.666 | 30439 | Removed run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.666 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.666 | 30439 | Assigned run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.666 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.667 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.667 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.667 | 45146 | Added a new worker 13 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.667 | 30439 | Removed run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.667 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.667 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.667 | 30439 | Assigned run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.666 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.667 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XXhVGS +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.666 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.666 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.667 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.667 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rpK4Tn +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.668 | 45143 | Marked run 1334 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.668 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.670 | 45145 | Marked run 1335 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.670 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.672 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.672 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.672 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.672 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.678 | 30443 | Recursively removing directory: /tmp/git.rpK4Tn/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.679 | 30440 | Recursively removing directory: /tmp/git.XXhVGS/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.680 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.680 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.680 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.680 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.680 | 45160 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.680 | 30439 | Removed run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.680 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.680 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.680 | 30439 | Assigned run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.680 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.680 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.680 | 45162 | Added a new worker 13 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.681 | 30439 | Removed run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.681 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.681 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.681 | 30439 | Assigned run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.680 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.680 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.s4xO7K +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.680 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.680 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.680 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.681 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.96Tf2e +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.682 | 45159 | Marked run 1337 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.682 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.684 | 45161 | Marked run 1336 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.684 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.686 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.686 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.686 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.687 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.692 | 30443 | Recursively removing directory: /tmp/git.s4xO7K/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.693 | 30440 | Recursively removing directory: /tmp/git.96Tf2e/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.694 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.694 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.694 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.694 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.694 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.694 | 45176 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.694 | 30439 | Removed run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.694 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.694 | 30439 | Assigned run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.694 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.694 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.695 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.695 | 45178 | Added a new worker 13 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.695 | 30439 | Removed run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.695 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.695 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.695 | 30439 | Assigned run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.694 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.694 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.695 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.695 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DZZguD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.695 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yuNhH9 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.696 | 45175 | Marked run 1338 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.696 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.698 | 45177 | Marked run 1339 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.698 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.699 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.700 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.700 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.700 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.706 | 30443 | Recursively removing directory: /tmp/git.yuNhH9/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.706 | 30440 | Recursively removing directory: /tmp/git.DZZguD/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.707 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.707 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.708 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.708 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.708 | 45192 | Added a new worker 12 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.708 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.708 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.708 | 30439 | Removed run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.708 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.708 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.708 | 30439 | Assigned run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.708 | 45194 | Added a new worker 13 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.708 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.708 | 30439 | Removed run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.708 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.708 | 30439 | Assigned run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.708 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.708 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.708 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.709 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.90fF89 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.708 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.708 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.F3lp98 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.710 | 45191 | Marked run 1340 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.710 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.711 | 45193 | Marked run 1341 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.712 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.713 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.713 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.714 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.714 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.720 | 30443 | Recursively removing directory: /tmp/git.F3lp98/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.720 | 30440 | Recursively removing directory: /tmp/git.90fF89/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.721 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.721 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.721 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.721 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.721 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.721 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.721 | 45208 | Added a new worker 12 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.721 | 30439 | Removed run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.721 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.721 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.721 | 30439 | Assigned run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.721 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.721 | 45210 | Added a new worker 9 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.721 | 30439 | Removed run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.721 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.721 | 30439 | Assigned run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.722 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.721 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.721 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.721 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.722 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6qA8a1 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.721 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ef5tSA +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.724 | 45207 | Marked run 1342 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.724 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.726 | 45209 | Marked run 1343 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.726 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.727 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.727 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.728 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.728 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.733 | 30440 | Recursively removing directory: /tmp/git.6qA8a1/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.735 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.735 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.733 | 30443 | Recursively removing directory: /tmp/git.Ef5tSA/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.735 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.735 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.735 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.735 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.735 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Biz9rV +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.735 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gxcjKp +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.735 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.735 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.735 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.735 | 45225 | Added a new worker 14 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.735 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.735 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.735 | 30439 | Removed run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.735 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.735 | 30439 | Assigned run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.735 | 45226 | Added a new worker 16 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.735 | 30439 | Removed run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.735 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.735 | 30439 | Assigned run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.735 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.737 | 45224 | Marked run 1344 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.737 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.738 | 45223 | Marked run 1345 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.739 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.740 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.741 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.741 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.741 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.746 | 30443 | Recursively removing directory: /tmp/git.gxcjKp/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.747 | 30440 | Recursively removing directory: /tmp/git.Biz9rV/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.748 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.748 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.748 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.748 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.748 | 45240 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.748 | 30439 | Removed run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.748 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.748 | 30439 | Assigned run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.748 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.748 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.748 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rAmXBi +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.750 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.750 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.750 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.750 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.750 | 45239 | Marked run 1347 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.750 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.750 | 45242 | Added a new worker 12 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.750 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.750 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.750 | 30439 | Removed run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.750 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.751 | 30439 | Assigned run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.751 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XszPjB +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.752 | 45241 | Marked run 1346 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.752 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.754 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.754 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.755 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.756 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.760 | 30443 | Recursively removing directory: /tmp/git.rAmXBi/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.761 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.761 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.761 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.761 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.762 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.762 | 45256 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.762 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.762 | 30439 | Removed run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.762 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.762 | 30439 | Assigned run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.762 | 30440 | Recursively removing directory: /tmp/git.XszPjB/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.762 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ERqelR +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.763 | 45255 | Marked run 1348 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.763 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.764 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.764 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.765 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.765 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.765 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.765 | 45258 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.765 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.765 | 30439 | Removed run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.765 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.765 | 30439 | Assigned run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.765 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lQkKr4 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.766 | 45257 | Marked run 1349 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.766 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.767 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.768 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.770 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.770 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.773 | 30443 | Recursively removing directory: /tmp/git.ERqelR/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.775 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.775 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.775 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.775 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.775 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.775 | 45272 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.775 | 30439 | Removed run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.775 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.775 | 30439 | Assigned run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.775 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zeAyPH +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.776 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.777 | 30440 | Recursively removing directory: /tmp/git.lQkKr4/ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.777 | 45270 | Marked run 1350 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.778 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.779 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.779 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.779 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.779 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.779 | 45274 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.779 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.779 | 30439 | Removed run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.779 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.779 | 30439 | Assigned run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.779 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.779 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vSQOS4 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.781 | 45273 | Marked run 1351 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.781 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.781 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.782 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.784 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.785 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.787 | 30443 | Recursively removing directory: /tmp/git.zeAyPH/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.789 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.789 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.789 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.789 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.789 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.789 | 45287 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.789 | 30439 | Removed run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.789 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.789 | 30439 | Assigned run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.789 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.789 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QbzBWV +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.791 | 30440 | Recursively removing directory: /tmp/git.vSQOS4/ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.791 | 45286 | Marked run 1352 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.791 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.792 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.792 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.792 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.793 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.793 | 45290 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.793 | 30439 | Removed run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.793 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.793 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.793 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.otxdzu +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.793 | 30439 | Assigned run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.793 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.794 | 45289 | Marked run 1353 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.795 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.795 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.796 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.797 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.798 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.802 | 30443 | Recursively removing directory: /tmp/git.QbzBWV/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.803 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.803 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.803 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.803 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.803 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.803 | 45304 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.803 | 30439 | Removed run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.803 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.803 | 30439 | Assigned run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.803 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.803 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6IVkW7 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.804 | 30440 | Recursively removing directory: /tmp/git.otxdzu/ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.806 | 45303 | Marked run 1354 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.806 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.806 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.806 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.807 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.807 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.807 | 45306 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.807 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.807 | 30439 | Removed run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.807 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.807 | 30439 | Assigned run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.807 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.807 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bxD0D7 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.809 | 45305 | Marked run 1355 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.809 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.809 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.810 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.812 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.812 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.816 | 30443 | Recursively removing directory: /tmp/git.6IVkW7/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.818 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.818 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.818 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.818 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.818 | 45320 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.818 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.818 | 30439 | Removed run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.818 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.818 | 30439 | Assigned run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.818 | 30440 | Recursively removing directory: /tmp/git.bxD0D7/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.818 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.818 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1y81W1 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.820 | 45319 | Marked run 1356 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.820 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.821 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.821 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.821 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.821 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.821 | 45322 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.821 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.821 | 30439 | Removed run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.821 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.821 | 30439 | Assigned run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.821 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.821 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Pp3xga +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.823 | 45321 | Marked run 1357 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.823 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.824 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.824 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.826 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.827 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.830 | 30443 | Recursively removing directory: /tmp/git.1y81W1/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.832 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.832 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.832 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.832 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.832 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.832 | 45336 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.832 | 30439 | Removed run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.832 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.832 | 30439 | Assigned run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.832 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.832 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ImKk2S +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.833 | 30440 | Recursively removing directory: /tmp/git.Pp3xga/ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.834 | 45335 | Marked run 1358 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.834 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.835 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.835 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.835 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.835 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.835 | 45338 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.835 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.835 | 30439 | Removed run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.835 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.835 | 30439 | Assigned run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.835 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.835 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4czF34 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.837 | 45337 | Marked run 1359 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.837 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.838 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.839 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.840 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.841 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.844 | 30443 | Recursively removing directory: /tmp/git.ImKk2S/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.846 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.846 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.846 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.846 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.846 | 45352 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.846 | 30439 | Removed run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.846 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.846 | 30439 | Assigned run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.847 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.847 | 30440 | Recursively removing directory: /tmp/git.4czF34/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.846 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.847 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.c3MSK7 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.849 | 45351 | Marked run 1360 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.849 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.849 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.849 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.850 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.849 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.850 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.850 | 45354 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.850 | 30439 | Removed run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.850 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.850 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.850 | 30439 | Assigned run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.850 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eT0fdv +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.851 | 45353 | Marked run 1361 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.851 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.853 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.853 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.854 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.855 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.859 | 30443 | Recursively removing directory: /tmp/git.c3MSK7/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.860 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.860 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.860 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.861 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.861 | 45368 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.861 | 30439 | Removed run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.861 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.861 | 30439 | Assigned run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.861 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.861 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.861 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ITcTrP +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.861 | 30440 | Recursively removing directory: /tmp/git.eT0fdv/ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.863 | 45367 | Marked run 1362 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.863 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.863 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.863 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.863 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.863 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.863 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NZYZ4T +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.863 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.863 | 45370 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.863 | 30439 | Removed run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.863 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.863 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.863 | 30439 | Assigned run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.865 | 45369 | Marked run 1363 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.866 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.867 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.867 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.868 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.869 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.873 | 30443 | Recursively removing directory: /tmp/git.ITcTrP/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.874 | 30440 | Recursively removing directory: /tmp/git.NZYZ4T/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.874 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.874 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.874 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.875 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.875 | 45384 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.875 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.875 | 30439 | Removed run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.875 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.875 | 30439 | Assigned run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.875 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.875 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QZxngc +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.877 | 45383 | Marked run 1364 as finished +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.877 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.877 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.877 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.877 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.71YGtF +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.877 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.877 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.877 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.877 | 45386 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.877 | 30439 | Removed run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.877 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.877 | 30439 | Assigned run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.877 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.878 | 45385 | Marked run 1365 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.879 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.880 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.881 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.882 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.883 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.887 | 30443 | Recursively removing directory: /tmp/git.QZxngc/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.888 | 30440 | Recursively removing directory: /tmp/git.71YGtF/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.889 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.889 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.889 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.889 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.889 | 45400 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.889 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.889 | 30439 | Removed run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.889 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.889 | 30439 | Assigned run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.889 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.889 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kI6tmH +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.891 | 45399 | Marked run 1366 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.891 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.891 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.891 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.891 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.891 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.891 | 45402 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.891 | 30439 | Removed run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.891 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.891 | 30439 | Assigned run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.891 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.891 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.892 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0ZLaOE +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.893 | 45401 | Marked run 1367 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.893 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.895 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.896 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.896 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.897 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.902 | 30443 | Recursively removing directory: /tmp/git.kI6tmH/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.903 | 30440 | Recursively removing directory: /tmp/git.0ZLaOE/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.903 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.903 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.903 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.903 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.903 | 45416 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.903 | 30439 | Removed run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.903 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.903 | 30439 | Assigned run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.903 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.903 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.903 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BAAz07 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.905 | 45415 | Marked run 1368 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.906 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.906 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.906 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.906 | 45418 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.906 | 30439 | Removed run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.906 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.906 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.906 | 30439 | Assigned run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.906 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.906 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.906 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.906 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nMZqS6 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.908 | 45417 | Marked run 1369 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.908 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.909 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.910 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.910 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.911 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.916 | 30443 | Recursively removing directory: /tmp/git.BAAz07/ +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.917 | 30440 | Recursively removing directory: /tmp/git.nMZqS6/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.917 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.917 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.917 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.917 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.917 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.917 | 45432 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.917 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.917 | 30439 | Removed run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.917 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.917 | 30439 | Assigned run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.918 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.S71HGX +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.919 | 45431 | Marked run 1370 as finished +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.919 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.919 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.920 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.920 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.920 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.920 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.920 | 45434 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.920 | 30439 | Removed run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.920 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.920 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.920 | 30439 | Assigned run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.920 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bdCMO4 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.921 | 45433 | Marked run 1371 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.921 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.923 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.924 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.925 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.925 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.929 | 30443 | Recursively removing directory: /tmp/git.S71HGX/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.931 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.931 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.931 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.931 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.931 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.931 | 45448 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.931 | 30439 | Removed run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.931 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.931 | 30439 | Assigned run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.931 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7ipc2F +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.932 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.932 | 30440 | Recursively removing directory: /tmp/git.bdCMO4/ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.933 | 45447 | Marked run 1372 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.933 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.934 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.934 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.934 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.934 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.934 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.934 | 45450 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.935 | 30439 | Removed run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.935 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.935 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.935 | 30439 | Assigned run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.935 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Zdhb50 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.936 | 45449 | Marked run 1373 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.936 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.937 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.938 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.940 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.940 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.943 | 30443 | Recursively removing directory: /tmp/git.7ipc2F/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.944 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.944 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.944 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.944 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.944 | 45463 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.945 | 30439 | Removed run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.945 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.945 | 30439 | Assigned run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.945 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.944 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.945 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6TeSdo +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.946 | 30440 | Recursively removing directory: /tmp/git.Zdhb50/ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.947 | 45462 | Marked run 1374 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.947 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.948 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.948 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.948 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.948 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.948 | 45466 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.948 | 30439 | Removed run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.948 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.948 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.948 | 30439 | Assigned run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.948 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.948 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8Nzk3J +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.950 | 45465 | Marked run 1375 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.950 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.951 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.952 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.953 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.953 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.958 | 30443 | Recursively removing directory: /tmp/git.6TeSdo/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.959 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.959 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.959 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.959 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.959 | 45480 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.959 | 30439 | Removed run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.959 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.959 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.960 | 30440 | Recursively removing directory: /tmp/git.8Nzk3J/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.960 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nYrXXU +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.959 | 30439 | Assigned run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.960 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.961 | 45479 | Marked run 1376 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.961 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.962 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.962 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.962 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.962 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.962 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.962 | 45482 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.962 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.963 | 30439 | Removed run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.963 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.963 | 30439 | Assigned run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.963 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ujj5rQ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.964 | 45481 | Marked run 1377 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.964 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.965 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.966 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.967 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.968 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.972 | 30443 | Recursively removing directory: /tmp/git.nYrXXU/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.973 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.973 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.974 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.974 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.974 | 45496 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.974 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.974 | 30439 | Removed run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.974 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.974 | 30439 | Assigned run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.974 | 30440 | Recursively removing directory: /tmp/git.ujj5rQ/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.974 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.974 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XE4Ao4 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.976 | 45495 | Marked run 1378 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.976 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.977 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.977 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.977 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.977 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.977 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.977 | 45498 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.977 | 30439 | Removed run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.977 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.977 | 30439 | Assigned run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.977 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.977 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pmU5Y5 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.980 | 45497 | Marked run 1379 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.980 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.980 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.981 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.982 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.983 | 30440 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.987 | 30443 | Recursively removing directory: /tmp/git.XE4Ao4/ +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.989 | 30443 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.989 | 30443 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.989 | 30443 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.989 | 30440 | Recursively removing directory: /tmp/git.pmU5Y5/ +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.989 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.989 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.989 | 45512 | Added a new worker 11 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.989 | 30439 | Removed run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.989 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.989 | 30439 | Assigned run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.989 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.989 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.U7G1Na +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.991 | 45511 | Marked run 1380 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.991 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.992 | 30440 | Process exit code: 0 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.992 | 30440 | Process output: 57 bytes +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.992 | 30440 | Waiting for a new command +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.992 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.992 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.992 | 45514 | Added a new worker 10 to the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.992 | 30439 | Removed run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.992 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.992 | 30439 | Assigned run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.992 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TkGmjq +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.992 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.994 | 45513 | Marked run 1381 as finished +2024-04-25 03:44:49 | INFO | 30437/cimple-server: 2024-04-25 03:44:49.994 | 30437 | Waiting for new connections +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.995 | 30443 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30443/cimple-worker: 2024-04-25 03:44:49.996 | 30443 | Going to run: ./ci +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.997 | 30440 | Checking out revision HEAD +2024-04-25 03:44:49 | INFO | 30440/cimple-worker: 2024-04-25 03:44:49.998 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.002 | 30443 | Recursively removing directory: /tmp/git.U7G1Na/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.003 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.003 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.003 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.003 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.004 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.004 | 45528 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.004 | 30439 | Removed run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.004 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.004 | 30439 | Assigned run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.004 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.004 | 30440 | Recursively removing directory: /tmp/git.TkGmjq/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.004 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.f9xiH3 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.005 | 45527 | Marked run 1382 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.005 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.006 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.006 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.006 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.007 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.007 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.007 | 45530 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.007 | 30439 | Removed run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.007 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.007 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.007 | 30439 | Assigned run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.007 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FJaIjf +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.008 | 45529 | Marked run 1383 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.008 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.015 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.016 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.017 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.018 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.021 | 30443 | Recursively removing directory: /tmp/git.f9xiH3/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.023 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.023 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.023 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.023 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.023 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.023 | 45543 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.023 | 30439 | Removed run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.023 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.023 | 30439 | Assigned run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.024 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.023 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SMn8ju +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.025 | 30440 | Recursively removing directory: /tmp/git.FJaIjf/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.026 | 45542 | Marked run 1384 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.026 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.027 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.027 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.027 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.027 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.027 | 45546 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.027 | 30439 | Removed run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.027 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.027 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.027 | 30439 | Assigned run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.027 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.027 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.145jHH +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.029 | 45545 | Marked run 1385 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.029 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.030 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.030 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.032 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.033 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.036 | 30443 | Recursively removing directory: /tmp/git.SMn8ju/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.038 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.038 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.038 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.038 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.038 | 45560 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.038 | 30439 | Removed run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.038 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.038 | 30439 | Assigned run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.039 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.038 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.039 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lUALvk +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.039 | 30440 | Recursively removing directory: /tmp/git.145jHH/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.041 | 45559 | Marked run 1386 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.041 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.042 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.042 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.042 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.043 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.043 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.043 | 45562 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.043 | 30439 | Removed run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.043 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.043 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.043 | 30439 | Assigned run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.043 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RkayRI +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.045 | 45561 | Marked run 1387 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.045 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.046 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.046 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.048 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.048 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.052 | 30443 | Recursively removing directory: /tmp/git.lUALvk/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.054 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.054 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.054 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.054 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.054 | 45576 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.054 | 30439 | Removed run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.054 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.054 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.054 | 30440 | Recursively removing directory: /tmp/git.RkayRI/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.054 | 30439 | Assigned run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.054 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OfTP3C +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.054 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.056 | 45575 | Marked run 1388 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.056 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.057 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.057 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.057 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.057 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.057 | 45578 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.057 | 30439 | Removed run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.057 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.057 | 30439 | Assigned run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.057 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.057 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.057 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Cbxoyw +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.059 | 45577 | Marked run 1389 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.059 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.061 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.061 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.062 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.062 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.068 | 30443 | Recursively removing directory: /tmp/git.OfTP3C/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.068 | 30440 | Recursively removing directory: /tmp/git.Cbxoyw/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.069 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.069 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.069 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.069 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.069 | 45592 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.069 | 30439 | Removed run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.069 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.069 | 30439 | Assigned run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.069 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.069 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.070 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.070 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.069 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.069 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.W1Fu51 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.070 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.070 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.070 | 45594 | Added a new worker 13 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.070 | 30439 | Removed run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.070 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.070 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.070 | 30439 | Assigned run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.070 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hEiE8I +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.071 | 45591 | Marked run 1390 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.071 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.073 | 45593 | Marked run 1391 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.073 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.075 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.075 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.075 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.076 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.081 | 30440 | Recursively removing directory: /tmp/git.hEiE8I/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.081 | 30443 | Recursively removing directory: /tmp/git.W1Fu51/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.083 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.083 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.083 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.083 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.083 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.083 | 45608 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.083 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.083 | 30439 | Removed run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.083 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0rE8Eb +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.083 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.083 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.083 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.083 | 30439 | Assigned run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.083 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.083 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.083 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BAwaqr +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.083 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.083 | 45610 | Added a new worker 13 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.083 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.083 | 30439 | Removed run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.083 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.083 | 30439 | Assigned run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.085 | 45607 | Marked run 1393 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.085 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.087 | 45609 | Marked run 1392 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.087 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.089 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.089 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.090 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.090 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.096 | 30443 | Recursively removing directory: /tmp/git.BAwaqr/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.096 | 30440 | Recursively removing directory: /tmp/git.0rE8Eb/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.097 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.097 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.097 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.097 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.097 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.097 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.097 | 45626 | Added a new worker 15 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.097 | 30439 | Removed run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.097 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.097 | 30439 | Assigned run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.097 | 45625 | Added a new worker 16 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.097 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.097 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.097 | 30439 | Removed run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.097 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.097 | 30439 | Assigned run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.097 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.097 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.097 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.097 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DbXjIn +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.097 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.098 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qgkRoX +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.099 | 45623 | Marked run 1394 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.100 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.101 | 45624 | Marked run 1395 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.101 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.103 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.103 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.103 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.104 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.109 | 30440 | Recursively removing directory: /tmp/git.qgkRoX/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.110 | 30443 | Recursively removing directory: /tmp/git.DbXjIn/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.110 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.110 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.111 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.111 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.111 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.111 | 45640 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.111 | 30439 | Removed run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.111 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.111 | 30439 | Assigned run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.111 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.111 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.111 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.111 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.111 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.111 | 45642 | Added a new worker 13 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.111 | 30439 | Removed run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.111 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.111 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.111 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Jji454 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.112 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mbyvWo +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.111 | 30439 | Assigned run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.113 | 45639 | Marked run 1397 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.113 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.114 | 45641 | Marked run 1396 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.114 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.116 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.117 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.117 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.118 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.122 | 30440 | Recursively removing directory: /tmp/git.Jji454/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.123 | 30443 | Recursively removing directory: /tmp/git.mbyvWo/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.124 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.124 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.124 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.124 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.124 | 45656 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.124 | 30439 | Removed run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.124 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.124 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.124 | 30439 | Assigned run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.124 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.124 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rwUKd6 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.125 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.125 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.125 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.125 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.125 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.125 | 45658 | Added a new worker 13 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.125 | 30439 | Removed run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.125 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.125 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.125 | 30439 | Assigned run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.126 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tQP1PQ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.127 | 45655 | Marked run 1398 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.127 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.128 | 45657 | Marked run 1399 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.128 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.130 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.130 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.131 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.131 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.136 | 30440 | Recursively removing directory: /tmp/git.rwUKd6/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.137 | 30443 | Recursively removing directory: /tmp/git.tQP1PQ/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.138 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.138 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.138 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.138 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.138 | 45672 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.138 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.138 | 30439 | Removed run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.138 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.138 | 30439 | Assigned run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.138 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.138 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.A2KYhs +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.140 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.140 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.140 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.140 | 45671 | Marked run 1400 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.140 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.140 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.140 | 45674 | Added a new worker 6 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.140 | 30439 | Removed run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.140 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.140 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.140 | 30439 | Assigned run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.140 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.141 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.L4PRIb +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.142 | 45673 | Marked run 1401 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.142 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.144 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.144 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.145 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.145 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.150 | 30440 | Recursively removing directory: /tmp/git.A2KYhs/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.151 | 30443 | Recursively removing directory: /tmp/git.L4PRIb/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.151 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.151 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.152 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.152 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.152 | 45688 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.152 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.152 | 30439 | Removed run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.152 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.152 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.152 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Qfz5kY +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.152 | 30439 | Assigned run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.154 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.154 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.154 | 45687 | Marked run 1402 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.154 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.154 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.154 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.154 | 45690 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.154 | 30439 | Removed run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.154 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.154 | 30439 | Assigned run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.154 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.154 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.155 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.udwJ9y +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.155 | 45689 | Marked run 1403 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.156 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.158 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.158 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.159 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.160 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.164 | 30440 | Recursively removing directory: /tmp/git.Qfz5kY/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.166 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.166 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.166 | 30443 | Recursively removing directory: /tmp/git.udwJ9y/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.166 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.166 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.166 | 45704 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.166 | 30439 | Removed run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.166 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.166 | 30439 | Assigned run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.166 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.166 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ieh3Va +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.167 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.168 | 45703 | Marked run 1404 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.168 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.169 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.169 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.169 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.169 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.169 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.169 | 45706 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.169 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.169 | 30439 | Removed run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.169 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.169 | 30439 | Assigned run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.169 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8pwyU5 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.171 | 45705 | Marked run 1405 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.171 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.172 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.173 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.174 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.175 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.178 | 30440 | Recursively removing directory: /tmp/git.Ieh3Va/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.180 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.180 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.180 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.180 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.180 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.180 | 45720 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.180 | 30439 | Removed run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.180 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.180 | 30439 | Assigned run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.180 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.180 | 30443 | Recursively removing directory: /tmp/git.8pwyU5/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.180 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yxEK9Y +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.182 | 45719 | Marked run 1406 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.182 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.183 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.183 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.183 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.183 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.183 | 45722 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.183 | 30439 | Removed run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.183 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.183 | 30439 | Assigned run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.183 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.183 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.183 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hiIvBr +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.185 | 45721 | Marked run 1407 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.185 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.186 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.187 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.188 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.189 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.192 | 30440 | Recursively removing directory: /tmp/git.yxEK9Y/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.194 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.194 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.194 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.194 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.194 | 45736 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.194 | 30439 | Removed run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.194 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.194 | 30439 | Assigned run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.195 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.194 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.194 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.207psY +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.195 | 30443 | Recursively removing directory: /tmp/git.hiIvBr/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.196 | 45735 | Marked run 1408 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.196 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.197 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.197 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.197 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.198 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.198 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.198 | 45738 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.198 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.198 | 30439 | Removed run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.198 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.198 | 30439 | Assigned run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.199 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5pTn1c +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.199 | 45737 | Marked run 1409 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.199 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.201 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.201 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.202 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.203 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.207 | 30440 | Recursively removing directory: /tmp/git.207psY/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.208 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.208 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.209 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.209 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.209 | 30443 | Recursively removing directory: /tmp/git.5pTn1c/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.209 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.209 | 45752 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.209 | 30439 | Removed run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.209 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.209 | 30439 | Assigned run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.209 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.209 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nYbBAy +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.211 | 45751 | Marked run 1410 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.211 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.211 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.211 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.211 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.211 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.211 | 45754 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.211 | 30439 | Removed run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.211 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.212 | 30439 | Assigned run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.212 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.211 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.212 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uyuirZ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.213 | 45753 | Marked run 1411 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.213 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.215 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.215 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.216 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.217 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.221 | 30440 | Recursively removing directory: /tmp/git.nYbBAy/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.222 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.222 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.223 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.223 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.223 | 45768 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.223 | 30439 | Removed run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.223 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.223 | 30439 | Assigned run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.223 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.222 | 30443 | Recursively removing directory: /tmp/git.uyuirZ/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.223 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.223 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Q2S8Fx +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.224 | 45767 | Marked run 1412 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.225 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.225 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.225 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.225 | 45770 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.225 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.225 | 30439 | Removed run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.225 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.225 | 30439 | Assigned run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.225 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.225 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.225 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.225 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1QY5cw +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.227 | 45769 | Marked run 1413 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.227 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.229 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.230 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.230 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.231 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.236 | 30440 | Recursively removing directory: /tmp/git.Q2S8Fx/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.237 | 30443 | Recursively removing directory: /tmp/git.1QY5cw/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.237 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.237 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.237 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.237 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.237 | 45784 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.237 | 30439 | Removed run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.237 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.237 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.237 | 30439 | Assigned run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.237 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.237 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pRgMNF +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.238 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.238 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.238 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.239 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.239 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.239 | 45786 | Added a new worker 13 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.239 | 30439 | Removed run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.239 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.239 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.239 | 30439 | Assigned run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.239 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QcCAXI +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.240 | 45783 | Marked run 1414 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.240 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.242 | 45785 | Marked run 1415 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.242 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.243 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.243 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.244 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.244 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.249 | 30440 | Recursively removing directory: /tmp/git.pRgMNF/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.250 | 30443 | Recursively removing directory: /tmp/git.QcCAXI/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.250 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.250 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.251 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.251 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.251 | 45800 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.251 | 30439 | Removed run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.251 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.251 | 30439 | Assigned run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.251 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.251 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Q83Xls +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.251 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.252 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.252 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.253 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.252 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.253 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.253 | 45802 | Added a new worker 13 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.253 | 30439 | Removed run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.253 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.253 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.253 | 30439 | Assigned run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.253 | 45799 | Marked run 1416 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.253 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.253 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.x25IjZ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.254 | 45801 | Marked run 1417 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.254 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.258 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.258 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.258 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.259 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.264 | 30440 | Recursively removing directory: /tmp/git.Q83Xls/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.265 | 30443 | Recursively removing directory: /tmp/git.x25IjZ/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.266 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.266 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.266 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.266 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.266 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.266 | 45816 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.266 | 30439 | Removed run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.266 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.266 | 30439 | Assigned run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.266 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.266 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.k7lVUZ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.267 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.267 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.267 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.267 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.267 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.267 | 45818 | Added a new worker 13 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.267 | 30439 | Removed run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.267 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.267 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.267 | 30439 | Assigned run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.267 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jaaz1N +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.268 | 45815 | Marked run 1418 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.268 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.270 | 45817 | Marked run 1419 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.270 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.272 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.272 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.272 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.273 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.278 | 30443 | Recursively removing directory: /tmp/git.jaaz1N/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.279 | 30440 | Recursively removing directory: /tmp/git.k7lVUZ/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.280 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.280 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.280 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.280 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.280 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.280 | 45832 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.280 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.280 | 30439 | Removed run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.280 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.280 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uVBAZf +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.280 | 30439 | Assigned run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.280 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.280 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.280 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.280 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.280 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.281 | 45834 | Added a new worker 13 to the queue +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.281 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mwV95f +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.281 | 30439 | Removed run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.281 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.281 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.281 | 30439 | Assigned run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.282 | 45831 | Marked run 1421 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.282 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.284 | 45833 | Marked run 1420 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.284 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.286 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.286 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.286 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.286 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.292 | 30443 | Recursively removing directory: /tmp/git.uVBAZf/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.292 | 30440 | Recursively removing directory: /tmp/git.mwV95f/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.293 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.293 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.293 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.293 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.293 | 45848 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.293 | 30439 | Removed run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.293 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.293 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.293 | 30439 | Assigned run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.294 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.294 | 45850 | Added a new worker 15 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.294 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.294 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.294 | 30439 | Removed run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.294 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.294 | 30439 | Assigned run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.293 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.294 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ELF3rt +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.293 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.293 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.294 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.295 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Tc7BMN +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.296 | 45847 | Marked run 1422 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.297 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.298 | 45849 | Marked run 1423 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.298 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.299 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.299 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.300 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.300 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.305 | 30443 | Recursively removing directory: /tmp/git.ELF3rt/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.306 | 30440 | Recursively removing directory: /tmp/git.Tc7BMN/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.307 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.307 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.307 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.307 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.307 | 45864 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.307 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.307 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.307 | 30439 | Removed run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.307 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.307 | 30439 | Assigned run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.308 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DCWNam +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.308 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.308 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.309 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.309 | 45863 | Marked run 1424 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.309 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.309 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.309 | 45866 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.309 | 30439 | Removed run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.309 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.309 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.309 | 30439 | Assigned run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.310 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AXNz23 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.310 | 45865 | Marked run 1425 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.310 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.313 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.314 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.314 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.315 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.320 | 30443 | Recursively removing directory: /tmp/git.DCWNam/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.321 | 30440 | Recursively removing directory: /tmp/git.AXNz23/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.321 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.322 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.322 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.322 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.322 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.322 | 45880 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.322 | 30439 | Removed run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.322 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.322 | 30439 | Assigned run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.322 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9Wl213 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.322 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.324 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.324 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.324 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.324 | 45879 | Marked run 1426 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.324 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.324 | 45882 | Added a new worker 7 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.324 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.324 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.324 | 30439 | Removed run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.324 | 30439 | Removed worker 7 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.324 | 30439 | Assigned run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.325 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.W7Tv7C +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.326 | 45881 | Marked run 1427 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.326 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.327 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.328 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.329 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.329 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.334 | 30443 | Recursively removing directory: /tmp/git.9Wl213/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.335 | 30440 | Recursively removing directory: /tmp/git.W7Tv7C/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.335 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.335 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.335 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.335 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.335 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.335 | 45896 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.335 | 30439 | Removed run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.335 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.335 | 30439 | Assigned run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.336 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.336 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.o7YkNj +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.337 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.337 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.338 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.337 | 45895 | Marked run 1428 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.337 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.337 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.338 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.338 | 45898 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.338 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.338 | 30439 | Removed run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.338 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.338 | 30439 | Assigned run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.338 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aJVioW +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.339 | 45897 | Marked run 1429 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.339 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.341 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.342 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.342 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.343 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.347 | 30443 | Recursively removing directory: /tmp/git.o7YkNj/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.349 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.349 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.349 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.349 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.349 | 45912 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.349 | 30439 | Removed run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.349 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.349 | 30439 | Assigned run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.349 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.349 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.349 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AHd5JQ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.349 | 30440 | Recursively removing directory: /tmp/git.aJVioW/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.351 | 45911 | Marked run 1430 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.351 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.351 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.351 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.352 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.352 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kp3cqN +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.352 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.352 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.352 | 45914 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.352 | 30439 | Removed run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.352 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.352 | 30439 | Assigned run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.352 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.353 | 45913 | Marked run 1431 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.353 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.355 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.356 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.356 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.357 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.362 | 30443 | Recursively removing directory: /tmp/git.AHd5JQ/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.363 | 30440 | Recursively removing directory: /tmp/git.kp3cqN/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.363 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.363 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.363 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.363 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.364 | 45928 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.364 | 30439 | Removed run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.364 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.364 | 30439 | Assigned run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.364 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.363 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.364 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GHH98P +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.365 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.365 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.366 | 45927 | Marked run 1432 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.366 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.366 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.366 | 45930 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.366 | 30439 | Removed run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.366 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.366 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.366 | 30439 | Assigned run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.366 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.366 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fSu82x +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.367 | 45929 | Marked run 1433 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.367 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.369 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.370 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.370 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.371 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.376 | 30443 | Recursively removing directory: /tmp/git.GHH98P/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.377 | 30440 | Recursively removing directory: /tmp/git.fSu82x/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.377 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.377 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.377 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.377 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.377 | 45944 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.377 | 30439 | Removed run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.377 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.377 | 30439 | Assigned run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.377 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.377 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.377 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.A4x1pw +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.379 | 45943 | Marked run 1434 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.379 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.379 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.379 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.380 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.380 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.380 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.380 | 45946 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.380 | 30439 | Removed run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.380 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.380 | 30439 | Assigned run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.380 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.380 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.q6dJeP +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.381 | 45945 | Marked run 1435 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.381 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.383 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.383 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.384 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.385 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.389 | 30443 | Recursively removing directory: /tmp/git.A4x1pw/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.390 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.390 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.390 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.391 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.391 | 45960 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.391 | 30439 | Removed run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.391 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.391 | 30439 | Assigned run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.391 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.391 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.391 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FgDlRb +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.391 | 30440 | Recursively removing directory: /tmp/git.q6dJeP/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.393 | 45959 | Marked run 1436 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.393 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.393 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.394 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.394 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.394 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.394 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.394 | 45962 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.394 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.394 | 30439 | Removed run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.394 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.394 | 30439 | Assigned run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.394 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZBLFcQ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.396 | 45961 | Marked run 1437 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.396 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.397 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.398 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.399 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.399 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.404 | 30443 | Recursively removing directory: /tmp/git.FgDlRb/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.405 | 30440 | Recursively removing directory: /tmp/git.ZBLFcQ/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.406 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.406 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.406 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.406 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.406 | 45976 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.406 | 30439 | Removed run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.406 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.406 | 30439 | Assigned run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.406 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.406 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.W1BU9q +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.406 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.408 | 45975 | Marked run 1438 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.408 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.408 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.408 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.408 | 45978 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.408 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.408 | 30439 | Removed run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.408 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.409 | 30439 | Assigned run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.408 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.408 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.408 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.409 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AOgIBA +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.410 | 45977 | Marked run 1439 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.410 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.412 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.412 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.413 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.414 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.418 | 30443 | Recursively removing directory: /tmp/git.W1BU9q/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.419 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.419 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.420 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.420 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.420 | 45992 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.420 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.420 | 30439 | Removed run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.420 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.420 | 30439 | Assigned run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.419 | 30440 | Recursively removing directory: /tmp/git.AOgIBA/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.420 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.420 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ogcyx7 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.422 | 45991 | Marked run 1440 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.422 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.422 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.422 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.422 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.422 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.423 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.423 | 45994 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.423 | 30439 | Removed run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.423 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.423 | 30439 | Assigned run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.423 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.423 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Mww0Cx +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.424 | 45993 | Marked run 1441 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.424 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.425 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.426 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.427 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.428 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.432 | 30443 | Recursively removing directory: /tmp/git.ogcyx7/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.433 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.433 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.433 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.434 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.434 | 46008 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.434 | 30439 | Removed run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.434 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.434 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.434 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hhK5dQ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.434 | 30439 | Assigned run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.434 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.434 | 30440 | Recursively removing directory: /tmp/git.Mww0Cx/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.436 | 46007 | Marked run 1442 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.436 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.436 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.436 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.437 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.437 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.437 | 46010 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.437 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.437 | 30439 | Removed run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.437 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.437 | 30439 | Assigned run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.437 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.437 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vsQQEM +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.439 | 46009 | Marked run 1443 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.439 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.439 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.440 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.442 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.442 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.446 | 30443 | Recursively removing directory: /tmp/git.hhK5dQ/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.447 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.447 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.448 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.448 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.448 | 46024 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.448 | 30439 | Removed run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.448 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.448 | 30439 | Assigned run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.448 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.448 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.448 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5y34PA +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.449 | 30440 | Recursively removing directory: /tmp/git.vsQQEM/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.450 | 46023 | Marked run 1444 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.450 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.452 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.452 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.452 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.452 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.452 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.452 | 46026 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.452 | 30439 | Removed run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.452 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.452 | 30439 | Assigned run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.452 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.453 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C9iKPk +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.454 | 46025 | Marked run 1445 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.454 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.455 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.455 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.457 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.458 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.461 | 30443 | Recursively removing directory: /tmp/git.5y34PA/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.463 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.463 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.463 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.463 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.463 | 46040 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.463 | 30439 | Removed run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.463 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.463 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.463 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wTNX4T +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.463 | 30440 | Recursively removing directory: /tmp/git.C9iKPk/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.463 | 30439 | Assigned run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.463 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.465 | 46039 | Marked run 1446 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.465 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.466 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.466 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.466 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.466 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.466 | 46042 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.466 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.466 | 30439 | Removed run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.466 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.466 | 30439 | Assigned run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.466 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.466 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.V0RpDA +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.468 | 46041 | Marked run 1447 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.468 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.469 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.470 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.471 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.471 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.476 | 30443 | Recursively removing directory: /tmp/git.wTNX4T/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.477 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.477 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.477 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.477 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.477 | 30440 | Recursively removing directory: /tmp/git.V0RpDA/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.478 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.478 | 46056 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.478 | 30439 | Removed run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.478 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.478 | 30439 | Assigned run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.478 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.478 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6De7yv +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.479 | 46055 | Marked run 1448 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.480 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.480 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.480 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.480 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.480 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.480 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.480 | 46058 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.480 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.480 | 30439 | Removed run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.480 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.480 | 30439 | Assigned run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.481 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jaAXpL +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.482 | 46057 | Marked run 1449 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.482 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.483 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.484 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.485 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.486 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.490 | 30443 | Recursively removing directory: /tmp/git.6De7yv/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.492 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.492 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.492 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.492 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.492 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.492 | 46072 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.492 | 30439 | Removed run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.492 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.492 | 30439 | Assigned run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.492 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.492 | 30440 | Recursively removing directory: /tmp/git.jaAXpL/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.493 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RmwU0S +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.494 | 46071 | Marked run 1450 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.494 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.494 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.494 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.495 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.495 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.495 | 46074 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.495 | 30439 | Removed run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.495 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.495 | 30439 | Assigned run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.495 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.495 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.495 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Vl67pV +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.496 | 46073 | Marked run 1451 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.496 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.498 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.499 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.499 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.500 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.504 | 30443 | Recursively removing directory: /tmp/git.RmwU0S/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.506 | 30440 | Recursively removing directory: /tmp/git.Vl67pV/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.506 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.506 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.506 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.506 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.507 | 46088 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.507 | 30439 | Removed run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.507 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.507 | 30439 | Assigned run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.506 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.507 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FUUTYk +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.507 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.508 | 46087 | Marked run 1452 as finished +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.509 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.509 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.509 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.509 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.509 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.509 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.509 | 46090 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.509 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.509 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qiUaI3 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.509 | 30439 | Removed run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.509 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.509 | 30439 | Assigned run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.510 | 46089 | Marked run 1453 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.511 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.512 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.513 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.514 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.514 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.518 | 30443 | Recursively removing directory: /tmp/git.FUUTYk/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.520 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.520 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.520 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.520 | 30440 | Recursively removing directory: /tmp/git.qiUaI3/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.520 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.520 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mv1CrR +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.520 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.520 | 46104 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.520 | 30439 | Removed run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.520 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.520 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.520 | 30439 | Assigned run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.522 | 46103 | Marked run 1454 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.522 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.523 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.523 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.523 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.523 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.523 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.523 | 46106 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.523 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.523 | 30439 | Removed run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.523 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.523 | 30439 | Assigned run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.523 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Voqz1G +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.524 | 46105 | Marked run 1455 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.524 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.526 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.527 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.528 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.529 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.533 | 30443 | Recursively removing directory: /tmp/git.mv1CrR/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.534 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.534 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.535 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.535 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.535 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.535 | 46120 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.535 | 30439 | Removed run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.535 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.535 | 30439 | Assigned run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.535 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.535 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3NJ5RB +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.535 | 30440 | Recursively removing directory: /tmp/git.Voqz1G/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.536 | 46119 | Marked run 1456 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.537 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.538 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.538 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.538 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.538 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.538 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.538 | 46122 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.538 | 30439 | Removed run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.538 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.538 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.538 | 30439 | Assigned run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.539 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Oamp6U +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.540 | 46121 | Marked run 1457 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.540 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.541 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.542 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.544 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.544 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.548 | 30443 | Recursively removing directory: /tmp/git.3NJ5RB/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.549 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.549 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.549 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.549 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.549 | 46135 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.549 | 30439 | Removed run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.549 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.549 | 30439 | Assigned run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.550 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.549 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.549 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wMoM4B +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.551 | 30440 | Recursively removing directory: /tmp/git.Oamp6U/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.551 | 46134 | Marked run 1458 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.551 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.553 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.553 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.553 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.554 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.554 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.554 | 46138 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.554 | 30439 | Removed run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.554 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.554 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.554 | 30439 | Assigned run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.554 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YSAcJY +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.555 | 46137 | Marked run 1459 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.556 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.556 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.556 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.558 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.559 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.562 | 30443 | Recursively removing directory: /tmp/git.wMoM4B/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.564 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.564 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.564 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.564 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.564 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.564 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aHiG6c +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.564 | 46151 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.564 | 30439 | Removed run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.564 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.564 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.564 | 30439 | Assigned run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.565 | 30440 | Recursively removing directory: /tmp/git.YSAcJY/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.567 | 46150 | Marked run 1460 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.567 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.567 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.567 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.567 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.567 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.567 | 46154 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.568 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.567 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.568 | 30439 | Removed run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.568 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.568 | 30439 | Assigned run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.568 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.x6EiKV +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.569 | 46153 | Marked run 1461 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.569 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.571 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.572 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.573 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.574 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.578 | 30443 | Recursively removing directory: /tmp/git.aHiG6c/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.579 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.579 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.579 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.579 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.579 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.579 | 46168 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.579 | 30439 | Removed run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.579 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.579 | 30439 | Assigned run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.579 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.U507TU +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.580 | 30440 | Recursively removing directory: /tmp/git.x6EiKV/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.580 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.582 | 46167 | Marked run 1462 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.582 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.582 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.582 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.583 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.583 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.583 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.583 | 46170 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.583 | 30439 | Removed run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.583 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.583 | 30439 | Assigned run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.583 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.583 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dJIipW +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.585 | 46169 | Marked run 1463 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.585 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.586 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.587 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.588 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.589 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.592 | 30443 | Recursively removing directory: /tmp/git.U507TU/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.594 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.594 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.594 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.594 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.594 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.594 | 46184 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.594 | 30439 | Removed run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.594 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.594 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.594 | 30439 | Assigned run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.595 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VgPDtN +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.594 | 30440 | Recursively removing directory: /tmp/git.dJIipW/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.596 | 46183 | Marked run 1464 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.596 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.597 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.597 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.597 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.597 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.597 | 46186 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.597 | 30439 | Removed run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.597 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.597 | 30439 | Assigned run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.598 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.597 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.598 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.c8AFsy +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.599 | 46185 | Marked run 1465 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.599 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.600 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.601 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.603 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.604 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.607 | 30443 | Recursively removing directory: /tmp/git.VgPDtN/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.609 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.609 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.609 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.609 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.609 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.609 | 46200 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.609 | 30439 | Removed run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.609 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.609 | 30439 | Assigned run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.610 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.610 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kiuACB +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.610 | 30440 | Recursively removing directory: /tmp/git.c8AFsy/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.611 | 46199 | Marked run 1466 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.611 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.612 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.612 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.612 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.612 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.612 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.612 | 46202 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.612 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.613 | 30439 | Removed run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.613 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.613 | 30439 | Assigned run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.613 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TcctfX +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.615 | 46201 | Marked run 1467 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.615 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.616 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.616 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.618 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.618 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.622 | 30443 | Recursively removing directory: /tmp/git.kiuACB/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.624 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.624 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.624 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.624 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.624 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.624 | 46216 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.624 | 30439 | Removed run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.624 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.624 | 30439 | Assigned run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.624 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.624 | 30440 | Recursively removing directory: /tmp/git.TcctfX/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.624 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KGSooL +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.626 | 46215 | Marked run 1468 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.626 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.627 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.627 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.627 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.627 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.627 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.627 | 46218 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.627 | 30439 | Removed run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.627 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.627 | 30439 | Assigned run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.627 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.627 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.e4GyMN +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.629 | 46217 | Marked run 1469 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.629 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.630 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.630 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.632 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.633 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.636 | 30443 | Recursively removing directory: /tmp/git.KGSooL/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.637 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.637 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.638 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.638 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.638 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.638 | 46232 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.638 | 30439 | Removed run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.638 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.638 | 30439 | Assigned run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.638 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.638 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xzVa8L +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.639 | 30440 | Recursively removing directory: /tmp/git.e4GyMN/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.640 | 46231 | Marked run 1470 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.640 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.641 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.641 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.641 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.641 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.641 | 46234 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.641 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.641 | 30439 | Removed run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.641 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.642 | 30439 | Assigned run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.641 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.642 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wHR1oK +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.643 | 46233 | Marked run 1471 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.644 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.644 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.645 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.646 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.647 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.651 | 30443 | Recursively removing directory: /tmp/git.xzVa8L/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.652 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.652 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.652 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.652 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.652 | 46248 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.652 | 30439 | Removed run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.652 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.652 | 30439 | Assigned run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.653 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.652 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.653 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QPpb61 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.653 | 30440 | Recursively removing directory: /tmp/git.wHR1oK/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.654 | 46247 | Marked run 1472 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.654 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.656 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.656 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.656 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.656 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.656 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.656 | 46250 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.656 | 30439 | Removed run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.656 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.656 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.656 | 30439 | Assigned run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.656 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CwEyyh +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.658 | 46249 | Marked run 1473 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.658 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.659 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.659 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.661 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.662 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.665 | 30443 | Recursively removing directory: /tmp/git.QPpb61/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.667 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.667 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.667 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.667 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.667 | 46264 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.667 | 30439 | Removed run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.667 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.667 | 30439 | Assigned run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.667 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.667 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MA1NIv +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.667 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.669 | 30440 | Recursively removing directory: /tmp/git.CwEyyh/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.669 | 46262 | Marked run 1474 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.669 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.670 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.670 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.671 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.671 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.671 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.671 | 46266 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.671 | 30439 | Removed run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.671 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.671 | 30439 | Assigned run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.671 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.671 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TIMH9n +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.673 | 46265 | Marked run 1475 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.673 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.673 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.674 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.676 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.677 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.680 | 30443 | Recursively removing directory: /tmp/git.MA1NIv/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.681 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.681 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.681 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.682 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.682 | 46279 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.681 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.682 | 30439 | Removed run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.682 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.682 | 30439 | Assigned run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.682 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.682 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RzCzCK +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.684 | 30440 | Recursively removing directory: /tmp/git.TIMH9n/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.685 | 46278 | Marked run 1476 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.685 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.686 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.686 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.686 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.686 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.686 | 46282 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.686 | 30439 | Removed run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.686 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.686 | 30439 | Assigned run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.687 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.686 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.686 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pJIbPK +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.688 | 46281 | Marked run 1477 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.688 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.689 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.689 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.691 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.692 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.695 | 30443 | Recursively removing directory: /tmp/git.RzCzCK/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.696 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.696 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.696 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.696 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.697 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.697 | 46295 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.697 | 30439 | Removed run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.697 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.697 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.697 | 30439 | Assigned run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.698 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ywxr0n +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.698 | 30440 | Recursively removing directory: /tmp/git.pJIbPK/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.699 | 46294 | Marked run 1478 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.699 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.700 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.700 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.700 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.700 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.700 | 46298 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.700 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.700 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.701 | 30439 | Removed run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.701 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.701 | 30439 | Assigned run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.701 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OoJL03 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.702 | 46297 | Marked run 1479 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.702 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.703 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.704 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.705 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.706 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.709 | 30443 | Recursively removing directory: /tmp/git.Ywxr0n/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.711 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.711 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.711 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.711 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.711 | 46312 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.711 | 30439 | Removed run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.711 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.711 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.711 | 30439 | Assigned run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.711 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.711 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UEAylT +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.712 | 30440 | Recursively removing directory: /tmp/git.OoJL03/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.714 | 46311 | Marked run 1480 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.714 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.714 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.714 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.715 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.715 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.715 | 46314 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.715 | 30439 | Removed run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.715 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.715 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JUYENK +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.715 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.715 | 30439 | Assigned run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.715 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.717 | 46313 | Marked run 1481 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.717 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.717 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.718 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.720 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.721 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.723 | 30443 | Recursively removing directory: /tmp/git.UEAylT/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.725 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.725 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.725 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.725 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.725 | 46327 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.725 | 30439 | Removed run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.725 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.725 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.725 | 30439 | Assigned run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.725 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.725 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bjDIQm +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.727 | 30440 | Recursively removing directory: /tmp/git.JUYENK/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.727 | 46326 | Marked run 1482 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.727 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.729 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.729 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.729 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.729 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.729 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.729 | 46330 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.729 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.729 | 30439 | Removed run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.729 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.729 | 30439 | Assigned run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.729 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.b1DgWX +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.731 | 46329 | Marked run 1483 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.731 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.731 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.732 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.734 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.735 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.738 | 30443 | Recursively removing directory: /tmp/git.bjDIQm/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.739 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.739 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.739 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.739 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.739 | 46343 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.739 | 30439 | Removed run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.739 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.739 | 30439 | Assigned run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.740 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.739 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.739 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.J3hgzY +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.741 | 30440 | Recursively removing directory: /tmp/git.b1DgWX/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.741 | 46342 | Marked run 1484 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.741 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.743 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.743 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.743 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.743 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.743 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.743 | 46346 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.743 | 30439 | Removed run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.743 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.743 | 30439 | Assigned run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.743 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.743 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7OU8q9 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.745 | 46345 | Marked run 1485 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.745 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.745 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.746 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.748 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.749 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.752 | 30443 | Recursively removing directory: /tmp/git.J3hgzY/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.753 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.753 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.753 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.753 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.753 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.753 | 46359 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.753 | 30439 | Removed run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.753 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.753 | 30439 | Assigned run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.754 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.754 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sKK17c +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.755 | 30440 | Recursively removing directory: /tmp/git.7OU8q9/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.756 | 46358 | Marked run 1486 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.756 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.757 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.757 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.757 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.757 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.757 | 46362 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.757 | 30439 | Removed run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.757 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.757 | 30439 | Assigned run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.757 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.757 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.757 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OpWEbB +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.759 | 46361 | Marked run 1487 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.759 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.761 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.762 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.762 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.763 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.767 | 30443 | Recursively removing directory: /tmp/git.sKK17c/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.769 | 30440 | Recursively removing directory: /tmp/git.OpWEbB/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.769 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.769 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.769 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.769 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.769 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.769 | 46376 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.769 | 30439 | Removed run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.769 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.769 | 30439 | Assigned run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.769 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6To94R +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.769 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.771 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.771 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.771 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.772 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.772 | 46378 | Added a new worker 13 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.772 | 30439 | Removed run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.772 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.772 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.772 | 30439 | Assigned run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.772 | 46375 | Marked run 1488 as finished +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.771 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.772 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RYo5id +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.772 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.774 | 46377 | Marked run 1489 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.774 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.775 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.776 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.776 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.777 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.781 | 30443 | Recursively removing directory: /tmp/git.6To94R/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.783 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.783 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.783 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.783 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.783 | 46392 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.783 | 30439 | Removed run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.783 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.783 | 30439 | Assigned run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.784 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.783 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.783 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DONbFU +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.783 | 30440 | Recursively removing directory: /tmp/git.RYo5id/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.785 | 46391 | Marked run 1490 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.785 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.786 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.786 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.786 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.786 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.786 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.786 | 46394 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.786 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.786 | 30439 | Removed run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.786 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.786 | 30439 | Assigned run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.786 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EZRUfd +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.788 | 46393 | Marked run 1491 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.788 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.790 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.791 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.791 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.792 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.797 | 30443 | Recursively removing directory: /tmp/git.DONbFU/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.798 | 30440 | Recursively removing directory: /tmp/git.EZRUfd/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.798 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.798 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.798 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.798 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.799 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.799 | 46408 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.799 | 30439 | Removed run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.799 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.799 | 30439 | Assigned run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.799 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tBdorx +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.799 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.800 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.800 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.800 | 46407 | Marked run 1492 as finished +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.801 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.801 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.801 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.801 | 46410 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.801 | 30439 | Removed run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.801 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.801 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.801 | 30439 | Assigned run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.801 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nsYUvQ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.802 | 46409 | Marked run 1493 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.802 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.805 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.806 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.806 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.807 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.812 | 30443 | Recursively removing directory: /tmp/git.tBdorx/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.813 | 30440 | Recursively removing directory: /tmp/git.nsYUvQ/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.813 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.813 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.813 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.813 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.814 | 46424 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.814 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.814 | 30439 | Removed run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.814 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.814 | 30439 | Assigned run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.813 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.814 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jn8XWm +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.815 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.815 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.816 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.816 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.816 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.816 | 46426 | Added a new worker 13 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.816 | 30439 | Removed run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.816 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4kKhlw +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.816 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.816 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.816 | 30439 | Assigned run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.816 | 46423 | Marked run 1494 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.816 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.818 | 46425 | Marked run 1495 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.818 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.819 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.820 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.820 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.821 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.826 | 30443 | Recursively removing directory: /tmp/git.jn8XWm/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.827 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.827 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.827 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.827 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.827 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.827 | 46440 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.827 | 30439 | Removed run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.827 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.827 | 30439 | Assigned run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.827 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.827 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Vsyg23 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.827 | 30440 | Recursively removing directory: /tmp/git.4kKhlw/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.830 | 46439 | Marked run 1496 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.830 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.830 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.830 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.830 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.830 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.830 | 46442 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.830 | 30439 | Removed run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.830 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.830 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.830 | 30439 | Assigned run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.830 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.830 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.U9HVb3 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.832 | 46441 | Marked run 1497 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.832 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.833 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.834 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.835 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.835 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.840 | 30443 | Recursively removing directory: /tmp/git.Vsyg23/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.841 | 30440 | Recursively removing directory: /tmp/git.U9HVb3/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.841 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.841 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.841 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.841 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.841 | 46456 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.841 | 30439 | Removed run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.841 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.841 | 30439 | Assigned run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.841 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.841 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.842 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8f9Lk8 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.844 | 46455 | Marked run 1498 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.844 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.844 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.844 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.844 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.845 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.845 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.845 | 46458 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.845 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.845 | 30439 | Removed run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.845 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.845 | 30439 | Assigned run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.845 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.17DeMm +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.846 | 46457 | Marked run 1499 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.846 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.848 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.849 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.850 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.850 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.854 | 30443 | Recursively removing directory: /tmp/git.8f9Lk8/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.856 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.856 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.856 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.856 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.856 | 46472 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.856 | 30439 | Removed run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.856 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.856 | 30439 | Assigned run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.856 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.856 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.856 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tDFcN0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.857 | 30440 | Recursively removing directory: /tmp/git.17DeMm/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.858 | 46471 | Marked run 1500 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.858 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.859 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.859 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.859 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.859 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.859 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.860 | 46474 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.860 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.860 | 30439 | Removed run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.860 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.860 | 30439 | Assigned run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.860 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.i4Qp0z +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.861 | 46473 | Marked run 1501 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.861 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.863 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.863 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.864 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.865 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.869 | 30443 | Recursively removing directory: /tmp/git.tDFcN0/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.871 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.871 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.871 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.871 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.871 | 46488 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.871 | 30439 | Removed run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.871 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.871 | 30439 | Assigned run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.871 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.871 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CeIPk7 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.871 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.871 | 30440 | Recursively removing directory: /tmp/git.i4Qp0z/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.873 | 46487 | Marked run 1502 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.873 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.873 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.873 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.873 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.873 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.873 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.873 | 46490 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.873 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.874 | 30439 | Removed run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.874 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.874 | 30439 | Assigned run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.874 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZyK4MI +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.875 | 46489 | Marked run 1503 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.875 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.876 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.877 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.878 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.879 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.883 | 30443 | Recursively removing directory: /tmp/git.CeIPk7/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.884 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.884 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.884 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.884 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.884 | 46504 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.885 | 30439 | Removed run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.885 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.885 | 30439 | Assigned run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.885 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.884 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.885 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.V6oDPr +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.884 | 30440 | Recursively removing directory: /tmp/git.ZyK4MI/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.887 | 46503 | Marked run 1504 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.887 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.887 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.887 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.887 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.887 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.887 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.887 | 46506 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.887 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.887 | 30439 | Removed run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.887 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.888 | 30439 | Assigned run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.888 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ob28SP +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.889 | 46505 | Marked run 1505 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.889 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.891 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.891 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.893 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.893 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.897 | 30443 | Recursively removing directory: /tmp/git.V6oDPr/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.899 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.899 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.899 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.899 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.899 | 46520 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.899 | 30439 | Removed run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.899 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.899 | 30439 | Assigned run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.899 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.899 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.899 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pJnx30 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.900 | 30440 | Recursively removing directory: /tmp/git.ob28SP/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.901 | 46519 | Marked run 1506 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.901 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.902 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.903 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.903 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.903 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.903 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.903 | 46522 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.903 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.903 | 30439 | Removed run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.903 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.903 | 30439 | Assigned run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.903 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nnZG5F +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.905 | 46521 | Marked run 1507 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.905 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.905 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.906 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.911 | 30443 | Recursively removing directory: /tmp/git.pJnx30/ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.912 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.912 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.912 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.913 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.913 | 46530 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.913 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.913 | 30439 | Removed run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.913 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.913 | 30439 | Assigned run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.913 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.913 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8nk92r +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.914 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.915 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.915 | 46529 | Marked run 1508 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.915 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.918 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.918 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.921 | 30440 | Recursively removing directory: /tmp/git.nnZG5F/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.922 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.922 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.922 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.922 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.922 | 46543 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.922 | 30439 | Removed run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.923 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.923 | 30439 | Assigned run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.922 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.923 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lxUuDt +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.923 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.925 | 30443 | Recursively removing directory: /tmp/git.8nk92r/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.925 | 46541 | Marked run 1509 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.925 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.926 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.926 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.926 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.927 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.927 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.927 | 46546 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.927 | 30439 | Removed run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.927 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.927 | 30439 | Assigned run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.927 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NmfZ3E +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.927 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.928 | 46545 | Marked run 1510 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.928 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.929 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.929 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.931 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.932 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.935 | 30440 | Recursively removing directory: /tmp/git.lxUuDt/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.937 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.937 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.937 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.937 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.937 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.937 | 46559 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.937 | 30439 | Removed run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.937 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.937 | 30439 | Assigned run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.937 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.937 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wm2fWq +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.939 | 30443 | Recursively removing directory: /tmp/git.NmfZ3E/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.939 | 46558 | Marked run 1511 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.939 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.940 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.940 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.941 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.941 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.941 | 46562 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.941 | 30439 | Removed run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.941 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.941 | 30439 | Assigned run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.941 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.941 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.941 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sSIcYI +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.943 | 46561 | Marked run 1512 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.943 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.943 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.944 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.946 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.947 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.950 | 30440 | Recursively removing directory: /tmp/git.wm2fWq/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.951 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.951 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.952 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.952 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.952 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.952 | 46576 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.952 | 30439 | Removed run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.952 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.952 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.952 | 30439 | Assigned run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.952 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zrHhQF +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.953 | 30443 | Recursively removing directory: /tmp/git.sSIcYI/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.954 | 46575 | Marked run 1513 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.954 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.955 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.955 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.955 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.955 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.955 | 46578 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.955 | 30439 | Removed run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.955 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.955 | 30439 | Assigned run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.955 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.955 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AFQJ01 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.956 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.957 | 46577 | Marked run 1514 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.957 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.958 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.959 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.960 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.960 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.964 | 30440 | Recursively removing directory: /tmp/git.zrHhQF/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.966 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.966 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.966 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.966 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.966 | 46592 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.966 | 30439 | Removed run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.966 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.966 | 30439 | Assigned run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.966 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.966 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.966 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NVNCAA +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.966 | 30443 | Recursively removing directory: /tmp/git.AFQJ01/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.968 | 46591 | Marked run 1515 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.968 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.969 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.969 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.969 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.969 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.969 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.969 | 46594 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.969 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.969 | 30439 | Removed run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.969 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.969 | 30439 | Assigned run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.969 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qGz6ez +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.971 | 46593 | Marked run 1516 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.971 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.972 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.973 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.974 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.974 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.978 | 30440 | Recursively removing directory: /tmp/git.NVNCAA/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.980 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.980 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.980 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.980 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.980 | 46608 | Added a new worker 11 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.980 | 30439 | Removed run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.980 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.980 | 30439 | Assigned run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.980 | 30443 | Recursively removing directory: /tmp/git.qGz6ez/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.980 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.980 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.brEsNQ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.981 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.982 | 46607 | Marked run 1517 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.982 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.983 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.983 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.983 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.984 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.984 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.984 | 46610 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.984 | 30439 | Removed run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.984 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.984 | 30439 | Assigned run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.984 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NcRJ4j +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.984 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.985 | 46609 | Marked run 1518 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.985 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.986 | 30440 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.987 | 30440 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.989 | 30443 | Checking out revision HEAD +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.990 | 30443 | Going to run: ./ci +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.993 | 30440 | Recursively removing directory: /tmp/git.brEsNQ/ +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.994 | 30440 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.994 | 30440 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.995 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.995 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.995 | 46624 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.995 | 30439 | Removed run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.995 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.995 | 30439 | Assigned run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.995 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.995 | 30440 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30440/cimple-worker: 2024-04-25 03:44:50.995 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vNRWSZ +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.996 | 30443 | Recursively removing directory: /tmp/git.NcRJ4j/ +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.997 | 46623 | Marked run 1519 as finished +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.997 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.998 | 30443 | Process exit code: 0 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.998 | 30443 | Process output: 57 bytes +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.998 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.998 | 30437 | Waiting for new connections +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.998 | 46626 | Added a new worker 10 to the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.998 | 30439 | Removed run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.998 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.998 | 30439 | Assigned run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.998 | 30443 | Waiting for a new command +2024-04-25 03:44:50 | INFO | 30443/cimple-worker: 2024-04-25 03:44:50.998 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kFWhs0 +2024-04-25 03:44:50 | INFO | 30437/cimple-server: 2024-04-25 03:44:50.999 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.000 | 46625 | Marked run 1520 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.000 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.002 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.003 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.003 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.004 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.008 | 30440 | Recursively removing directory: /tmp/git.vNRWSZ/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.010 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.010 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.010 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.010 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.010 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.010 | 46640 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.010 | 30439 | Removed run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.010 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.010 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.010 | 30439 | Assigned run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.010 | 30443 | Recursively removing directory: /tmp/git.kFWhs0/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.010 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bs2PCH +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.012 | 46639 | Marked run 1521 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.012 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.013 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.013 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.013 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.013 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.013 | 46642 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.013 | 30439 | Removed run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.013 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.013 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.013 | 30439 | Assigned run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.013 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.013 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yRa8Aa +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.015 | 46641 | Marked run 1522 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.015 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.016 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.017 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.018 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.018 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.023 | 30440 | Recursively removing directory: /tmp/git.bs2PCH/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.024 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.024 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.024 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.024 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.024 | 46656 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.024 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.024 | 30439 | Removed run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.024 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.024 | 30439 | Assigned run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.024 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.025 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.852AuH +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.024 | 30443 | Recursively removing directory: /tmp/git.yRa8Aa/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.027 | 46655 | Marked run 1523 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.027 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.027 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.027 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.028 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.027 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.028 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.028 | 46658 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.028 | 30439 | Removed run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.028 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.028 | 30439 | Assigned run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.028 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.028 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jIdye7 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.029 | 46657 | Marked run 1524 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.029 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.030 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.031 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.032 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.033 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.036 | 30440 | Recursively removing directory: /tmp/git.852AuH/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.038 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.038 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.038 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.038 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.038 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.038 | 46672 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.038 | 30439 | Removed run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.038 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.038 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.038 | 30439 | Assigned run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.039 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hw8oKa +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.039 | 30443 | Recursively removing directory: /tmp/git.jIdye7/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.040 | 46671 | Marked run 1525 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.040 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.041 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.041 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.041 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.041 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.041 | 46674 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.041 | 30439 | Removed run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.041 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.042 | 30439 | Assigned run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.041 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.042 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3FueMr +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.042 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.043 | 46673 | Marked run 1526 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.043 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.044 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.045 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.046 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.047 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.050 | 30440 | Recursively removing directory: /tmp/git.hw8oKa/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.052 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.052 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.052 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.052 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.052 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.052 | 46687 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.052 | 30439 | Removed run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.052 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.052 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.052 | 30439 | Assigned run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.052 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mdo0vo +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.054 | 30443 | Recursively removing directory: /tmp/git.3FueMr/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.054 | 46686 | Marked run 1527 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.054 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.055 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.055 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.056 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.056 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.056 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.056 | 46690 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.056 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.056 | 30439 | Removed run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.056 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.056 | 30439 | Assigned run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.057 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NjC84h +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.058 | 46689 | Marked run 1528 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.058 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.059 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.059 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.061 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.061 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.065 | 30440 | Recursively removing directory: /tmp/git.mdo0vo/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.067 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.067 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.067 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.067 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.067 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.067 | 46704 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.067 | 30439 | Removed run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.067 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.067 | 30439 | Assigned run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.067 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6Fi0Mr +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.067 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.068 | 30443 | Recursively removing directory: /tmp/git.NjC84h/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.069 | 46703 | Marked run 1529 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.070 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.070 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.070 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.070 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.070 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.070 | 46706 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.070 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.070 | 30439 | Removed run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.070 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.071 | 30439 | Assigned run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.070 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.071 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HEWZJs +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.072 | 46705 | Marked run 1530 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.072 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.074 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.075 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.076 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.077 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.080 | 30440 | Recursively removing directory: /tmp/git.6Fi0Mr/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.082 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.082 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.082 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.082 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.082 | 46720 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.082 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.082 | 30439 | Removed run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.082 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.082 | 30439 | Assigned run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.082 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.082 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XTJtJZ +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.083 | 30443 | Recursively removing directory: /tmp/git.HEWZJs/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.084 | 46719 | Marked run 1531 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.084 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.085 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.086 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.086 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.086 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.086 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.086 | 46722 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.086 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.086 | 30439 | Removed run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.086 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.086 | 30439 | Assigned run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.086 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aAOQA0 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.088 | 46721 | Marked run 1532 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.088 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.088 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.089 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.090 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.091 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.095 | 30440 | Recursively removing directory: /tmp/git.XTJtJZ/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.096 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.096 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.096 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.097 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.097 | 46736 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.097 | 30439 | Removed run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.097 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.097 | 30439 | Assigned run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.097 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.096 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.097 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ac3G22 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.098 | 30443 | Recursively removing directory: /tmp/git.aAOQA0/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.098 | 46735 | Marked run 1533 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.099 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.099 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.100 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.100 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.100 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.100 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.100 | 46738 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.100 | 30439 | Removed run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.100 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.100 | 30439 | Assigned run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.100 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.100 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.swwiGl +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.102 | 46737 | Marked run 1534 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.102 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.102 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.103 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.105 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.105 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.108 | 30440 | Recursively removing directory: /tmp/git.Ac3G22/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.110 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.110 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.110 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.110 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.110 | 46751 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.110 | 30439 | Removed run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.110 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.110 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.110 | 30439 | Assigned run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.110 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.110 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KcN87T +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.112 | 30443 | Recursively removing directory: /tmp/git.swwiGl/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.112 | 46750 | Marked run 1535 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.112 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.114 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.114 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.114 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.114 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.114 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.114 | 46754 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.114 | 30439 | Removed run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.114 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.114 | 30439 | Assigned run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.114 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.114 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ESFbDS +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.116 | 46753 | Marked run 1536 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.116 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.117 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.117 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.119 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.119 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.123 | 30440 | Recursively removing directory: /tmp/git.KcN87T/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.124 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.124 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.125 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.125 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.125 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.125 | 46768 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.125 | 30439 | Removed run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.125 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.125 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.125 | 30439 | Assigned run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.125 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lNfRoy +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.126 | 30443 | Recursively removing directory: /tmp/git.ESFbDS/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.127 | 46767 | Marked run 1537 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.127 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.128 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.128 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.128 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.128 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.128 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.128 | 46770 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.128 | 30439 | Removed run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.128 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.128 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Y8yWvs +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.128 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.128 | 30439 | Assigned run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.130 | 46769 | Marked run 1538 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.130 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.131 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.133 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.133 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.134 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.138 | 30440 | Recursively removing directory: /tmp/git.lNfRoy/ +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.140 | 30443 | Recursively removing directory: /tmp/git.Y8yWvs/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.140 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.140 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.140 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.140 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.140 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.140 | 46784 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.140 | 30439 | Removed run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.140 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.140 | 30439 | Assigned run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.141 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.140 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6td1rp +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.142 | 46783 | Marked run 1539 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.142 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.142 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.142 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.142 | 46786 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.142 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.143 | 30439 | Removed run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.143 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.143 | 30439 | Assigned run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.142 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.142 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.142 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.143 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4vB0nq +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.144 | 46785 | Marked run 1540 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.144 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.146 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.146 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.147 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.148 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.152 | 30440 | Recursively removing directory: /tmp/git.6td1rp/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.153 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.153 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.154 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.154 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.154 | 46800 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.154 | 30439 | Removed run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.154 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.154 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.154 | 30439 | Assigned run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.154 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.154 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9SSaX1 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.154 | 30443 | Recursively removing directory: /tmp/git.4vB0nq/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.156 | 46799 | Marked run 1541 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.156 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.157 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.157 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.157 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.157 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.157 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.157 | 46802 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.157 | 30439 | Removed run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.157 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.157 | 30439 | Assigned run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.158 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.158 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.V1AAJd +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.159 | 46801 | Marked run 1542 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.159 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.161 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.162 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.163 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.163 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.168 | 30440 | Recursively removing directory: /tmp/git.9SSaX1/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.169 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.169 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.169 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.169 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.169 | 46816 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.169 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.169 | 30439 | Removed run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.169 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.169 | 30439 | Assigned run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.169 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.169 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.y5UIhj +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.169 | 30443 | Recursively removing directory: /tmp/git.V1AAJd/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.171 | 46815 | Marked run 1543 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.171 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.172 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.172 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.172 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.172 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.172 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.172 | 46818 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.172 | 30439 | Removed run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.172 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.172 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.172 | 30439 | Assigned run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.173 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bn02Wp +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.174 | 46817 | Marked run 1544 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.174 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.175 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.176 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.177 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.178 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.182 | 30440 | Recursively removing directory: /tmp/git.y5UIhj/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.183 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.183 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.183 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.184 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.184 | 46832 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.184 | 30439 | Removed run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.184 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.184 | 30439 | Assigned run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.184 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.184 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.184 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CiODs3 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.184 | 30443 | Recursively removing directory: /tmp/git.bn02Wp/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.186 | 46831 | Marked run 1545 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.186 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.186 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.186 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.186 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.186 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.186 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.187 | 46834 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.187 | 30439 | Removed run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.187 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.187 | 30439 | Assigned run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.187 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.187 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4A4f5Y +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.188 | 46833 | Marked run 1546 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.188 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.190 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.190 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.191 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.192 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.197 | 30440 | Recursively removing directory: /tmp/git.CiODs3/ +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.198 | 30443 | Recursively removing directory: /tmp/git.4A4f5Y/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.198 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.198 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.198 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.198 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.198 | 46848 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.198 | 30439 | Removed run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.198 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.199 | 30439 | Assigned run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.198 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.199 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.etmoOz +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.199 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.200 | 46847 | Marked run 1547 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.200 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.201 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.201 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.201 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.201 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.201 | 46850 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.201 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.201 | 30439 | Removed run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.201 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.201 | 30439 | Assigned run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.201 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.201 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2SmAwl +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.203 | 46849 | Marked run 1548 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.203 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.204 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.204 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.206 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.206 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.210 | 30440 | Recursively removing directory: /tmp/git.etmoOz/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.212 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.212 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.212 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.212 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.212 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.212 | 46864 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.212 | 30439 | Removed run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.212 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.212 | 30439 | Assigned run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.212 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.212 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.g0JZl1 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.212 | 30443 | Recursively removing directory: /tmp/git.2SmAwl/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.214 | 46863 | Marked run 1549 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.214 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.215 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.215 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.215 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.215 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.215 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.215 | 46866 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.215 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.215 | 30439 | Removed run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.215 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.215 | 30439 | Assigned run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.216 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ltdAXk +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.217 | 46865 | Marked run 1550 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.217 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.218 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.219 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.220 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.220 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.224 | 30440 | Recursively removing directory: /tmp/git.g0JZl1/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.226 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.226 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.226 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.226 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.226 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.226 | 46880 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.226 | 30439 | Removed run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.226 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.226 | 30439 | Assigned run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.226 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.226 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eXuGAi +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.227 | 30443 | Recursively removing directory: /tmp/git.ltdAXk/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.228 | 46879 | Marked run 1551 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.228 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.229 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.229 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.229 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.230 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.230 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.230 | 46882 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.230 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.230 | 30439 | Removed run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.230 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.230 | 30439 | Assigned run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.230 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.g680j9 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.232 | 46881 | Marked run 1552 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.232 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.232 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.233 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.235 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.235 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.239 | 30440 | Recursively removing directory: /tmp/git.eXuGAi/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.240 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.240 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.241 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.241 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.241 | 46896 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.241 | 30439 | Removed run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.241 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.241 | 30439 | Assigned run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.241 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.241 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.241 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9G9DAb +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.242 | 30443 | Recursively removing directory: /tmp/git.g680j9/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.243 | 46895 | Marked run 1553 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.243 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.244 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.244 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.244 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.244 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.244 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.244 | 46898 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.244 | 30439 | Removed run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.244 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.244 | 30439 | Assigned run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.244 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IFkitv +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.245 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.247 | 46897 | Marked run 1554 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.247 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.248 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.248 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.250 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.250 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.254 | 30440 | Recursively removing directory: /tmp/git.9G9DAb/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.256 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.256 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.256 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.256 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.256 | 46912 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.256 | 30439 | Removed run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.256 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.256 | 30439 | Assigned run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.256 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.256 | 30443 | Recursively removing directory: /tmp/git.IFkitv/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.256 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.256 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NVCQfb +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.258 | 46911 | Marked run 1555 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.259 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.259 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.259 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.259 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.259 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.259 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.259 | 46914 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.259 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.259 | 30439 | Removed run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.259 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.259 | 30439 | Assigned run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.260 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Q1oOnm +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.261 | 46913 | Marked run 1556 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.261 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.263 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.263 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.264 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.265 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.269 | 30440 | Recursively removing directory: /tmp/git.NVCQfb/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.270 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.270 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.270 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.270 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.270 | 46928 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.271 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.271 | 30439 | Removed run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.271 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.271 | 30439 | Assigned run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.270 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.271 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.baCETb +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.271 | 30443 | Recursively removing directory: /tmp/git.Q1oOnm/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.273 | 46927 | Marked run 1557 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.273 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.274 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.274 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.274 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.274 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.274 | 46930 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.274 | 30439 | Removed run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.274 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.274 | 30439 | Assigned run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.274 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.274 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.274 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lqZrPS +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.276 | 46929 | Marked run 1558 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.276 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.277 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.277 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.279 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.279 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.283 | 30440 | Recursively removing directory: /tmp/git.baCETb/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.285 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.285 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.285 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.285 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.285 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.285 | 46944 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.285 | 30439 | Removed run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.285 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.285 | 30439 | Assigned run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.285 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.285 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YLr4zt +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.286 | 30443 | Recursively removing directory: /tmp/git.lqZrPS/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.287 | 46943 | Marked run 1559 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.287 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.288 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.288 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.288 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.288 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.288 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.288 | 46946 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.288 | 30439 | Removed run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.288 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.288 | 30439 | Assigned run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.289 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.289 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1SMXwT +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.290 | 46945 | Marked run 1560 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.291 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.291 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.292 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.294 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.294 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.297 | 30440 | Recursively removing directory: /tmp/git.YLr4zt/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.299 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.299 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.299 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.299 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.299 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.299 | 46959 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.299 | 30439 | Removed run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.299 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.299 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.299 | 30439 | Assigned run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.300 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7LeeVn +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.301 | 30443 | Recursively removing directory: /tmp/git.1SMXwT/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.301 | 46958 | Marked run 1561 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.301 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.302 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.302 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.302 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.302 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.302 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.302 | 46962 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.302 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.302 | 30439 | Removed run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.302 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.302 | 30439 | Assigned run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.303 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RPPDoK +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.305 | 46961 | Marked run 1562 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.305 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.306 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.306 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.307 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.308 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.312 | 30440 | Recursively removing directory: /tmp/git.7LeeVn/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.314 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.314 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.314 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.314 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.314 | 46976 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.314 | 30439 | Removed run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.314 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.314 | 30439 | Assigned run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.314 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.314 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.314 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cijsNo +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.314 | 30443 | Recursively removing directory: /tmp/git.RPPDoK/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.316 | 46975 | Marked run 1563 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.316 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.316 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.316 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.317 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.317 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.317 | 46978 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.317 | 30439 | Removed run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.317 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.317 | 30439 | Assigned run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.317 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.317 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.317 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YxeTRq +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.319 | 46977 | Marked run 1564 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.319 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.320 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.321 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.321 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.322 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.326 | 30440 | Recursively removing directory: /tmp/git.cijsNo/ +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.328 | 30443 | Recursively removing directory: /tmp/git.YxeTRq/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.328 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.328 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.328 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.328 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.328 | 46992 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.328 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.328 | 30439 | Removed run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.328 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.328 | 30439 | Assigned run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.328 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.328 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.G1WyOX +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.330 | 46991 | Marked run 1565 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.330 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.331 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.330 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.330 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.331 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.331 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.331 | 46994 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.331 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.331 | 30439 | Removed run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.331 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.331 | 30439 | Assigned run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.331 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pLe86W +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.332 | 46993 | Marked run 1566 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.332 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.334 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.334 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.336 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.336 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.340 | 30440 | Recursively removing directory: /tmp/git.G1WyOX/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.341 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.341 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.342 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.342 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.342 | 47008 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.342 | 30439 | Removed run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.342 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.342 | 30439 | Assigned run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.342 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.342 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8MeSdG +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.342 | 30443 | Recursively removing directory: /tmp/git.pLe86W/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.342 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.344 | 47007 | Marked run 1567 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.344 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.345 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.345 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.345 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.345 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.346 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.346 | 47010 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.346 | 30439 | Removed run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.346 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.346 | 30439 | Assigned run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.346 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QhMFMZ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.346 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.347 | 47009 | Marked run 1568 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.347 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.348 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.349 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.350 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.351 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.355 | 30440 | Recursively removing directory: /tmp/git.8MeSdG/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.356 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.356 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.356 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.357 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.357 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.357 | 47024 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.357 | 30439 | Removed run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.357 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.357 | 30439 | Assigned run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.357 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.if2F2D +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.357 | 30443 | Recursively removing directory: /tmp/git.QhMFMZ/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.357 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.359 | 47023 | Marked run 1569 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.359 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.359 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.360 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.360 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.360 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.360 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.360 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bZX4Zs +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.360 | 47026 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.360 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.360 | 30439 | Removed run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.360 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.360 | 30439 | Assigned run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.361 | 47025 | Marked run 1570 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.362 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.362 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.363 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.365 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.365 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.369 | 30440 | Recursively removing directory: /tmp/git.if2F2D/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.370 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.370 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.370 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.370 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.370 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.370 | 47039 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.370 | 30439 | Removed run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.370 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.370 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.370 | 30439 | Assigned run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.371 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7une9a +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.372 | 30443 | Recursively removing directory: /tmp/git.bZX4Zs/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.372 | 47038 | Marked run 1571 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.372 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.374 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.374 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.374 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.374 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.374 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.374 | 47042 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.374 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.374 | 30439 | Removed run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.374 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.374 | 30439 | Assigned run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.374 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KYPJy9 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.376 | 47041 | Marked run 1572 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.376 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.376 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.377 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.379 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.379 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.383 | 30440 | Recursively removing directory: /tmp/git.7une9a/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.384 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.384 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.384 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.385 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.385 | 47056 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.385 | 30439 | Removed run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.385 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.385 | 30439 | Assigned run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.385 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.385 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.385 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NrUcLe +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.386 | 30443 | Recursively removing directory: /tmp/git.KYPJy9/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.387 | 47055 | Marked run 1573 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.388 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.388 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.388 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.388 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.388 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.388 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.388 | 47058 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.388 | 30439 | Removed run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.388 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.388 | 30439 | Assigned run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.389 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.389 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XivErM +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.391 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.391 | 47057 | Marked run 1574 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.391 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.391 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.393 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.394 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.397 | 30440 | Recursively removing directory: /tmp/git.NrUcLe/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.399 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.399 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.399 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.399 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.399 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.399 | 47072 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.399 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.399 | 30439 | Removed run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.399 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.399 | 30439 | Assigned run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.400 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PJfPC9 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.400 | 30443 | Recursively removing directory: /tmp/git.XivErM/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.401 | 47070 | Marked run 1575 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.401 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.402 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.402 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.402 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.402 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.402 | 47074 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.402 | 30439 | Removed run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.402 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.402 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.402 | 30439 | Assigned run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.402 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.402 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Wnm4Fp +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.405 | 47073 | Marked run 1576 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.405 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.405 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.406 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.407 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.408 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.412 | 30440 | Recursively removing directory: /tmp/git.PJfPC9/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.413 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.413 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.413 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.413 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.413 | 47088 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.413 | 30439 | Removed run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.413 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.414 | 30439 | Assigned run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.414 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.413 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.414 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vtbErR +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.414 | 30443 | Recursively removing directory: /tmp/git.Wnm4Fp/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.415 | 47087 | Marked run 1577 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.416 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.416 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.416 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.416 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.416 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.416 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.417 | 47090 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.417 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.417 | 30439 | Removed run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.417 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.417 | 30439 | Assigned run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.417 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rbYmSS +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.418 | 47089 | Marked run 1578 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.418 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.419 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.420 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.422 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.422 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.425 | 30440 | Recursively removing directory: /tmp/git.vtbErR/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.427 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.427 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.427 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.427 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.427 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.427 | 47103 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.427 | 30439 | Removed run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.427 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.427 | 30439 | Assigned run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.427 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.olXz7A +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.428 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.428 | 30443 | Recursively removing directory: /tmp/git.rbYmSS/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.429 | 47102 | Marked run 1579 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.429 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.430 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.430 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.430 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.430 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.430 | 47106 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.430 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.430 | 30439 | Removed run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.430 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.431 | 30439 | Assigned run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.430 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.431 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NVHV23 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.432 | 47105 | Marked run 1580 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.432 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.433 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.434 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.435 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.436 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.440 | 30440 | Recursively removing directory: /tmp/git.olXz7A/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.441 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.441 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.441 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.441 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.441 | 47120 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.441 | 30439 | Removed run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.441 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.441 | 30439 | Assigned run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.442 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.441 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.442 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ActIbf +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.442 | 30443 | Recursively removing directory: /tmp/git.NVHV23/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.443 | 47119 | Marked run 1581 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.444 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.444 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.444 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.445 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.445 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.445 | 47122 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.445 | 30439 | Removed run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.445 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.445 | 30439 | Assigned run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.445 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.445 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.445 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uqfPS2 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.447 | 47121 | Marked run 1582 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.448 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.448 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.449 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.450 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.451 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.454 | 30440 | Recursively removing directory: /tmp/git.ActIbf/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.456 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.456 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.456 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.456 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.456 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.456 | 47136 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.456 | 30439 | Removed run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.456 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.456 | 30439 | Assigned run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.457 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.456 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kwoqgB +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.457 | 30443 | Recursively removing directory: /tmp/git.uqfPS2/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.458 | 47135 | Marked run 1583 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.458 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.459 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.459 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.459 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.459 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.459 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.459 | 47138 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.459 | 30439 | Removed run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.459 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.459 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.460 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VrhQzr +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.459 | 30439 | Assigned run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.461 | 47137 | Marked run 1584 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.462 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.462 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.463 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.464 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.465 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.468 | 30440 | Recursively removing directory: /tmp/git.kwoqgB/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.470 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.470 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.470 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.470 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.470 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.470 | 47152 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.470 | 30439 | Removed run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.470 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.470 | 30439 | Assigned run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.471 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.471 | 30443 | Recursively removing directory: /tmp/git.VrhQzr/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.470 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1rKRga +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.473 | 47151 | Marked run 1585 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.473 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.474 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.474 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.474 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.474 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.474 | 47154 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.474 | 30439 | Removed run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.474 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.474 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.474 | 30439 | Assigned run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.474 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.474 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zkBDJd +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.475 | 47153 | Marked run 1586 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.476 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.476 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.477 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.479 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.479 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.483 | 30440 | Recursively removing directory: /tmp/git.1rKRga/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.484 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.484 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.485 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.485 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.485 | 47168 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.485 | 30439 | Removed run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.485 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.485 | 30439 | Assigned run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.485 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.485 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.485 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lFbZu2 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.485 | 30443 | Recursively removing directory: /tmp/git.zkBDJd/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.487 | 47167 | Marked run 1587 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.487 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.488 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.488 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.488 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.488 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.488 | 47170 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.488 | 30439 | Removed run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.488 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.488 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.488 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OoFewz +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.488 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.488 | 30439 | Assigned run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.490 | 47169 | Marked run 1588 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.490 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.491 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.491 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.493 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.494 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.497 | 30440 | Recursively removing directory: /tmp/git.lFbZu2/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.498 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.498 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.498 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.498 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.498 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.499 | 47183 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.499 | 30439 | Removed run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.499 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.499 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.499 | 30439 | Assigned run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.499 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FNgOJE +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.500 | 30443 | Recursively removing directory: /tmp/git.OoFewz/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.500 | 47182 | Marked run 1589 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.500 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.502 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.502 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.502 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.502 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.502 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.502 | 47186 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.502 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.502 | 30439 | Removed run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.502 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.502 | 30439 | Assigned run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.502 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rRASP7 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.504 | 47185 | Marked run 1590 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.504 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.505 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.505 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.507 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.508 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.511 | 30440 | Recursively removing directory: /tmp/git.FNgOJE/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.512 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.512 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.512 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.513 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.513 | 47200 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.513 | 30439 | Removed run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.513 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.513 | 30439 | Assigned run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.513 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.512 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.513 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gQKHiJ +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.514 | 30443 | Recursively removing directory: /tmp/git.rRASP7/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.515 | 47199 | Marked run 1591 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.515 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.516 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.516 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.516 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.516 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.516 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.517 | 47202 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.517 | 30439 | Removed run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.517 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.517 | 30439 | Assigned run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.517 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.517 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3kkAur +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.518 | 47201 | Marked run 1592 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.518 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.519 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.520 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.522 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.522 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.525 | 30440 | Recursively removing directory: /tmp/git.gQKHiJ/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.526 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.526 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.527 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.527 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.527 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.527 | 47215 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.527 | 30439 | Removed run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.527 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.527 | 30439 | Assigned run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.527 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bBSAtz +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.527 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.528 | 30443 | Recursively removing directory: /tmp/git.3kkAur/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.529 | 47214 | Marked run 1593 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.529 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.530 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.530 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.530 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.530 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.530 | 47218 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.530 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.530 | 30439 | Removed run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.530 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.530 | 30439 | Assigned run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.530 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.531 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jUO6mR +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.532 | 47217 | Marked run 1594 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.532 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.533 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.534 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.536 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.536 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.540 | 30440 | Recursively removing directory: /tmp/git.bBSAtz/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.542 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.542 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.542 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.542 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.542 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.542 | 47232 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.542 | 30439 | Removed run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.542 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.542 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.542 | 30439 | Assigned run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.542 | 30443 | Recursively removing directory: /tmp/git.jUO6mR/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.542 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4PJ74r +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.544 | 47231 | Marked run 1595 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.544 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.545 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.545 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.545 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.545 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.545 | 47234 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.545 | 30439 | Removed run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.545 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.545 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.546 | 30439 | Assigned run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.545 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.546 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ekJVCE +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.547 | 47233 | Marked run 1596 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.548 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.548 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.549 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.551 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.551 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.554 | 30440 | Recursively removing directory: /tmp/git.4PJ74r/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.556 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.556 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.556 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.556 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.556 | 47247 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.556 | 30439 | Removed run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.556 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.556 | 30439 | Assigned run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.556 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.556 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.556 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qCkOcu +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.558 | 30443 | Recursively removing directory: /tmp/git.ekJVCE/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.558 | 47246 | Marked run 1597 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.558 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.560 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.560 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.560 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.560 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.560 | 47250 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.560 | 30439 | Removed run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.560 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.560 | 30439 | Assigned run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.560 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.560 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.560 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NbRCWS +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.561 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.562 | 47249 | Marked run 1598 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.562 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.562 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.565 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.566 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.568 | 30440 | Recursively removing directory: /tmp/git.qCkOcu/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.569 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.569 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.570 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.570 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.570 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.570 | 47261 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.570 | 30439 | Removed run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.570 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.570 | 30439 | Assigned run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.570 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.570 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.g92CL8 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.571 | 47260 | Marked run 1599 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.572 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.573 | 30443 | Recursively removing directory: /tmp/git.NbRCWS/ +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.574 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.574 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.574 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.574 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.574 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.574 | 47266 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.574 | 30439 | Removed run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.574 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.574 | 30439 | Assigned run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.574 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.575 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.574 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.f3X5Mt +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.576 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.577 | 47265 | Marked run 1600 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.577 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.579 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.580 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.582 | 30440 | Recursively removing directory: /tmp/git.g92CL8/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.584 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.584 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.584 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.584 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.584 | 47279 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.584 | 30439 | Removed run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.584 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.584 | 30439 | Assigned run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.584 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.584 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.584 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HRRm2i +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.586 | 30443 | Recursively removing directory: /tmp/git.f3X5Mt/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.586 | 47278 | Marked run 1601 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.587 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.587 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.587 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.588 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.588 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.588 | 47282 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.588 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.588 | 30439 | Removed run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.588 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.588 | 30439 | Assigned run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.588 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.588 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C9cj0a +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.590 | 47281 | Marked run 1602 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.590 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.591 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.591 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.592 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.593 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.597 | 30440 | Recursively removing directory: /tmp/git.HRRm2i/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.598 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.598 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.598 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.598 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.598 | 47296 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.598 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.598 | 30439 | Removed run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.598 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.598 | 30439 | Assigned run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.598 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.599 | 30443 | Recursively removing directory: /tmp/git.C9cj0a/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.599 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QHYT4y +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.600 | 47295 | Marked run 1603 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.600 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.601 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.601 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.601 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.602 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.602 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.602 | 47298 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.602 | 30439 | Removed run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.602 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.602 | 30439 | Assigned run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.602 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.602 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HBgH6V +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.603 | 47297 | Marked run 1604 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.604 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.605 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.606 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.607 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.608 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.612 | 30440 | Recursively removing directory: /tmp/git.QHYT4y/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.613 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.613 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.613 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.614 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.614 | 47312 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.614 | 30439 | Removed run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.614 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.614 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.614 | 30439 | Assigned run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.613 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.614 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SIY12x +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.614 | 30443 | Recursively removing directory: /tmp/git.HBgH6V/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.616 | 47311 | Marked run 1605 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.616 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.617 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.617 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.617 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.617 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.617 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.617 | 47314 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.617 | 30439 | Removed run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.617 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.617 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.617 | 30439 | Assigned run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.617 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VoeLfo +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.620 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.620 | 47313 | Marked run 1606 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.620 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.621 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.622 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.623 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.626 | 30440 | Recursively removing directory: /tmp/git.SIY12x/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.628 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.628 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.628 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.628 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.628 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.628 | 47327 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.628 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.628 | 30439 | Removed run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.628 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.628 | 30439 | Assigned run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.628 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xaWpkE +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.629 | 30443 | Recursively removing directory: /tmp/git.VoeLfo/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.630 | 47326 | Marked run 1607 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.630 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.631 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.631 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.631 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.631 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.631 | 47330 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.631 | 30439 | Removed run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.631 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.631 | 30439 | Assigned run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.631 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.631 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.631 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PXmdyJ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.633 | 47329 | Marked run 1608 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.633 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.635 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.635 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.636 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.637 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.641 | 30440 | Recursively removing directory: /tmp/git.xaWpkE/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.643 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.643 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.643 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.643 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.643 | 47344 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.643 | 30439 | Removed run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.643 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.643 | 30439 | Assigned run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.643 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.643 | 30443 | Recursively removing directory: /tmp/git.PXmdyJ/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.643 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.643 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TrqS2Y +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.645 | 47343 | Marked run 1609 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.645 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.645 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.645 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.646 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.646 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TV9mfw +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.645 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.646 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.646 | 47346 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.646 | 30439 | Removed run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.646 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.646 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.646 | 30439 | Assigned run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.647 | 47345 | Marked run 1610 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.647 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.649 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.650 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.651 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.652 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.656 | 30440 | Recursively removing directory: /tmp/git.TrqS2Y/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.657 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.657 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.657 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.657 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.658 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.658 | 47360 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.658 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.658 | 30439 | Removed run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.658 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.658 | 30439 | Assigned run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.658 | 30443 | Recursively removing directory: /tmp/git.TV9mfw/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.658 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9qdQwl +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.659 | 47359 | Marked run 1611 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.659 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.660 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.660 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.660 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.661 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.661 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.661 | 47362 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.661 | 30439 | Removed run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.661 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.661 | 30439 | Assigned run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.661 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.661 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YVzHUY +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.663 | 47361 | Marked run 1612 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.663 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.664 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.664 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.666 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.667 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.670 | 30440 | Recursively removing directory: /tmp/git.9qdQwl/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.671 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.671 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.671 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.671 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.671 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.672 | 47375 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.672 | 30439 | Removed run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.672 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.672 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.672 | 30439 | Assigned run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.672 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.J0R0gX +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.673 | 30443 | Recursively removing directory: /tmp/git.YVzHUY/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.673 | 47374 | Marked run 1613 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.674 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.675 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.675 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.675 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.675 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.675 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.675 | 47378 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.675 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.675 | 30439 | Removed run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.675 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.675 | 30439 | Assigned run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.676 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6IkHod +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.677 | 47377 | Marked run 1614 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.677 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.677 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.678 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.680 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.681 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.684 | 30440 | Recursively removing directory: /tmp/git.J0R0gX/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.686 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.686 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.686 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.686 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.686 | 47392 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.686 | 30439 | Removed run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.686 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.686 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.686 | 30439 | Assigned run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.686 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.686 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fEIlIn +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.688 | 30443 | Recursively removing directory: /tmp/git.6IkHod/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.689 | 47391 | Marked run 1615 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.689 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.689 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.689 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.689 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.690 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TnKOVM +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.689 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.689 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.689 | 47394 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.689 | 30439 | Removed run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.689 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.690 | 30439 | Assigned run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.690 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.691 | 47393 | Marked run 1616 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.691 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.693 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.694 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.695 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.696 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.700 | 30440 | Recursively removing directory: /tmp/git.fEIlIn/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.701 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.701 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.701 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.702 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.702 | 47408 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.702 | 30439 | Removed run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.702 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.702 | 30439 | Assigned run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.701 | 30443 | Recursively removing directory: /tmp/git.TnKOVM/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.702 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.702 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.702 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.P4B97H +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.703 | 47407 | Marked run 1617 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.704 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.704 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.704 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.704 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.704 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.704 | 47410 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.705 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.705 | 30439 | Removed run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.705 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.705 | 30439 | Assigned run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.704 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.705 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.P2F2I2 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.706 | 47409 | Marked run 1618 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.706 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.707 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.708 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.709 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.710 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.714 | 30440 | Recursively removing directory: /tmp/git.P4B97H/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.715 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.715 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.715 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.715 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.716 | 47424 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.716 | 30439 | Removed run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.716 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.716 | 30439 | Assigned run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.716 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.715 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.716 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2TYteR +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.717 | 30443 | Recursively removing directory: /tmp/git.P2F2I2/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.718 | 47423 | Marked run 1619 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.718 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.718 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.719 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.719 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.719 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.719 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.719 | 47426 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.719 | 30439 | Removed run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.719 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.719 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.719 | 30439 | Assigned run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.719 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.A47Aj8 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.721 | 47425 | Marked run 1620 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.721 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.722 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.723 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.724 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.724 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.728 | 30440 | Recursively removing directory: /tmp/git.2TYteR/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.730 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.730 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.730 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.730 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.730 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.730 | 47440 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.730 | 30439 | Removed run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.730 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.730 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.730 | 30439 | Assigned run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.730 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6LGhvf +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.730 | 30443 | Recursively removing directory: /tmp/git.A47Aj8/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.732 | 47439 | Marked run 1621 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.732 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.733 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.733 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.733 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.733 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.733 | 47442 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.733 | 30439 | Removed run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.733 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.733 | 30439 | Assigned run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.733 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.733 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UvNwky +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.734 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.735 | 47441 | Marked run 1622 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.735 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.736 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.737 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.738 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.738 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.742 | 30440 | Recursively removing directory: /tmp/git.6LGhvf/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.744 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.744 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.744 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.744 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.744 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.744 | 47456 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.744 | 30439 | Removed run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.744 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.744 | 30439 | Assigned run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.744 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DUhnJz +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.744 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.744 | 30443 | Recursively removing directory: /tmp/git.UvNwky/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.746 | 47455 | Marked run 1623 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.746 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.747 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.747 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.747 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.747 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.747 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.747 | 47458 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.747 | 30439 | Removed run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.747 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.747 | 30439 | Assigned run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.747 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.747 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TwlUPK +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.749 | 47457 | Marked run 1624 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.749 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.750 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.750 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.752 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.753 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.756 | 30440 | Recursively removing directory: /tmp/git.DUhnJz/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.758 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.758 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.758 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.758 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.758 | 47472 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.758 | 30439 | Removed run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.758 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.758 | 30439 | Assigned run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.758 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.758 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.758 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.U46sUW +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.759 | 30443 | Recursively removing directory: /tmp/git.TwlUPK/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.760 | 47471 | Marked run 1625 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.760 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.761 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.761 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.761 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.762 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.762 | 47474 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.762 | 30439 | Removed run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.762 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.762 | 30439 | Assigned run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.762 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.762 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.762 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HHsF02 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.763 | 47473 | Marked run 1626 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.764 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.764 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.765 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.766 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.767 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.771 | 30440 | Recursively removing directory: /tmp/git.U46sUW/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.772 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.772 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.772 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.772 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.772 | 47488 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.772 | 30439 | Removed run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.772 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.772 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.773 | 30439 | Assigned run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.773 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QdicCO +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.773 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.773 | 30443 | Recursively removing directory: /tmp/git.HHsF02/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.775 | 47487 | Marked run 1627 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.775 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.776 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.776 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.776 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.776 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.776 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.776 | 47490 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.776 | 30439 | Removed run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.776 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.776 | 30439 | Assigned run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.776 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.776 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sZSQIE +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.778 | 47489 | Marked run 1628 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.779 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.779 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.780 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.781 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.782 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.785 | 30440 | Recursively removing directory: /tmp/git.QdicCO/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.787 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.787 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.787 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.787 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.787 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.787 | 47504 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.787 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.787 | 30439 | Removed run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.787 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.787 | 30439 | Assigned run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.787 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Hpy6n2 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.789 | 30443 | Recursively removing directory: /tmp/git.sZSQIE/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.789 | 47503 | Marked run 1629 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.789 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.791 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.791 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.791 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.791 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.791 | 47506 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.791 | 30439 | Removed run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.791 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.791 | 30439 | Assigned run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.791 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.791 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9Gka1e +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.791 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.792 | 47505 | Marked run 1630 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.793 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.793 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.794 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.796 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.797 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.799 | 30440 | Recursively removing directory: /tmp/git.Hpy6n2/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.801 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.801 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.801 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.801 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.801 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.801 | 47519 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.801 | 30439 | Removed run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.801 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.801 | 30439 | Assigned run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.801 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.801 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OElilH +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.803 | 30443 | Recursively removing directory: /tmp/git.9Gka1e/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.803 | 47518 | Marked run 1631 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.803 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.804 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.804 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.804 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.805 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.805 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.805 | 47522 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.805 | 30439 | Removed run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.805 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.805 | 30439 | Assigned run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.805 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.805 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tDJ3Jc +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.807 | 47521 | Marked run 1632 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.807 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.807 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.808 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.810 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.811 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.814 | 30440 | Recursively removing directory: /tmp/git.OElilH/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.815 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.815 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.815 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.816 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.816 | 47536 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.816 | 30439 | Removed run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.816 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.816 | 30439 | Assigned run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.816 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.816 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.816 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.51SIbA +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.817 | 30443 | Recursively removing directory: /tmp/git.tDJ3Jc/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.818 | 47535 | Marked run 1633 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.818 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.819 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.819 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.819 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.819 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.819 | 47538 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.819 | 30439 | Removed run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.819 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.819 | 30439 | Assigned run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.820 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.819 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.819 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lGJ9Dq +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.821 | 47537 | Marked run 1634 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.821 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.822 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.823 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.825 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.826 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.829 | 30440 | Recursively removing directory: /tmp/git.51SIbA/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.831 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.831 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.831 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.831 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.831 | 47552 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.831 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.831 | 30439 | Removed run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.831 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.831 | 30439 | Assigned run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.831 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.831 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QP0d9t +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.832 | 30443 | Recursively removing directory: /tmp/git.lGJ9Dq/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.833 | 47551 | Marked run 1635 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.833 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.834 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.834 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.834 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.834 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.835 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.835 | 47554 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.835 | 30439 | Removed run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.835 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.835 | 30439 | Assigned run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.835 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.835 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.M5jY3R +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.836 | 47553 | Marked run 1636 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.836 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.838 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.838 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.840 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.840 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.844 | 30440 | Recursively removing directory: /tmp/git.QP0d9t/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.845 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.845 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.845 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.846 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.846 | 47568 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.846 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.846 | 30439 | Removed run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.846 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.846 | 30439 | Assigned run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.846 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.846 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Y9rWYI +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.846 | 30443 | Recursively removing directory: /tmp/git.M5jY3R/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.848 | 47567 | Marked run 1637 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.848 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.849 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.849 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.849 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.849 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.849 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.849 | 47570 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.849 | 30439 | Removed run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.849 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.849 | 30439 | Assigned run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.849 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.850 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XoC2Zb +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.850 | 47569 | Marked run 1638 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.851 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.852 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.853 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.854 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.854 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.858 | 30440 | Recursively removing directory: /tmp/git.Y9rWYI/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.860 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.860 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.860 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.860 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.860 | 47584 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.860 | 30439 | Removed run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.860 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.860 | 30439 | Assigned run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.860 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.860 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.860 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YcYnjt +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.861 | 30443 | Recursively removing directory: /tmp/git.XoC2Zb/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.862 | 47583 | Marked run 1639 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.862 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.863 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.863 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.863 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.863 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.863 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.863 | 47586 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.863 | 30439 | Removed run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.863 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.863 | 30439 | Assigned run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.863 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.863 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Sy5ayh +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.865 | 47585 | Marked run 1640 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.865 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.866 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.867 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.868 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.868 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.873 | 30440 | Recursively removing directory: /tmp/git.YcYnjt/ +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.874 | 30443 | Recursively removing directory: /tmp/git.Sy5ayh/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.874 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.874 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.875 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.875 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.875 | 47600 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.875 | 30439 | Removed run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.875 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.875 | 30439 | Assigned run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.875 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.875 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.875 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4i5Hqm +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.877 | 47599 | Marked run 1641 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.877 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.877 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.877 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.877 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.877 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RQNlDn +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.877 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.877 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.877 | 47602 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.877 | 30439 | Removed run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.877 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.877 | 30439 | Assigned run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.877 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.879 | 47601 | Marked run 1642 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.879 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.880 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.881 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.882 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.883 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.886 | 30440 | Recursively removing directory: /tmp/git.4i5Hqm/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.888 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.888 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.888 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.888 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.888 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.888 | 47616 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.888 | 30439 | Removed run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.888 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.888 | 30439 | Assigned run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.888 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dLwX8S +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.889 | 30443 | Recursively removing directory: /tmp/git.RQNlDn/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.889 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.890 | 47615 | Marked run 1643 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.890 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.891 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.891 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.891 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.891 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.891 | 47618 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.892 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.892 | 30439 | Removed run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.892 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.892 | 30439 | Assigned run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.891 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.892 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Cd5A1v +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.893 | 47617 | Marked run 1644 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.893 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.894 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.895 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.897 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.898 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.901 | 30440 | Recursively removing directory: /tmp/git.dLwX8S/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.902 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.902 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.902 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.902 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.903 | 47632 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.903 | 30439 | Removed run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.903 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.903 | 30439 | Assigned run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.903 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.902 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.903 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZrgDbB +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.904 | 30443 | Recursively removing directory: /tmp/git.Cd5A1v/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.905 | 47631 | Marked run 1645 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.905 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.906 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.906 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.906 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.906 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.906 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.906 | 47634 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.906 | 30439 | Removed run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.906 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.907 | 30439 | Assigned run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.907 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.907 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QODatp +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.908 | 47633 | Marked run 1646 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.908 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.909 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.910 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.912 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.912 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.916 | 30440 | Recursively removing directory: /tmp/git.ZrgDbB/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.917 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.917 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.917 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.917 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.918 | 47648 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.918 | 30439 | Removed run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.918 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.918 | 30439 | Assigned run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.918 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.917 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.918 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2VlNNZ +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.918 | 30443 | Recursively removing directory: /tmp/git.QODatp/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.921 | 47647 | Marked run 1647 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.921 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.922 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.922 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.922 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.922 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.922 | 47650 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.922 | 30439 | Removed run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.922 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.922 | 30439 | Assigned run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.923 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.922 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.923 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VXa24M +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.924 | 47649 | Marked run 1648 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.924 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.925 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.926 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.928 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.928 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.932 | 30440 | Recursively removing directory: /tmp/git.2VlNNZ/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.934 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.934 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.934 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.934 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.934 | 30443 | Recursively removing directory: /tmp/git.VXa24M/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.934 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.934 | 47664 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.934 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.934 | 30439 | Removed run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.934 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.934 | 30439 | Assigned run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.935 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yhC5LG +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.936 | 47663 | Marked run 1649 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.936 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.937 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.937 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.937 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.937 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.937 | 47666 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.937 | 30439 | Removed run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.937 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.937 | 30439 | Assigned run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.938 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.937 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.938 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.R5hMGW +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.939 | 47665 | Marked run 1650 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.939 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.941 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.942 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.944 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.944 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.947 | 30440 | Recursively removing directory: /tmp/git.yhC5LG/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.949 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.949 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.949 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.949 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.949 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.949 | 47679 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.949 | 30439 | Removed run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.949 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.950 | 30439 | Assigned run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.950 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.at6XEk +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.950 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.951 | 30443 | Recursively removing directory: /tmp/git.R5hMGW/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.952 | 47678 | Marked run 1651 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.952 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.953 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.953 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.953 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.953 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.953 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.953 | 47682 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.953 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wjU4N2 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.953 | 30439 | Removed run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.953 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.953 | 30439 | Assigned run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.954 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.955 | 47681 | Marked run 1652 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.955 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.956 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.956 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.958 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.959 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.962 | 30440 | Recursively removing directory: /tmp/git.at6XEk/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.964 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.964 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.964 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.964 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.964 | 47696 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.964 | 30439 | Removed run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.964 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.964 | 30439 | Assigned run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.964 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.964 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NSzNQv +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.965 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.965 | 30443 | Recursively removing directory: /tmp/git.wjU4N2/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.966 | 47695 | Marked run 1653 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.967 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.967 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.967 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.968 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.968 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.968 | 47698 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.968 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.968 | 30439 | Removed run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.968 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.968 | 30439 | Assigned run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.968 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.968 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TdljOU +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.970 | 47697 | Marked run 1654 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.970 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.970 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.971 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.973 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.974 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.977 | 30440 | Recursively removing directory: /tmp/git.NSzNQv/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.979 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.979 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.979 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.979 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.979 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.979 | 47712 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.979 | 30439 | Removed run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.979 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.979 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.979 | 30439 | Assigned run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.979 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yzPx7a +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.980 | 30443 | Recursively removing directory: /tmp/git.TdljOU/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.981 | 47711 | Marked run 1655 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.981 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.982 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.982 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.982 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.982 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.982 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.983 | 47714 | Added a new worker 11 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.983 | 30439 | Removed run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.983 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.983 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.983 | 30439 | Assigned run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.983 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ht91Fx +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.984 | 47713 | Marked run 1656 as finished +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.984 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.986 | 30440 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.986 | 30440 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.987 | 30443 | Checking out revision HEAD +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.988 | 30443 | Going to run: ./ci +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.992 | 30440 | Recursively removing directory: /tmp/git.yzPx7a/ +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.994 | 30440 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.994 | 30440 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.994 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.994 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.994 | 47728 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.994 | 30439 | Removed run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.994 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.994 | 30439 | Assigned run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.994 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.994 | 30440 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30440/cimple-worker: 2024-04-25 03:44:51.994 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MiOhAY +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.994 | 30443 | Recursively removing directory: /tmp/git.Ht91Fx/ +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.997 | 47727 | Marked run 1657 as finished +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.997 | 30443 | Process exit code: 0 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.997 | 30443 | Process output: 57 bytes +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.997 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.997 | 30443 | Waiting for a new command +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.997 | 47730 | Added a new worker 10 to the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.997 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.997 | 30437 | Waiting for new connections +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.997 | 30439 | Removed run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.997 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:51 | INFO | 30437/cimple-server: 2024-04-25 03:44:51.997 | 30439 | Assigned run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:51 | INFO | 30443/cimple-worker: 2024-04-25 03:44:51.997 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PEA65Z +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.000 | 47729 | Marked run 1658 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.000 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.001 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.001 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.002 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.003 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.007 | 30440 | Recursively removing directory: /tmp/git.MiOhAY/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.009 | 30443 | Recursively removing directory: /tmp/git.PEA65Z/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.009 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.009 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.009 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.009 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.009 | 47744 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.009 | 30439 | Removed run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.009 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.009 | 30439 | Assigned run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.009 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.009 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.009 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OS0vJd +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.010 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.010 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.010 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.010 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.010 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.010 | 47746 | Added a new worker 13 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.010 | 30439 | Removed run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.010 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.010 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.011 | 30439 | Assigned run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.011 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.K6EMfY +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.012 | 47743 | Marked run 1659 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.012 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.013 | 47745 | Marked run 1660 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.013 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.015 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.016 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.016 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.016 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.022 | 30440 | Recursively removing directory: /tmp/git.OS0vJd/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.023 | 30443 | Recursively removing directory: /tmp/git.K6EMfY/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.023 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.023 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.024 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.024 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.024 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.024 | 47760 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.024 | 30439 | Removed run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.024 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.024 | 30439 | Assigned run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.024 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.024 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.024 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RX4APc +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.024 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.024 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.024 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.025 | 47762 | Added a new worker 13 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.025 | 30439 | Removed run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.025 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.025 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.025 | 30439 | Assigned run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.025 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wTzJzM +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.026 | 47759 | Marked run 1661 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.026 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.027 | 47761 | Marked run 1662 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.027 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.029 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.030 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.030 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.031 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.036 | 30440 | Recursively removing directory: /tmp/git.RX4APc/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.036 | 30443 | Recursively removing directory: /tmp/git.wTzJzM/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.037 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.037 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.037 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.037 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.037 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.038 | 47776 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.038 | 30439 | Removed run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.038 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.038 | 30439 | Assigned run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.038 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HbxQgB +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.038 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.038 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.038 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.038 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.038 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.038 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.038 | 47778 | Added a new worker 13 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.038 | 30439 | Removed run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.038 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.038 | 30439 | Assigned run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.039 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.038 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IzvWpN +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.040 | 47775 | Marked run 1663 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.040 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.042 | 47777 | Marked run 1664 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.042 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.043 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.044 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.044 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.045 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.050 | 30440 | Recursively removing directory: /tmp/git.HbxQgB/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.051 | 30443 | Recursively removing directory: /tmp/git.IzvWpN/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.051 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.051 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.051 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.051 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.052 | 47792 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.052 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.052 | 30439 | Removed run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.052 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.052 | 30439 | Assigned run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.051 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.052 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lwKZDD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.053 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.053 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.054 | 47791 | Marked run 1665 as finished +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.054 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.054 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.054 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.054 | 47794 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.054 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.054 | 30439 | Removed run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.054 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.054 | 30439 | Assigned run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.054 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8xiKB6 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.056 | 47793 | Marked run 1666 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.056 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.057 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.058 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.059 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.060 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.063 | 30440 | Recursively removing directory: /tmp/git.lwKZDD/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.065 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.065 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.065 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.065 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.065 | 47808 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.065 | 30439 | Removed run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.065 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.065 | 30439 | Assigned run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.065 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.065 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.065 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xtARgX +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.066 | 30443 | Recursively removing directory: /tmp/git.8xiKB6/ +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.067 | 47807 | Marked run 1667 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.067 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.068 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.068 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.068 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.068 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.068 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.068 | 47810 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.068 | 30439 | Removed run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.068 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.068 | 30439 | Assigned run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.068 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.069 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.td3IBQ +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.070 | 47809 | Marked run 1668 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.070 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.071 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.072 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.073 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.073 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.078 | 30440 | Recursively removing directory: /tmp/git.xtARgX/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.079 | 30443 | Recursively removing directory: /tmp/git.td3IBQ/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.079 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.079 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.080 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.080 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.080 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.080 | 47824 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.080 | 30439 | Removed run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.080 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.080 | 30439 | Assigned run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.080 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.080 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JbRI1P +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.082 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.082 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.082 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.083 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XsiXaD +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.082 | 47823 | Marked run 1669 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.082 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.082 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.082 | 47826 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.082 | 30439 | Removed run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.082 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.082 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.083 | 30439 | Assigned run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.084 | 47825 | Marked run 1670 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.084 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.086 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.087 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.088 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.088 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.093 | 30440 | Recursively removing directory: /tmp/git.JbRI1P/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.094 | 30443 | Recursively removing directory: /tmp/git.XsiXaD/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.094 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.094 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.095 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.095 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.095 | 47840 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.095 | 30439 | Removed run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.095 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.095 | 30439 | Assigned run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.095 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.095 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.095 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CAZK5m +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.097 | 47839 | Marked run 1671 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.097 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.097 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.097 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.097 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.097 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.097 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.097 | 47842 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.097 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.097 | 30439 | Removed run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.097 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.097 | 30439 | Assigned run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.098 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zGAI73 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.099 | 47841 | Marked run 1672 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.099 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.100 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.101 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.102 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.103 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.107 | 30440 | Recursively removing directory: /tmp/git.CAZK5m/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.108 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.108 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.108 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.108 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.108 | 47856 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.109 | 30439 | Removed run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.109 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.109 | 30439 | Assigned run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.108 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.109 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Zj3HIK +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.109 | 30443 | Recursively removing directory: /tmp/git.zGAI73/ +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.109 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.112 | 47855 | Marked run 1673 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.112 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.112 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.112 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.112 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.113 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LWkq9n +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.112 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.112 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.112 | 47858 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.112 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.112 | 30439 | Removed run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.112 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.112 | 30439 | Assigned run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.115 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.115 | 47857 | Marked run 1674 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.115 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.115 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.117 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.118 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.121 | 30440 | Recursively removing directory: /tmp/git.Zj3HIK/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.122 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.122 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.123 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.123 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.123 | 47872 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.123 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.123 | 30439 | Removed run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.123 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.h2j46S +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.123 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.123 | 30439 | Assigned run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.123 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.124 | 30443 | Recursively removing directory: /tmp/git.LWkq9n/ +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.125 | 47870 | Marked run 1675 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.125 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.126 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.126 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.126 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.126 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.126 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.126 | 47874 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.126 | 30439 | Removed run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.126 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.126 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.126 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GCqaoT +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.126 | 30439 | Assigned run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.128 | 47873 | Marked run 1676 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.128 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.129 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.130 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.131 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.132 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.136 | 30440 | Recursively removing directory: /tmp/git.h2j46S/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.137 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.137 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.137 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.138 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.138 | 47888 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.138 | 30439 | Removed run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.138 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.138 | 30439 | Assigned run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.138 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.138 | 30443 | Recursively removing directory: /tmp/git.GCqaoT/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.138 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.138 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.e3PAE0 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.139 | 47887 | Marked run 1677 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.140 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.141 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.141 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.141 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.141 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.141 | 47890 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.141 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.141 | 30439 | Removed run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.141 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.141 | 30439 | Assigned run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.141 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.141 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7xenn7 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.143 | 47889 | Marked run 1678 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.144 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.144 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.144 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.146 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.147 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.150 | 30440 | Recursively removing directory: /tmp/git.e3PAE0/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.152 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.152 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.152 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.152 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.152 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.152 | 47904 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.152 | 30439 | Removed run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.152 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.152 | 30439 | Assigned run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.152 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.152 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bODjiC +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.153 | 30443 | Recursively removing directory: /tmp/git.7xenn7/ +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.154 | 47903 | Marked run 1679 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.154 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.156 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.156 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.156 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.156 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.156 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.156 | 47906 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.156 | 30439 | Removed run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.156 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.156 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.156 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.faAE19 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.156 | 30439 | Assigned run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.158 | 47905 | Marked run 1680 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.158 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.159 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.159 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.161 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.162 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.165 | 30440 | Recursively removing directory: /tmp/git.bODjiC/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.167 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.167 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.167 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.167 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.167 | 47919 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.167 | 30439 | Removed run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.167 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.167 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.167 | 30439 | Assigned run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.167 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.167 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xzutK3 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.168 | 30443 | Recursively removing directory: /tmp/git.faAE19/ +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.169 | 47918 | Marked run 1681 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.169 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.170 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.170 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.170 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.170 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.170 | 47922 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.170 | 30439 | Removed run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.170 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.170 | 30439 | Assigned run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.170 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.170 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.170 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZRHbU7 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.172 | 47921 | Marked run 1682 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.172 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.173 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.174 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.175 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.176 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.180 | 30440 | Recursively removing directory: /tmp/git.xzutK3/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.181 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.181 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.181 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.181 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.182 | 47936 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.182 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.182 | 30439 | Removed run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.182 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.182 | 30439 | Assigned run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.181 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.182 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4Ef8Rk +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.182 | 30443 | Recursively removing directory: /tmp/git.ZRHbU7/ +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.184 | 47935 | Marked run 1683 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.184 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.185 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.185 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.185 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.185 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.185 | 47938 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.185 | 30439 | Removed run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.185 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.185 | 30439 | Assigned run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.186 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.185 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.185 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hVR3uH +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.187 | 47937 | Marked run 1684 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.187 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.188 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.188 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.190 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.191 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.194 | 30440 | Recursively removing directory: /tmp/git.4Ef8Rk/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.195 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.195 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.195 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.195 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.195 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.195 | 47951 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.195 | 30439 | Removed run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.195 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.195 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.196 | 30439 | Assigned run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.196 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hbXoqK +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.197 | 47950 | Marked run 1685 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.197 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.197 | 30443 | Recursively removing directory: /tmp/git.hVR3uH/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.199 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.199 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.199 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.199 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.199 | 47954 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.199 | 30439 | Removed run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.199 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.199 | 30439 | Assigned run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.199 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.199 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.199 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VtTCBa +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.201 | 47953 | Marked run 1686 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.201 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.201 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.202 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.204 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.204 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.208 | 30440 | Recursively removing directory: /tmp/git.hbXoqK/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.209 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.209 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.210 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.210 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.210 | 47968 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.210 | 30439 | Removed run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.210 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.210 | 30439 | Assigned run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.210 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.210 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kg4Pv0 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.210 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.211 | 30443 | Recursively removing directory: /tmp/git.VtTCBa/ +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.212 | 47967 | Marked run 1687 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.212 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.213 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.213 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.213 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.213 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.213 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.213 | 47970 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.213 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.213 | 30439 | Removed run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.213 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.213 | 30439 | Assigned run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.214 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2gWOXX +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.215 | 47969 | Marked run 1688 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.215 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.216 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.217 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.218 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.219 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.222 | 30440 | Recursively removing directory: /tmp/git.kg4Pv0/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.224 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.224 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.224 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.224 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.224 | 47984 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.224 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.224 | 30439 | Removed run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.224 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.224 | 30439 | Assigned run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.224 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.224 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YjmwRu +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.225 | 30443 | Recursively removing directory: /tmp/git.2gWOXX/ +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.226 | 47983 | Marked run 1689 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.226 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.227 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.227 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.227 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.227 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.227 | 47986 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.227 | 30439 | Removed run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.227 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.227 | 30439 | Assigned run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.227 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.227 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.227 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CsaPDq +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.229 | 47985 | Marked run 1690 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.229 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.230 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.231 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.231 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.232 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.237 | 30440 | Recursively removing directory: /tmp/git.YjmwRu/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.238 | 30443 | Recursively removing directory: /tmp/git.CsaPDq/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.238 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.238 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.239 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.239 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.239 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.239 | 48000 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.239 | 30439 | Removed run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.239 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.239 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.239 | 30439 | Assigned run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.240 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nRwMgq +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.240 | 47999 | Marked run 1691 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.241 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.240 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.240 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.241 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.241 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fyHYvF +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.241 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.241 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.241 | 48002 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.241 | 30439 | Removed run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.241 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.241 | 30439 | Assigned run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.241 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.243 | 48001 | Marked run 1692 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.243 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.246 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.246 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.246 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.247 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.252 | 30440 | Recursively removing directory: /tmp/git.nRwMgq/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.253 | 30443 | Recursively removing directory: /tmp/git.fyHYvF/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.254 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.254 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.254 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.254 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.254 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.254 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.255 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.254 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eorJvm +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.254 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.254 | 48016 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.254 | 30439 | Removed run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.254 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.254 | 30439 | Assigned run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.255 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.255 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.255 | 48018 | Added a new worker 13 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.255 | 30439 | Removed run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.255 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.255 | 30439 | Assigned run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.255 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.256 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sZ9IBC +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.258 | 48015 | Marked run 1693 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.258 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.259 | 48017 | Marked run 1694 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.259 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.262 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.262 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.262 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.262 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.268 | 30440 | Recursively removing directory: /tmp/git.eorJvm/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.269 | 30443 | Recursively removing directory: /tmp/git.sZ9IBC/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.270 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.270 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.270 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.270 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.270 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.270 | 48032 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.270 | 30439 | Removed run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.270 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.270 | 30439 | Assigned run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.271 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.271 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.271 | 48034 | Added a new worker 13 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.271 | 30439 | Removed run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.271 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.271 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.271 | 30439 | Assigned run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.270 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.270 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.270 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.271 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0VTjW1 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.270 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LYzdR9 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.272 | 48031 | Marked run 1695 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.272 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.274 | 48033 | Marked run 1696 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.274 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.276 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.277 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.278 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.278 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.283 | 30440 | Recursively removing directory: /tmp/git.LYzdR9/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.284 | 30443 | Recursively removing directory: /tmp/git.0VTjW1/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.284 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.284 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.284 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.285 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.285 | 48048 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.285 | 30439 | Removed run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.285 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.285 | 30439 | Assigned run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.285 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.285 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.285 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fekXRj +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.287 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.287 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.287 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.287 | 48047 | Marked run 1697 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.287 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.287 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.287 | 48050 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.287 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.287 | 30439 | Removed run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.287 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.287 | 30439 | Assigned run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.287 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.l3Z6yE +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.289 | 48049 | Marked run 1698 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.289 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.291 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.291 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.292 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.292 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.297 | 30440 | Recursively removing directory: /tmp/git.fekXRj/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.298 | 30443 | Recursively removing directory: /tmp/git.l3Z6yE/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.298 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.299 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.299 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.299 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.299 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.299 | 48064 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.299 | 30439 | Removed run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.299 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.299 | 30439 | Assigned run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.299 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.300 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.z2tsD1 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.300 | 48063 | Marked run 1699 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.300 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.301 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.301 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.301 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.301 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.301 | 48066 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.301 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.301 | 30439 | Removed run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.301 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.301 | 30439 | Assigned run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.301 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.302 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pQxhU2 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.303 | 48065 | Marked run 1700 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.303 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.304 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.305 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.306 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.307 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.310 | 30440 | Recursively removing directory: /tmp/git.z2tsD1/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.312 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.312 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.312 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.312 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.312 | 48080 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.312 | 30439 | Removed run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.312 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.312 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.312 | 30439 | Assigned run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.312 | 30443 | Recursively removing directory: /tmp/git.pQxhU2/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.312 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.312 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9TpJxR +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.315 | 48079 | Marked run 1701 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.315 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.315 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.315 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.315 | 48082 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.315 | 30439 | Removed run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.315 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.316 | 30439 | Assigned run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.316 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.315 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.315 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.315 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.316 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vEo4d0 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.317 | 48081 | Marked run 1702 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.317 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.319 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.320 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.321 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.321 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.326 | 30440 | Recursively removing directory: /tmp/git.9TpJxR/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.327 | 30443 | Recursively removing directory: /tmp/git.vEo4d0/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.327 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.327 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.327 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.327 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.328 | 48096 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.328 | 30439 | Removed run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.327 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.328 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.328 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RnmufU +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.328 | 30439 | Assigned run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.328 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.329 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.329 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.330 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.330 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pM6dJ8 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.329 | 48095 | Marked run 1703 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.330 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.330 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.330 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.330 | 48098 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.330 | 30439 | Removed run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.330 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.330 | 30439 | Assigned run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.330 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.332 | 48097 | Marked run 1704 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.332 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.333 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.334 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.334 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.335 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.340 | 30440 | Recursively removing directory: /tmp/git.RnmufU/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.341 | 30443 | Recursively removing directory: /tmp/git.pM6dJ8/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.341 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.341 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.341 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.341 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.341 | 48112 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.341 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.341 | 30439 | Removed run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.341 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.341 | 30439 | Assigned run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.341 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.342 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oMEkSV +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.343 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.343 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.343 | 48111 | Marked run 1705 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.344 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.344 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.344 | 48114 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.344 | 30439 | Removed run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.344 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.344 | 30439 | Assigned run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.344 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.344 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.344 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZN4U5g +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.345 | 48113 | Marked run 1706 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.345 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.347 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.347 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.348 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.349 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.353 | 30440 | Recursively removing directory: /tmp/git.oMEkSV/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.354 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.354 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.355 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.355 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.355 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.355 | 48128 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.355 | 30439 | Removed run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.355 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.355 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.355 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6RwTtw +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.355 | 30439 | Assigned run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.355 | 30443 | Recursively removing directory: /tmp/git.ZN4U5g/ +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.357 | 48127 | Marked run 1707 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.357 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.358 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.358 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.358 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.358 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.358 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.358 | 48130 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.358 | 30439 | Removed run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.358 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.358 | 30439 | Assigned run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.359 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.358 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lpQzeD +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.360 | 48129 | Marked run 1708 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.360 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.361 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.362 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.363 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.363 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.367 | 30440 | Recursively removing directory: /tmp/git.6RwTtw/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.368 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.368 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.369 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.369 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.369 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.369 | 48144 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.369 | 30439 | Removed run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.369 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.369 | 30439 | Assigned run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.369 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.z5Bsf4 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.369 | 30443 | Recursively removing directory: /tmp/git.lpQzeD/ +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.369 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.371 | 48143 | Marked run 1709 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.371 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.372 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.372 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.372 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.373 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.373 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.373 | 48146 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.373 | 30439 | Removed run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.373 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.373 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.373 | 30439 | Assigned run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.373 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.niVeFw +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.374 | 48145 | Marked run 1710 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.374 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.375 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.376 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.378 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.379 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.382 | 30440 | Recursively removing directory: /tmp/git.z5Bsf4/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.384 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.384 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.384 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.384 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.384 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.385 | 48160 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.385 | 30439 | Removed run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.385 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.385 | 30439 | Assigned run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.385 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.385 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uEqgN3 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.386 | 30443 | Recursively removing directory: /tmp/git.niVeFw/ +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.387 | 48159 | Marked run 1711 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.387 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.387 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.387 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.388 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.388 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.388 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.388 | 48162 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.388 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.388 | 30439 | Removed run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.388 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.388 | 30439 | Assigned run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.388 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.o93FwD +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.390 | 48161 | Marked run 1712 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.390 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.391 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.392 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.393 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.394 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.397 | 30440 | Recursively removing directory: /tmp/git.uEqgN3/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.399 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.399 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.399 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.399 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.399 | 48176 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.399 | 30439 | Removed run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.399 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.399 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.399 | 30439 | Assigned run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.400 | 30443 | Recursively removing directory: /tmp/git.o93FwD/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.399 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.399 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dFEyU2 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.402 | 48175 | Marked run 1713 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.402 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.402 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.402 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.403 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.403 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YlMJha +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.403 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.403 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.403 | 48178 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.403 | 30439 | Removed run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.403 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.403 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.403 | 30439 | Assigned run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.405 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.405 | 48177 | Marked run 1714 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.405 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.406 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.408 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.408 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.412 | 30440 | Recursively removing directory: /tmp/git.dFEyU2/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.413 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.413 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.413 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.413 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.413 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.414 | 48192 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.414 | 30439 | Removed run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.414 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.414 | 30439 | Assigned run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.414 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.414 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3FUGP3 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.415 | 30443 | Recursively removing directory: /tmp/git.YlMJha/ +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.416 | 48191 | Marked run 1715 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.416 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.417 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.417 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.417 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.417 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.417 | 48194 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.417 | 30439 | Removed run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.417 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.417 | 30439 | Assigned run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.417 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.417 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.417 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3Bky7S +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.419 | 48193 | Marked run 1716 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.419 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.419 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.420 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.422 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.423 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.425 | 30440 | Recursively removing directory: /tmp/git.3FUGP3/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.427 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.427 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.427 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.427 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.427 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.427 | 48207 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.427 | 30439 | Removed run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.427 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.427 | 30439 | Assigned run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.427 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.428 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jSm8VN +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.429 | 30443 | Recursively removing directory: /tmp/git.3Bky7S/ +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.429 | 48206 | Marked run 1717 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.429 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.430 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.430 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.430 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.431 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.431 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.431 | 48210 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.431 | 30439 | Removed run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.431 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.431 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.431 | 30439 | Assigned run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.432 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JD6Z6W +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.432 | 48209 | Marked run 1718 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.433 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.433 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.434 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.436 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.437 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.440 | 30440 | Recursively removing directory: /tmp/git.jSm8VN/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.441 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.441 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.441 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.441 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.441 | 48224 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.441 | 30439 | Removed run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.441 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.441 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.442 | 30439 | Assigned run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.441 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.442 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.M4q5Ui +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.443 | 30443 | Recursively removing directory: /tmp/git.JD6Z6W/ +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.443 | 48222 | Marked run 1719 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.443 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.445 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.445 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.445 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.445 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.445 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.445 | 48226 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.445 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.445 | 30439 | Removed run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.445 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.445 | 30439 | Assigned run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.446 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Vwf8vF +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.447 | 48225 | Marked run 1720 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.447 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.447 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.448 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.450 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.451 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.454 | 30440 | Recursively removing directory: /tmp/git.M4q5Ui/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.455 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.455 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.455 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.455 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.455 | 48240 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.455 | 30439 | Removed run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.455 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.455 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.455 | 30439 | Assigned run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.455 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.456 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gKMvNq +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.457 | 30443 | Recursively removing directory: /tmp/git.Vwf8vF/ +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.457 | 48238 | Marked run 1721 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.457 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.459 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.459 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.459 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.459 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.459 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.459 | 48242 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.459 | 30439 | Removed run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.459 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.459 | 30439 | Assigned run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.459 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PsZF25 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.459 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.460 | 48241 | Marked run 1722 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.460 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.462 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.463 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.464 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.465 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.469 | 30440 | Recursively removing directory: /tmp/git.gKMvNq/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.470 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.470 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.470 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.470 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.470 | 48256 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.470 | 30439 | Removed run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.470 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.470 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.470 | 30439 | Assigned run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.470 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.470 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RdSRJ2 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.471 | 30443 | Recursively removing directory: /tmp/git.PsZF25/ +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.473 | 48255 | Marked run 1723 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.473 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.474 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.474 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.474 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.474 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.474 | 48258 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.474 | 30439 | Removed run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.474 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.474 | 30439 | Assigned run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.474 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.474 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.474 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pYahcQ +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.476 | 48257 | Marked run 1724 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.476 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.476 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.477 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.479 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.480 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.483 | 30440 | Recursively removing directory: /tmp/git.RdSRJ2/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.484 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.484 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.484 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.484 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.484 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.485 | 48271 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.485 | 30439 | Removed run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.485 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.485 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.485 | 30439 | Assigned run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.485 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.E9FVlf +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.486 | 30443 | Recursively removing directory: /tmp/git.pYahcQ/ +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.487 | 48270 | Marked run 1725 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.487 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.488 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.488 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.488 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.488 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.488 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.488 | 48274 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.488 | 30439 | Removed run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.488 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.488 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.488 | 30439 | Assigned run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.489 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2GSOle +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.490 | 48273 | Marked run 1726 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.490 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.491 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.491 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.493 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.494 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.497 | 30440 | Recursively removing directory: /tmp/git.E9FVlf/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.498 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.498 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.498 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.498 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.498 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.498 | 48286 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.498 | 30439 | Removed run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.498 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.498 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.498 | 30439 | Assigned run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.499 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Lo643u +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.500 | 30443 | Recursively removing directory: /tmp/git.2GSOle/ +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.501 | 48285 | Marked run 1727 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.501 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.502 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.502 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.502 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.502 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.502 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.502 | 48290 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.502 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.502 | 30439 | Removed run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.502 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.503 | 30439 | Assigned run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.503 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kGyRjw +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.504 | 48289 | Marked run 1728 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.504 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.504 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.505 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.507 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.508 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.511 | 30440 | Recursively removing directory: /tmp/git.Lo643u/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.512 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.512 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.512 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.512 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.512 | 48303 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.512 | 30439 | Removed run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.512 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.513 | 30439 | Assigned run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.513 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.512 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.513 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LjpAkW +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.514 | 30443 | Recursively removing directory: /tmp/git.kGyRjw/ +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.515 | 48302 | Marked run 1729 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.516 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.516 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.516 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.516 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.516 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.516 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.516 | 48306 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.516 | 30439 | Removed run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.516 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.516 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.516 | 30439 | Assigned run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.516 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.M5kaQk +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.518 | 48305 | Marked run 1730 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.518 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.519 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.520 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.521 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.521 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.525 | 30440 | Recursively removing directory: /tmp/git.LjpAkW/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.527 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.527 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.527 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.527 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.527 | 48320 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.527 | 30439 | Removed run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.527 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.527 | 30439 | Assigned run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.527 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.527 | 30443 | Recursively removing directory: /tmp/git.M5kaQk/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.527 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.527 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JWLFvD +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.529 | 48319 | Marked run 1731 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.529 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.530 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.530 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.530 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.530 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.530 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.530 | 48322 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.530 | 30439 | Removed run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.530 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.531 | 30439 | Assigned run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.531 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.531 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TPXW18 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.532 | 48321 | Marked run 1732 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.532 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.534 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.534 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.536 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.536 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.540 | 30440 | Recursively removing directory: /tmp/git.JWLFvD/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.542 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.542 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.542 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.542 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.542 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Oo8PWU +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.542 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.542 | 48336 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.542 | 30439 | Removed run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.542 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.542 | 30439 | Assigned run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.542 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.543 | 30443 | Recursively removing directory: /tmp/git.TPXW18/ +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.545 | 48335 | Marked run 1733 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.545 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.545 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.545 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.546 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.546 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.546 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.546 | 48338 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.546 | 30439 | Removed run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.546 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.546 | 30439 | Assigned run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.546 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.546 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lDM7oA +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.547 | 48337 | Marked run 1734 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.547 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.549 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.550 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.550 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.551 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.555 | 30440 | Recursively removing directory: /tmp/git.Oo8PWU/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.557 | 30443 | Recursively removing directory: /tmp/git.lDM7oA/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.557 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.557 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.557 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.557 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.557 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.557 | 48352 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.557 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.557 | 30439 | Removed run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.557 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.557 | 30439 | Assigned run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.557 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ptCALU +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.559 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.559 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.559 | 48351 | Marked run 1735 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.559 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.559 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.559 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.559 | 48354 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.559 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.559 | 30439 | Removed run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.559 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.559 | 30439 | Assigned run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.559 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.559 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.H57EuO +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.561 | 48353 | Marked run 1736 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.561 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.563 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.563 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.564 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.565 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.569 | 30440 | Recursively removing directory: /tmp/git.ptCALU/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.570 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.570 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.571 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.571 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.571 | 30443 | Recursively removing directory: /tmp/git.H57EuO/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.571 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.571 | 48368 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.571 | 30439 | Removed run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.571 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.571 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.571 | 30439 | Assigned run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.572 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1zf8xP +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.573 | 48367 | Marked run 1737 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.573 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.573 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.573 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.574 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.574 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.574 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.574 | 48370 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.574 | 30439 | Removed run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.574 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.574 | 30439 | Assigned run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.574 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.574 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EfMYuL +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.576 | 48369 | Marked run 1738 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.576 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.577 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.578 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.579 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.580 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.584 | 30440 | Recursively removing directory: /tmp/git.1zf8xP/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.585 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.585 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.585 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.586 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.586 | 48384 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.586 | 30439 | Removed run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.586 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.586 | 30439 | Assigned run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.586 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.586 | 30443 | Recursively removing directory: /tmp/git.EfMYuL/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.586 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.586 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.anC3pn +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.588 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.588 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.588 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.588 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.588 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.588 | 48386 | Added a new worker 13 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.588 | 30439 | Removed run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.588 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.588 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.589 | 30439 | Assigned run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.589 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.E4PvKi +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.589 | 48383 | Marked run 1739 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.589 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.590 | 48385 | Marked run 1740 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.591 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.594 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.594 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.594 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.594 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.600 | 30443 | Recursively removing directory: /tmp/git.E4PvKi/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.600 | 30440 | Recursively removing directory: /tmp/git.anC3pn/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.602 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.602 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.602 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.602 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.602 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.602 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.602 | 48401 | Added a new worker 15 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.602 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.602 | 30439 | Removed run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.602 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.602 | 30439 | Assigned run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.602 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.602 | 48402 | Added a new worker 16 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.602 | 30439 | Removed run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.603 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.603 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.603 | 30439 | Assigned run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.602 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.602 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.603 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.edl3QA +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.602 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.602 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xwp7jr +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.604 | 48399 | Marked run 1742 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.604 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.606 | 48400 | Marked run 1741 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.606 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.608 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.608 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.608 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.609 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.614 | 30440 | Recursively removing directory: /tmp/git.xwp7jr/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.615 | 30443 | Recursively removing directory: /tmp/git.edl3QA/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.616 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.616 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.616 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.616 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.616 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.616 | 48416 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.616 | 30439 | Removed run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.616 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.616 | 30439 | Assigned run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.616 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.616 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.616 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.616 | 48418 | Added a new worker 13 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.616 | 30439 | Removed run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.616 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.617 | 30439 | Assigned run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.617 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.616 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vMGLaq +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.616 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.616 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.616 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.617 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Uv4oUb +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.618 | 48415 | Marked run 1743 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.618 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.620 | 48417 | Marked run 1744 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.620 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.622 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.622 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.623 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.623 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.629 | 30443 | Recursively removing directory: /tmp/git.Uv4oUb/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.629 | 30440 | Recursively removing directory: /tmp/git.vMGLaq/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.630 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.630 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.630 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.630 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.630 | 48432 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.630 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.630 | 30439 | Removed run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.630 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.630 | 30439 | Assigned run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.631 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.630 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.630 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8i74iM +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.630 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.630 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.631 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.631 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.631 | 48434 | Added a new worker 13 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.631 | 30439 | Removed run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.631 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.631 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.631 | 30439 | Assigned run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.631 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oNyTWe +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.632 | 48431 | Marked run 1746 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.632 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.634 | 48433 | Marked run 1745 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.634 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.636 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.636 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.636 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.637 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.642 | 30443 | Recursively removing directory: /tmp/git.8i74iM/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.643 | 30440 | Recursively removing directory: /tmp/git.oNyTWe/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.643 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.643 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.644 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.644 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.644 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.644 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.644 | 48448 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.644 | 30439 | Removed run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.644 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.644 | 30439 | Assigned run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.644 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.644 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.644 | 48450 | Added a new worker 13 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.644 | 30439 | Removed run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.644 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.644 | 30439 | Assigned run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.644 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.644 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.644 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hB1Wdm +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.644 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.644 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2J0OnG +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.646 | 48447 | Marked run 1747 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.646 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.647 | 48449 | Marked run 1748 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.647 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.649 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.650 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.650 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.650 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.656 | 30443 | Recursively removing directory: /tmp/git.hB1Wdm/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.656 | 30440 | Recursively removing directory: /tmp/git.2J0OnG/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.657 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.657 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.657 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.657 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.657 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.657 | 48464 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.657 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.657 | 30439 | Removed run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.657 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.657 | 30439 | Assigned run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.658 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.51Wdtd +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.658 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.658 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.659 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.659 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.659 | 48466 | Added a new worker 14 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.659 | 30439 | Removed run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.659 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.659 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.659 | 30439 | Assigned run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.659 | 48463 | Marked run 1749 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.659 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.659 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.659 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.POubjn +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.661 | 48465 | Marked run 1750 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.661 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.663 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.663 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.664 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.664 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.670 | 30440 | Recursively removing directory: /tmp/git.POubjn/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.670 | 30443 | Recursively removing directory: /tmp/git.51Wdtd/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.671 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.671 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.671 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.671 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.671 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.671 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.672 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.671 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.671 | 48480 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.671 | 30439 | Removed run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.671 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.671 | 30439 | Assigned run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.672 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.672 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.672 | 48482 | Added a new worker 13 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.672 | 30439 | Removed run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.672 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.672 | 30439 | Assigned run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.672 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.672 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.z6g57N +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.672 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.m5DwsM +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.674 | 48479 | Marked run 1752 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.674 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.675 | 48481 | Marked run 1751 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.676 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.677 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.677 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.678 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.678 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.684 | 30440 | Recursively removing directory: /tmp/git.m5DwsM/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.684 | 30443 | Recursively removing directory: /tmp/git.z6g57N/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.685 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.685 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.685 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.685 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.685 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.686 | 48497 | Added a new worker 14 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.686 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.686 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.686 | 48498 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.686 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.686 | 30439 | Removed run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.686 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.686 | 30439 | Assigned run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.686 | 30439 | Removed run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.686 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.686 | 30439 | Assigned run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.685 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.686 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xlP37R +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.685 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.685 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.685 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.686 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HGxtiC +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.687 | 48495 | Marked run 1754 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.688 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.689 | 48496 | Marked run 1753 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.690 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.691 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.692 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.692 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.693 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.698 | 30440 | Recursively removing directory: /tmp/git.xlP37R/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.698 | 30443 | Recursively removing directory: /tmp/git.HGxtiC/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.700 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.700 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.700 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.700 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.700 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.700 | 48512 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.700 | 30439 | Removed run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.700 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.700 | 30439 | Assigned run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.700 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.700 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.700 | 48514 | Added a new worker 9 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.700 | 30439 | Removed run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.700 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.700 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.700 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.700 | 30439 | Assigned run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.700 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.700 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.700 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.701 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.i6G7MD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.700 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rkTOTh +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.702 | 48511 | Marked run 1755 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.702 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.704 | 48513 | Marked run 1756 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.704 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.706 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.706 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.706 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.706 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.712 | 30443 | Recursively removing directory: /tmp/git.i6G7MD/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.712 | 30440 | Recursively removing directory: /tmp/git.rkTOTh/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.713 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.713 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.714 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.714 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.714 | 48528 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.714 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.714 | 30439 | Removed run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.714 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.714 | 30439 | Assigned run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.714 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.714 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.714 | 48530 | Added a new worker 13 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.714 | 30439 | Removed run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.714 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.714 | 30439 | Assigned run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.714 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.714 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.714 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.loJzLp +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.714 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.714 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.714 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.715 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QlF8OB +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.716 | 48527 | Marked run 1758 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.716 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.719 | 48529 | Marked run 1757 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.719 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.720 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.720 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.721 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.721 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.726 | 30440 | Recursively removing directory: /tmp/git.QlF8OB/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.727 | 30443 | Recursively removing directory: /tmp/git.loJzLp/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.728 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.728 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.728 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.728 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.728 | 48544 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.728 | 30439 | Removed run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.728 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.728 | 30439 | Assigned run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.728 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.728 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.728 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.728 | 48546 | Added a new worker 13 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.728 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.729 | 30439 | Removed run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.729 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.729 | 30439 | Assigned run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.728 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.728 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.728 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.729 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.v9dYTM +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.728 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.728 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vLm5hj +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.730 | 48543 | Marked run 1760 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.730 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.731 | 48545 | Marked run 1759 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.732 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.733 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.734 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.734 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.735 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.740 | 30443 | Recursively removing directory: /tmp/git.v9dYTM/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.740 | 30440 | Recursively removing directory: /tmp/git.vLm5hj/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.741 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.741 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.741 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.741 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.741 | 48560 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.742 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.741 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.742 | 30439 | Removed run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.742 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0vKG6w +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.742 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.742 | 30439 | Assigned run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.742 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.742 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.743 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.743 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.743 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.743 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.t25uGk +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.743 | 48562 | Added a new worker 14 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.743 | 30439 | Removed run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.743 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.743 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.743 | 30439 | Assigned run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.743 | 48559 | Marked run 1762 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.743 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.745 | 48561 | Marked run 1761 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.745 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.747 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.747 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.748 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.748 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.753 | 30443 | Recursively removing directory: /tmp/git.0vKG6w/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.753 | 30440 | Recursively removing directory: /tmp/git.t25uGk/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.755 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.755 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.755 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.755 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.755 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.755 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.755 | 48578 | Added a new worker 14 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.755 | 48577 | Added a new worker 16 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.755 | 30439 | Removed run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.755 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.755 | 30439 | Assigned run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.755 | 30439 | Removed run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.755 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.755 | 30439 | Assigned run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.755 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.755 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.755 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.755 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vps5Ya +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.755 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.755 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.755 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.755 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.slOq9Z +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.757 | 48575 | Marked run 1763 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.758 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.759 | 48576 | Marked run 1764 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.759 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.760 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.761 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.761 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.761 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.767 | 30440 | Recursively removing directory: /tmp/git.slOq9Z/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.767 | 30443 | Recursively removing directory: /tmp/git.vps5Ya/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.768 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.768 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.768 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.768 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.768 | 48592 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.768 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.768 | 30439 | Removed run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.768 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.768 | 30439 | Assigned run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.768 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.769 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BC6wdS +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.769 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.769 | 48594 | Added a new worker 13 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.769 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.769 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.769 | 30439 | Removed run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.769 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.769 | 30439 | Assigned run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.768 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.768 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.769 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.769 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.apRIgN +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.770 | 48591 | Marked run 1765 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.770 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.772 | 48593 | Marked run 1766 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.772 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.773 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.774 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.774 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.775 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.779 | 30440 | Recursively removing directory: /tmp/git.BC6wdS/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.781 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.781 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.781 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.781 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.781 | 48608 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.781 | 30439 | Removed run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.781 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.781 | 30439 | Assigned run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.781 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.781 | 30443 | Recursively removing directory: /tmp/git.apRIgN/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.781 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.781 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Xyp0We +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.783 | 48607 | Marked run 1767 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.783 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.783 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.783 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.784 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.784 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.784 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.784 | 48610 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.784 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.784 | 30439 | Removed run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.784 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.784 | 30439 | Assigned run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.784 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cw8cYX +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.786 | 48609 | Marked run 1768 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.786 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.787 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.788 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.788 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.789 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.794 | 30440 | Recursively removing directory: /tmp/git.Xyp0We/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.795 | 30443 | Recursively removing directory: /tmp/git.cw8cYX/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.796 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.796 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.796 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.796 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.796 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.796 | 48624 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.796 | 30439 | Removed run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.796 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.796 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.796 | 30439 | Assigned run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.797 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QYDwvT +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.798 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.798 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.798 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.799 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.799 | 48626 | Added a new worker 14 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.799 | 30439 | Removed run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.799 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.799 | 30439 | Assigned run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.799 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.799 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.799 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Yitt0d +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.800 | 48623 | Marked run 1769 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.801 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.805 | 48625 | Marked run 1770 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.806 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.806 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.806 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.806 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.807 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.812 | 30440 | Recursively removing directory: /tmp/git.QYDwvT/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.812 | 30443 | Recursively removing directory: /tmp/git.Yitt0d/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.813 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.813 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.814 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.814 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.814 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.814 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.814 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.814 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.814 | 48640 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.814 | 30439 | Removed run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.814 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.814 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.814 | 30439 | Assigned run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.814 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.814 | 48642 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.814 | 30439 | Removed run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.814 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.814 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.814 | 30439 | Assigned run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.815 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BWdhA4 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.815 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OHqprW +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.816 | 48639 | Marked run 1771 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.816 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.824 | 48641 | Marked run 1772 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.824 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.826 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.826 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.827 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.827 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.833 | 30443 | Recursively removing directory: /tmp/git.BWdhA4/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.833 | 30440 | Recursively removing directory: /tmp/git.OHqprW/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.834 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.834 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.834 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.834 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.834 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.834 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.834 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.834 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.835 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GeT0ET +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.834 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.834 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.834 | 48657 | Added a new worker 15 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.835 | 48658 | Added a new worker 16 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.835 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.835 | 30439 | Removed run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.835 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.835 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.835 | 30439 | Assigned run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.835 | 30439 | Removed run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.835 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.835 | 30439 | Assigned run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.835 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wpNRDR +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.836 | 48655 | Marked run 1774 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.836 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.838 | 48656 | Marked run 1773 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.838 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.841 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.841 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.841 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.842 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.847 | 30440 | Recursively removing directory: /tmp/git.GeT0ET/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.848 | 30443 | Recursively removing directory: /tmp/git.wpNRDR/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.849 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.849 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.849 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.849 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.849 | 48672 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.849 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.849 | 30439 | Removed run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.849 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.849 | 30439 | Assigned run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.849 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.849 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.h35O9s +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.850 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.850 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.850 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.851 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.851 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.851 | 48674 | Added a new worker 8 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.851 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.851 | 30439 | Removed run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.851 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.851 | 30439 | Assigned run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.851 | 48671 | Marked run 1775 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.851 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.851 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EYGjEA +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.853 | 48673 | Marked run 1776 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.853 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.855 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.856 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.856 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.857 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.862 | 30440 | Recursively removing directory: /tmp/git.h35O9s/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.863 | 30443 | Recursively removing directory: /tmp/git.EYGjEA/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.863 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.863 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.863 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.863 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.863 | 48688 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.863 | 30439 | Removed run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.863 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.863 | 30439 | Assigned run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.863 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.863 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.863 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9eQqGE +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.865 | 48687 | Marked run 1777 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.865 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.866 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.866 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.866 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.866 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.866 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.866 | 48690 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.866 | 30439 | Removed run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.866 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.866 | 30439 | Assigned run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.866 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.866 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.H4ms9t +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.868 | 48689 | Marked run 1778 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.868 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.869 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.870 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.871 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.871 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.876 | 30440 | Recursively removing directory: /tmp/git.9eQqGE/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.877 | 30443 | Recursively removing directory: /tmp/git.H4ms9t/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.877 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.877 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.878 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.878 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.878 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.878 | 48704 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.878 | 30439 | Removed run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.878 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.878 | 30439 | Assigned run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.878 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.878 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.o8EBKa +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.880 | 48703 | Marked run 1779 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.880 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.880 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.880 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.880 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.880 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OBV9Zs +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.880 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.880 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.880 | 48706 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.880 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.880 | 30439 | Removed run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.880 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.880 | 30439 | Assigned run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.882 | 48705 | Marked run 1780 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.882 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.884 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.885 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.885 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.886 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.890 | 30440 | Recursively removing directory: /tmp/git.o8EBKa/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.891 | 30443 | Recursively removing directory: /tmp/git.OBV9Zs/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.892 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.892 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.892 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.892 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.892 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.892 | 48720 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.892 | 30439 | Removed run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.892 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.892 | 30439 | Assigned run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.892 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.892 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EM6sbA +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.894 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.894 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.894 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.894 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.894 | 48722 | Added a new worker 10 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.894 | 30439 | Removed run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.894 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.894 | 30439 | Assigned run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.894 | 48719 | Marked run 1781 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.894 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.894 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.894 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ycRWeE +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.895 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.896 | 48721 | Marked run 1782 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.896 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.898 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.899 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.899 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.899 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.905 | 30440 | Recursively removing directory: /tmp/git.EM6sbA/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.906 | 30443 | Recursively removing directory: /tmp/git.ycRWeE/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.906 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.906 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.906 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.906 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.906 | 48736 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.906 | 30439 | Removed run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.906 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.907 | 30439 | Assigned run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.906 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.907 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dVN1Ca +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.907 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.908 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.908 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.908 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.908 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.908 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.908 | 48738 | Added a new worker 13 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.908 | 30439 | Removed run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.908 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.908 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.908 | 30439 | Assigned run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.909 | 48735 | Marked run 1783 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.909 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.909 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.U5Ti6X +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.911 | 48737 | Marked run 1784 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.911 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.912 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.913 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.913 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.914 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.919 | 30440 | Recursively removing directory: /tmp/git.dVN1Ca/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.919 | 30443 | Recursively removing directory: /tmp/git.U5Ti6X/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.921 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.921 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.921 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.921 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.921 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.921 | 48752 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.921 | 30439 | Removed run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.921 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.921 | 30439 | Assigned run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.921 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.921 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.921 | 48754 | Added a new worker 9 to the queue +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.921 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZyUFNw +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.921 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.921 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.922 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BIhqaM +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.921 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.921 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.921 | 30439 | Removed run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.921 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.922 | 30439 | Assigned run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.923 | 48751 | Marked run 1785 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.923 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.924 | 48753 | Marked run 1786 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.925 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.926 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.927 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.927 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.927 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.932 | 30443 | Recursively removing directory: /tmp/git.BIhqaM/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.933 | 30440 | Recursively removing directory: /tmp/git.ZyUFNw/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.934 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.934 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.934 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.934 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.934 | 48768 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.935 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.935 | 30439 | Removed run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.935 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.935 | 30439 | Assigned run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.935 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.935 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.935 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.934 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.935 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.M7w3rP +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.935 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eupj47 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.935 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.935 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.935 | 48770 | Added a new worker 13 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.935 | 30439 | Removed run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.935 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.935 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.935 | 30439 | Assigned run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.936 | 48767 | Marked run 1788 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.936 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.938 | 48769 | Marked run 1787 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.938 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.940 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.940 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.941 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.941 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.947 | 30443 | Recursively removing directory: /tmp/git.M7w3rP/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.947 | 30440 | Recursively removing directory: /tmp/git.eupj47/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.949 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.949 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.949 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.949 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.949 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.949 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.949 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.949 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.949 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.949 | 48786 | Added a new worker 15 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.949 | 48785 | Added a new worker 16 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.949 | 30439 | Removed run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.949 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.949 | 30439 | Assigned run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.949 | 30439 | Removed run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.949 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.949 | 30439 | Assigned run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.950 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.950 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.949 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vwpw27 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.949 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.949 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.04H3lN +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.951 | 48784 | Marked run 1789 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.951 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.953 | 48783 | Marked run 1790 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.953 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.955 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.956 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.956 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.956 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.962 | 30443 | Recursively removing directory: /tmp/git.vwpw27/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.962 | 30440 | Recursively removing directory: /tmp/git.04H3lN/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.963 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.963 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.963 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.964 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.964 | 48800 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.964 | 30439 | Removed run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.964 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.964 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.964 | 30439 | Assigned run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.963 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.964 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dMgJcr +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.965 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.965 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.965 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.965 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.965 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.965 | 48802 | Added a new worker 9 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.965 | 30439 | Removed run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.965 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.965 | 30439 | Assigned run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.965 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.965 | 48799 | Marked run 1792 as finished +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.965 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.155qmI +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.966 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.967 | 48801 | Marked run 1791 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.967 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.970 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.971 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.971 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.972 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.977 | 30443 | Recursively removing directory: /tmp/git.dMgJcr/ +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.978 | 30440 | Recursively removing directory: /tmp/git.155qmI/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.979 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.979 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.979 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.979 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.979 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.979 | 48816 | Added a new worker 11 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.979 | 30439 | Removed run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.979 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.979 | 30439 | Assigned run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.979 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6U9DX8 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.979 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.980 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.980 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.980 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.980 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.980 | 48818 | Added a new worker 14 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.980 | 30439 | Removed run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.980 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.980 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.980 | 30439 | Assigned run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.981 | 48815 | Marked run 1793 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.981 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.980 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.981 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dI2AoK +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.982 | 48817 | Marked run 1794 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.982 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.986 | 30443 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.986 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.986 | 30443 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.987 | 30440 | Going to run: ./ci +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.992 | 30440 | Recursively removing directory: /tmp/git.dI2AoK/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.992 | 30443 | Recursively removing directory: /tmp/git.6U9DX8/ +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.993 | 30443 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.993 | 30443 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.994 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.994 | 30440 | Process exit code: 0 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.994 | 30440 | Process output: 57 bytes +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.994 | 30440 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.994 | 30443 | Waiting for a new command +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.994 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.994 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.h1G9NX +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.994 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.994 | 48832 | Added a new worker 13 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.994 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.994 | 30439 | Removed run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.994 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.994 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.994 | 30439 | Assigned run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.994 | 48834 | Added a new worker 16 to the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.994 | 30439 | Removed run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.994 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.994 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.994 | 30439 | Assigned run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.995 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.l57UYO +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.996 | 48831 | Marked run 1795 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.996 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.997 | 48833 | Marked run 1796 as finished +2024-04-25 03:44:52 | INFO | 30437/cimple-server: 2024-04-25 03:44:52.998 | 30437 | Waiting for new connections +2024-04-25 03:44:52 | INFO | 30440/cimple-worker: 2024-04-25 03:44:52.999 | 30440 | Checking out revision HEAD +2024-04-25 03:44:52 | INFO | 30443/cimple-worker: 2024-04-25 03:44:52.999 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.000 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.000 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.006 | 30440 | Recursively removing directory: /tmp/git.l57UYO/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.006 | 30443 | Recursively removing directory: /tmp/git.h1G9NX/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.007 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.007 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.007 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.007 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.007 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.007 | 48848 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.007 | 30439 | Removed run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.007 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.007 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.007 | 30439 | Assigned run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.008 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.007 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eZjikm +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.008 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.008 | 48850 | Added a new worker 13 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.008 | 30439 | Removed run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.008 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.008 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.008 | 30439 | Assigned run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.008 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.008 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.008 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.008 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DMEs2X +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.009 | 48847 | Marked run 1798 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.009 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.011 | 48849 | Marked run 1797 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.011 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.012 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.013 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.013 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.014 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.019 | 30440 | Recursively removing directory: /tmp/git.eZjikm/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.019 | 30443 | Recursively removing directory: /tmp/git.DMEs2X/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.020 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.020 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.020 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.020 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.020 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.021 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.020 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.II4UbD +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.020 | 48864 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.021 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.026 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.020 | 30439 | Removed run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.021 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.027 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.020 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.021 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UD5LLx +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.034 | 30440 | Recursively removing directory: /tmp/git.II4UbD/ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.020 | 30439 | Assigned run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.027 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.035 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.020 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.021 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.035 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.028 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.021 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.021 | 48866 | Added a new worker 13 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.021 | 30439 | Removed run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.034 | 30443 | Recursively removing directory: /tmp/git.UD5LLx/ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.021 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.035 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.036 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.021 | 30439 | Assigned run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.021 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.036 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.023 | 48863 | Marked run 1799 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.023 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.025 | 48865 | Marked run 1800 as finished +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.035 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1OUj0a +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.041 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.042 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.048 | 30440 | Recursively removing directory: /tmp/git.1OUj0a/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.036 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.050 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.050 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.050 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.050 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1kCs4d +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.056 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.057 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.025 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.035 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.035 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.035 | 48880 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.036 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kpKbjB +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.035 | 30439 | Removed run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.041 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.035 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.035 | 30439 | Assigned run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.035 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.036 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.036 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.036 | 48882 | Added a new worker 13 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.036 | 30439 | Removed run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.036 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.036 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.036 | 30439 | Assigned run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.037 | 48879 | Marked run 1801 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.038 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.040 | 48881 | Marked run 1802 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.040 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.050 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.042 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.049 | 30443 | Recursively removing directory: /tmp/git.kpKbjB/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.052 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.052 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.050 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.052 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.050 | 48896 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.064 | 30440 | Recursively removing directory: /tmp/git.1kCs4d/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.053 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XrdjDs +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.058 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.050 | 30439 | Removed run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.059 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.050 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.050 | 30439 | Assigned run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.050 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.052 | 48895 | Marked run 1803 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.052 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.052 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.052 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.052 | 48898 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.052 | 30439 | Removed run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.052 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.052 | 30439 | Assigned run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.053 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.054 | 48897 | Marked run 1804 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.054 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.066 | 30443 | Recursively removing directory: /tmp/git.XrdjDs/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.066 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.066 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.066 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.066 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.066 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.066 | 48912 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.066 | 30439 | Removed run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.066 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.067 | 30439 | Assigned run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.067 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DwDp8q +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.067 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.068 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.068 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.068 | 48911 | Marked run 1805 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.069 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.069 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.069 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.069 | 48914 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.069 | 30439 | Removed run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.069 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.069 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.069 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.p25yqI +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.069 | 30439 | Assigned run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.069 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.071 | 48913 | Marked run 1806 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.071 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.073 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.074 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.074 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.075 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.080 | 30440 | Recursively removing directory: /tmp/git.DwDp8q/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.080 | 30443 | Recursively removing directory: /tmp/git.p25yqI/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.081 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.081 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.081 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.082 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.082 | 48928 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.082 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.082 | 30439 | Removed run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.082 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.082 | 30439 | Assigned run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.082 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.082 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.avOsZd +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.082 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.082 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.082 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.082 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.082 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.082 | 48930 | Added a new worker 13 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.082 | 30439 | Removed run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.082 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.082 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.082 | 30439 | Assigned run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.083 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.K1y8nJ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.084 | 48927 | Marked run 1807 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.084 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.085 | 48929 | Marked run 1808 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.085 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.087 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.088 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.088 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.088 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.093 | 30440 | Recursively removing directory: /tmp/git.avOsZd/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.094 | 30443 | Recursively removing directory: /tmp/git.K1y8nJ/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.095 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.095 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.095 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.095 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.095 | 48944 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.095 | 30439 | Removed run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.095 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.095 | 30439 | Assigned run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.095 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.096 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.096 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.096 | 48946 | Added a new worker 13 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.096 | 30439 | Removed run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.096 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.096 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.096 | 30439 | Assigned run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.097 | 48943 | Marked run 1809 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.097 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.095 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.095 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8XW7al +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.095 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.095 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.096 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.096 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Q3kWCe +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.098 | 48945 | Marked run 1810 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.099 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.100 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.101 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.101 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.102 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.107 | 30440 | Recursively removing directory: /tmp/git.8XW7al/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.107 | 30443 | Recursively removing directory: /tmp/git.Q3kWCe/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.108 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.108 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.108 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.108 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.108 | 48960 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.108 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.108 | 30439 | Removed run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.108 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0FLIe7 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.108 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.108 | 30439 | Assigned run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.109 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.110 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.110 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.110 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.110 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.110 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.110 | 48962 | Added a new worker 8 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.110 | 30439 | Removed run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.110 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.110 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.111 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dbEsIf +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.110 | 30439 | Assigned run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.111 | 48959 | Marked run 1811 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.111 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.113 | 48961 | Marked run 1812 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.113 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.114 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.115 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.115 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.116 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.120 | 30440 | Recursively removing directory: /tmp/git.0FLIe7/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.122 | 30443 | Recursively removing directory: /tmp/git.dbEsIf/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.122 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.122 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.122 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.122 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.122 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.122 | 48976 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.122 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PUbvUr +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.122 | 30439 | Removed run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.122 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.122 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.122 | 30439 | Assigned run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.124 | 48975 | Marked run 1813 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.124 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.124 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.124 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.124 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.124 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.124 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.124 | 48978 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.125 | 30439 | Removed run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.125 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.125 | 30439 | Assigned run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.125 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.125 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BCyg0U +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.127 | 48977 | Marked run 1814 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.127 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.129 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.130 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.130 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.130 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.136 | 30440 | Recursively removing directory: /tmp/git.PUbvUr/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.136 | 30443 | Recursively removing directory: /tmp/git.BCyg0U/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.137 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.137 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.137 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.137 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.137 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.137 | 48992 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.137 | 30439 | Removed run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.137 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.138 | 30439 | Assigned run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.138 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.138 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.138 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.138 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.138 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.138 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.138 | 48994 | Added a new worker 13 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.138 | 30439 | Removed run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.138 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.138 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.138 | 30439 | Assigned run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.138 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.T59Ymf +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.138 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IoHX6d +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.142 | 48991 | Marked run 1815 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.142 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.144 | 48993 | Marked run 1816 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.144 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.145 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.145 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.146 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.146 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.151 | 30440 | Recursively removing directory: /tmp/git.IoHX6d/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.151 | 30443 | Recursively removing directory: /tmp/git.T59Ymf/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.153 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.153 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.153 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.153 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.153 | 49008 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.153 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.153 | 30439 | Removed run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.153 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.153 | 30439 | Assigned run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.153 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.153 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lnKp9v +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.153 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.154 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.154 | 49010 | Added a new worker 13 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.154 | 30439 | Removed run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.154 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.154 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.154 | 30439 | Assigned run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.153 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.153 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.153 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.154 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NTt13a +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.155 | 49007 | Marked run 1817 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.155 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.157 | 49009 | Marked run 1818 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.157 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.159 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.159 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.160 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.160 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.166 | 30440 | Recursively removing directory: /tmp/git.lnKp9v/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.166 | 30443 | Recursively removing directory: /tmp/git.NTt13a/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.167 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.167 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.167 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.167 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.167 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.167 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.167 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.168 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Nrau2B +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.167 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.167 | 49024 | Added a new worker 12 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.167 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.167 | 30439 | Removed run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.167 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.167 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.167 | 30439 | Assigned run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.167 | 49026 | Added a new worker 9 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.167 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.168 | 30439 | Removed run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.168 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.168 | 30439 | Assigned run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.168 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C0WbZf +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.169 | 49023 | Marked run 1819 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.170 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.171 | 49025 | Marked run 1820 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.171 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.173 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.173 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.173 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.174 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.179 | 30440 | Recursively removing directory: /tmp/git.Nrau2B/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.179 | 30443 | Recursively removing directory: /tmp/git.C0WbZf/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.180 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.180 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.181 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.181 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.181 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.181 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.181 | 49042 | Added a new worker 15 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.181 | 49041 | Added a new worker 16 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.181 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.181 | 30439 | Removed run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.181 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.181 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.181 | 30439 | Assigned run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.181 | 30439 | Removed run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.181 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.181 | 30439 | Assigned run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.180 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.180 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.181 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.181 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.181 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C9YoK1 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.181 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tB4TCZ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.183 | 49039 | Marked run 1822 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.183 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.184 | 49040 | Marked run 1821 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.185 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.187 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.187 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.187 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.188 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.193 | 30440 | Recursively removing directory: /tmp/git.C9YoK1/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.194 | 30443 | Recursively removing directory: /tmp/git.tB4TCZ/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.195 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.195 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.195 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.195 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.195 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.195 | 49056 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.195 | 30439 | Removed run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.195 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.195 | 30439 | Assigned run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.195 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.195 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.196 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.195 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9kpjR8 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.196 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.196 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.196 | 49058 | Added a new worker 13 to the queue +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.196 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6OheaR +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.196 | 30439 | Removed run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.196 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.196 | 30439 | Assigned run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.196 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.197 | 49055 | Marked run 1823 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.197 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.199 | 49057 | Marked run 1824 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.199 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.201 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.201 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.202 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.202 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.207 | 30443 | Recursively removing directory: /tmp/git.6OheaR/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.208 | 30440 | Recursively removing directory: /tmp/git.9kpjR8/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.209 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.209 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.209 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.209 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.209 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.209 | 49072 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.209 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.209 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.209 | 30439 | Removed run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.209 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.209 | 30439 | Assigned run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.209 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.210 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.210 | 49074 | Added a new worker 9 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.210 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.210 | 30439 | Removed run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.210 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.210 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.210 | 30439 | Assigned run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.210 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5PdBDD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.209 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.210 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EB6Lsd +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.211 | 49071 | Marked run 1826 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.211 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.212 | 49073 | Marked run 1825 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.213 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.214 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.215 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.215 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.216 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.221 | 30440 | Recursively removing directory: /tmp/git.EB6Lsd/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.222 | 30443 | Recursively removing directory: /tmp/git.5PdBDD/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.222 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.222 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.222 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.222 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.222 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.222 | 49088 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.222 | 30439 | Removed run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.222 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.223 | 30439 | Assigned run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.223 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.223 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.88MQjo +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.224 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.224 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.224 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.224 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.224 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.224 | 49090 | Added a new worker 14 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.224 | 30439 | Removed run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.224 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.224 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.224 | 30439 | Assigned run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.225 | 49087 | Marked run 1828 as finished +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.224 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.x9zRox +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.225 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.226 | 49089 | Marked run 1827 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.227 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.228 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.228 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.229 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.229 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.234 | 30440 | Recursively removing directory: /tmp/git.88MQjo/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.235 | 30443 | Recursively removing directory: /tmp/git.x9zRox/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.236 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.236 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.236 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.236 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.236 | 49104 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.236 | 30439 | Removed run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.236 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.236 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.236 | 30439 | Assigned run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.236 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.236 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.P8Rbfp +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.238 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.238 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.238 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.239 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PIkNSW +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.238 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.238 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.238 | 49106 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.238 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.238 | 30439 | Removed run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.238 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.238 | 30439 | Assigned run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.238 | 49103 | Marked run 1829 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.239 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.240 | 49105 | Marked run 1830 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.240 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.242 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.243 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.243 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.244 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.249 | 30440 | Recursively removing directory: /tmp/git.P8Rbfp/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.250 | 30443 | Recursively removing directory: /tmp/git.PIkNSW/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.250 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.250 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.250 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.250 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.250 | 49120 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.250 | 30439 | Removed run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.250 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.250 | 30439 | Assigned run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.250 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.250 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.250 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KPnLId +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.251 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.251 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.251 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.251 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.251 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.251 | 49122 | Added a new worker 13 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.251 | 30439 | Removed run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.251 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.251 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.251 | 30439 | Assigned run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.252 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KSWsEC +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.253 | 49119 | Marked run 1831 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.253 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.255 | 49121 | Marked run 1832 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.255 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.256 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.257 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.257 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.258 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.262 | 30440 | Recursively removing directory: /tmp/git.KPnLId/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.263 | 30443 | Recursively removing directory: /tmp/git.KSWsEC/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.264 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.264 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.264 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.264 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.264 | 49136 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.264 | 30439 | Removed run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.264 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.264 | 30439 | Assigned run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.264 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.264 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.264 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WkYemb +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.266 | 49135 | Marked run 1833 as finished +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.266 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.266 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.266 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.267 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8Nq5cg +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.266 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.266 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.266 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.267 | 49138 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.267 | 30439 | Removed run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.267 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.267 | 30439 | Assigned run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.267 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.268 | 49137 | Marked run 1834 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.268 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.269 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.270 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.271 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.272 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.275 | 30440 | Recursively removing directory: /tmp/git.WkYemb/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.276 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.276 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.277 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.277 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.277 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.277 | 49152 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.277 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.277 | 30439 | Removed run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.277 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.277 | 30439 | Assigned run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.278 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Vc39bx +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.278 | 30443 | Recursively removing directory: /tmp/git.8Nq5cg/ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.279 | 49150 | Marked run 1835 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.279 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.280 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.280 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.280 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.280 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.280 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.280 | 49154 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.280 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.280 | 30439 | Removed run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.280 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.280 | 30439 | Assigned run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.281 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.W66Dvq +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.282 | 49153 | Marked run 1836 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.282 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.283 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.283 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.285 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.286 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.289 | 30440 | Recursively removing directory: /tmp/git.Vc39bx/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.290 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.290 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.290 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.290 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.290 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.291 | 49167 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.291 | 30439 | Removed run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.291 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.291 | 30439 | Assigned run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.291 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.291 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lHluU1 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.292 | 30443 | Recursively removing directory: /tmp/git.W66Dvq/ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.293 | 49166 | Marked run 1837 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.293 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.294 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.294 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.294 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.294 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.294 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.294 | 49170 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.294 | 30439 | Removed run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.294 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.294 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.294 | 30439 | Assigned run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.295 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hqNSli +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.296 | 49169 | Marked run 1838 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.296 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.296 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.297 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.299 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.300 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.303 | 30440 | Recursively removing directory: /tmp/git.lHluU1/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.304 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.304 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.304 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.304 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.304 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.304 | 49183 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.305 | 30439 | Removed run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.305 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.305 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.305 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tntyZQ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.305 | 30439 | Assigned run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.306 | 30443 | Recursively removing directory: /tmp/git.hqNSli/ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.307 | 49181 | Marked run 1839 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.307 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.308 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.308 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.308 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.308 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.308 | 49186 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.308 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.308 | 30439 | Removed run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.308 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.308 | 30439 | Assigned run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.308 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.308 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3gRfR5 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.310 | 49185 | Marked run 1840 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.310 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.311 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.312 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.313 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.314 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.318 | 30440 | Recursively removing directory: /tmp/git.tntyZQ/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.319 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.319 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.320 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.320 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.320 | 49200 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.320 | 30439 | Removed run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.320 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.320 | 30439 | Assigned run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.320 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.320 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.320 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.B3vCK3 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.320 | 30443 | Recursively removing directory: /tmp/git.3gRfR5/ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.321 | 49199 | Marked run 1841 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.322 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.322 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.322 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.322 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.322 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.323 | 49202 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.323 | 30439 | Removed run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.323 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.323 | 30439 | Assigned run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.323 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.322 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.323 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.p3JfAg +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.324 | 49201 | Marked run 1842 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.324 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.326 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.327 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.328 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.329 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.332 | 30440 | Recursively removing directory: /tmp/git.B3vCK3/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.334 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.334 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.334 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.334 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.334 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.334 | 49216 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.334 | 30439 | Removed run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.334 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.334 | 30439 | Assigned run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.334 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.334 | 30443 | Recursively removing directory: /tmp/git.p3JfAg/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.334 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gcGAxa +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.336 | 49215 | Marked run 1843 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.336 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.337 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.337 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.337 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.337 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.337 | 49218 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.337 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.337 | 30439 | Removed run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.337 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.337 | 30439 | Assigned run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.337 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.337 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.67DoP6 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.339 | 49217 | Marked run 1844 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.339 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.340 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.341 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.342 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.343 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.346 | 30440 | Recursively removing directory: /tmp/git.gcGAxa/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.348 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.348 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.348 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.348 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.348 | 49232 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.348 | 30439 | Removed run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.348 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.348 | 30439 | Assigned run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.348 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.348 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VtqoFM +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.349 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.349 | 30443 | Recursively removing directory: /tmp/git.67DoP6/ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.350 | 49231 | Marked run 1845 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.350 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.351 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.351 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.351 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.351 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.351 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.351 | 49234 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.351 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.351 | 30439 | Removed run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.351 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.351 | 30439 | Assigned run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.351 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XHjSai +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.353 | 49233 | Marked run 1846 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.353 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.354 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.355 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.356 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.356 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.361 | 30440 | Recursively removing directory: /tmp/git.VtqoFM/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.362 | 30443 | Recursively removing directory: /tmp/git.XHjSai/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.362 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.362 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.363 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.362 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.363 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.363 | 49248 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.363 | 30439 | Removed run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.363 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.363 | 30439 | Assigned run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.363 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.363 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.E51yvV +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.365 | 49247 | Marked run 1847 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.365 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.365 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.365 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.365 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.365 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.365 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.365 | 49250 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.365 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.365 | 30439 | Removed run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.365 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.365 | 30439 | Assigned run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.366 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ygbuiD +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.367 | 49249 | Marked run 1848 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.367 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.368 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.369 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.370 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.371 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.375 | 30440 | Recursively removing directory: /tmp/git.E51yvV/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.377 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.377 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.377 | 30443 | Recursively removing directory: /tmp/git.ygbuiD/ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.377 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.377 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.377 | 49264 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.377 | 30439 | Removed run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.377 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.377 | 30439 | Assigned run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.377 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.377 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.377 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eoECdV +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.379 | 49263 | Marked run 1849 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.379 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.380 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.380 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.380 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.380 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.380 | 49266 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.380 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.380 | 30439 | Removed run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.380 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.380 | 30439 | Assigned run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.380 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.380 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Yofo86 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.382 | 49265 | Marked run 1850 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.382 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.383 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.384 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.385 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.386 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.389 | 30440 | Recursively removing directory: /tmp/git.eoECdV/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.391 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.391 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.391 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.391 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.391 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.391 | 49280 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.391 | 30439 | Removed run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.391 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.391 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.391 | 30439 | Assigned run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.391 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.96RLXC +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.393 | 30443 | Recursively removing directory: /tmp/git.Yofo86/ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.393 | 49279 | Marked run 1851 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.393 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.394 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.394 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.394 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.394 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.394 | 49282 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.394 | 30439 | Removed run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.394 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.395 | 30439 | Assigned run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.395 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.394 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.395 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ep39B1 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.396 | 49281 | Marked run 1852 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.396 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.397 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.398 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.399 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.400 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.403 | 30440 | Recursively removing directory: /tmp/git.96RLXC/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.405 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.405 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.405 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.405 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.405 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.405 | 49296 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.405 | 30439 | Removed run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.405 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.405 | 30439 | Assigned run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.405 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.405 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KFUvyr +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.406 | 30443 | Recursively removing directory: /tmp/git.Ep39B1/ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.407 | 49295 | Marked run 1853 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.407 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.408 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.408 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.408 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.408 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.408 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.408 | 49298 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.408 | 30439 | Removed run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.408 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.408 | 30439 | Assigned run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.408 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.408 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5n5nfG +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.410 | 49297 | Marked run 1854 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.411 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.412 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.413 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.413 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.414 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.418 | 30440 | Recursively removing directory: /tmp/git.KFUvyr/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.420 | 30443 | Recursively removing directory: /tmp/git.5n5nfG/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.420 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.420 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.420 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.420 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.420 | 49312 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.420 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.420 | 30439 | Removed run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.420 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.420 | 30439 | Assigned run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.420 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.420 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vcrWr3 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.422 | 49311 | Marked run 1855 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.422 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.422 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.422 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.422 | 49314 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.422 | 30439 | Removed run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.422 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.422 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.422 | 30439 | Assigned run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.422 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.422 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.422 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.423 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oFBYl6 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.424 | 49313 | Marked run 1856 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.424 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.425 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.426 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.427 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.428 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.432 | 30440 | Recursively removing directory: /tmp/git.vcrWr3/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.433 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.433 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.433 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.433 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.433 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.433 | 49328 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.433 | 30439 | Removed run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.433 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.433 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.433 | 30439 | Assigned run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.434 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.b8Nisk +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.434 | 30443 | Recursively removing directory: /tmp/git.oFBYl6/ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.435 | 49327 | Marked run 1857 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.435 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.436 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.436 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.436 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.436 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.437 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lLFjYU +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.437 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.437 | 49330 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.437 | 30439 | Removed run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.437 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.437 | 30439 | Assigned run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.437 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.438 | 49329 | Marked run 1858 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.439 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.439 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.440 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.442 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.442 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.446 | 30440 | Recursively removing directory: /tmp/git.b8Nisk/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.447 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.447 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.447 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.447 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.447 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.447 | 49344 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.448 | 30439 | Removed run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.448 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.448 | 30439 | Assigned run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.448 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wa0K4n +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.448 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.449 | 30443 | Recursively removing directory: /tmp/git.lLFjYU/ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.449 | 49342 | Marked run 1859 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.449 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.450 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.450 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.451 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.451 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.451 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.451 | 49346 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.451 | 30439 | Removed run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.451 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.451 | 30439 | Assigned run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.451 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.451 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.o7vTcc +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.452 | 49345 | Marked run 1860 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.453 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.453 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.454 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.456 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.457 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.460 | 30440 | Recursively removing directory: /tmp/git.wa0K4n/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.462 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.462 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.462 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.462 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.462 | 49360 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.462 | 30439 | Removed run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.462 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.462 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.462 | 30439 | Assigned run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.462 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.462 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eUgoxV +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.463 | 30443 | Recursively removing directory: /tmp/git.o7vTcc/ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.464 | 49359 | Marked run 1861 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.464 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.465 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.465 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.465 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.465 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.465 | 49362 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.465 | 30439 | Removed run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.465 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.466 | 30439 | Assigned run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.466 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.465 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.466 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PEwz0B +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.467 | 49361 | Marked run 1862 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.467 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.468 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.468 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.470 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.471 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.474 | 30440 | Recursively removing directory: /tmp/git.eUgoxV/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.476 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.476 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.476 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.476 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.476 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.476 | 49376 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.476 | 30439 | Removed run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.476 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.476 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.476 | 30439 | Assigned run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.476 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NqBSc4 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.477 | 30443 | Recursively removing directory: /tmp/git.PEwz0B/ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.478 | 49375 | Marked run 1863 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.479 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.479 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.479 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.479 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.479 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.479 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.479 | 49378 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.480 | 30439 | Removed run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.480 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.480 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.480 | 30439 | Assigned run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.480 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MOv9gS +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.481 | 49377 | Marked run 1864 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.481 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.483 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.483 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.484 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.485 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.489 | 30440 | Recursively removing directory: /tmp/git.NqBSc4/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.490 | 30443 | Recursively removing directory: /tmp/git.MOv9gS/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.490 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.491 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.491 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.491 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.491 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.491 | 49392 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.491 | 30439 | Removed run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.491 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.491 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.491 | 30439 | Assigned run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.491 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dMcoRu +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.493 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.493 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.493 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.493 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uU3nAx +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.493 | 49391 | Marked run 1865 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.493 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.493 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.493 | 49394 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.493 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.493 | 30439 | Removed run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.493 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.493 | 30439 | Assigned run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.495 | 49393 | Marked run 1866 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.495 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.497 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.498 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.498 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.499 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.503 | 30440 | Recursively removing directory: /tmp/git.dMcoRu/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.504 | 30443 | Recursively removing directory: /tmp/git.uU3nAx/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.505 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.505 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.505 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.505 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.505 | 49408 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.505 | 30439 | Removed run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.505 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.505 | 30439 | Assigned run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.505 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.505 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CLDfQB +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.506 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.507 | 49407 | Marked run 1867 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.507 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.507 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.507 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.508 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.507 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.508 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.508 | 49410 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.508 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.508 | 30439 | Removed run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.508 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.508 | 30439 | Assigned run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.508 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YH9Jhg +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.509 | 49409 | Marked run 1868 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.509 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.511 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.512 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.513 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.514 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.518 | 30440 | Recursively removing directory: /tmp/git.CLDfQB/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.519 | 30443 | Recursively removing directory: /tmp/git.YH9Jhg/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.519 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.519 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.520 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.520 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.520 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.520 | 49424 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.520 | 30439 | Removed run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.520 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.520 | 30439 | Assigned run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.520 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.520 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kZN7nr +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.522 | 49423 | Marked run 1869 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.522 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.522 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.522 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.522 | 49426 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.522 | 30439 | Removed run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.522 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.522 | 30439 | Assigned run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.522 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.522 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.522 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.522 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.522 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AneuUG +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.524 | 49425 | Marked run 1870 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.524 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.525 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.526 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.527 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.528 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.531 | 30440 | Recursively removing directory: /tmp/git.kZN7nr/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.533 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.533 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.533 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.533 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.533 | 49440 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.533 | 30439 | Removed run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.533 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.533 | 30439 | Assigned run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.534 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.533 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.534 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.elHTJQ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.534 | 30443 | Recursively removing directory: /tmp/git.AneuUG/ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.535 | 49439 | Marked run 1871 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.535 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.536 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.536 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.536 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.536 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.536 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.536 | 49442 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.536 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.536 | 30439 | Removed run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.536 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.536 | 30439 | Assigned run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.536 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LGSG5M +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.539 | 49441 | Marked run 1872 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.539 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.540 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.540 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.541 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.542 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.546 | 30440 | Recursively removing directory: /tmp/git.elHTJQ/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.547 | 30443 | Recursively removing directory: /tmp/git.LGSG5M/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.547 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.547 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.548 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.548 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.548 | 49456 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.548 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.548 | 30439 | Removed run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.548 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.548 | 30439 | Assigned run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.548 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.548 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KnaLB3 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.550 | 49455 | Marked run 1873 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.550 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.550 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.550 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.550 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.550 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.550 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.550 | 49458 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.550 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.550 | 30439 | Removed run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.550 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.550 | 30439 | Assigned run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.551 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HX5wGQ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.552 | 49457 | Marked run 1874 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.552 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.553 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.554 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.555 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.556 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.559 | 30440 | Recursively removing directory: /tmp/git.KnaLB3/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.561 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.561 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.561 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.561 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.561 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.561 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nR14ZK +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.562 | 30443 | Recursively removing directory: /tmp/git.HX5wGQ/ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.561 | 49472 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.561 | 30439 | Removed run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.561 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.561 | 30439 | Assigned run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.562 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.563 | 49471 | Marked run 1875 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.563 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.564 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.564 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.564 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.565 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.565 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.565 | 49474 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.565 | 30439 | Removed run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.565 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.565 | 30439 | Assigned run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.565 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4k0Vw8 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.565 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.567 | 49473 | Marked run 1876 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.567 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.567 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.568 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.570 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.571 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.573 | 30440 | Recursively removing directory: /tmp/git.nR14ZK/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.574 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.575 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.575 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.575 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.575 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.575 | 49486 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.575 | 30439 | Removed run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.575 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.575 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.575 | 30439 | Assigned run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.575 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Vfwkpe +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.577 | 49484 | Marked run 1877 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.577 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.577 | 30443 | Recursively removing directory: /tmp/git.4k0Vw8/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.579 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.579 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.579 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.579 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.579 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.579 | 49490 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.579 | 30439 | Removed run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.579 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.579 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.579 | 30439 | Assigned run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.579 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YG1w8c +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.581 | 49489 | Marked run 1878 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.581 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.581 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.582 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.584 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.585 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.587 | 30440 | Recursively removing directory: /tmp/git.Vfwkpe/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.589 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.589 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.589 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.589 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.589 | 49501 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.589 | 30439 | Removed run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.589 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.589 | 30439 | Assigned run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.589 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.589 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.589 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bCtwTG +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.592 | 30443 | Recursively removing directory: /tmp/git.YG1w8c/ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.592 | 49500 | Marked run 1879 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.592 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.593 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.593 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.593 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.593 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.593 | 49506 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.593 | 30439 | Removed run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.593 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.593 | 30439 | Assigned run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.593 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.594 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2dC5GX +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.594 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.595 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.596 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.596 | 49505 | Marked run 1880 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.596 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.598 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.599 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.602 | 30440 | Recursively removing directory: /tmp/git.bCtwTG/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.603 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.603 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.603 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.604 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.604 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.604 | 49519 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.604 | 30439 | Removed run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.604 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.604 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.604 | 30439 | Assigned run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.604 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dY4GVt +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.605 | 30443 | Recursively removing directory: /tmp/git.2dC5GX/ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.606 | 49518 | Marked run 1881 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.606 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.607 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.607 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.607 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.607 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.607 | 49522 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.607 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.607 | 30439 | Removed run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.607 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.607 | 30439 | Assigned run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.607 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.607 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YmqF6V +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.609 | 49521 | Marked run 1882 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.609 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.610 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.610 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.612 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.612 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.616 | 30440 | Recursively removing directory: /tmp/git.dY4GVt/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.617 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.617 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.617 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.617 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.618 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.618 | 49536 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.618 | 30439 | Removed run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.618 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.618 | 30439 | Assigned run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.618 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.618 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yYFubE +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.618 | 30443 | Recursively removing directory: /tmp/git.YmqF6V/ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.620 | 49535 | Marked run 1883 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.620 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.621 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.621 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.621 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.621 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.621 | 49538 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.621 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.621 | 30439 | Removed run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.621 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.621 | 30439 | Assigned run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.621 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.621 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oj8Z8h +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.623 | 49537 | Marked run 1884 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.623 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.625 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.626 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.626 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.627 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.632 | 30440 | Recursively removing directory: /tmp/git.yYFubE/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.633 | 30443 | Recursively removing directory: /tmp/git.oj8Z8h/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.633 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.633 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.633 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.633 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.633 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.633 | 49552 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.634 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.634 | 30439 | Removed run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.634 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.634 | 30439 | Assigned run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.634 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.A1iA2Z +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.635 | 49551 | Marked run 1885 as finished +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.636 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.636 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.636 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.636 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.636 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.636 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.636 | 49554 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.636 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.636 | 30439 | Removed run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.636 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GuzJCh +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.636 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.636 | 30439 | Assigned run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.638 | 49553 | Marked run 1886 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.638 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.640 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.641 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.641 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.642 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.647 | 30440 | Recursively removing directory: /tmp/git.A1iA2Z/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.648 | 30443 | Recursively removing directory: /tmp/git.GuzJCh/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.648 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.648 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.648 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.648 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.648 | 49568 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.648 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.648 | 30439 | Removed run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.648 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.649 | 30439 | Assigned run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.648 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.649 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NDRkvB +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.650 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.650 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.650 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.650 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.650 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.651 | 49570 | Added a new worker 13 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.651 | 30439 | Removed run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.651 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.651 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.651 | 30439 | Assigned run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.651 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.T3q8Ws +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.651 | 49567 | Marked run 1887 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.651 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.654 | 49569 | Marked run 1888 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.654 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.656 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.656 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.656 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.657 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.662 | 30440 | Recursively removing directory: /tmp/git.NDRkvB/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.662 | 30443 | Recursively removing directory: /tmp/git.T3q8Ws/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.664 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.664 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.664 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.664 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.664 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.664 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.664 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.664 | 49584 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.664 | 30439 | Removed run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.664 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.664 | 30439 | Assigned run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.664 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.664 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.664 | 49586 | Added a new worker 9 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.664 | 30439 | Removed run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.664 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.664 | 30439 | Assigned run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.665 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.664 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.664 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EbXpSG +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.664 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IOVBLj +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.666 | 49583 | Marked run 1889 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.666 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.668 | 49585 | Marked run 1890 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.668 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.670 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.670 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.670 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.671 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.676 | 30440 | Recursively removing directory: /tmp/git.IOVBLj/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.677 | 30443 | Recursively removing directory: /tmp/git.EbXpSG/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.677 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.677 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.678 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.678 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.678 | 49600 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.678 | 30439 | Removed run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.678 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.678 | 30439 | Assigned run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.678 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.678 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.678 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TCVICz +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.679 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.679 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.679 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.679 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6P15tU +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.679 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.679 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.679 | 49602 | Added a new worker 14 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.679 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.679 | 30439 | Removed run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.679 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.679 | 30439 | Assigned run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.679 | 49599 | Marked run 1891 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.679 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.681 | 49601 | Marked run 1892 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.681 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.683 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.683 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.684 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.684 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.690 | 30443 | Recursively removing directory: /tmp/git.6P15tU/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.690 | 30440 | Recursively removing directory: /tmp/git.TCVICz/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.691 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.691 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.691 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.691 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.691 | 49616 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.692 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.692 | 30439 | Removed run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.692 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.692 | 30439 | Assigned run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.692 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.692 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.692 | 49618 | Added a new worker 13 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.692 | 30439 | Removed run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.692 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.692 | 30439 | Assigned run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.692 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.691 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.691 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.692 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.692 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Jx2ZGb +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.691 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.692 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rO34IJ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.694 | 49615 | Marked run 1894 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.694 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.695 | 49617 | Marked run 1893 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.696 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.697 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.697 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.698 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.698 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.704 | 30443 | Recursively removing directory: /tmp/git.rO34IJ/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.704 | 30440 | Recursively removing directory: /tmp/git.Jx2ZGb/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.705 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.705 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.705 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.705 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.705 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.705 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.705 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.705 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.705 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.705 | 49632 | Added a new worker 15 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.705 | 49634 | Added a new worker 16 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.705 | 30439 | Removed run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.705 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.705 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.705 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.705 | 30439 | Assigned run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.705 | 30439 | Removed run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.705 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.705 | 30439 | Assigned run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.705 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.705 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.v6fVlh +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.706 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UVkoei +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.707 | 49631 | Marked run 1895 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.707 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.709 | 49633 | Marked run 1896 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.709 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.712 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.712 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.712 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.712 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.718 | 30443 | Recursively removing directory: /tmp/git.v6fVlh/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.718 | 30440 | Recursively removing directory: /tmp/git.UVkoei/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.719 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.719 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.720 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.720 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.720 | 49648 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.720 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.720 | 30439 | Removed run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.720 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.720 | 30439 | Assigned run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.720 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.720 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.720 | 49650 | Added a new worker 13 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.720 | 30439 | Removed run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.720 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.720 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.720 | 30439 | Assigned run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.720 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.720 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.720 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.720 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.720 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NVKXhY +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.721 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ALVgLQ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.722 | 49647 | Marked run 1897 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.722 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.723 | 49649 | Marked run 1898 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.723 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.725 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.726 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.726 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.727 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.732 | 30443 | Recursively removing directory: /tmp/git.NVKXhY/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.732 | 30440 | Recursively removing directory: /tmp/git.ALVgLQ/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.733 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.733 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.733 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.733 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.734 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.734 | 49664 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.734 | 30439 | Removed run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.734 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.734 | 30439 | Assigned run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.734 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.734 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mj6Y5U +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.734 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.735 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.735 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.735 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.735 | 49666 | Added a new worker 9 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.735 | 30439 | Removed run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.735 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.735 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.735 | 30439 | Assigned run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.735 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.735 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Pzk2wD +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.736 | 49663 | Marked run 1899 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.736 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.738 | 49665 | Marked run 1900 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.738 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.739 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.740 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.740 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.741 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.746 | 30443 | Recursively removing directory: /tmp/git.mj6Y5U/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.747 | 30440 | Recursively removing directory: /tmp/git.Pzk2wD/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.748 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.748 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.748 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.748 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.748 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.748 | 49680 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.748 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.748 | 30439 | Removed run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.748 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.748 | 30439 | Assigned run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.749 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.748 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6McGsg +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.749 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.749 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.749 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.749 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.749 | 49682 | Added a new worker 13 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.749 | 30439 | Removed run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.749 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.749 | 30439 | Assigned run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.749 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.749 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.llW7X9 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.750 | 49679 | Marked run 1901 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.751 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.752 | 49681 | Marked run 1902 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.752 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.754 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.754 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.755 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.755 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.760 | 30443 | Recursively removing directory: /tmp/git.6McGsg/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.760 | 30440 | Recursively removing directory: /tmp/git.llW7X9/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.762 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.762 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.762 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.762 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.762 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.762 | 49697 | Added a new worker 14 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.762 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.762 | 49698 | Added a new worker 16 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.762 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.762 | 30439 | Removed run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.762 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.762 | 30439 | Assigned run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.762 | 30439 | Removed run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.762 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.762 | 30439 | Assigned run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.763 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.762 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.762 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.762 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.762 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.762 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TaFSbc +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.763 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dBakYU +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.764 | 49696 | Marked run 1904 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.764 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.766 | 49695 | Marked run 1903 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.766 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.768 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.768 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.768 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.769 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.774 | 30440 | Recursively removing directory: /tmp/git.dBakYU/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.774 | 30443 | Recursively removing directory: /tmp/git.TaFSbc/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.775 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.775 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.775 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.776 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.776 | 49712 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.776 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.776 | 30439 | Removed run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.776 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.776 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.776 | 30439 | Assigned run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.776 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.776 | 49714 | Added a new worker 13 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.776 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.776 | 30439 | Removed run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.776 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.776 | 30439 | Assigned run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.776 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.776 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Tf4wnU +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.776 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.776 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.776 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.777 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Qeipn9 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.778 | 49711 | Marked run 1905 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.778 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.780 | 49713 | Marked run 1906 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.780 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.782 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.782 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.783 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.783 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.788 | 30440 | Recursively removing directory: /tmp/git.Tf4wnU/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.789 | 30443 | Recursively removing directory: /tmp/git.Qeipn9/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.790 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.790 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.790 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.790 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.790 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.790 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.790 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.790 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.790 | 49728 | Added a new worker 12 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.790 | 30439 | Removed run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.791 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.791 | 30439 | Assigned run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.791 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.791 | 49730 | Added a new worker 9 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.791 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.791 | 30439 | Removed run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.791 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.791 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.791 | 30439 | Assigned run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.791 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8M4nyM +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.791 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HTuS4a +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.792 | 49727 | Marked run 1907 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.792 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.793 | 49729 | Marked run 1908 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.794 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.796 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.796 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.797 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.797 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.802 | 30443 | Recursively removing directory: /tmp/git.HTuS4a/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.803 | 30440 | Recursively removing directory: /tmp/git.8M4nyM/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.804 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.804 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.804 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.804 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.804 | 49744 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.804 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.804 | 30439 | Removed run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.804 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.804 | 30439 | Assigned run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.804 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.804 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.804 | 49746 | Added a new worker 13 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.804 | 30439 | Removed run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.804 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.805 | 30439 | Assigned run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.805 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.804 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.804 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.804 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.805 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.o8TBLN +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.804 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.804 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aw1cCV +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.806 | 49743 | Marked run 1910 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.806 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.808 | 49745 | Marked run 1909 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.809 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.810 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.810 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.811 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.811 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.816 | 30440 | Recursively removing directory: /tmp/git.o8TBLN/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.816 | 30443 | Recursively removing directory: /tmp/git.aw1cCV/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.817 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.817 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.818 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.818 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.818 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.818 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.818 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.818 | 49762 | Added a new worker 15 to the queue +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.817 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.818 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HxBCEX +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.818 | 49761 | Added a new worker 16 to the queue +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.817 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.818 | 30439 | Removed run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.818 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.818 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.818 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pV9UMh +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.818 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.818 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.818 | 30439 | Assigned run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.818 | 30439 | Removed run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.818 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.818 | 30439 | Assigned run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.820 | 49759 | Marked run 1912 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.820 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.821 | 49760 | Marked run 1911 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.821 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.824 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.824 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.824 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.824 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.830 | 30440 | Recursively removing directory: /tmp/git.HxBCEX/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.830 | 30443 | Recursively removing directory: /tmp/git.pV9UMh/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.831 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.831 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.832 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.832 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.832 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.832 | 49776 | Added a new worker 12 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.832 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.832 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.832 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.832 | 30439 | Removed run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.832 | 30439 | Removed worker 12 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.832 | 30439 | Assigned run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.832 | 49778 | Added a new worker 13 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.832 | 30439 | Removed run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.832 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.832 | 30439 | Assigned run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.832 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.832 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LmrnPs +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.832 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.832 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.832 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.832 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1lKngu +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.834 | 49775 | Marked run 1913 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.834 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.836 | 49777 | Marked run 1914 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.836 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.837 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.837 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.838 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.838 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.844 | 30443 | Recursively removing directory: /tmp/git.LmrnPs/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.844 | 30440 | Recursively removing directory: /tmp/git.1lKngu/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.845 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.845 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.845 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.845 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.845 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.845 | 49792 | Added a new worker 13 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.845 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.845 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.845 | 49794 | Added a new worker 14 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.845 | 30439 | Removed run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.845 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.845 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.846 | 30439 | Assigned run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.846 | 30439 | Removed run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.846 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.846 | 30439 | Assigned run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.845 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.845 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.845 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.846 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IWubms +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.845 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.846 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.avp1cu +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.847 | 49791 | Marked run 1915 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.847 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.849 | 49793 | Marked run 1916 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.849 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.851 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.851 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.851 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.851 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.857 | 30440 | Recursively removing directory: /tmp/git.IWubms/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.859 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.859 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.858 | 30443 | Recursively removing directory: /tmp/git.avp1cu/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.859 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.859 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.859 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.859 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.859 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.859 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.859 | 49809 | Added a new worker 14 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.859 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.859 | 30439 | Removed run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.859 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.859 | 30439 | Assigned run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.859 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.859 | 49810 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.859 | 30439 | Removed run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.859 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.859 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.859 | 30439 | Assigned run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.859 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.859 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SHCMtP +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.859 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.R26Xg6 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.861 | 49808 | Marked run 1917 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.861 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.862 | 49807 | Marked run 1918 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.863 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.864 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.865 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.865 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.866 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.871 | 30440 | Recursively removing directory: /tmp/git.SHCMtP/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.871 | 30443 | Recursively removing directory: /tmp/git.R26Xg6/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.872 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.872 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.872 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.872 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.873 | 49824 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.873 | 30439 | Removed run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.873 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.873 | 30439 | Assigned run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.873 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.873 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.873 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JEZ8kj +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.873 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.873 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.874 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.874 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.874 | 49826 | Added a new worker 14 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.874 | 30439 | Removed run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.874 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.874 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.874 | 30439 | Assigned run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.874 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.874 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nkEuvv +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.875 | 49823 | Marked run 1919 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.875 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.876 | 49825 | Marked run 1920 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.876 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.878 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.879 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.879 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.879 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.885 | 30440 | Recursively removing directory: /tmp/git.JEZ8kj/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.885 | 30443 | Recursively removing directory: /tmp/git.nkEuvv/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.886 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.886 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.886 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.886 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.886 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.886 | 49840 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.886 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.886 | 30439 | Removed run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.886 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.887 | 30439 | Assigned run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.887 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2e4HjJ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.888 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.888 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.888 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.888 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.888 | 49842 | Added a new worker 14 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.888 | 30439 | Removed run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.888 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.888 | 30439 | Assigned run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.888 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.888 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.888 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7QXInO +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.889 | 49839 | Marked run 1921 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.889 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.890 | 49841 | Marked run 1922 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.891 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.892 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.893 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.893 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.894 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.898 | 30440 | Recursively removing directory: /tmp/git.2e4HjJ/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.899 | 30443 | Recursively removing directory: /tmp/git.7QXInO/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.900 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.900 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.900 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.900 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.900 | 49856 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.900 | 30439 | Removed run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.900 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.900 | 30439 | Assigned run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.900 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.900 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.900 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nvtuHI +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.902 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.902 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.902 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.902 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Mq3FOZ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.902 | 49855 | Marked run 1923 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.902 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.902 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.902 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.902 | 49858 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.902 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.902 | 30439 | Removed run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.902 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.902 | 30439 | Assigned run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.905 | 49857 | Marked run 1924 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.905 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.906 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.906 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.907 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.908 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.912 | 30440 | Recursively removing directory: /tmp/git.nvtuHI/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.914 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.914 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.914 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.914 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.914 | 49872 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.914 | 30439 | Removed run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.914 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.914 | 30439 | Assigned run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.914 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.914 | 30443 | Recursively removing directory: /tmp/git.Mq3FOZ/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.914 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.914 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.X75DSt +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.916 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.916 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.916 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.917 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.917 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.917 | 49874 | Added a new worker 9 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.917 | 30439 | Removed run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.917 | 30439 | Removed worker 9 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.917 | 30439 | Assigned run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.917 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.917 | 49871 | Marked run 1925 as finished +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.917 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NqgaIm +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.917 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.919 | 49873 | Marked run 1926 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.919 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.921 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.922 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.922 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.923 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.928 | 30440 | Recursively removing directory: /tmp/git.X75DSt/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.929 | 30443 | Recursively removing directory: /tmp/git.NqgaIm/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.929 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.929 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.929 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.929 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.929 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.930 | 49888 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.930 | 30439 | Removed run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.930 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.930 | 30439 | Assigned run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.930 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.G1TxDh +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.930 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.931 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.931 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.931 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.931 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.931 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.931 | 49890 | Added a new worker 14 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.931 | 30439 | Removed run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.931 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.931 | 30439 | Assigned run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.931 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.932 | 49887 | Marked run 1927 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.932 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.932 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1MTWJT +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.933 | 49889 | Marked run 1928 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.933 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.935 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.936 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.936 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.937 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.941 | 30440 | Recursively removing directory: /tmp/git.G1TxDh/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.943 | 30443 | Recursively removing directory: /tmp/git.1MTWJT/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.943 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.943 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.943 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.943 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.943 | 49904 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.943 | 30439 | Removed run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.943 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.943 | 30439 | Assigned run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.943 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.943 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.943 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2s13no +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.945 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.945 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.946 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.945 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.946 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.946 | 49903 | Marked run 1929 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.946 | 49906 | Added a new worker 6 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.946 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.946 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.946 | 30439 | Removed run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.946 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.946 | 30439 | Assigned run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.946 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.W6nN4G +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.947 | 49905 | Marked run 1930 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.947 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.949 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.950 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.951 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.952 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.956 | 30440 | Recursively removing directory: /tmp/git.2s13no/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.957 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.957 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.957 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.958 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.958 | 49920 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.958 | 30439 | Removed run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.958 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.958 | 30439 | Assigned run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.958 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.958 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.958 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xREhJJ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.958 | 30443 | Recursively removing directory: /tmp/git.W6nN4G/ +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.960 | 49919 | Marked run 1931 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.960 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.960 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.960 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.961 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.961 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.961 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.961 | 49922 | Added a new worker 10 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.961 | 30439 | Removed run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.961 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.961 | 30439 | Assigned run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.961 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.961 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eIsHQs +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.963 | 49921 | Marked run 1932 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.963 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.964 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.964 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.965 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.966 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.970 | 30440 | Recursively removing directory: /tmp/git.xREhJJ/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.972 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.972 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.972 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.972 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.972 | 49936 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.972 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.972 | 30439 | Removed run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.972 | 30443 | Recursively removing directory: /tmp/git.eIsHQs/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.972 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZgZwvn +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.972 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.972 | 30439 | Assigned run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.972 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.974 | 49935 | Marked run 1933 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.974 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.975 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.975 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.975 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.975 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.975 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.975 | 49938 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.975 | 30439 | Removed run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.975 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.975 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.975 | 30439 | Assigned run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.976 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.T2KTP9 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.977 | 49937 | Marked run 1934 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.977 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.979 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.980 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.980 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.981 | 30443 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.986 | 30440 | Recursively removing directory: /tmp/git.ZgZwvn/ +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.987 | 30443 | Recursively removing directory: /tmp/git.T2KTP9/ +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.987 | 30440 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.987 | 30440 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.987 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.988 | 30440 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.988 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.988 | 49952 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.988 | 30439 | Removed run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.988 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.988 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.988 | 30439 | Assigned run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.988 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pWz5o1 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.990 | 49951 | Marked run 1935 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.990 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.990 | 30443 | Process exit code: 0 +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.990 | 30443 | Process output: 57 bytes +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.990 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.990 | 30443 | Waiting for a new command +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.990 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.991 | 49954 | Added a new worker 11 to the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.991 | 30439 | Removed run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.991 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.991 | 30439 | Assigned run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.991 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.991 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DQ6xBd +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.993 | 49953 | Marked run 1936 as finished +2024-04-25 03:44:53 | INFO | 30437/cimple-server: 2024-04-25 03:44:53.993 | 30437 | Waiting for new connections +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.994 | 30440 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30440/cimple-worker: 2024-04-25 03:44:53.995 | 30440 | Going to run: ./ci +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.996 | 30443 | Checking out revision HEAD +2024-04-25 03:44:53 | INFO | 30443/cimple-worker: 2024-04-25 03:44:53.997 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.001 | 30440 | Recursively removing directory: /tmp/git.pWz5o1/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.002 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.002 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.002 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.002 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.003 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.003 | 49968 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.003 | 30439 | Removed run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.003 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.003 | 30439 | Assigned run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.003 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.003 | 30443 | Recursively removing directory: /tmp/git.DQ6xBd/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.003 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9PdbZa +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.005 | 49967 | Marked run 1937 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.005 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.006 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.006 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.006 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.006 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.006 | 49970 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.006 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.006 | 30439 | Removed run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.006 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.006 | 30439 | Assigned run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.006 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.006 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.b2xrG6 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.008 | 49969 | Marked run 1938 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.008 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.009 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.009 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.011 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.012 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.015 | 30440 | Recursively removing directory: /tmp/git.9PdbZa/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.017 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.017 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.017 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.017 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.017 | 49984 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.017 | 30439 | Removed run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.017 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.017 | 30439 | Assigned run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.017 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.018 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.T8Ng3N +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.018 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.018 | 30443 | Recursively removing directory: /tmp/git.b2xrG6/ +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.020 | 49983 | Marked run 1939 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.020 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.020 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.020 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.020 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.021 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.021 | 49986 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.021 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.021 | 30439 | Removed run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.021 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.021 | 30439 | Assigned run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.021 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.021 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0doTVw +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.022 | 49985 | Marked run 1940 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.023 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.024 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.024 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.026 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.026 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.030 | 30440 | Recursively removing directory: /tmp/git.T8Ng3N/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.032 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.032 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.032 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.032 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.032 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.032 | 50000 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.032 | 30439 | Removed run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.032 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.032 | 30439 | Assigned run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.032 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QcuEZ4 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.032 | 30443 | Recursively removing directory: /tmp/git.0doTVw/ +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.032 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.034 | 49999 | Marked run 1941 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.034 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.035 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.035 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.035 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.035 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.035 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.035 | 50002 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.035 | 30439 | Removed run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.035 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.035 | 30439 | Assigned run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.036 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.035 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.i6TVj9 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.038 | 50001 | Marked run 1942 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.039 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.039 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.040 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.042 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.042 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.045 | 30440 | Recursively removing directory: /tmp/git.QcuEZ4/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.047 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.047 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.047 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.047 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.047 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.047 | 50015 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.047 | 30439 | Removed run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.047 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.047 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.047 | 30439 | Assigned run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.047 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nwbhvH +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.048 | 30443 | Recursively removing directory: /tmp/git.i6TVj9/ +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.049 | 50014 | Marked run 1943 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.049 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.050 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.050 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.050 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.050 | 50018 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.050 | 30439 | Removed run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.050 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.050 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.050 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.050 | 30439 | Assigned run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.050 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.050 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HEzHx3 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.053 | 50017 | Marked run 1944 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.053 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.055 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.056 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.057 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.057 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.062 | 30440 | Recursively removing directory: /tmp/git.nwbhvH/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.064 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.064 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.064 | 30443 | Recursively removing directory: /tmp/git.HEzHx3/ +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.064 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.064 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.064 | 50032 | Added a new worker 10 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.064 | 30439 | Removed run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.064 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.064 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.064 | 30439 | Assigned run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.064 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.064 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vNNjSa +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.066 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.066 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.066 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.066 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.066 | 50034 | Added a new worker 14 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.066 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.066 | 30439 | Removed run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.066 | 30439 | Removed worker 14 from the queue +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.066 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.066 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ud6dTa +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.066 | 30439 | Assigned run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.067 | 50031 | Marked run 1945 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.067 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.068 | 50033 | Marked run 1946 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.069 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.070 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.071 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.071 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.071 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.077 | 30443 | Recursively removing directory: /tmp/git.Ud6dTa/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.077 | 30440 | Recursively removing directory: /tmp/git.vNNjSa/ +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.078 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.078 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.078 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.078 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.079 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.079 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.079 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.079 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.079 | 50049 | Added a new worker 15 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.079 | 30439 | Removed run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.079 | 30439 | Removed worker 15 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.079 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.079 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.079 | 30439 | Assigned run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.079 | 50050 | Added a new worker 16 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.079 | 30439 | Removed run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.079 | 30439 | Removed worker 16 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.079 | 30439 | Assigned run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.079 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.079 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.080 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tlte2b +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.080 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rgeWYN +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.081 | 50048 | Marked run 1947 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.081 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.082 | 50047 | Marked run 1948 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.082 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.084 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.084 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.085 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.085 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.091 | 30440 | Recursively removing directory: /tmp/git.tlte2b/ +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.091 | 30443 | Recursively removing directory: /tmp/git.rgeWYN/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.092 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.092 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.092 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.092 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.092 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.092 | 50064 | Added a new worker 10 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.092 | 30439 | Removed run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.092 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.092 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.093 | 30439 | Assigned run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.093 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.093 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.093 | 50066 | Added a new worker 13 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.093 | 30439 | Removed run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.093 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.093 | 30439 | Assigned run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.093 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.093 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zmPpNt +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.093 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.093 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.093 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.094 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4332eX +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.094 | 50063 | Marked run 1950 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.095 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.096 | 50065 | Marked run 1949 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.096 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.098 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.098 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.099 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.099 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.105 | 30443 | Recursively removing directory: /tmp/git.4332eX/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.105 | 30440 | Recursively removing directory: /tmp/git.zmPpNt/ +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.106 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.106 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.106 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.106 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.106 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.106 | 50080 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.106 | 30439 | Removed run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.106 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.106 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.106 | 30439 | Assigned run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.106 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.107 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.107 | 50082 | Added a new worker 13 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.107 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.107 | 30439 | Removed run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.107 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.107 | 30439 | Assigned run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.107 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jzAcb9 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.106 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.106 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.107 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.107 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.grl5Om +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.108 | 50079 | Marked run 1952 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.109 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.110 | 50081 | Marked run 1951 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.110 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.112 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.112 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.112 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.112 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.118 | 30440 | Recursively removing directory: /tmp/git.grl5Om/ +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.118 | 30443 | Recursively removing directory: /tmp/git.jzAcb9/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.119 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.119 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.120 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.120 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.120 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.120 | 50096 | Added a new worker 10 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.120 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.120 | 30439 | Removed run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.120 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.120 | 30439 | Assigned run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.120 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.120 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.120 | 50098 | Added a new worker 13 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.120 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.120 | 30439 | Removed run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.120 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.120 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.120 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kuiLN8 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.120 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.120 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.120 | 30439 | Assigned run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.120 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rdUg0r +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.123 | 50095 | Marked run 1954 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.123 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.124 | 50097 | Marked run 1953 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.124 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.126 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.126 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.126 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.127 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.132 | 30440 | Recursively removing directory: /tmp/git.kuiLN8/ +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.133 | 30443 | Recursively removing directory: /tmp/git.rdUg0r/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.134 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.134 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.134 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.134 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.134 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.134 | 50112 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.134 | 30439 | Removed run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.134 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FZzRiy +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.134 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.134 | 30439 | Assigned run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.134 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.136 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.136 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.136 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.136 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.136 | 50111 | Marked run 1955 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.136 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.136 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.136 | 50114 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.136 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.136 | 30439 | Removed run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.136 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.137 | 30439 | Assigned run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.137 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HLdwt7 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.138 | 50113 | Marked run 1956 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.138 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.139 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.140 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.141 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.142 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.146 | 30440 | Recursively removing directory: /tmp/git.FZzRiy/ +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.148 | 30443 | Recursively removing directory: /tmp/git.HLdwt7/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.148 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.148 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.148 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.148 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.148 | 50128 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.148 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.148 | 30439 | Removed run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.148 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.148 | 30439 | Assigned run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.148 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.148 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jbVCu8 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.149 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.149 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.149 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.150 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.150 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.150 | 50130 | Added a new worker 13 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.150 | 30439 | Removed run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.150 | 30439 | Removed worker 13 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.150 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.150 | 30439 | Assigned run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.150 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nXTOGR +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.151 | 50127 | Marked run 1957 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.151 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.154 | 50129 | Marked run 1958 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.154 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.155 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.155 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.156 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.157 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.161 | 30440 | Recursively removing directory: /tmp/git.jbVCu8/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.163 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.163 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.163 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.163 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.163 | 30443 | Recursively removing directory: /tmp/git.nXTOGR/ +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.163 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.163 | 50144 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.163 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.163 | 30439 | Removed run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.163 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.163 | 30439 | Assigned run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.163 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OoILRb +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.165 | 50143 | Marked run 1959 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.165 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.166 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.166 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.166 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.166 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.166 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.166 | 50146 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.166 | 30439 | Removed run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.166 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.166 | 30439 | Assigned run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.166 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.166 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DdIhTc +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.168 | 50145 | Marked run 1960 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.168 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.169 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.170 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.171 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.172 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.175 | 30440 | Recursively removing directory: /tmp/git.OoILRb/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.177 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.177 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.177 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.177 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.177 | 50160 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.177 | 30439 | Removed run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.177 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.177 | 30439 | Assigned run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.177 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.177 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.177 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RgyJR1 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.178 | 30443 | Recursively removing directory: /tmp/git.DdIhTc/ +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.179 | 50159 | Marked run 1961 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.179 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.180 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.180 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.180 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.181 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.181 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.181 | 50162 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.181 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.181 | 30439 | Removed run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.181 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.181 | 30439 | Assigned run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.182 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AVP0Aw +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.182 | 50161 | Marked run 1962 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.182 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.183 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.184 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.186 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.186 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.189 | 30440 | Recursively removing directory: /tmp/git.RgyJR1/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.190 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.190 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.191 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.191 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.191 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.191 | 50175 | Added a new worker 10 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.191 | 30439 | Removed run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.191 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.191 | 30439 | Assigned run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.191 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.191 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4PCV5x +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.193 | 30443 | Recursively removing directory: /tmp/git.AVP0Aw/ +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.194 | 50174 | Marked run 1963 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.194 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.195 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.195 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.195 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.195 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.195 | 50178 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.195 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.195 | 30439 | Removed run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.195 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.195 | 30439 | Assigned run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.195 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.195 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.klfBrG +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.197 | 50177 | Marked run 1964 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.197 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.197 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.198 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.200 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.200 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.203 | 30440 | Recursively removing directory: /tmp/git.4PCV5x/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.204 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.204 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.205 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.205 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.205 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.205 | 50191 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.205 | 30439 | Removed run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.205 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.205 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.205 | 30439 | Assigned run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.205 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.j829yQ +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.207 | 50190 | Marked run 1965 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.207 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.207 | 30443 | Recursively removing directory: /tmp/git.klfBrG/ +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.209 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.209 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.209 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.209 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.209 | 50194 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.209 | 30439 | Removed run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.209 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.209 | 30439 | Assigned run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.209 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.209 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0AFB3A +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.210 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.211 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.211 | 50193 | Marked run 1966 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.211 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.212 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.214 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.215 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.217 | 30440 | Recursively removing directory: /tmp/git.j829yQ/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.219 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.219 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.219 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.219 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.219 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.219 | 50207 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.219 | 30439 | Removed run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.219 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.219 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.219 | 30439 | Assigned run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.220 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zIjOAe +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.221 | 30443 | Recursively removing directory: /tmp/git.0AFB3A/ +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.221 | 50206 | Marked run 1967 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.221 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.222 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.222 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.222 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.222 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.223 | 50210 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.223 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.223 | 30439 | Removed run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.223 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.223 | 30439 | Assigned run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.222 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.223 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RFKQOa +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.224 | 50209 | Marked run 1968 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.224 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.225 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.226 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.227 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.228 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.231 | 30440 | Recursively removing directory: /tmp/git.zIjOAe/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.233 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.233 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.233 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.233 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.233 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.233 | 50223 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.233 | 30439 | Removed run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.233 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.233 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.233 | 30439 | Assigned run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.234 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2zcwNf +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.234 | 30443 | Recursively removing directory: /tmp/git.RFKQOa/ +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.235 | 50222 | Marked run 1969 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.235 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.236 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.236 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.236 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.236 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.236 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.236 | 50226 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.236 | 30439 | Removed run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.236 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.236 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.236 | 30439 | Assigned run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.237 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VwLqDQ +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.238 | 50225 | Marked run 1970 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.238 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.239 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.240 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.241 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.242 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.246 | 30440 | Recursively removing directory: /tmp/git.2zcwNf/ +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.247 | 30443 | Recursively removing directory: /tmp/git.VwLqDQ/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.247 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.247 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.248 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.248 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.248 | 50240 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.248 | 30439 | Removed run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.248 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.248 | 30439 | Assigned run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.248 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.248 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.caxvPD +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.248 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.249 | 50239 | Marked run 1971 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.250 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.250 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.250 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.250 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.250 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.250 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DszuiD +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.250 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.250 | 50242 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.250 | 30439 | Removed run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.250 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.250 | 30439 | Assigned run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.250 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.252 | 50241 | Marked run 1972 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.252 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.253 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.254 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.255 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.256 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.260 | 30440 | Recursively removing directory: /tmp/git.caxvPD/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.261 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.261 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.261 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.262 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.262 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.262 | 50256 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.262 | 30439 | Removed run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.262 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.262 | 30439 | Assigned run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.262 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.262 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.STaZq6 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.262 | 30443 | Recursively removing directory: /tmp/git.DszuiD/ +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.264 | 50255 | Marked run 1973 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.264 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.265 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.265 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.265 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.265 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.265 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.265 | 50258 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.265 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.265 | 30439 | Removed run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.265 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.265 | 30439 | Assigned run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.266 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MfM0lw +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.267 | 50257 | Marked run 1974 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.267 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.268 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.268 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.270 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.271 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.274 | 30440 | Recursively removing directory: /tmp/git.STaZq6/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.276 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.276 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.276 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.276 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.276 | 50272 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.276 | 30439 | Removed run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.276 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.276 | 30439 | Assigned run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.276 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.276 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.276 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CiK1UQ +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.277 | 30443 | Recursively removing directory: /tmp/git.MfM0lw/ +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.278 | 50271 | Marked run 1975 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.278 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.279 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.279 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.279 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.279 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.279 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.279 | 50274 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.279 | 30439 | Removed run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.279 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.279 | 30439 | Assigned run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.280 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.280 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fYzOc5 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.281 | 50273 | Marked run 1976 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.281 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.282 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.283 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.284 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.285 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.288 | 30440 | Recursively removing directory: /tmp/git.CiK1UQ/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.290 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.290 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.290 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.290 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.290 | 50287 | Added a new worker 10 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.290 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.290 | 30439 | Removed run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.290 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.290 | 30439 | Assigned run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.290 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.291 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NtoYEi +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.292 | 30443 | Recursively removing directory: /tmp/git.fYzOc5/ +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.292 | 50286 | Marked run 1977 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.293 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.293 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.293 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.293 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.293 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.294 | 50290 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.294 | 30439 | Removed run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.294 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.294 | 30439 | Assigned run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.294 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.293 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.294 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IvXTZj +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.295 | 50289 | Marked run 1978 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.295 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.297 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.298 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.298 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.299 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.304 | 30440 | Recursively removing directory: /tmp/git.NtoYEi/ +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.305 | 30443 | Recursively removing directory: /tmp/git.IvXTZj/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.305 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.305 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.305 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.305 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.305 | 50304 | Added a new worker 10 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.305 | 30439 | Removed run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.305 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.305 | 30439 | Assigned run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.306 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.305 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.306 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Isr6pV +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.307 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.307 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.307 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.308 | 50303 | Marked run 1979 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.308 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.308 | 50306 | Added a new worker 6 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.308 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.308 | 30439 | Removed run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.308 | 30439 | Removed worker 6 from the queue +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.308 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.308 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tgBsrH +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.308 | 30439 | Assigned run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.308 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.310 | 50305 | Marked run 1980 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.310 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.311 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.312 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.312 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.313 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.317 | 30440 | Recursively removing directory: /tmp/git.Isr6pV/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.319 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.319 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.319 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.319 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.319 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.319 | 50320 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.319 | 30439 | Removed run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.319 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.319 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.319 | 30439 | Assigned run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.319 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.v8dm7o +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.319 | 30443 | Recursively removing directory: /tmp/git.tgBsrH/ +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.321 | 50319 | Marked run 1981 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.321 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.322 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.322 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.322 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.322 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.322 | 50322 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.322 | 30439 | Removed run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.322 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.322 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.322 | 30439 | Assigned run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.322 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.322 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EfL3tT +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.324 | 50321 | Marked run 1982 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.324 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.325 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.326 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.327 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.328 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.331 | 30440 | Recursively removing directory: /tmp/git.v8dm7o/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.333 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.333 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.333 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.333 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.333 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.333 | 50336 | Added a new worker 10 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.333 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.333 | 30439 | Removed run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.333 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.333 | 30439 | Assigned run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.333 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ghj2C8 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.334 | 30443 | Recursively removing directory: /tmp/git.EfL3tT/ +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.336 | 50335 | Marked run 1983 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.336 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.336 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.336 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.337 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.336 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.337 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.337 | 50338 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.337 | 30439 | Removed run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.337 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.337 | 30439 | Assigned run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.337 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.337 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.k4p0CC +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.338 | 50337 | Marked run 1984 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.338 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.339 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.340 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.342 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.342 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.346 | 30440 | Recursively removing directory: /tmp/git.ghj2C8/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.347 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.347 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.347 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.348 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.348 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.348 | 50352 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.348 | 30439 | Removed run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.348 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.348 | 30439 | Assigned run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.348 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.348 | 30443 | Recursively removing directory: /tmp/git.k4p0CC/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.349 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.G5NHRK +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.350 | 50351 | Marked run 1985 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.350 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.350 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.350 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.351 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.351 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.351 | 50354 | Added a new worker 10 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.351 | 30439 | Removed run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.351 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.351 | 30439 | Assigned run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.351 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.351 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.351 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JPj66p +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.353 | 50353 | Marked run 1986 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.353 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.354 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.355 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.356 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.356 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.360 | 30440 | Recursively removing directory: /tmp/git.G5NHRK/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.362 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.362 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.362 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.362 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.362 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.362 | 50368 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.362 | 30439 | Removed run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.362 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.362 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.362 | 30439 | Assigned run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.363 | 30443 | Recursively removing directory: /tmp/git.JPj66p/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.363 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OHM2jS +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.364 | 50367 | Marked run 1987 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.364 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.365 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.365 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.365 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.365 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.365 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.365 | 50370 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.365 | 30439 | Removed run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.365 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.365 | 30439 | Assigned run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.366 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.366 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.c7iuuL +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.367 | 50369 | Marked run 1988 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.367 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.368 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.369 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.371 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.371 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.375 | 30440 | Recursively removing directory: /tmp/git.OHM2jS/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.376 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.376 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.376 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.376 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.376 | 50384 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.376 | 30439 | Removed run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.376 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.377 | 30439 | Assigned run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.377 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.376 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.377 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7z7CR6 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.378 | 30443 | Recursively removing directory: /tmp/git.c7iuuL/ +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.378 | 50383 | Marked run 1989 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.379 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.380 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.380 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.380 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.380 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.380 | 50386 | Added a new worker 10 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.380 | 30439 | Removed run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.380 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.380 | 30439 | Assigned run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.380 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.380 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MQRlsP +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.381 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.382 | 50385 | Marked run 1990 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.382 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.383 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.383 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.385 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.386 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.389 | 30440 | Recursively removing directory: /tmp/git.7z7CR6/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.391 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.391 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.391 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.391 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.391 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.391 | 50400 | Added a new worker 10 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.391 | 30439 | Removed run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.391 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.391 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.391 | 30439 | Assigned run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.391 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VcKPji +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.392 | 30443 | Recursively removing directory: /tmp/git.MQRlsP/ +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.393 | 50399 | Marked run 1991 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.393 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.394 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.394 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.394 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.394 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.394 | 50402 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.394 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.395 | 30439 | Removed run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.395 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.395 | 30439 | Assigned run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.394 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.395 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.talAaz +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.396 | 50401 | Marked run 1992 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.396 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.397 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.398 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.399 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.400 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.404 | 30440 | Recursively removing directory: /tmp/git.VcKPji/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.405 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.405 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.405 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.405 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.405 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.405 | 50416 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.406 | 30439 | Removed run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.406 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.406 | 30439 | Assigned run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.406 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.406 | 30443 | Recursively removing directory: /tmp/git.talAaz/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.406 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lATQRb +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.408 | 50415 | Marked run 1993 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.408 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.409 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.409 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.409 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.409 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.409 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.409 | 50418 | Added a new worker 10 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.409 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.409 | 30439 | Removed run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.409 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.409 | 30439 | Assigned run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.409 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.l5ShF8 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.411 | 50417 | Marked run 1994 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.411 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.412 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.413 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.414 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.414 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.419 | 30440 | Recursively removing directory: /tmp/git.lATQRb/ +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.420 | 30443 | Recursively removing directory: /tmp/git.l5ShF8/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.421 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.421 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.421 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.421 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.421 | 50432 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.421 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.421 | 30439 | Removed run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.421 | 30439 | Removed worker 11 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.421 | 30439 | Assigned run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.421 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.421 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GI9su3 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.422 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.422 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.423 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.423 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.423 | 50434 | Added a new worker 8 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.423 | 30439 | Removed run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.423 | 30439 | Removed worker 8 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.423 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.423 | 30439 | Assigned run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.423 | 50431 | Marked run 1995 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.423 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.423 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.423 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dqEu9J +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.425 | 50433 | Marked run 1996 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.425 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.427 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.428 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.429 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.429 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.434 | 30440 | Recursively removing directory: /tmp/git.GI9su3/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.435 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.435 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.435 | 30443 | Recursively removing directory: /tmp/git.dqEu9J/ +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.435 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.435 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.435 | 50448 | Added a new worker 10 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.435 | 30439 | Removed run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.435 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.435 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.435 | 30439 | Assigned run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.436 | 30440 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Aly9vE +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.436 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.437 | 50447 | Marked run 1997 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.438 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.438 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.438 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.438 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.438 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.438 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.438 | 50450 | Added a new worker 10 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.438 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.438 | 30439 | Removed run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.438 | 30439 | Removed worker 10 from the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.438 | 30439 | Assigned run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.438 | 30443 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iT4BOI +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.440 | 50449 | Marked run 1998 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.440 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.441 | 30440 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.442 | 30440 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.442 | 30443 | Checking out revision HEAD +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.443 | 30443 | Going to run: ./ci +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.448 | 30440 | Recursively removing directory: /tmp/git.Aly9vE/ +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.449 | 30440 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.449 | 30440 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.449 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.449 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.449 | 50464 | Added a new worker 11 to the queue +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.449 | 30443 | Recursively removing directory: /tmp/git.iT4BOI/ +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.450 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.449 | 30440 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.451 | 50463 | Marked run 1999 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.451 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.452 | 30443 | Process exit code: 0 +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.452 | 30443 | Process output: 57 bytes +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.452 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.452 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.452 | 50466 | Added a new worker 12 to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.452 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.452 | 30443 | Waiting for a new command +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.453 | 50465 | Marked run 2000 as finished +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.453 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.468 | 50469 | Adding a run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.469 | 50469 | Adding a run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.470 | 50469 | Adding a run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.471 | 50469 | Adding a run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.471 | 50469 | Adding a run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.471 | 50469 | Adding a run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.471 | 50469 | Adding a run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.471 | 50469 | Adding a run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.471 | 50469 | Adding a run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.471 | 50469 | Adding a run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.471 | 50469 | Adding a run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.471 | 50469 | Adding a run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.471 | 50469 | Adding a run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.471 | 50469 | Adding a run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.472 | 50469 | Adding a run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.474 | 50469 | Adding a run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.475 | 50469 | Adding a run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.476 | 50469 | Adding a run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.477 | 50469 | Adding a run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.478 | 50469 | Adding a run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.478 | 50469 | Adding a run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.478 | 50469 | Adding a run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.479 | 50469 | Adding a run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.481 | 50469 | Adding a run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.482 | 50469 | Adding a run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.484 | 50469 | Adding a run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.486 | 50469 | Adding a run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.487 | 50469 | Adding a run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.489 | 50469 | Adding a run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.490 | 50469 | Adding a run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.491 | 50469 | Adding a run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.491 | 50469 | Adding a run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.491 | 50469 | Adding a run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.491 | 50469 | Adding a run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.491 | 50469 | Adding a run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.491 | 50469 | Adding a run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.491 | 50469 | Adding a run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.491 | 50469 | Adding a run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.491 | 50469 | Adding a run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.491 | 50469 | Adding a run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.491 | 50469 | Adding a run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.491 | 50469 | Adding a run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.491 | 50469 | Adding a run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.491 | 50469 | Adding a run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.491 | 50469 | Adding a run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.491 | 50469 | Adding a run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.491 | 50469 | Adding a run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.491 | 50469 | Adding a run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.491 | 50469 | Adding a run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.491 | 50469 | Adding a run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.491 | 50469 | Adding a run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.491 | 50469 | Adding a run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.491 | 50469 | Adding a run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.492 | 50469 | Adding a run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.494 | 50469 | Adding a run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.495 | 50469 | Adding a run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.497 | 50469 | Adding a run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.499 | 50469 | Adding a run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.500 | 50469 | Adding a run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.502 | 50469 | Adding a run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.503 | 50469 | Adding a run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.503 | 50469 | Adding a run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.503 | 50469 | Adding a run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.503 | 50469 | Adding a run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.503 | 50469 | Adding a run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.503 | 50469 | Adding a run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.503 | 50469 | Adding a run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.503 | 50469 | Adding a run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.503 | 50469 | Adding a run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.503 | 50469 | Adding a run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.504 | 50469 | Adding a run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.505 | 50469 | Adding a run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.507 | 50469 | Adding a run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.508 | 50469 | Adding a run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.509 | 50469 | Adding a run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.509 | 50469 | Adding a run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.509 | 50469 | Adding a run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.509 | 50469 | Adding a run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.510 | 50469 | Adding a run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.512 | 50469 | Adding a run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.513 | 50469 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.518 | 30437 | Waiting for new connections +2024-04-25 03:44:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:44:54 | 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-04-25 03:44:54 | INFO | Terminating process 30443/cimple-worker +2024-04-25 03:44:54 | INFO | 30443/cimple-worker: 2024-04-25 03:44:54.544 | 30443 | Shutting down +2024-04-25 03:44:54 | INFO | Terminating process 30440/cimple-worker +2024-04-25 03:44:54 | INFO | 30440/cimple-worker: 2024-04-25 03:44:54.545 | 30440 | Shutting down +2024-04-25 03:44:54 | INFO | Terminating process 30437/cimple-server +2024-04-25 03:44:54 | INFO | 30437/cimple-server: 2024-04-25 03:44:54.547 | 30437 | Shutting down
Passedsrc/test_repo.py::test_repo_stress[output_long-numof_clients=10-runs_per_client=50]7.50
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:44:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/cimple.sqlite'] +2024-04-25 03:44:54 | INFO | Process 50470/cimple-server has started +2024-04-25 03:44:54 | INFO | 50470/cimple-server: 2024-04-25 03:44:54.574 | 50470 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/cimple.sqlite +2024-04-25 03:44:54 | INFO | 50470/cimple-server: 2024-04-25 03:44:54.574 | 50470 | SQLite database version: 0 +2024-04-25 03:44:54 | INFO | 50470/cimple-server: 2024-04-25 03:44:54.574 | 50470 | Newest database version: 1 +2024-04-25 03:44:54 | INFO | 50470/cimple-server: 2024-04-25 03:44:54.574 | 50470 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:44:54 | INFO | 50470/cimple-server: 2024-04-25 03:44:54.584 | 50470 | Waiting for new connections +2024-04-25 03:44:54 | INFO | Process 50470/cimple-server is ready +2024-04-25 03:44:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:54 | INFO | Process 50473/cimple-worker has started +2024-04-25 03:44:54 | INFO | 50470/cimple-server: 2024-04-25 03:44:54.593 | 50470 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 50470/cimple-server: 2024-04-25 03:44:54.593 | 50475 | Added a new worker 8 to the queue +2024-04-25 03:44:54 | INFO | 50470/cimple-server: 2024-04-25 03:44:54.593 | 50470 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 50473/cimple-worker: 2024-04-25 03:44:54.593 | 50473 | Waiting for a new command +2024-04-25 03:44:54 | INFO | Process 50473/cimple-worker is ready +2024-04-25 03:44:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:44:54 | INFO | Process 50476/cimple-worker has started +2024-04-25 03:44:54 | INFO | 50470/cimple-server: 2024-04-25 03:44:54.601 | 50470 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 50470/cimple-server: 2024-04-25 03:44:54.601 | 50478 | Added a new worker 9 to the queue +2024-04-25 03:44:54 | INFO | 50470/cimple-server: 2024-04-25 03:44:54.601 | 50470 | Waiting for new connections +2024-04-25 03:44:54 | INFO | 50476/cimple-worker: 2024-04-25 03:44:54.601 | 50476 | Waiting for a new command +2024-04-25 03:44:54 | INFO | Process 50476/cimple-worker is ready +2024-04-25 03:44:54 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/cimple.sqlite +2024-04-25 03:44:54 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:44:54 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:44:54 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:44:54 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:44:54 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:44:54 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:44:54 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:44:54 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:44:54 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:44:54 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-04-25 03:44:54 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-04-25 03:44:54 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-04-25 03:44:54 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-04-25 03:44:54 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:44:55 | INFO | Executing 50 clients +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Executing 50 clients +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Executing 50 clients +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.070 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.076 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.076 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Executing 50 clients +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.091 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.092 | 50507 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.092 | 50472 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.092 | 50472 | Removed worker 8 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.092 | 50472 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.093 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.092 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.0sT4Lc +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.098 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.098 | 50473 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.100 | 50473 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | Executing 50 clients +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.103 | 50508 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.104 | 50472 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.104 | 50472 | Removed worker 9 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.104 | 50472 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.104 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.nowN4K +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.104 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.105 | 50509 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.106 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Executing 50 clients +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Executing 50 clients +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.108 | 50515 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.108 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.110 | 50512 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.111 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.110 | 50476 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.111 | 50476 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.115 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.116 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.118 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.118 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.121 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.122 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.124 | 50527 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.126 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.127 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.128 | 50529 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.128 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.132 | 50534 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.133 | 50531 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.133 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.133 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.134 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.134 | 50530 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.136 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.137 | 50532 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.137 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.138 | 50542 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.139 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.139 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.143 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.143 | 50547 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.143 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.146 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.149 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.149 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Executing 50 clients +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.146 | 50473 | Recursively removing directory: /tmp/git.0sT4Lc/ +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.148 | 50473 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.148 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | Executing 50 clients +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.149 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Executing 50 clients +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.152 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.152 | 50554 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.153 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.153 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.153 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.151 | 50476 | Recursively removing directory: /tmp/git.nowN4K/ +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.153 | 50476 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.153 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.155 | 50560 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.155 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.156 | 50557 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.157 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.157 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.157 | 50473 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.157 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.157 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.158 | 50562 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.158 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.158 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.159 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.159 | 50572 | Added a new worker 27 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.159 | 50472 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.159 | 50472 | Removed worker 27 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.159 | 50472 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 27 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.159 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.159 | 50563 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.159 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.A23oAB +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.160 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.161 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.163 | 50564 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.163 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.163 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.165 | 50567 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.165 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.166 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.166 | 50476 | Waiting for a new command +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.167 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.167 | 50569 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.168 | 50473 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.169 | 50473 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.169 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.169 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.169 | 50583 | Added a new worker 29 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.170 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.170 | 50579 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.170 | 50472 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.170 | 50472 | Removed worker 29 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.170 | 50472 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 29 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.171 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.172 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.170 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9ezhpM +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.174 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.175 | 50568 | Marked run 1 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.176 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.176 | 50476 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.177 | 50476 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.177 | 50581 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.178 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.178 | 50575 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.178 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.179 | 50573 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.180 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.180 | 50577 | Added a new run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.181 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.182 | 50585 | Added a new run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.182 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.183 | 50587 | Added a new run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.184 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.185 | 50588 | Added a new run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.186 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.186 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.187 | 50590 | Added a new run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.187 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.187 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.188 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.189 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.189 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.190 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.190 | 50574 | Marked run 2 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.191 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.191 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.192 | 50473 | Recursively removing directory: /tmp/git.A23oAB/ +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.192 | 50593 | Added a new run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.193 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.194 | 50599 | Added a new run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.194 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.195 | 50473 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.195 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.195 | 50606 | Added a new run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.196 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.196 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.198 | 50614 | Added a new run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.198 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.198 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.200 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.200 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.200 | 50615 | Added a new run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.200 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.201 | 50476 | Recursively removing directory: /tmp/git.9ezhpM/ +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.201 | 50610 | Added a new run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.202 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.203 | 50612 | Added a new run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.203 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.205 | 50627 | Added a new run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.205 | 50476 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.205 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.206 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.206 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.206 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.207 | 50625 | Added a new run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.207 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.208 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.208 | 50473 | Waiting for a new command +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.209 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.209 | 50638 | Added a new worker 27 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.209 | 50472 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.209 | 50472 | Removed worker 27 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.209 | 50472 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 27 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.209 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.209 | 50630 | Added a new run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.210 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Raxk9z +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.210 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.210 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.210 | 50616 | Added a new run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.211 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.213 | 50637 | Added a new run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.213 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.214 | 50617 | Added a new run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.214 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.215 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.217 | 50476 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.216 | 50620 | Added a new run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.217 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.217 | 50649 | Added a new worker 23 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.217 | 50472 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.217 | 50472 | Removed worker 23 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.217 | 50472 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 23 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.217 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.BKShpo +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.218 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.218 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.219 | 50473 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.219 | 50635 | Added a new run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.220 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.220 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.220 | 50473 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.222 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.223 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.223 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.225 | 50629 | Marked run 3 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.225 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.226 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.226 | 50476 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.226 | 50633 | Added a new run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.227 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.227 | 50476 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.228 | 50640 | Added a new run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.229 | 50644 | Added a new run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.230 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.232 | 50642 | Marked run 4 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.232 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.233 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.233 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.234 | 50647 | Added a new run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.235 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.235 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.236 | 50650 | Added a new run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.236 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.238 | 50654 | Added a new run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.238 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.238 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.237 | 50473 | Recursively removing directory: /tmp/git.Raxk9z/ +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.239 | 50473 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.239 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.240 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.241 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.242 | 50652 | Added a new run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.242 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.243 | 50655 | Added a new run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.244 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.245 | 50656 | Added a new run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.246 | 50476 | Recursively removing directory: /tmp/git.BKShpo/ +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.245 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.246 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.249 | 50473 | Waiting for a new command +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.248 | 50476 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.248 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.247 | 50658 | Added a new run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.248 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.248 | 50671 | Added a new run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.249 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.249 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.249 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.250 | 50670 | Added a new run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.250 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.250 | 50690 | Added a new worker 10 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.250 | 50472 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.250 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.250 | 50472 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.250 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.251 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.aLAJBj +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.253 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.253 | 50672 | Added a new run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.253 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.253 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.254 | 50678 | Added a new run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.255 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.256 | 50681 | Added a new run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.256 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.258 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.258 | 50682 | Added a new run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.259 | 50473 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.259 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.260 | 50473 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.261 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.261 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.263 | 50476 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.263 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.264 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.264 | 50687 | Added a new run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.264 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.264 | 50685 | Marked run 5 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.265 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.265 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.266 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.266 | 50705 | Added a new worker 29 to the queue +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.266 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.PAY0ZD +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.266 | 50698 | Added a new run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.266 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.266 | 50472 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.266 | 50472 | Removed worker 29 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.266 | 50472 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 29 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.267 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.268 | 50694 | Added a new run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.269 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.269 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.269 | 50702 | Added a new run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.270 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.271 | 50700 | Added a new run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.271 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.272 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.272 | 50703 | Added a new run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.272 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.273 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.274 | 50476 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.274 | 50706 | Added a new run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.274 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.275 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.275 | 50689 | Added a new run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.275 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.275 | 50476 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.277 | 50710 | Added a new run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.277 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.278 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.279 | 50708 | Added a new run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.279 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.281 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.281 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.282 | 50693 | Marked run 6 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.282 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.282 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.283 | 50717 | Added a new run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.284 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.285 | 50721 | Added a new run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.285 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.286 | 50473 | Recursively removing directory: /tmp/git.aLAJBj/ +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.287 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.287 | 50716 | Added a new run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.287 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.289 | 50734 | Added a new run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.289 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.290 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.291 | 50473 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.291 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.292 | 50713 | Added a new run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.293 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.293 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.293 | 50476 | Recursively removing directory: /tmp/git.PAY0ZD/ +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.294 | 50725 | Added a new run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.295 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.295 | 50476 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.295 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.296 | 50732 | Added a new run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.296 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.297 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.298 | 50727 | Added a new run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.298 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.298 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.299 | 50736 | Added a new run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.300 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.301 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.301 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.301 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.301 | 50733 | Added a new run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.302 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.302 | 50473 | Waiting for a new command +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.302 | 50741 | Added a new run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.303 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.304 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.304 | 50746 | Added a new run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.304 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.305 | 50757 | Added a new worker 11 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.305 | 50472 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.305 | 50472 | Removed worker 11 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.305 | 50472 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 11 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.305 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.305 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.lAZA0m +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.306 | 50759 | Added a new run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.307 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.307 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.309 | 50751 | Marked run 7 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.310 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.310 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.311 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.311 | 50476 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.311 | 50767 | Added a new worker 24 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.311 | 50472 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.311 | 50472 | Removed worker 24 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.311 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.311 | 50472 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 24 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.311 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.zNN6iC +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.311 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.311 | 50752 | Added a new run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.312 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.312 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.313 | 50765 | Added a new run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.314 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.315 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.316 | 50748 | Added a new run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.317 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.317 | 50476 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.317 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.318 | 50476 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.318 | 50754 | Added a new run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.318 | 50473 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.319 | 50473 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.319 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.319 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.320 | 50766 | Added a new run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.320 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.322 | 50747 | Added a new run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.322 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.322 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.324 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.325 | 50758 | Marked run 8 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.325 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.326 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.326 | 50768 | Added a new run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.326 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.327 | 50777 | Added a new run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.328 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.328 | 50769 | Added a new run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.328 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.329 | 50770 | Added a new run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.330 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.331 | 50773 | Added a new run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.331 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.332 | 50775 | Added a new run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.333 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.333 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.333 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.334 | 50762 | Added a new run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.335 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.335 | 50781 | Added a new run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.335 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.337 | 50783 | Added a new run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.337 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.339 | 50788 | Added a new run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.339 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.340 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.339 | 50473 | Recursively removing directory: /tmp/git.lAZA0m/ +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.341 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.342 | 50804 | Added a new run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.342 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.342 | 50473 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.342 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.342 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.343 | 50476 | Recursively removing directory: /tmp/git.zNN6iC/ +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.343 | 50802 | Added a new run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.343 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.344 | 50803 | Added a new run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.345 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.345 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.346 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.347 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.348 | 50813 | Added a new run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.348 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.348 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.347 | 50476 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.347 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.349 | 50812 | Added a new run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.349 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.350 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.351 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.352 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.353 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.353 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.353 | 50820 | Added a new run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.354 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.355 | 50806 | Added a new run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.355 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.356 | 50817 | Added a new run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.356 | 50473 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.356 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.357 | 50814 | Added a new run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.358 | 50831 | Added a new worker 17 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.358 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.358 | 50472 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.358 | 50472 | Removed worker 17 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.358 | 50472 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 17 +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.359 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.wBVVKq +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.359 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.360 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.360 | 50835 | Added a new worker 17 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.360 | 50472 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.360 | 50472 | Removed worker 17 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.360 | 50472 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 17 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.359 | 50476 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.360 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CzZdeg +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.361 | 50822 | Added a new run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.361 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.362 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.364 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.365 | 50824 | Added a new run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.365 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.367 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.368 | 50827 | Added a new run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.368 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.369 | 50476 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.369 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.369 | 50836 | Added a new run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.370 | 50473 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.370 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.371 | 50476 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.371 | 50473 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.372 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.373 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.373 | 50825 | Marked run 9 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.373 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.374 | 50811 | Added a new run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.375 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.375 | 50833 | Added a new run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.376 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.376 | 50828 | Added a new run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.377 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.378 | 50819 | Added a new run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.378 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.378 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.379 | 50838 | Added a new run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.379 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.380 | 50839 | Added a new run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.381 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.382 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.382 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.382 | 50841 | Added a new run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.383 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.385 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.385 | 50476 | Recursively removing directory: /tmp/git.CzZdeg/ +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.386 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.386 | 50826 | Marked run 10 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.386 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.387 | 50843 | Added a new run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.388 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.388 | 50476 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.388 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.389 | 50847 | Added a new run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.389 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.389 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.390 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.391 | 50848 | Added a new run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.391 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.392 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.392 | 50867 | Added a new run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.392 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.393 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.393 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.395 | 50869 | Added a new run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.395 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.396 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.396 | 50473 | Recursively removing directory: /tmp/git.wBVVKq/ +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.396 | 50862 | Added a new run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.396 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.398 | 50866 | Added a new run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.398 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.399 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.400 | 50476 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.400 | 50870 | Added a new run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.400 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.400 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.400 | 50473 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.400 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.401 | 50886 | Added a new worker 25 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.401 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.401 | 50472 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.401 | 50472 | Removed worker 25 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.401 | 50472 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 25 +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.401 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rQKfxU +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.403 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.403 | 50874 | Added a new run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.404 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.404 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.405 | 50888 | Added a new run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.405 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.406 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.407 | 50879 | Added a new run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.408 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.409 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.409 | 50880 | Added a new run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.409 | 50473 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.409 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.410 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.411 | 50476 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.411 | 50883 | Added a new run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.412 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.412 | 50476 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.412 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.413 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.6l2qzC +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.412 | 50897 | Added a new worker 14 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.412 | 50472 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.412 | 50472 | Removed worker 14 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.413 | 50472 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.413 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.414 | 50889 | Added a new run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.415 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.415 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.416 | 50876 | Added a new run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.417 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.419 | 50473 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.420 | 50473 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.420 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.420 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.421 | 50878 | Marked run 12 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.421 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.422 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.422 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.424 | 50892 | Marked run 11 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.424 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.425 | 50898 | Added a new run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.425 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.427 | 50895 | Added a new run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.427 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.429 | 50891 | Added a new run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.430 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.431 | 50903 | Added a new run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.431 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.432 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.432 | 50476 | Recursively removing directory: /tmp/git.rQKfxU/ +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.433 | 50904 | Added a new run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.434 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.434 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.435 | 50476 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.435 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.436 | 50901 | Added a new run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.436 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.437 | 50473 | Recursively removing directory: /tmp/git.6l2qzC/ +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.437 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.438 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.439 | 50473 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.439 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.439 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.439 | 50908 | Added a new run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.439 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.439 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.441 | 50909 | Added a new run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.442 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.442 | 50911 | Added a new run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.443 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.444 | 50912 | Added a new run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.444 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.444 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.444 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.445 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.445 | 50926 | Added a new run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.445 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.446 | 50929 | Added a new run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.446 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.447 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.447 | 50933 | Added a new run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.448 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.449 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.449 | 50934 | Added a new run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.449 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.449 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.450 | 50936 | Added a new run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.451 | 50476 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.451 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.453 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.454 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.454 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.454 | 50473 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.454 | 50955 | Added a new worker 31 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.455 | 50472 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.455 | 50472 | Removed worker 31 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.455 | 50472 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 31 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.455 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.455 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.W453ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.455 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.455 | 50951 | Added a new worker 31 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.456 | 50472 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.456 | 50472 | Removed worker 31 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.456 | 50472 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 31 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.456 | 50948 | Added a new run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.456 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.eJE9NN +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.456 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.458 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.458 | 50930 | Added a new run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.459 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.461 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.461 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.462 | 50476 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.463 | 50476 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.463 | 50473 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.464 | 50946 | Added a new run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.464 | 50935 | Marked run 13 as finished +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.464 | 50473 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.465 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.466 | 50943 | Added a new run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.467 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.468 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.469 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.470 | 50940 | Marked run 14 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.470 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.471 | 50942 | Added a new run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.471 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.472 | 50949 | Added a new run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.472 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.474 | 50958 | Added a new run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.474 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.476 | 50954 | Added a new run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.476 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.477 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.477 | 50956 | Added a new run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.478 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.479 | 50960 | Added a new run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.480 | 50473 | Recursively removing directory: /tmp/git.W453ci/ +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.480 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.481 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.481 | 50476 | Recursively removing directory: /tmp/git.eJE9NN/ +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.482 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.482 | 50953 | Added a new run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.483 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.483 | 50473 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.483 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.483 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.484 | 50476 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.484 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.485 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.485 | 50961 | Added a new run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.485 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.487 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.487 | 50968 | Added a new run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.487 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.488 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.488 | 50970 | Added a new run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.488 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.489 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.489 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.490 | 50984 | Added a new run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.490 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.491 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.491 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.492 | 50987 | Added a new run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.492 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.493 | 50476 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.493 | 50988 | Added a new run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.493 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.495 | 50991 | Added a new run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.496 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.496 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.497 | 51004 | Added a new worker 26 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.497 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.497 | 50472 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.497 | 50472 | Removed worker 26 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.497 | 50472 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 26 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.497 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.hZPfLS +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.498 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.498 | 50473 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.498 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.499 | 51009 | Added a new worker 13 to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.499 | 50992 | Added a new run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.499 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.500 | 50472 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.500 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.500 | 50472 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.501 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.501 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.myh6td +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.501 | 50994 | Added a new run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.501 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.502 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.503 | 50998 | Added a new run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.503 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.504 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.505 | 50989 | Added a new run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.505 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.507 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.508 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.508 | 50476 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.508 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.509 | 50999 | Marked run 16 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.509 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.509 | 50476 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.510 | 50473 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.511 | 50473 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.512 | 50996 | Marked run 15 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.512 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.513 | 51000 | Added a new run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.513 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.514 | 51002 | Added a new run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.515 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.515 | 51006 | Added a new run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.516 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.517 | 51007 | Added a new run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.517 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.518 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.518 | 51010 | Added a new run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.519 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.519 | 51012 | Added a new run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.520 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.520 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.521 | 51015 | Added a new run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.521 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.522 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.523 | 51018 | Added a new run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.523 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.524 | 51017 | Added a new run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.526 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.526 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.527 | 51019 | Added a new run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.528 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.528 | 51041 | Added a new run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.529 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.529 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.528 | 50473 | Recursively removing directory: /tmp/git.myh6td/ +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.530 | 50473 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.530 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.530 | 50476 | Recursively removing directory: /tmp/git.hZPfLS/ +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.531 | 51038 | Added a new run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.531 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.532 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.532 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.532 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.533 | 51044 | Added a new run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.533 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.534 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.534 | 51040 | Added a new run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.534 | 50476 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.534 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.535 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.536 | 51047 | Added a new run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.536 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.536 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.537 | 51050 | Added a new run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.537 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.538 | 51052 | Added a new run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.539 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.539 | 51057 | Added a new run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.540 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.540 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.541 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.541 | 51055 | Added a new run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.541 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.542 | 51054 | Added a new run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.544 | 50476 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.543 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.543 | 51059 | Added a new run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.544 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.544 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.544 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.544 | 51049 | Added a new run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.545 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.545 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.546 | 51064 | Added a new run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.546 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.547 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.547 | 51072 | Added a new worker 20 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.547 | 50472 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.547 | 50472 | Removed worker 20 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.547 | 50472 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 20 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.547 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.548 | 50473 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.548 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.lsBw7Y +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.548 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.548 | 51076 | Added a new worker 20 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.548 | 50472 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.548 | 50472 | Removed worker 20 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.548 | 50472 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 20 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.549 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.551 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.psB0kp +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.551 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.552 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.553 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.554 | 50476 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.555 | 50476 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.555 | 51067 | Added a new run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.556 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.556 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.556 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.557 | 51074 | Added a new run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.557 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.557 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.559 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.561 | 51061 | Marked run 18 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.561 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.561 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.561 | 50473 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.563 | 50473 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.564 | 51065 | Marked run 17 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.564 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.566 | 51077 | Added a new run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.566 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.567 | 51071 | Added a new run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.567 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.568 | 50476 | Recursively removing directory: /tmp/git.lsBw7Y/ +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.568 | 51078 | Added a new run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.569 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.570 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.570 | 51080 | Added a new run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.571 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.571 | 50476 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.571 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.572 | 51081 | Added a new run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.572 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.574 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.574 | 51079 | Added a new run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.574 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.576 | 51082 | Added a new run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.576 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.577 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.577 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.578 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.578 | 50473 | Recursively removing directory: /tmp/git.psB0kp/ +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.578 | 51085 | Added a new run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.579 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.580 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.580 | 50473 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.580 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.580 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.581 | 51087 | Added a new run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.581 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.582 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.582 | 50476 | Waiting for a new command +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.582 | 51089 | Added a new run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.582 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.582 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.582 | 51117 | Added a new worker 13 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.582 | 50472 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.582 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.583 | 50472 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.583 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.585 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.hZXvv6 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.585 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.585 | 51108 | Added a new run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.586 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.587 | 51112 | Added a new run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.587 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.588 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.588 | 51115 | Added a new run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.589 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.589 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.590 | 51103 | Added a new run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.590 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.590 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.592 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.592 | 51113 | Added a new run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.592 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.595 | 50473 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.595 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.595 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.595 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.596 | 51133 | Added a new worker 32 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.596 | 50472 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.596 | 50472 | Removed worker 32 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.596 | 50472 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 32 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.596 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.596 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.598 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Q7LNK8 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.598 | 51116 | Added a new run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.598 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.598 | 50476 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.600 | 50476 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.600 | 51127 | Added a new run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.600 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.603 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.604 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.604 | 51110 | Marked run 19 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.604 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.605 | 50473 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.606 | 50473 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.607 | 51121 | Marked run 20 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.608 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.609 | 51118 | Added a new run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.609 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.610 | 51125 | Added a new run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.610 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.612 | 50476 | Recursively removing directory: /tmp/git.hZXvv6/ +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.612 | 51122 | Added a new run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.612 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.614 | 50476 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.614 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.614 | 51130 | Added a new run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.615 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.615 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.616 | 51134 | Added a new run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.617 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.618 | 51128 | Added a new run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.618 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.619 | 51132 | Added a new run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.619 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.619 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.620 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.620 | 51135 | Added a new run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.620 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.622 | 51140 | Added a new run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.622 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.623 | 51141 | Added a new run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.624 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.623 | 50476 | Waiting for a new command +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.625 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.625 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.626 | 51152 | Added a new run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.626 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.627 | 51169 | Added a new worker 11 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.627 | 50472 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.627 | 50472 | Removed worker 11 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.627 | 50472 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 11 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.627 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.628 | 50473 | Recursively removing directory: /tmp/git.Q7LNK8/ +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.628 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.630 | 51156 | Added a new run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.630 | 50473 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.630 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.632 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.632 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.629 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.FuqAsW +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.633 | 51160 | Added a new run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.634 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.634 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.635 | 51167 | Added a new run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.635 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.637 | 51171 | Added a new run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.637 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.638 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.639 | 51172 | Added a new run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.639 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.640 | 51165 | Added a new run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.640 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.640 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.641 | 50476 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.642 | 50476 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.643 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.643 | 51188 | Added a new worker 24 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.643 | 50472 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.643 | 50472 | Removed worker 24 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.643 | 50472 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 24 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.643 | 50473 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.643 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.g586Xq +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.643 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.644 | 51163 | Marked run 21 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.644 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.644 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.645 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.645 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.646 | 51175 | Added a new run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.647 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.648 | 51182 | Added a new run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.649 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.649 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.650 | 50473 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.650 | 51176 | Added a new run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.651 | 50473 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.651 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.652 | 51177 | Added a new run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.653 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.655 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.656 | 51180 | Marked run 22 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.656 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.657 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.657 | 51174 | Added a new run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.657 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.658 | 50476 | Recursively removing directory: /tmp/git.FuqAsW/ +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.659 | 51184 | Added a new run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.659 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.660 | 50476 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.660 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.661 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.661 | 51190 | Added a new run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.662 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.663 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.663 | 51211 | Added a new run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.664 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.664 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.665 | 51191 | Added a new run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.665 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.665 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.666 | 51192 | Added a new run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.667 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.667 | 50473 | Recursively removing directory: /tmp/git.g586Xq/ +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.669 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.669 | 50473 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.669 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.669 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.670 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.670 | 51224 | Added a new worker 29 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.670 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.669 | 50476 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.670 | 50472 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.670 | 50472 | Removed worker 29 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.670 | 50472 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 29 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.670 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.8mRQVS +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.671 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.672 | 51196 | Added a new run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.672 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.673 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.675 | 51204 | Added a new run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.675 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.677 | 50476 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.677 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.678 | 50476 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.678 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.678 | 50473 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.678 | 51232 | Added a new worker 31 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.678 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.678 | 50472 | Removed run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.678 | 50472 | Removed worker 31 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.678 | 50472 | Assigned run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 31 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.679 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.68u5Xj +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.679 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.679 | 51220 | Marked run 23 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.679 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.680 | 51207 | Added a new run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.681 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.682 | 51186 | Added a new run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.682 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.683 | 51216 | Added a new run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.684 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.685 | 51221 | Added a new run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.685 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.686 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.686 | 50473 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.687 | 50473 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.688 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.689 | 51229 | Marked run 24 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.689 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.689 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.690 | 51218 | Added a new run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.690 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.690 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.691 | 51225 | Added a new run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.692 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.693 | 51226 | Added a new run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.693 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.694 | 51227 | Added a new run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.694 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.695 | 50476 | Recursively removing directory: /tmp/git.8mRQVS/ +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.696 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.697 | 51231 | Added a new run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.697 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.697 | 50476 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.697 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.697 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.699 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.700 | 51234 | Added a new run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.700 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.701 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.701 | 51245 | Added a new run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.702 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.703 | 51248 | Added a new run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.704 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.704 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.705 | 51243 | Added a new run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.706 | 50473 | Recursively removing directory: /tmp/git.68u5Xj/ +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.705 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.707 | 51249 | Added a new run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.707 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.708 | 51255 | Added a new run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.709 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.709 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.709 | 50473 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.709 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.710 | 51259 | Added a new run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.710 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.711 | 51260 | Added a new run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.712 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.713 | 51264 | Added a new run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.713 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.713 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.714 | 50476 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.714 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.714 | 51265 | Added a new run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.714 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.716 | 51273 | Added a new run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.716 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.717 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.718 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.718 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.719 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.719 | 50473 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.720 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.720 | 51281 | Added a new worker 31 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.720 | 50472 | Removed run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.720 | 50472 | Removed worker 31 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.720 | 50472 | Assigned run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 31 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.720 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.720 | 51288 | Added a new worker 32 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.720 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.720 | 50472 | Removed run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.720 | 50472 | Removed worker 32 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.720 | 50472 | Assigned run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 32 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.720 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.dmqI7X +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.720 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.uFtsaK +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.721 | 51267 | Marked run 25 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.722 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.723 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.723 | 51274 | Added a new run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.723 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.725 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.726 | 50476 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.725 | 51276 | Added a new run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.726 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.727 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.727 | 50476 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.728 | 51269 | Added a new run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.728 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.729 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.729 | 51283 | Added a new run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.729 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.730 | 50473 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.731 | 51287 | Added a new run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.731 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.731 | 50473 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.732 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.734 | 51279 | Marked run 26 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.734 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.735 | 51289 | Added a new run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.736 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.736 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.737 | 51286 | Added a new run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.737 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.739 | 51285 | Added a new run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.739 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.740 | 51290 | Added a new run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.740 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.741 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.742 | 51292 | Added a new run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.742 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.743 | 51294 | Added a new run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.744 | 50476 | Recursively removing directory: /tmp/git.uFtsaK/ +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.744 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.745 | 51296 | Added a new run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.745 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.746 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.746 | 50476 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.746 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.746 | 51301 | Added a new run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.747 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.747 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.749 | 51304 | Added a new run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.749 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.751 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.752 | 50473 | Recursively removing directory: /tmp/git.dmqI7X/ +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.752 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.752 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.753 | 51316 | Added a new run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.753 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.753 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.753 | 50473 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.753 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.755 | 51321 | Added a new run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.755 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.756 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.756 | 50476 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.756 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.757 | 51332 | Added a new run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.757 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.757 | 51337 | Added a new worker 23 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.757 | 50472 | Removed run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.757 | 50472 | Removed worker 23 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.757 | 50472 | Assigned run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 23 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.757 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.757 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.epArpr +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.758 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.759 | 51326 | Added a new run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.759 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.760 | 51333 | Added a new run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.760 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.762 | 51324 | Added a new run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.762 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.763 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.764 | 51308 | Added a new run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.764 | 50476 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.765 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.766 | 50476 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.766 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.766 | 51327 | Added a new run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.766 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.766 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.765 | 50473 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.767 | 51331 | Added a new run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.768 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.768 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.769 | 51335 | Added a new run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.769 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.769 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.770 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.770 | 51345 | Added a new worker 25 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.770 | 50472 | Removed run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.770 | 50472 | Removed worker 25 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.770 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.770 | 50472 | Assigned run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 25 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.771 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GRKM8X +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.772 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.775 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.776 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.776 | 50473 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.776 | 51343 | Added a new run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.777 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.777 | 50473 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.778 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.778 | 51348 | Added a new run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.779 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.781 | 50476 | Recursively removing directory: /tmp/git.epArpr/ +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.781 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.782 | 51330 | Marked run 27 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.783 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.783 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.784 | 50476 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.784 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.785 | 51339 | Marked run 28 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.785 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.787 | 51352 | Added a new run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.787 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.788 | 51346 | Added a new run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.789 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.789 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.790 | 51350 | Added a new run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.790 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.791 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.791 | 51354 | Added a new run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.791 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.793 | 50473 | Recursively removing directory: /tmp/git.GRKM8X/ +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.792 | 51356 | Added a new run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.794 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.794 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.795 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.795 | 51360 | Added a new run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.795 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.796 | 50473 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.796 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.796 | 51364 | Added a new run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.797 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.797 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.797 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.797 | 50476 | Waiting for a new command +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.798 | 51361 | Added a new run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.798 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.799 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.799 | 51370 | Added a new run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.800 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.801 | 51369 | Added a new run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.801 | 51388 | Added a new worker 6 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.801 | 50472 | Removed run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.801 | 50472 | Removed worker 6 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.801 | 50472 | Assigned run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 6 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.801 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.802 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.804 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.804 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.804 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.BJgHbF +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.805 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.805 | 50473 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.806 | 51397 | Added a new worker 30 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.807 | 51380 | Added a new run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.807 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.807 | 50472 | Removed run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.807 | 50472 | Removed worker 30 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.807 | 50472 | Assigned run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 30 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.807 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.mUumnl +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.808 | 51384 | Added a new run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.808 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.809 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.811 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.812 | 51377 | Marked run 29 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.812 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.813 | 50476 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.813 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.813 | 51383 | Added a new run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.814 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.814 | 50476 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.817 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.817 | 50473 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.817 | 51394 | Marked run 30 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.817 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.818 | 50473 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.819 | 51386 | Added a new run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.819 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.820 | 51392 | Added a new run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.820 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.822 | 51395 | Added a new run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.822 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.822 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.823 | 51390 | Added a new run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.823 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.825 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.825 | 51396 | Added a new run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.826 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.827 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.827 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.828 | 50476 | Recursively removing directory: /tmp/git.BJgHbF/ +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.828 | 51398 | Added a new run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.829 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.831 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.831 | 50476 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.831 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.832 | 51401 | Added a new run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.832 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.834 | 51402 | Added a new run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.834 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.835 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.835 | 51403 | Added a new run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.836 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.837 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.837 | 50473 | Recursively removing directory: /tmp/git.mUumnl/ +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.838 | 51407 | Added a new run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.838 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.839 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.839 | 51418 | Added a new run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.840 | 50473 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.840 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.840 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.840 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.841 | 51421 | Added a new run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.841 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.842 | 51423 | Added a new run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.843 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.843 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.844 | 50476 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.844 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.844 | 51444 | Added a new worker 18 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.844 | 50472 | Removed run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.844 | 50472 | Removed worker 18 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.844 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.844 | 50472 | Assigned run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 18 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.844 | 51424 | Added a new run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.845 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Sox46x +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.845 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.847 | 51428 | Added a new run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.848 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.848 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.849 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.849 | 50473 | Waiting for a new command +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.849 | 51436 | Added a new run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.850 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.851 | 50476 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.851 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.852 | 51438 | Added a new run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.852 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.852 | 50476 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.853 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.853 | 51449 | Added a new worker 27 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.853 | 50472 | Removed run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.853 | 50472 | Removed worker 27 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.853 | 50472 | Assigned run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 27 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.853 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ouRYru +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.853 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.854 | 51440 | Added a new run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.854 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.855 | 51431 | Added a new run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.855 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.857 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.857 | 51443 | Added a new run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.858 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.859 | 51452 | Added a new run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.859 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.861 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.861 | 51451 | Added a new run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.861 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.861 | 50473 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.862 | 50473 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.863 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.863 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.865 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.865 | 51434 | Marked run 31 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.865 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.866 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.868 | 51445 | Marked run 32 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.868 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.869 | 51448 | Added a new run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.870 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.871 | 51457 | Added a new run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.871 | 50476 | Recursively removing directory: /tmp/git.Sox46x/ +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.871 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.873 | 51455 | Added a new run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.873 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.874 | 50476 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.874 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.874 | 51470 | Added a new run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.874 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.875 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.876 | 51463 | Added a new run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.876 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.876 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.878 | 51467 | Added a new run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.878 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.879 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.879 | 51468 | Added a new run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.880 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.881 | 51459 | Added a new run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.881 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.882 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.882 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.883 | 50473 | Recursively removing directory: /tmp/git.ouRYru/ +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.883 | 51471 | Added a new run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.883 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.885 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.885 | 51485 | Added a new run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.885 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.885 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.885 | 50473 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.885 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.886 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.886 | 51487 | Added a new run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.886 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.888 | 51492 | Added a new run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.888 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.889 | 51493 | Added a new run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.890 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.890 | 51469 | Added a new run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.891 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.891 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.891 | 51495 | Added a new run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.892 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.890 | 50476 | Waiting for a new command +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.893 | 51498 | Added a new run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.893 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.894 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.895 | 51490 | Added a new run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.895 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.896 | 50473 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.896 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.896 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.896 | 51504 | Added a new worker 20 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.896 | 50472 | Removed run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.896 | 50472 | Removed worker 20 from the queue +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.897 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.2v6ziJ +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.896 | 50472 | Assigned run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 20 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.896 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.898 | 51512 | Added a new worker 8 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.898 | 50472 | Removed run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.898 | 50472 | Removed worker 8 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.898 | 50472 | Assigned run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.898 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.898 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.KSjkHm +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.899 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.899 | 51505 | Added a new run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.899 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.899 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.901 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.901 | 51499 | Added a new run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.902 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.902 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.903 | 51513 | Added a new run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.904 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.904 | 50476 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.906 | 50473 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.906 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.907 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.907 | 51497 | Marked run 33 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.908 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.907 | 50476 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.908 | 50473 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.909 | 51509 | Added a new run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.909 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.910 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.910 | 51517 | Added a new run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.910 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.912 | 51514 | Added a new run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.912 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.913 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.914 | 51519 | Added a new run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.914 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.915 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.916 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.916 | 51521 | Added a new run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.916 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.917 | 51523 | Added a new run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.918 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.919 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.921 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.921 | 51507 | Marked run 34 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.922 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.922 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.923 | 51522 | Added a new run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.923 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.924 | 51515 | Added a new run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.925 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.925 | 51527 | Added a new run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.926 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.927 | 51531 | Added a new run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.927 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.928 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.928 | 50476 | Recursively removing directory: /tmp/git.2v6ziJ/ +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.928 | 51535 | Added a new run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.930 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.930 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.931 | 51537 | Added a new run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.932 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.932 | 50473 | Recursively removing directory: /tmp/git.KSjkHm/ +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.933 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.933 | 50476 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.933 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.934 | 51545 | Added a new run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.935 | 50473 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.935 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.935 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.935 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.936 | 51543 | Added a new run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.936 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.937 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.938 | 51551 | Added a new run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.938 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.939 | 51550 | Added a new run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.939 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.939 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.940 | 51556 | Added a new run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.940 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.942 | 51559 | Added a new run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.942 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.943 | 51558 | Added a new run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.943 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.943 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.945 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.945 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.945 | 50476 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.947 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.947 | 51576 | Added a new worker 27 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.947 | 50472 | Removed run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.947 | 50472 | Removed worker 27 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.947 | 50472 | Assigned run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 27 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.947 | 50473 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.948 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.948 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.948 | 51579 | Added a new worker 29 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.948 | 50472 | Removed run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.948 | 50472 | Removed worker 29 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.948 | 50472 | Assigned run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 29 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.948 | 51564 | Added a new run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.948 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.948 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.PtA2aA +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.948 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.I09iNJ +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.951 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.954 | 50473 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.954 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.954 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.955 | 51568 | Marked run 36 as finished +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.955 | 50476 | Checking out revision HEAD +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.955 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.955 | 50473 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.956 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.957 | 50476 | Going to run: ./ci +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.958 | 51565 | Marked run 35 as finished +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.958 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.959 | 51561 | Added a new run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.959 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.960 | 51573 | Added a new run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.960 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.961 | 51569 | Added a new run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.962 | 51563 | Added a new run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.962 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.962 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.964 | 51578 | Added a new run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.964 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.965 | 51577 | Added a new run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.965 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.965 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.966 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.966 | 51575 | Added a new run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.967 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.967 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.968 | 51581 | Added a new run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.968 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.970 | 51598 | Added a new run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.970 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.971 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.971 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.971 | 51583 | Added a new run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.971 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.973 | 51597 | Added a new run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.973 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.975 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.975 | 51582 | Added a new run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.975 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.976 | 51602 | Added a new run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.976 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.976 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.976 | 50473 | Recursively removing directory: /tmp/git.PtA2aA/ +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.977 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.978 | 51605 | Added a new run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.978 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.979 | 51612 | Added a new run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.980 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.981 | 51611 | Added a new run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.981 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.979 | 50473 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.979 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.982 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.982 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.983 | 51615 | Added a new run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.983 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.984 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.985 | 51619 | Added a new run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.985 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.986 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.986 | 51617 | Added a new run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.986 | 50476 | Recursively removing directory: /tmp/git.I09iNJ/ +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.987 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.988 | 50476 | Process exit code: 0 +2024-04-25 03:44:55 | INFO | 50476/cimple-worker: 2024-04-25 03:44:55.988 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.989 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.989 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.990 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.991 | 50473 | Waiting for a new command +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.991 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.991 | 51623 | Added a new run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.992 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.992 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.992 | 51633 | Added a new worker 14 to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.992 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.992 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.993 | 50472 | Removed run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.993 | 50472 | Removed worker 14 from the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.993 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.993 | 50472 | Assigned run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.993 | 51622 | Added a new run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.994 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.995 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | 50473/cimple-worker: 2024-04-25 03:44:55.995 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.8f3re9 +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.996 | 51631 | Added a new run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.996 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.998 | 51632 | Added a new run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.998 | 50470 | Waiting for new connections +2024-04-25 03:44:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.999 | 51628 | Added a new run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:55 | INFO | 50470/cimple-server: 2024-04-25 03:44:55.999 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.000 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.000 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.001 | 51635 | Added a new run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.001 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.002 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.002 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.003 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.003 | 51637 | Added a new run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.003 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.004 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.005 | 51646 | Added a new worker 22 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.005 | 50472 | Removed run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.005 | 50472 | Removed worker 22 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.005 | 50472 | Assigned run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 22 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.005 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.006 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.X7uUSm +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.006 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.007 | 51626 | Marked run 38 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.007 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.007 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.008 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.009 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.009 | 51630 | Added a new run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.009 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.010 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.010 | 51642 | Added a new run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.011 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.012 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.013 | 51644 | Added a new run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.013 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.014 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.014 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.015 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.017 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.017 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.018 | 51636 | Marked run 37 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.018 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.019 | 51639 | Added a new run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.019 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.020 | 51648 | Added a new run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.021 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.022 | 51659 | Added a new run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.022 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.023 | 51647 | Added a new run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.024 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.025 | 51651 | Added a new run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.025 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.027 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.027 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.029 | 50473 | Recursively removing directory: /tmp/git.8f3re9/ +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.030 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.031 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.041 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.041 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.042 | 51652 | Added a new run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.042 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.043 | 51662 | Added a new run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.044 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.045 | 50476 | Recursively removing directory: /tmp/git.X7uUSm/ +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.045 | 51653 | Added a new run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.046 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.047 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.047 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.047 | 51656 | Added a new run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.048 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.048 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.049 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.049 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.050 | 51663 | Added a new run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.050 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.051 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.051 | 51678 | Added a new run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.052 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.052 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.053 | 51679 | Added a new run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.053 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.054 | 51676 | Added a new run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.054 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.055 | 51683 | Added a new run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.055 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.056 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.056 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.058 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.060 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.060 | 51699 | Added a new worker 28 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.061 | 50472 | Removed run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.061 | 50472 | Removed worker 28 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.061 | 50472 | Assigned run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 28 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.061 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.056 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.061 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.IQ6MDO +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.061 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.062 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.062 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.062 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.062 | 51704 | Added a new worker 31 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.062 | 50472 | Removed run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.062 | 50472 | Removed worker 31 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.062 | 50472 | Assigned run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 31 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.062 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.TL09LO +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.063 | 51682 | Added a new run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.063 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.064 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.064 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.064 | 51688 | Added a new run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.065 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.067 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.067 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.068 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.069 | 51690 | Marked run 39 as finished +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.070 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.070 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.071 | 51689 | Added a new run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.071 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.071 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.074 | 51693 | Marked run 40 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.074 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.075 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.076 | 51692 | Added a new run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.076 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.078 | 51700 | Added a new run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.078 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.080 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.081 | 51701 | Added a new run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.081 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.081 | 50476 | Recursively removing directory: /tmp/git.IQ6MDO/ +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.082 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.082 | 51702 | Added a new run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.083 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.084 | 50473 | Recursively removing directory: /tmp/git.TL09LO/ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.084 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.084 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.084 | 51720 | Added a new run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.085 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.086 | 51703 | Added a new run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.086 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.086 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.086 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.087 | 51705 | Added a new run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.088 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.088 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.089 | 51708 | Added a new run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.090 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.090 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.091 | 51710 | Added a new run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.091 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.091 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.092 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.092 | 51697 | Added a new run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.093 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.094 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.094 | 51728 | Added a new run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.095 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.096 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.096 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.096 | 51730 | Added a new run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.097 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.098 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.098 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.099 | 51734 | Added a new run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.099 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.100 | 51736 | Added a new run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.101 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.101 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.102 | 51743 | Added a new run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.102 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.103 | 51740 | Added a new run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.103 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.104 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.106 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.106 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.106 | 51749 | Added a new worker 29 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.106 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.106 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.106 | 50472 | Removed run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.106 | 50472 | Removed worker 29 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.106 | 50472 | Assigned run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 29 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.107 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.107 | 51748 | Added a new worker 29 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.107 | 50472 | Removed run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.107 | 50472 | Removed worker 29 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.107 | 50472 | Assigned run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 29 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.107 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.cqH95C +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.107 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.bMtgU3 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.107 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.108 | 51738 | Marked run 41 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.108 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.109 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.110 | 51744 | Added a new run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.110 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.113 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.113 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.113 | 51739 | Marked run 42 as finished +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.114 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.114 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.115 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.115 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.115 | 51752 | Added a new run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.115 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.117 | 51746 | Added a new run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.117 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.118 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.118 | 51756 | Added a new run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.119 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.120 | 51754 | Added a new run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.120 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.121 | 51758 | Added a new run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.121 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.122 | 51757 | Added a new run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.122 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.122 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.123 | 51761 | Added a new run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.124 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.124 | 51760 | Added a new run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.125 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.126 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.126 | 51759 | Added a new run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.127 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.127 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.128 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.129 | 51763 | Added a new run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.130 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.130 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.131 | 51769 | Added a new run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.131 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.132 | 50473 | Recursively removing directory: /tmp/git.cqH95C/ +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.132 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.133 | 51784 | Added a new run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.133 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.133 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.134 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.134 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.134 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.135 | 51778 | Added a new run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.135 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.136 | 51788 | Added a new run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.137 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.138 | 51789 | Added a new run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.138 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.138 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.139 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.140 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.140 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.142 | 50476 | Recursively removing directory: /tmp/git.bMtgU3/ +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.142 | 51794 | Added a new run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.142 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.143 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.144 | 51792 | Added a new run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.144 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.144 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.144 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.145 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.145 | 51790 | Added a new run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.146 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.146 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.147 | 51795 | Added a new run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.147 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.149 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.149 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.150 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.151 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.151 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.151 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.151 | 51817 | Added a new worker 32 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.151 | 50472 | Removed run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.151 | 50472 | Removed worker 32 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.151 | 50472 | Assigned run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 32 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.151 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.KRzuPv +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.152 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.153 | 51802 | Added a new run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.153 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.153 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.153 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.153 | 51819 | Added a new worker 29 to the queue +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.154 | 50472 | Removed run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.154 | 50472 | Removed worker 29 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.154 | 50472 | Assigned run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 29 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.154 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Ofbvy5 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.155 | 51803 | Added a new run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.155 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.156 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.156 | 51810 | Added a new run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.157 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.158 | 51805 | Added a new run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.158 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.159 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.159 | 51808 | Added a new run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.160 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.160 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.162 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.162 | 51796 | Added a new run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.162 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.163 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.163 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.165 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.165 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.166 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.166 | 51806 | Marked run 44 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.166 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.167 | 51811 | Added a new run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.167 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.168 | 51815 | Added a new run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.168 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.169 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.169 | 51816 | Added a new run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.170 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.171 | 51818 | Added a new run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.171 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.173 | 51830 | Added a new run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.173 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.174 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.174 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.175 | 51829 | Added a new run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.176 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.177 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.178 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.179 | 51814 | Marked run 43 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.179 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.180 | 51823 | Added a new run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.181 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.183 | 51832 | Added a new run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.183 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.184 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.184 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.184 | 51825 | Added a new run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.185 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.186 | 50476 | Recursively removing directory: /tmp/git.Ofbvy5/ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.187 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.187 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.189 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.189 | 51843 | Added a new run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.190 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.191 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.191 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.191 | 50473 | Recursively removing directory: /tmp/git.KRzuPv/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.193 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.193 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.194 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.194 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.195 | 51842 | Added a new run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.195 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.196 | 51857 | Added a new run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.197 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.197 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.198 | 51851 | Added a new run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.198 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.199 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.199 | 51856 | Added a new run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.200 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.201 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.202 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.202 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.202 | 51848 | Added a new run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.203 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.203 | 51872 | Added a new worker 13 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.203 | 50472 | Removed run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.203 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.204 | 50472 | Assigned run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.204 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.204 | 51861 | Added a new run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.204 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.1Hu3xC +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.204 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.204 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.204 | 51873 | Added a new worker 8 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.205 | 50472 | Removed run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.205 | 50472 | Removed worker 8 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.205 | 50472 | Assigned run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.205 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.206 | 51859 | Added a new run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.206 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.207 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.5iRXvU +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.208 | 51868 | Added a new run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.208 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.209 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.211 | 51870 | Added a new run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.211 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.212 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.212 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.213 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.214 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.214 | 51864 | Added a new run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.214 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.215 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.215 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.216 | 51874 | Added a new run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.216 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.216 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.217 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.218 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.218 | 51862 | Added a new run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.218 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.218 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.219 | 51879 | Added a new run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.219 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.220 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.223 | 51863 | Marked run 46 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.223 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.224 | 51889 | Added a new run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.225 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.227 | 51867 | Marked run 45 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.228 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.229 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.229 | 51883 | Added a new run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.229 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.230 | 51882 | Added a new run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.231 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.231 | 51884 | Added a new run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.232 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.233 | 51886 | Added a new run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.233 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.234 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.234 | 51881 | Added a new run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.235 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.236 | 51891 | Added a new run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.236 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.238 | 51901 | Added a new run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.238 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.241 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.241 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.242 | 50473 | Recursively removing directory: /tmp/git.5iRXvU/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.244 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.244 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.245 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.246 | 51912 | Added a new run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.246 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.247 | 51908 | Added a new run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.247 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.248 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.250 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.250 | 51913 | Added a new run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.250 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.252 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.253 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.252 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.253 | 51923 | Added a new worker 17 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.253 | 50472 | Removed run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.253 | 50472 | Removed worker 17 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.253 | 50472 | Assigned run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 17 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.254 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.254 | 51920 | Added a new run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.255 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.255 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.m4O4MZ +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.255 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.256 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.257 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.257 | 51922 | Added a new run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.258 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.261 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.262 | 51924 | Added a new run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.262 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.263 | 51926 | Added a new run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.264 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.265 | 51925 | Added a new run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.266 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.267 | 51914 | Added a new run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.267 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.269 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.270 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.273 | 51927 | Added a new run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.274 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.281 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.282 | 51919 | Marked run 48 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.282 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.284 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.285 | 50476 | Recursively removing directory: /tmp/git.1Hu3xC/ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.287 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.287 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.290 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.293 | 51932 | Added a new run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.293 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.294 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.295 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.295 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.300 | 51939 | Added a new run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.300 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.300 | 51937 | Added a new worker 13 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.301 | 50472 | Removed run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.301 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.301 | 50472 | Assigned run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.301 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.O0phXP +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.305 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.307 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.308 | 50473 | Recursively removing directory: /tmp/git.m4O4MZ/ +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.309 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.310 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.310 | 51934 | Added a new run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.313 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.311 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.311 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.315 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.311 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.319 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.319 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.320 | 51935 | Marked run 47 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.320 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.321 | 51945 | Added a new run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.321 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.326 | 51946 | Added a new run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.326 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.327 | 51949 | Added a new worker 6 to the queue +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.327 | 50472 | Removed run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.327 | 50472 | Removed worker 6 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.327 | 50472 | Assigned run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 6 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.328 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.327 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Zn7ihT +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.332 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.333 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.337 | 51947 | Marked run 49 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.337 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.338 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.341 | 51955 | Added a new run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.341 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.346 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.347 | 51966 | Added a new run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.348 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-04-25 03:44:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.350 | 50476 | Recursively removing directory: /tmp/git.O0phXP/ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.351 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.351 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.354 | 50473 | Recursively removing directory: /tmp/git.Zn7ihT/ +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.356 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.356 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.356 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.358 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.359 | 51968 | Added a new worker 10 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.359 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.359 | 50472 | Removed run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.359 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.359 | 50472 | Assigned run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.359 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.359 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CrtihK +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.360 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.364 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.364 | 51970 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.364 | 50472 | Removed run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.364 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.364 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.364 | 50472 | Assigned run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.364 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.364 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.BjkHFn +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.370 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.370 | 51967 | Marked run 50 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.370 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.370 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.371 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.371 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.374 | 51969 | Marked run 51 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.374 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.382 | 50473 | Recursively removing directory: /tmp/git.BjkHFn/ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.383 | 50476 | Recursively removing directory: /tmp/git.CrtihK/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.383 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.384 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.384 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.384 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.388 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.389 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.392 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.392 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.392 | 51987 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.392 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.392 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.392 | 51988 | Added a new worker 15 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.392 | 50472 | Removed run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.392 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.392 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.392 | 50472 | Assigned run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.392 | 50472 | Removed run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.392 | 50472 | Removed worker 15 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.393 | 50472 | Assigned run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.393 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.R9IFT5 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.393 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9sl91i +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.398 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.398 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.399 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.399 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.399 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.403 | 51985 | Marked run 53 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.403 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.406 | 51986 | Marked run 52 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.406 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.409 | 50476 | Recursively removing directory: /tmp/git.R9IFT5/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.410 | 50473 | Recursively removing directory: /tmp/git.9sl91i/ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.411 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.411 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.411 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.411 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.413 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.414 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.416 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.416 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.417 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.416 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.416 | 52005 | Added a new worker 14 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.416 | 50472 | Removed run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.417 | 50472 | Removed worker 14 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.417 | 50472 | Assigned run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.417 | 52006 | Added a new worker 15 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.417 | 50472 | Removed run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.417 | 50472 | Removed worker 15 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.417 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.417 | 50472 | Assigned run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.417 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.UrhsVJ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.418 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.aRsAN0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.421 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.422 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.422 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.423 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.423 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.426 | 52003 | Marked run 55 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.427 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.429 | 52004 | Marked run 54 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.429 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.432 | 50473 | Recursively removing directory: /tmp/git.UrhsVJ/ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.433 | 50476 | Recursively removing directory: /tmp/git.aRsAN0/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.434 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.434 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.435 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.435 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.438 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.439 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.442 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.442 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.442 | 52023 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.442 | 50472 | Removed run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.442 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.442 | 50472 | Assigned run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.442 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.UhDUON +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.443 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.443 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.443 | 52024 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.443 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.443 | 50472 | Removed run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.443 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.443 | 50472 | Assigned run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.443 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.443 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.BiKIfe +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.447 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.448 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.448 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.449 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.453 | 52021 | Marked run 57 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.453 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.456 | 52022 | Marked run 56 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.456 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.458 | 50473 | Recursively removing directory: /tmp/git.UhDUON/ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.459 | 50476 | Recursively removing directory: /tmp/git.BiKIfe/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.460 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.460 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.461 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.461 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.464 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.465 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.468 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.468 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.468 | 52041 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.468 | 50472 | Removed run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.468 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.468 | 50472 | Assigned run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.468 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.469 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.XxZsHQ +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.469 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.469 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.469 | 52042 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.469 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.469 | 50472 | Removed run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.469 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.469 | 50472 | Assigned run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.469 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9blHUJ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.474 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.474 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.474 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.474 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.479 | 52039 | Marked run 58 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.479 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.482 | 52040 | Marked run 59 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.482 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.484 | 50476 | Recursively removing directory: /tmp/git.9blHUJ/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.484 | 50473 | Recursively removing directory: /tmp/git.XxZsHQ/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.486 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.486 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.486 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.486 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.488 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.489 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.491 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.491 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.492 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.492 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.492 | 52060 | Added a new worker 14 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.492 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.492 | 52059 | Added a new worker 15 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.492 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.492 | 50472 | Removed run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.492 | 50472 | Removed worker 14 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.492 | 50472 | Assigned run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.492 | 50472 | Removed run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.492 | 50472 | Removed worker 15 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.492 | 50472 | Assigned run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.492 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.R8VMoD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.493 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.8TCIqp +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.496 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.497 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.497 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.498 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.502 | 52057 | Marked run 60 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.502 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.505 | 52058 | Marked run 61 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.505 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.507 | 50473 | Recursively removing directory: /tmp/git.8TCIqp/ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.508 | 50476 | Recursively removing directory: /tmp/git.R8VMoD/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.508 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.508 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.509 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.509 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.511 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.512 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.514 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.514 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.514 | 52077 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.514 | 50472 | Removed run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.514 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.514 | 50472 | Assigned run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.514 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.X2xU8X +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.515 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.515 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.515 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.515 | 52078 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.515 | 50472 | Removed run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.515 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.515 | 50472 | Assigned run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.515 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.516 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.FO77xL +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.519 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.520 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.520 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.521 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.524 | 52075 | Marked run 63 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.525 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.528 | 52076 | Marked run 62 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.528 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.531 | 50476 | Recursively removing directory: /tmp/git.FO77xL/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.531 | 50473 | Recursively removing directory: /tmp/git.X2xU8X/ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.532 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.532 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.532 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.532 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.535 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.535 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.538 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.538 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.538 | 52095 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.538 | 50472 | Removed run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.538 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.538 | 50472 | Assigned run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.538 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.538 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.538 | 52096 | Added a new worker 14 to the queue +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.538 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CMdBuL +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.538 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.538 | 50472 | Removed run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.538 | 50472 | Removed worker 14 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.539 | 50472 | Assigned run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.539 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.539 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.8Sf2Qd +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.543 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.543 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.544 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.544 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.547 | 52093 | Marked run 65 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.548 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.551 | 52094 | Marked run 64 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.551 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.553 | 50476 | Recursively removing directory: /tmp/git.CMdBuL/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.554 | 50473 | Recursively removing directory: /tmp/git.8Sf2Qd/ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.555 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.555 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.555 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.555 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.558 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.558 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.560 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.561 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.561 | 52113 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.561 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.561 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.561 | 50472 | Removed run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.561 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.561 | 50472 | Assigned run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.561 | 52114 | Added a new worker 13 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.561 | 50472 | Removed run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.561 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.561 | 50472 | Assigned run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.561 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.561 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.561 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.G2E5GP +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.562 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rYzV3v +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.566 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.567 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.567 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.568 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.572 | 52111 | Marked run 66 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.572 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.575 | 52112 | Marked run 67 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.575 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.578 | 50476 | Recursively removing directory: /tmp/git.G2E5GP/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.578 | 50473 | Recursively removing directory: /tmp/git.rYzV3v/ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.579 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.579 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.579 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.579 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.582 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.582 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.584 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.584 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.585 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.585 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.585 | 52132 | Added a new worker 14 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.585 | 50472 | Removed run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.585 | 50472 | Removed worker 14 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.585 | 50472 | Assigned run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.585 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.585 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.iaG1yd +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.585 | 52131 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.585 | 50472 | Removed run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.585 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.585 | 50472 | Assigned run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.585 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.585 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.oR3K5t +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.590 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.591 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.592 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.593 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.595 | 52130 | Marked run 69 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.595 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.598 | 52129 | Marked run 68 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.598 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.601 | 50476 | Recursively removing directory: /tmp/git.oR3K5t/ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.602 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.602 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.603 | 50473 | Recursively removing directory: /tmp/git.iaG1yd/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.604 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.604 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.605 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.607 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.608 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.608 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.608 | 52149 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.608 | 50472 | Removed run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.608 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.608 | 50472 | Assigned run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.608 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.YQWiJK +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.609 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.610 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.610 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.610 | 52150 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.610 | 50472 | Removed run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.610 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.610 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.610 | 50472 | Assigned run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.610 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.sf3XTy +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.613 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.614 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.615 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.615 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.618 | 52147 | Marked run 71 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.619 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.622 | 52148 | Marked run 70 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.622 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.625 | 50473 | Recursively removing directory: /tmp/git.sf3XTy/ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.626 | 50476 | Recursively removing directory: /tmp/git.YQWiJK/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.627 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.627 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.627 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.627 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.629 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.630 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.632 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.632 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.632 | 52167 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.632 | 50472 | Removed run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.632 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.632 | 50472 | Assigned run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.633 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.BzNsoH +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.633 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.633 | 52168 | Added a new worker 10 to the queue +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.633 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.633 | 50472 | Removed run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.633 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.633 | 50472 | Assigned run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.634 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.A9GNhP +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.634 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.638 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.639 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.641 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.642 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.644 | 52165 | Marked run 73 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.644 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.647 | 52166 | Marked run 72 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.647 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.648 | 50476 | Recursively removing directory: /tmp/git.A9GNhP/ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.650 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.650 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.651 | 50473 | Recursively removing directory: /tmp/git.BzNsoH/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.653 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.653 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.653 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.655 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.656 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.656 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.656 | 52185 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.656 | 50472 | Removed run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.656 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.656 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.656 | 50472 | Assigned run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.656 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.FQTruY +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.659 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.659 | 52186 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.659 | 50472 | Removed run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.659 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.659 | 50472 | Assigned run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.661 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.662 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.659 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.660 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.iENrGM +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.663 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.665 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.665 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.666 | 52183 | Marked run 75 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.666 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.670 | 52184 | Marked run 74 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.670 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.672 | 50476 | Recursively removing directory: /tmp/git.FQTruY/ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.674 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.674 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.674 | 50473 | Recursively removing directory: /tmp/git.iENrGM/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.676 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.676 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.677 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.678 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.679 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.679 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.680 | 52203 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.680 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.680 | 50472 | Removed run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.680 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.680 | 50472 | Assigned run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.680 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.oUrP6I +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.682 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.682 | 52204 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.682 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.682 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.682 | 50472 | Removed run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.682 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.682 | 50472 | Assigned run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.682 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.xIE3yk +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.684 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.685 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.687 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.688 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.690 | 52201 | Marked run 76 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.690 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.693 | 52202 | Marked run 77 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.694 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.695 | 50476 | Recursively removing directory: /tmp/git.oUrP6I/ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.696 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.696 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.697 | 50473 | Recursively removing directory: /tmp/git.xIE3yk/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.699 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.699 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.699 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.701 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.702 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.702 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.702 | 52221 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.702 | 50472 | Removed run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.702 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.702 | 50472 | Assigned run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.703 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.703 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.v1utq3 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.704 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.705 | 52222 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.705 | 50472 | Removed run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.705 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.705 | 50472 | Assigned run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.705 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.705 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9szgL1 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.707 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.708 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.706 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.711 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.711 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.714 | 52219 | Marked run 78 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.714 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.716 | 52220 | Marked run 79 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.717 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.718 | 50476 | Recursively removing directory: /tmp/git.v1utq3/ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.719 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.719 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.720 | 50473 | Recursively removing directory: /tmp/git.9szgL1/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.722 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.722 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.724 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.726 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.727 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.727 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.727 | 52239 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.727 | 50472 | Removed run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.727 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.727 | 50472 | Assigned run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.728 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.728 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.0tB0fI +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.730 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.730 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.730 | 52240 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.730 | 50472 | Removed run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.730 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.730 | 50472 | Assigned run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.731 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.cwYsFw +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.732 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.733 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.734 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.736 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.737 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.738 | 52237 | Marked run 80 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.739 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.741 | 52238 | Marked run 81 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.741 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.742 | 50476 | Recursively removing directory: /tmp/git.0tB0fI/ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.744 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.744 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.747 | 50473 | Recursively removing directory: /tmp/git.cwYsFw/ +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.748 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.748 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.748 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.750 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.750 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.750 | 52256 | Added a new worker 10 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.750 | 50472 | Removed run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.750 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.750 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.750 | 50472 | Assigned run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.751 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Uvurku +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.751 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.755 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.755 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.755 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.755 | 52258 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.755 | 50472 | Removed run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.755 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.755 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.755 | 50472 | Assigned run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.755 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CApm0T +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.756 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.761 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.761 | 52255 | Marked run 82 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.762 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.762 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.765 | 52257 | Marked run 83 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.765 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.767 | 50476 | Recursively removing directory: /tmp/git.Uvurku/ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.769 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.769 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.772 | 50473 | Recursively removing directory: /tmp/git.CApm0T/ +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.773 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.773 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.773 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.777 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.777 | 52274 | Added a new worker 10 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.777 | 50472 | Removed run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.777 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.777 | 50472 | Assigned run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.777 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.777 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.777 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GsSUSJ +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.778 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.781 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.781 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.782 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.782 | 52276 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.782 | 50472 | Removed run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.782 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.782 | 50472 | Assigned run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.782 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.782 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.PvkzKA +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.782 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.786 | 52273 | Marked run 84 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.787 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.788 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.789 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.791 | 52275 | Marked run 85 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.791 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.791 | 50476 | Recursively removing directory: /tmp/git.GsSUSJ/ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.793 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.793 | 50476 | Process output: 415086 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.796 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.798 | 50473 | Recursively removing directory: /tmp/git.PvkzKA/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.799 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.799 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.800 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.800 | 52292 | Added a new worker 10 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.800 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.800 | 50472 | Removed run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.800 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.800 | 50472 | Assigned run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.800 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.800 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.UBcpNZ +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.803 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.805 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.806 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.807 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.807 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.807 | 52295 | Added a new worker 13 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.807 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.807 | 50472 | Removed run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.807 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.807 | 50472 | Assigned run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.808 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.c1d4OT +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.808 | 52291 | Marked run 86 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.809 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.813 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.814 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.816 | 50476 | Recursively removing directory: /tmp/git.UBcpNZ/ +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.817 | 52293 | Marked run 87 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.818 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.818 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.818 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.822 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.822 | 50473 | Recursively removing directory: /tmp/git.c1d4OT/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.824 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.824 | 50473 | Process output: 415086 bytes +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.825 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.825 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.825 | 52310 | Added a new worker 10 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.825 | 50472 | Removed run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.825 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.825 | 50472 | Assigned run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.825 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.825 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Fnqm3j +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.827 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.829 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.829 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.830 | 52312 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.830 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.830 | 50472 | Removed run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.830 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.830 | 50472 | Assigned run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.830 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.KWFjyV +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.831 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.832 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.836 | 52309 | Marked run 88 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.836 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.836 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.837 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.839 | 52311 | Marked run 89 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.840 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.841 | 50476 | Recursively removing directory: /tmp/git.Fnqm3j/ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.842 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.842 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.846 | 50473 | Recursively removing directory: /tmp/git.KWFjyV/ +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.846 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.847 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.847 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.849 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.849 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.849 | 52328 | Added a new worker 10 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.849 | 50472 | Removed run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.849 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.849 | 50472 | Assigned run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.849 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Zg7sbl +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.850 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.851 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.853 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.854 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.855 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.855 | 52331 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.855 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.855 | 50472 | Removed run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.855 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.855 | 50472 | Assigned run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.855 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.855 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.DKRtQR +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.859 | 52327 | Marked run 90 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.860 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.861 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.862 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.864 | 50476 | Recursively removing directory: /tmp/git.Zg7sbl/ +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.865 | 52329 | Marked run 91 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.865 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.866 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.866 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.870 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.871 | 50473 | Recursively removing directory: /tmp/git.DKRtQR/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.872 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.872 | 50473 | Process output: 415086 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.873 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.873 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.873 | 52346 | Added a new worker 10 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.873 | 50472 | Removed run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.873 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.873 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.873 | 50472 | Assigned run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.873 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ANlQ9C +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.875 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.878 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.878 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.878 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.878 | 52348 | Added a new worker 12 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.878 | 50472 | Removed run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.878 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.878 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.878 | 50472 | Assigned run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.878 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9L7rTD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.879 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.883 | 52345 | Marked run 92 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.884 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.885 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.887 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.888 | 50476 | Recursively removing directory: /tmp/git.ANlQ9C/ +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.889 | 52347 | Marked run 93 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.889 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.890 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.890 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.894 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.895 | 50473 | Recursively removing directory: /tmp/git.9L7rTD/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.896 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.896 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.897 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.897 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.897 | 52364 | Added a new worker 10 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.897 | 50472 | Removed run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.897 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.897 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.897 | 50472 | Assigned run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.897 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.vmJobr +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.900 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.901 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.901 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.904 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.904 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.904 | 52368 | Added a new worker 13 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.904 | 50472 | Removed run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.904 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.904 | 50472 | Assigned run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.905 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.904 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Uce2w2 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.908 | 52363 | Marked run 94 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.908 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.910 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.911 | 50476 | Recursively removing directory: /tmp/git.vmJobr/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.911 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.913 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.913 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.915 | 52365 | Marked run 95 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.915 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.916 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.920 | 50473 | Recursively removing directory: /tmp/git.Uce2w2/ +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.920 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.920 | 52382 | Added a new worker 10 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.920 | 50472 | Removed run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.920 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.920 | 50472 | Assigned run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.920 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.920 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.920 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.JeF7VT +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.921 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.921 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.924 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.925 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.926 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.929 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.929 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.930 | 52388 | Added a new worker 13 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.930 | 50472 | Removed run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.930 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.930 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.930 | 50472 | Assigned run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.931 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.8RFrP8 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.932 | 52380 | Marked run 96 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.932 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.935 | 50476 | Recursively removing directory: /tmp/git.JeF7VT/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.935 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.936 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.936 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.936 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.940 | 52384 | Marked run 97 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.940 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.940 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.944 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.944 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.944 | 52400 | Added a new worker 10 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.944 | 50472 | Removed run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.944 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.945 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.945 | 50472 | Assigned run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.945 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.RmSPGg +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.945 | 50473 | Recursively removing directory: /tmp/git.8RFrP8/ +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.947 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.947 | 50473 | Process output: 415086 bytes +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.950 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.951 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.951 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.952 | 52395 | Marked run 98 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.952 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.954 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.954 | 52404 | Added a new worker 8 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.954 | 50472 | Removed run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.954 | 50472 | Removed worker 8 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.954 | 50472 | Assigned run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.954 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.954 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.954 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.3l9Low +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.959 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.960 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.960 | 50476 | Recursively removing directory: /tmp/git.RmSPGg/ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.962 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.962 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.964 | 52401 | Marked run 99 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.965 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.966 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.969 | 50473 | Recursively removing directory: /tmp/git.3l9Low/ +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.969 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.969 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.969 | 52418 | Added a new worker 10 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.969 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.969 | 50472 | Removed run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.969 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.969 | 50472 | Assigned run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.970 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.uqGktu +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.971 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.971 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.974 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.975 | 50476 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.975 | 50476 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.976 | 50473 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.976 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.976 | 52421 | Added a new worker 13 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.976 | 50472 | Removed run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.976 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.976 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.977 | 50472 | Assigned run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.977 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.sLa1og +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.980 | 52417 | Marked run 100 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.980 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.983 | 50473 | Checking out revision HEAD +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.984 | 50473 | Going to run: ./ci +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.985 | 50476 | Recursively removing directory: /tmp/git.uqGktu/ +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.987 | 52419 | Marked run 101 as finished +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.987 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.987 | 50476 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.987 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.991 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.993 | 50473 | Recursively removing directory: /tmp/git.sLa1og/ +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.994 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.994 | 50473 | Process exit code: 0 +2024-04-25 03:44:56 | INFO | 50473/cimple-worker: 2024-04-25 03:44:56.994 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.994 | 50476 | Waiting for a new command +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.994 | 52436 | Added a new worker 10 to the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.995 | 50472 | Removed run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.995 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.995 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.995 | 50472 | Assigned run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.995 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.eo9Vm3 +2024-04-25 03:44:56 | INFO | 50470/cimple-server: 2024-04-25 03:44:56.997 | 50470 | Waiting for new connections +2024-04-25 03:44:56 | INFO | 50476/cimple-worker: 2024-04-25 03:44:56.999 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.000 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.000 | 52438 | Added a new worker 12 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.000 | 50472 | Removed run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.000 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.000 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.000 | 50472 | Assigned run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.001 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.000 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.000 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.lXYDxE +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.005 | 52435 | Marked run 102 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.006 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.006 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.007 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.010 | 50476 | Recursively removing directory: /tmp/git.eo9Vm3/ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.011 | 52437 | Marked run 103 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.011 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.012 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.012 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.016 | 50473 | Recursively removing directory: /tmp/git.lXYDxE/ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.016 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.017 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.017 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.019 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.019 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.019 | 52454 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.019 | 50472 | Removed run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.019 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.019 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.019 | 50472 | Assigned run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.020 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.5numYl +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.020 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.023 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.023 | 52456 | Added a new worker 12 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.023 | 50472 | Removed run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.023 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.023 | 50472 | Assigned run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.023 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.023 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Eg4uEM +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.024 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.025 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.026 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.028 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.029 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.031 | 52453 | Marked run 104 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.031 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.034 | 52455 | Marked run 105 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.034 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.035 | 50476 | Recursively removing directory: /tmp/git.5numYl/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.036 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.036 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.038 | 50473 | Recursively removing directory: /tmp/git.Eg4uEM/ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.040 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.040 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.040 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.042 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.042 | 52472 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.042 | 50472 | Removed run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.042 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.043 | 50472 | Assigned run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.042 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.043 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.5hlCuV +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.043 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.046 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.046 | 52474 | Added a new worker 12 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.047 | 50472 | Removed run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.047 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.047 | 50472 | Assigned run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.046 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.047 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.w4ey15 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.048 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.049 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.049 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.052 | 52471 | Marked run 106 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.052 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.053 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.054 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.056 | 52473 | Marked run 107 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.056 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.058 | 50476 | Recursively removing directory: /tmp/git.5hlCuV/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.059 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.059 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.063 | 50473 | Recursively removing directory: /tmp/git.w4ey15/ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.063 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.064 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.064 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.066 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.066 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.066 | 52490 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.066 | 50472 | Removed run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.066 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.066 | 50472 | Assigned run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.066 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.UX9TdD +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.067 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.068 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.070 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.071 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.072 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.072 | 52493 | Added a new worker 12 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.072 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.072 | 50472 | Removed run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.072 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.072 | 50472 | Assigned run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.072 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.072 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.peMFAS +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.077 | 52489 | Marked run 108 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.078 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.078 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.079 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.081 | 52491 | Marked run 109 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.082 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.082 | 50476 | Recursively removing directory: /tmp/git.UX9TdD/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.083 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.083 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.087 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.088 | 50473 | Recursively removing directory: /tmp/git.peMFAS/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.089 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.089 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.090 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.090 | 52508 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.090 | 50472 | Removed run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.090 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.090 | 50472 | Assigned run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.090 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.090 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.090 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.hh4NhS +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.093 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.094 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.095 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.096 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.096 | 52511 | Added a new worker 12 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.096 | 50472 | Removed run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.096 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.096 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.096 | 50472 | Assigned run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.096 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.096 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.NY9IaZ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.102 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.101 | 52507 | Marked run 110 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.102 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.102 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.107 | 50476 | Recursively removing directory: /tmp/git.hh4NhS/ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.108 | 52509 | Marked run 111 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.108 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.109 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.109 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.112 | 50473 | Recursively removing directory: /tmp/git.NY9IaZ/ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.112 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.113 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.113 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.115 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.115 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.115 | 52526 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.115 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.115 | 50472 | Removed run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.115 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.115 | 50472 | Assigned run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.115 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.flT03U +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.116 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.119 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.119 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.120 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.120 | 52528 | Added a new worker 12 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.120 | 50472 | Removed run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.120 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.120 | 50472 | Assigned run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.120 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.idsUrS +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.120 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.121 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.125 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.126 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.127 | 52525 | Marked run 112 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.127 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.130 | 52527 | Marked run 113 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.130 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.131 | 50476 | Recursively removing directory: /tmp/git.flT03U/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.132 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.132 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.136 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.136 | 50473 | Recursively removing directory: /tmp/git.idsUrS/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.137 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.137 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.139 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.139 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.139 | 52544 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.139 | 50472 | Removed run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.139 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.139 | 50472 | Assigned run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.139 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.UXq86u +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.140 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.141 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.144 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.144 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.145 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.145 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.145 | 52547 | Added a new worker 13 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.145 | 50472 | Removed run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.145 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.145 | 50472 | Assigned run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.145 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.146 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.frXHR0 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.148 | 52543 | Marked run 114 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.148 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.151 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.152 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.154 | 50476 | Recursively removing directory: /tmp/git.UXq86u/ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.155 | 52545 | Marked run 115 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.155 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.156 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.156 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.160 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.160 | 50473 | Recursively removing directory: /tmp/git.frXHR0/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.162 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.162 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.163 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.163 | 52562 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.163 | 50472 | Removed run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.163 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.164 | 50472 | Assigned run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.164 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.163 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.164 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.bhirci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.166 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.168 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.169 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.170 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.170 | 52565 | Added a new worker 11 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.170 | 50472 | Removed run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.170 | 50472 | Removed worker 11 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.170 | 50472 | Assigned run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 11 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.170 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.170 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.RHN5Lz +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.171 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.172 | 52561 | Marked run 116 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.173 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.175 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.176 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.178 | 50476 | Recursively removing directory: /tmp/git.bhirci/ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.180 | 52563 | Marked run 117 as finished +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.180 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.180 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.181 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.184 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.185 | 50473 | Recursively removing directory: /tmp/git.RHN5Lz/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.186 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.186 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.187 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.187 | 52580 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.187 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.187 | 50472 | Removed run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.187 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.188 | 50472 | Assigned run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.187 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.188 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rxaAOI +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.189 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.192 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.192 | 52582 | Added a new worker 12 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.192 | 50472 | Removed run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.192 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.192 | 50472 | Assigned run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.192 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.192 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.8B2ZBK +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.193 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.194 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.194 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.198 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.198 | 52579 | Marked run 118 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.198 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.199 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.201 | 52581 | Marked run 119 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.202 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.203 | 50476 | Recursively removing directory: /tmp/git.rxaAOI/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.205 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.205 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.208 | 50473 | Recursively removing directory: /tmp/git.8B2ZBK/ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.208 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.210 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.210 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.212 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.212 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.212 | 52598 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.212 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.212 | 50472 | Removed run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.212 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.212 | 50472 | Assigned run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.212 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.92o3od +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.214 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.217 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.218 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.218 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.218 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.218 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ieHjSb +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.218 | 52600 | Added a new worker 13 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.218 | 50472 | Removed run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.218 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.218 | 50472 | Assigned run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.218 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.221 | 52597 | Marked run 120 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.222 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.223 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.224 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.228 | 52599 | Marked run 121 as finished +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.228 | 50476 | Recursively removing directory: /tmp/git.92o3od/ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.228 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.230 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.230 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.232 | 50473 | Recursively removing directory: /tmp/git.ieHjSb/ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.234 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.234 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.234 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.237 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.237 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.237 | 52616 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.237 | 50472 | Removed run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.237 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.238 | 50472 | Assigned run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.238 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.238 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.i5J63C +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.238 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.241 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.241 | 52618 | Added a new worker 12 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.241 | 50472 | Removed run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.241 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.241 | 50472 | Assigned run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.241 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.241 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.BAjOTy +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.242 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.243 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.244 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.247 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.248 | 52615 | Marked run 122 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.248 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.248 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.252 | 52617 | Marked run 123 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.252 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.256 | 50476 | Recursively removing directory: /tmp/git.i5J63C/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.257 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.257 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.258 | 50473 | Recursively removing directory: /tmp/git.BAjOTy/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.259 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.259 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.260 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.262 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.263 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.263 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.263 | 52635 | Added a new worker 12 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.263 | 50472 | Removed run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.263 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.263 | 50472 | Assigned run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.263 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.263 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.WihmHh +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.265 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.265 | 52636 | Added a new worker 12 to the queue +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.265 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.265 | 50472 | Removed run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.265 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.265 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.265 | 50472 | Assigned run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.266 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.FEnRwt +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.268 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.270 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.270 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.271 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.274 | 52633 | Marked run 124 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.274 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.277 | 52634 | Marked run 125 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.277 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.280 | 50476 | Recursively removing directory: /tmp/git.WihmHh/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.281 | 50473 | Recursively removing directory: /tmp/git.FEnRwt/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.282 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.282 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.282 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.282 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.286 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.287 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.290 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.290 | 52653 | Added a new worker 12 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.290 | 50472 | Removed run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.290 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.290 | 50472 | Assigned run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.290 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.290 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.gzyjWT +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.291 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.291 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.291 | 52654 | Added a new worker 14 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.291 | 50472 | Removed run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.291 | 50472 | Removed worker 14 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.291 | 50472 | Assigned run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.291 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.pbmQIF +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.294 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.295 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.295 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.295 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.296 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.297 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.301 | 52651 | Marked run 126 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.301 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.304 | 52652 | Marked run 127 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.304 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.305 | 50476 | Recursively removing directory: /tmp/git.gzyjWT/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.307 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.307 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.308 | 50473 | Recursively removing directory: /tmp/git.pbmQIF/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.309 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.309 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.310 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.313 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.314 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.314 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.314 | 52671 | Added a new worker 12 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.314 | 50472 | Removed run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.314 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.314 | 50472 | Assigned run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.314 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.315 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.6dZqwU +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.317 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.317 | 52672 | Added a new worker 12 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.317 | 50472 | Removed run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.317 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.317 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.318 | 50472 | Assigned run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.317 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.318 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.geQ9cT +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.320 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.322 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.323 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.324 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.324 | 52669 | Marked run 128 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.324 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.328 | 52670 | Marked run 129 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.328 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.331 | 50476 | Recursively removing directory: /tmp/git.6dZqwU/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.333 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.333 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.334 | 50473 | Recursively removing directory: /tmp/git.geQ9cT/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.335 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.335 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.336 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.338 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.339 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.339 | 52689 | Added a new worker 12 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.339 | 50472 | Removed run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.339 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.339 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.339 | 50472 | Assigned run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.339 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.339 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.131FVu +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.341 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.341 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.341 | 52690 | Added a new worker 12 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.341 | 50472 | Removed run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.341 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.342 | 50472 | Assigned run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.342 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.l3GpW7 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.343 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.344 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.346 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.347 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.348 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.350 | 52687 | Marked run 130 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.350 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.352 | 52688 | Marked run 131 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.353 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.354 | 50476 | Recursively removing directory: /tmp/git.131FVu/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.356 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.356 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.357 | 50473 | Recursively removing directory: /tmp/git.l3GpW7/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.358 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.358 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.360 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.363 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.363 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.364 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.364 | 52707 | Added a new worker 12 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.364 | 50472 | Removed run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.364 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.364 | 50472 | Assigned run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.364 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.364 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.dBbNmv +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.367 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.367 | 52708 | Added a new worker 12 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.367 | 50472 | Removed run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.367 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.367 | 50472 | Assigned run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.367 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.367 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.6bAVzM +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.369 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.370 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.370 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.372 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.373 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.375 | 52705 | Marked run 132 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.375 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.378 | 52706 | Marked run 133 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.378 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.379 | 50476 | Recursively removing directory: /tmp/git.dBbNmv/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.380 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.380 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.384 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.384 | 50473 | Recursively removing directory: /tmp/git.6bAVzM/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.385 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.385 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.387 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.388 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.388 | 52724 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.388 | 50472 | Removed run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.388 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.388 | 50472 | Assigned run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.388 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.388 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.eIgn2e +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.389 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.392 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.393 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.393 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.393 | 52726 | Added a new worker 13 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.393 | 50472 | Removed run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.393 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.393 | 50472 | Assigned run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.393 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.P3h5qC +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.393 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.393 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.397 | 52723 | Marked run 134 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.397 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.399 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.401 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.403 | 50476 | Recursively removing directory: /tmp/git.eIgn2e/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.404 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.404 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.405 | 52725 | Marked run 135 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.405 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.408 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.409 | 50473 | Recursively removing directory: /tmp/git.P3h5qC/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.411 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.411 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.411 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.411 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.411 | 52742 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.411 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.411 | 50472 | Removed run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.412 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.412 | 50472 | Assigned run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.412 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Jl3OJi +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.415 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.416 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.417 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.419 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.419 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.419 | 52745 | Added a new worker 13 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.419 | 50472 | Removed run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.419 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.419 | 50472 | Assigned run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.419 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.420 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.HjFblF +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.420 | 52741 | Marked run 136 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.420 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.424 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.425 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.427 | 50476 | Recursively removing directory: /tmp/git.Jl3OJi/ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.429 | 52743 | Marked run 137 as finished +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.429 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.429 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.429 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.432 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.434 | 50473 | Recursively removing directory: /tmp/git.HjFblF/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.435 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.435 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.436 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.436 | 52760 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.436 | 50472 | Removed run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.436 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.436 | 50472 | Assigned run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.436 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.436 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.437 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.sYmYrs +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.438 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.441 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.441 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.441 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.441 | 52762 | Added a new worker 12 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.441 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.441 | 50472 | Removed run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.441 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.442 | 50472 | Assigned run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.442 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.wRM8IE +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.442 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.448 | 52759 | Marked run 138 as finished +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.448 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.448 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.449 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.452 | 52761 | Marked run 139 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.452 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.452 | 50476 | Recursively removing directory: /tmp/git.sYmYrs/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.453 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.453 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.457 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.457 | 50473 | Recursively removing directory: /tmp/git.wRM8IE/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.459 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.459 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.461 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.461 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.461 | 52778 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.461 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.461 | 50472 | Removed run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.461 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.461 | 50472 | Assigned run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.461 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.g9K09q +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.463 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.465 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.467 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.467 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.467 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.467 | 52780 | Added a new worker 11 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.467 | 50472 | Removed run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.467 | 50472 | Removed worker 11 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.467 | 50472 | Assigned run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 11 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.468 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.468 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.8NUpaz +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.469 | 52777 | Marked run 140 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.470 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.474 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.475 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.475 | 52779 | Marked run 141 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.476 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.476 | 50476 | Recursively removing directory: /tmp/git.g9K09q/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.477 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.477 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.480 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.484 | 50473 | Recursively removing directory: /tmp/git.8NUpaz/ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.484 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.484 | 52796 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.484 | 50472 | Removed run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.484 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.484 | 50472 | Assigned run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.484 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.484 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.484 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Ptb9BE +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.485 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.485 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.488 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.491 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.491 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.491 | 52798 | Added a new worker 13 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.491 | 50472 | Removed run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.491 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.491 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.491 | 50472 | Assigned run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.491 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.491 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.1i4Cb7 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.492 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.500 | 50476 | Recursively removing directory: /tmp/git.Ptb9BE/ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.501 | 52795 | Marked run 142 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.501 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.501 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.502 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.503 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.503 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.504 | 52797 | Marked run 143 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.505 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.506 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.509 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.509 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.509 | 52814 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.509 | 50472 | Removed run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.509 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.509 | 50472 | Assigned run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.509 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.L9ODcx +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.509 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.512 | 50473 | Recursively removing directory: /tmp/git.1i4Cb7/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.513 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.513 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.514 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.515 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.517 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.517 | 52808 | Marked run 144 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.518 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.520 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.520 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.6ahr3F +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.520 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.520 | 52823 | Added a new worker 8 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.520 | 50472 | Removed run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.520 | 50472 | Removed worker 8 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.520 | 50472 | Assigned run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.521 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.523 | 50476 | Recursively removing directory: /tmp/git.L9ODcx/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.524 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.524 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.525 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.526 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.528 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.530 | 52816 | Marked run 145 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.530 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.531 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.531 | 52830 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.531 | 50472 | Removed run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.531 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.531 | 50472 | Assigned run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.531 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.531 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.nR9qiC +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.532 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.536 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.536 | 50473 | Recursively removing directory: /tmp/git.6ahr3F/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.537 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.538 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.538 | 50473 | Process output: 415086 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.541 | 52825 | Marked run 146 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.541 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.541 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.545 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.545 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.545 | 52841 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.545 | 50472 | Removed run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.545 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.545 | 50472 | Assigned run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.545 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.545 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.3BAWUS +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.546 | 50476 | Recursively removing directory: /tmp/git.nR9qiC/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.548 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.548 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.550 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.551 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.552 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.553 | 52838 | Marked run 147 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.553 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.555 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.555 | 52846 | Added a new worker 8 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.555 | 50472 | Removed run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.555 | 50472 | Removed worker 8 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.555 | 50472 | Assigned run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.555 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.555 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.555 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.PSQna0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.560 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.560 | 50473 | Recursively removing directory: /tmp/git.3BAWUS/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.560 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.563 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.563 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.565 | 52843 | Marked run 148 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.565 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.567 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.569 | 50476 | Recursively removing directory: /tmp/git.PSQna0/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.570 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.570 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.570 | 52859 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.570 | 50472 | Removed run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.570 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.570 | 50472 | Assigned run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.570 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.571 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.nABLpo +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.571 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.571 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.574 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.575 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.576 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.577 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.577 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.577 | 52862 | Added a new worker 13 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.577 | 50472 | Removed run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.577 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.577 | 50472 | Assigned run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.577 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.52Bt1z +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.577 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.581 | 52858 | Marked run 149 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.581 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.583 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.584 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.586 | 50473 | Recursively removing directory: /tmp/git.nABLpo/ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.586 | 52860 | Marked run 150 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.587 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.588 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.588 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.591 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.592 | 50476 | Recursively removing directory: /tmp/git.52Bt1z/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.594 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.594 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.594 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.595 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.595 | 52877 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.595 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.595 | 50472 | Removed run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.595 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.595 | 50472 | Assigned run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.595 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GM5jHP +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.598 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.599 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.600 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.602 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.602 | 52880 | Added a new worker 13 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.602 | 50472 | Removed run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.602 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.602 | 50472 | Assigned run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.602 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.602 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.602 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.k1yuft +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.603 | 52876 | Marked run 151 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.604 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.607 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.608 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.610 | 50473 | Recursively removing directory: /tmp/git.GM5jHP/ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.611 | 52878 | Marked run 152 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.612 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.612 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.612 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.615 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.617 | 50476 | Recursively removing directory: /tmp/git.k1yuft/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.618 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.618 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.619 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.619 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.LzvnnH +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.619 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.619 | 52895 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.619 | 50472 | Removed run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.619 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.619 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.619 | 50472 | Assigned run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.622 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.622 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.623 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.626 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.626 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.626 | 52899 | Added a new worker 13 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.626 | 50472 | Removed run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.626 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.626 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.626 | 50472 | Assigned run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.627 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.7mT93k +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.630 | 52894 | Marked run 153 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.630 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.632 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.633 | 50473 | Recursively removing directory: /tmp/git.LzvnnH/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.634 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.635 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.635 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.636 | 52896 | Marked run 154 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.636 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.639 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.643 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.643 | 52913 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.643 | 50472 | Removed run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.643 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.643 | 50472 | Assigned run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.643 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.643 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.643 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.a86FIT +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.643 | 50476 | Recursively removing directory: /tmp/git.7mT93k/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.645 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.645 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.648 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.649 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.649 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.651 | 52908 | Marked run 155 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.651 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.652 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.652 | 52917 | Added a new worker 8 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.652 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.652 | 50472 | Removed run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.652 | 50472 | Removed worker 8 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.652 | 50472 | Assigned run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.652 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.652 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ff04du +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.657 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.658 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.658 | 50473 | Recursively removing directory: /tmp/git.a86FIT/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.660 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.660 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.663 | 52914 | Marked run 156 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.663 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.664 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.666 | 50476 | Recursively removing directory: /tmp/git.ff04du/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.667 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.667 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.667 | 52931 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.667 | 50472 | Removed run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.667 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.667 | 50472 | Assigned run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.667 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.667 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.heP5dB +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.668 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.668 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.671 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.672 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.673 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.674 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.674 | 52934 | Added a new worker 13 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.674 | 50472 | Removed run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.674 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.674 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.674 | 50472 | Assigned run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.674 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.674 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.xrLrot +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.678 | 52930 | Marked run 157 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.679 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.680 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.682 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.683 | 52932 | Marked run 158 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.684 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.684 | 50473 | Recursively removing directory: /tmp/git.heP5dB/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.686 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.686 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.689 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.691 | 50476 | Recursively removing directory: /tmp/git.xrLrot/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.692 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.692 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.692 | 52949 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.692 | 50472 | Removed run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.692 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.693 | 50472 | Assigned run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.693 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.693 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.693 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.693 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.KF5Oj0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.696 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.697 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.697 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.701 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.701 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.701 | 52954 | Added a new worker 13 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.701 | 50472 | Removed run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.701 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.701 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.701 | 50472 | Assigned run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.701 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.remxBy +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.706 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.707 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.707 | 52948 | Marked run 159 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.707 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.707 | 50473 | Recursively removing directory: /tmp/git.KF5Oj0/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.708 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.708 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.711 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.712 | 52950 | Marked run 160 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.712 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.715 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.715 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.715 | 52967 | Added a new worker 9 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.715 | 50472 | Removed run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.715 | 50472 | Removed worker 9 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.715 | 50472 | Assigned run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.715 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.8HDu95 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.716 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.716 | 50476 | Recursively removing directory: /tmp/git.remxBy/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.718 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.718 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.720 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.721 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.722 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.723 | 52964 | Marked run 161 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.723 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.725 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.725 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.725 | 52972 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.725 | 50472 | Removed run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.725 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.725 | 50472 | Assigned run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.725 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.EcqbDD +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.726 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.730 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.731 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.731 | 50473 | Recursively removing directory: /tmp/git.8HDu95/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.734 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.734 | 50473 | Process output: 415086 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.735 | 52969 | Marked run 162 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.736 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.737 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.739 | 50476 | Recursively removing directory: /tmp/git.EcqbDD/ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.741 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.741 | 52985 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.741 | 50472 | Removed run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.741 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.741 | 50472 | Assigned run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.741 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.741 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.741 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.K37N2Q +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.741 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.741 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.745 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.747 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.748 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.749 | 52984 | Marked run 163 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.749 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.749 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.749 | 52988 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.749 | 50472 | Removed run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.749 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.749 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.749 | 50472 | Assigned run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.749 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.750 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.7uy40l +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.755 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.755 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.757 | 50473 | Recursively removing directory: /tmp/git.K37N2Q/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.759 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.759 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.759 | 52986 | Marked run 164 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.760 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.762 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.765 | 50476 | Recursively removing directory: /tmp/git.7uy40l/ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.766 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.766 | 53003 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.766 | 50472 | Removed run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.766 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.766 | 50472 | Assigned run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.766 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.766 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.766 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ee6e0P +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.767 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.767 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.770 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.771 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.772 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.774 | 53002 | Marked run 165 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.774 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.774 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.774 | 53007 | Added a new worker 8 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.774 | 50472 | Removed run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.774 | 50472 | Removed worker 8 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.774 | 50472 | Assigned run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.774 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.775 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.pWWIQX +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.775 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.780 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.780 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.781 | 50473 | Recursively removing directory: /tmp/git.ee6e0P/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.783 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.783 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.784 | 53004 | Marked run 166 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.784 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.787 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.789 | 50476 | Recursively removing directory: /tmp/git.pWWIQX/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.790 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.790 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.791 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.791 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.791 | 53021 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.791 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.791 | 50472 | Removed run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.791 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.791 | 50472 | Assigned run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.791 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.AcB8ZB +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.794 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.796 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.797 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.798 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.798 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.798 | 53024 | Added a new worker 13 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.798 | 50472 | Removed run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.798 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.798 | 50472 | Assigned run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.798 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.l2SmL4 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.799 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.799 | 53020 | Marked run 167 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.799 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.803 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.804 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.806 | 50473 | Recursively removing directory: /tmp/git.AcB8ZB/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.808 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.808 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.809 | 53022 | Marked run 168 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.809 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.811 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.813 | 50476 | Recursively removing directory: /tmp/git.l2SmL4/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.814 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.814 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.815 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.815 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.815 | 53039 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.815 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.815 | 50472 | Removed run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.815 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.815 | 50472 | Assigned run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.815 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ZQ0csf +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.817 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.819 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.820 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.820 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.820 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.820 | 53041 | Added a new worker 12 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.821 | 50472 | Removed run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.821 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.821 | 50472 | Assigned run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.821 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.821 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GLoCB7 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.827 | 53038 | Marked run 169 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.827 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.828 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.829 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.830 | 50473 | Recursively removing directory: /tmp/git.ZQ0csf/ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.831 | 53040 | Marked run 170 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.831 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.832 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.832 | 50473 | Process output: 415086 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.835 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.837 | 50476 | Recursively removing directory: /tmp/git.GLoCB7/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.838 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.838 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.839 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.839 | 53057 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.839 | 50472 | Removed run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.839 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.839 | 50472 | Assigned run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.839 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.839 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.839 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.k2oNnB +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.843 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.843 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.843 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.846 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.846 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.846 | 53062 | Added a new worker 13 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.846 | 50472 | Removed run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.846 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.847 | 50472 | Assigned run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.847 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.847 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.OI1zVz +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.849 | 53056 | Marked run 171 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.850 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.852 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.853 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.854 | 50473 | Recursively removing directory: /tmp/git.k2oNnB/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.856 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.856 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.857 | 53058 | Marked run 172 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.857 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.859 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.861 | 50476 | Recursively removing directory: /tmp/git.OI1zVz/ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.863 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.863 | 53075 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.863 | 50472 | Removed run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.863 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.863 | 50472 | Assigned run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.863 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.863 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.863 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rXcXPw +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.863 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.863 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.867 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.867 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.868 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.870 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.870 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.871 | 53078 | Added a new worker 13 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.871 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.871 | 50472 | Removed run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.871 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.871 | 50472 | Assigned run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.871 | 53074 | Marked run 173 as finished +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.871 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.uoQ5tJ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.871 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.875 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.876 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.878 | 50473 | Recursively removing directory: /tmp/git.rXcXPw/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.880 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.880 | 50473 | Process output: 415086 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.881 | 53076 | Marked run 174 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.882 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.884 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.885 | 50476 | Recursively removing directory: /tmp/git.uoQ5tJ/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.886 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.886 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.886 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.887 | 53093 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.887 | 50472 | Removed run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.887 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.887 | 50472 | Assigned run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.887 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.887 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.887 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.NrVAAq +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.889 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.891 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.892 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.892 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.892 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.892 | 53095 | Added a new worker 12 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.892 | 50472 | Removed run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.892 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.892 | 50472 | Assigned run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.893 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.l2WL8i +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.893 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.897 | 53092 | Marked run 175 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.898 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.898 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.899 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.903 | 50473 | Recursively removing directory: /tmp/git.NrVAAq/ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.903 | 53094 | Marked run 176 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.903 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.904 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.904 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.908 | 50476 | Recursively removing directory: /tmp/git.l2WL8i/ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.908 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.909 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.909 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.911 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.911 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.911 | 53111 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.911 | 50472 | Removed run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.911 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.911 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.911 | 50472 | Assigned run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.912 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.OjIXwj +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.913 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.917 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.917 | 53113 | Added a new worker 12 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.917 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.918 | 50472 | Removed run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.918 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.918 | 50472 | Assigned run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.919 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.920 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.917 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.918 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.78XFjI +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.926 | 53110 | Marked run 177 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.926 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.927 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.928 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.929 | 53112 | Marked run 178 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.929 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.930 | 50473 | Recursively removing directory: /tmp/git.OjIXwj/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.931 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.931 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.934 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.936 | 50476 | Recursively removing directory: /tmp/git.78XFjI/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.938 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.938 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.938 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.938 | 53129 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.938 | 50472 | Removed run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.938 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.938 | 50472 | Assigned run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.938 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.938 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.938 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.vwHTS0 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.941 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.943 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.944 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.945 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.945 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.945 | 53132 | Added a new worker 13 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.945 | 50472 | Removed run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.945 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.945 | 50472 | Assigned run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.946 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.946 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ik29kP +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.946 | 53128 | Marked run 179 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.947 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.950 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.951 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.954 | 50473 | Recursively removing directory: /tmp/git.vwHTS0/ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.955 | 53130 | Marked run 180 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.955 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.956 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.956 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.960 | 50476 | Recursively removing directory: /tmp/git.ik29kP/ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.960 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.961 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.961 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.963 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.963 | 53147 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.963 | 50472 | Removed run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.963 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.963 | 50472 | Assigned run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.963 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.963 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.wPk42b +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.964 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.964 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.967 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.967 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.967 | 53149 | Added a new worker 12 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.967 | 50472 | Removed run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.967 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.967 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.967 | 50472 | Assigned run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.967 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.B9mpNV +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.968 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.969 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.972 | 50476 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.973 | 50476 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.973 | 53146 | Marked run 181 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.974 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.976 | 53148 | Marked run 182 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.977 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.979 | 50473 | Recursively removing directory: /tmp/git.wPk42b/ +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.980 | 50473 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.980 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.983 | 50476 | Recursively removing directory: /tmp/git.B9mpNV/ +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.984 | 50476 | Process exit code: 0 +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.984 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.984 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.988 | 50473 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.988 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.988 | 53165 | Added a new worker 10 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.988 | 50472 | Removed run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.988 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.988 | 50472 | Assigned run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.988 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.RSpNiZ +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.989 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.989 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.992 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.992 | 50476 | Waiting for a new command +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.992 | 53167 | Added a new worker 12 to the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.992 | 50472 | Removed run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.993 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.993 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.993 | 50472 | Assigned run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.993 | 50473 | Checking out revision HEAD +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.993 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ccrgLg +2024-04-25 03:44:57 | INFO | 50473/cimple-worker: 2024-04-25 03:44:57.994 | 50473 | Going to run: ./ci +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.998 | 53164 | Marked run 183 as finished +2024-04-25 03:44:57 | INFO | 50470/cimple-server: 2024-04-25 03:44:57.998 | 50470 | Waiting for new connections +2024-04-25 03:44:57 | INFO | 50476/cimple-worker: 2024-04-25 03:44:57.999 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.000 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.002 | 53166 | Marked run 184 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.002 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.004 | 50473 | Recursively removing directory: /tmp/git.RSpNiZ/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.005 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.005 | 50473 | Process output: 415086 bytes +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.009 | 50476 | Recursively removing directory: /tmp/git.ccrgLg/ +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.009 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.010 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.010 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.012 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.012 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.012 | 53183 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.012 | 50472 | Removed run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.012 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.012 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.012 | 50472 | Assigned run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.012 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.LYFVq3 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.013 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.016 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.016 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.016 | 53185 | Added a new worker 12 to the queue +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.016 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.017 | 50472 | Removed run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.017 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.017 | 50472 | Assigned run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.017 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.017 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.48GJR1 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.017 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.023 | 53182 | Marked run 185 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.023 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.023 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.025 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.027 | 53184 | Marked run 186 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.027 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.027 | 50473 | Recursively removing directory: /tmp/git.LYFVq3/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.029 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.029 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.032 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.033 | 50476 | Recursively removing directory: /tmp/git.48GJR1/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.035 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.035 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.035 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.035 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.035 | 53201 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.035 | 50472 | Removed run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.035 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.036 | 50472 | Assigned run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.036 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.TdPfq2 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.036 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.039 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.040 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.041 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.043 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.043 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.043 | 53204 | Added a new worker 13 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.043 | 50472 | Removed run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.043 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.043 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.043 | 50472 | Assigned run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.043 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.VtDD91 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.044 | 53200 | Marked run 187 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.045 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.048 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.049 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.051 | 50473 | Recursively removing directory: /tmp/git.TdPfq2/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.052 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.052 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.053 | 53202 | Marked run 188 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.053 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.055 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.058 | 50476 | Recursively removing directory: /tmp/git.VtDD91/ +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.059 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.059 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.059 | 53219 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.059 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.059 | 50472 | Removed run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.059 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.059 | 50472 | Assigned run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.059 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.YRRVCl +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.060 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.060 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.063 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.064 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.065 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.066 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.066 | 53222 | Added a new worker 13 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.066 | 50472 | Removed run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.066 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.066 | 50472 | Assigned run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.066 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.066 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.066 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.uCzjoS +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.069 | 53216 | Marked run 189 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.069 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.073 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.074 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.075 | 50473 | Recursively removing directory: /tmp/git.YRRVCl/ +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.076 | 53220 | Marked run 190 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.076 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.076 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.077 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.080 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.082 | 50476 | Recursively removing directory: /tmp/git.uCzjoS/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.083 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.083 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.083 | 53237 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.083 | 50472 | Removed run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.083 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.083 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.083 | 50472 | Assigned run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.083 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.iVrLFH +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.084 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.084 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.088 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.088 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.089 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.091 | 53236 | Marked run 191 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.091 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.092 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.092 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.092 | 53241 | Added a new worker 8 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.092 | 50472 | Removed run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.092 | 50472 | Removed worker 8 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.092 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.092 | 50472 | Assigned run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.092 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ifcJ46 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.096 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.097 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.099 | 50473 | Recursively removing directory: /tmp/git.iVrLFH/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.101 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.101 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.102 | 53238 | Marked run 192 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.102 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.104 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.106 | 50476 | Recursively removing directory: /tmp/git.ifcJ46/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.107 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.107 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.107 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.107 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.107 | 53255 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.107 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.107 | 50472 | Removed run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.107 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.108 | 50472 | Assigned run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.108 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ViNAi6 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.110 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.112 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.113 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.113 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.113 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.113 | 53257 | Added a new worker 12 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.113 | 50472 | Removed run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.113 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.114 | 50472 | Assigned run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.114 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.a2AOYx +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.114 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.118 | 53254 | Marked run 193 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.118 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.120 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.121 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.123 | 50473 | Recursively removing directory: /tmp/git.ViNAi6/ +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.123 | 53256 | Marked run 194 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.123 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.124 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.124 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.128 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.129 | 50476 | Recursively removing directory: /tmp/git.a2AOYx/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.131 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.131 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.131 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.131 | 53273 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.131 | 50472 | Removed run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.131 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.131 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.131 | 50472 | Assigned run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.131 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.131 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ATEaDu +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.134 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.136 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.136 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.137 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.137 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.137 | 53275 | Added a new worker 12 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.137 | 50472 | Removed run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.137 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.137 | 50472 | Assigned run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.137 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.agEQcK +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.138 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.142 | 53272 | Marked run 195 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.142 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.143 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.143 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.146 | 53274 | Marked run 196 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.146 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.147 | 50473 | Recursively removing directory: /tmp/git.ATEaDu/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.149 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.149 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.152 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.152 | 50476 | Recursively removing directory: /tmp/git.agEQcK/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.153 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.153 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.155 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.155 | 53291 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.155 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.155 | 50472 | Removed run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.155 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.155 | 50472 | Assigned run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.155 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.156 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.1EGhWq +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.156 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.159 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.159 | 53293 | Added a new worker 12 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.159 | 50472 | Removed run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.159 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.159 | 50472 | Assigned run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.159 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.159 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.RQvhnV +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.161 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.162 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.161 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.165 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.166 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.166 | 53290 | Marked run 197 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.166 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.169 | 53292 | Marked run 198 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.170 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.171 | 50473 | Recursively removing directory: /tmp/git.1EGhWq/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.172 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.172 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.175 | 50476 | Recursively removing directory: /tmp/git.RQvhnV/ +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.176 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.176 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.176 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.179 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.179 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.179 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.179 | 53310 | Added a new worker 12 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.179 | 50472 | Removed run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.179 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.179 | 50472 | Assigned run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.179 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.179 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.obWGA1 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.182 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.182 | 53311 | Added a new worker 12 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.182 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.182 | 50472 | Removed run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.182 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.182 | 50472 | Assigned run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.182 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.182 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.EjXEic +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.184 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.185 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.188 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.189 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.189 | 53308 | Marked run 199 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.190 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.192 | 53309 | Marked run 200 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.192 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.194 | 50473 | Recursively removing directory: /tmp/git.obWGA1/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.196 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.196 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.198 | 50476 | Recursively removing directory: /tmp/git.EjXEic/ +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.199 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.199 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.199 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.202 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.202 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.202 | 53327 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.202 | 50472 | Removed run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.202 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.202 | 50472 | Assigned run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.202 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.202 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.203 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.LkhImx +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.205 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.205 | 53329 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.205 | 50472 | Removed run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.205 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.205 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.205 | 50472 | Assigned run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.205 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.205 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.mpk8IO +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.208 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.208 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.211 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.212 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.212 | 53326 | Marked run 201 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.212 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.215 | 53328 | Marked run 202 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.215 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.219 | 50473 | Recursively removing directory: /tmp/git.LkhImx/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.221 | 50476 | Recursively removing directory: /tmp/git.mpk8IO/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.221 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.221 | 50473 | Process output: 415086 bytes +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.222 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.222 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.226 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.227 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.229 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.229 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.229 | 53346 | Added a new worker 12 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.229 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.229 | 50472 | Removed run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.229 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.229 | 50472 | Assigned run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.230 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.DrGVGJ +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.231 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.231 | 53347 | Added a new worker 12 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.231 | 50472 | Removed run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.231 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.231 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.231 | 50472 | Assigned run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.231 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.231 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Ez9R0u +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.235 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.235 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.236 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.236 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.240 | 53344 | Marked run 203 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.241 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.244 | 53345 | Marked run 204 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.244 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.246 | 50473 | Recursively removing directory: /tmp/git.DrGVGJ/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.246 | 50476 | Recursively removing directory: /tmp/git.Ez9R0u/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.247 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.247 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.248 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.248 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.252 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.252 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.255 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.255 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.255 | 53364 | Added a new worker 12 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.255 | 50472 | Removed run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.255 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.256 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.256 | 50472 | Assigned run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.256 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.PHXAy8 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.256 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.256 | 53365 | Added a new worker 12 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.256 | 50472 | Removed run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.256 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.256 | 50472 | Assigned run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.256 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.256 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Hx1kzk +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.258 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.261 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.261 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.262 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.262 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.266 | 53362 | Marked run 205 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.266 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.268 | 53363 | Marked run 206 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.268 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.271 | 50476 | Recursively removing directory: /tmp/git.Hx1kzk/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.272 | 50473 | Recursively removing directory: /tmp/git.PHXAy8/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.272 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.272 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.273 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.273 | 50473 | Process output: 415086 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.275 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.276 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.278 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.278 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.278 | 53382 | Added a new worker 12 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.278 | 50472 | Removed run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.278 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.278 | 50472 | Assigned run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.278 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.278 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ECo426 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.279 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.279 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.279 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.XyE3bY +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.283 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.283 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.284 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.279 | 53383 | Added a new worker 12 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.279 | 50472 | Removed run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.279 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.279 | 50472 | Assigned run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.285 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.285 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.289 | 53380 | Marked run 208 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.289 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.291 | 53381 | Marked run 207 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.292 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.294 | 50476 | Recursively removing directory: /tmp/git.ECo426/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.294 | 50473 | Recursively removing directory: /tmp/git.XyE3bY/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.295 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.295 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.296 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.296 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.298 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.298 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.301 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.301 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.301 | 53400 | Added a new worker 12 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.301 | 50472 | Removed run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.301 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.301 | 50472 | Assigned run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.301 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.301 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.301 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.301 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Zt3e8V +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.302 | 53401 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.302 | 50472 | Removed run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.302 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.302 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.302 | 50472 | Assigned run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.303 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.LJsXMD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.307 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.307 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.308 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.308 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.313 | 53399 | Marked run 210 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.313 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.316 | 53398 | Marked run 209 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.316 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.318 | 50476 | Recursively removing directory: /tmp/git.Zt3e8V/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.318 | 50473 | Recursively removing directory: /tmp/git.LJsXMD/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.319 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.319 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.319 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.319 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.322 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.322 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.325 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.325 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.325 | 53418 | Added a new worker 13 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.325 | 50472 | Removed run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.325 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.325 | 50472 | Assigned run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.325 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.325 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.pQceze +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.326 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.326 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.326 | 53419 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.326 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.326 | 50472 | Removed run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.326 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.326 | 50472 | Assigned run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.327 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.0yZ5Iw +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.330 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.331 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.332 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.333 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.336 | 53416 | Marked run 211 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.336 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.338 | 53417 | Marked run 212 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.339 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.339 | 50473 | Recursively removing directory: /tmp/git.pQceze/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.341 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.341 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.343 | 50476 | Recursively removing directory: /tmp/git.0yZ5Iw/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.344 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.344 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.345 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.348 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.348 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.348 | 53435 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.348 | 50472 | Removed run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.348 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.348 | 50472 | Assigned run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.348 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.348 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.349 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.pm1qKQ +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.353 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.353 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.353 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.353 | 53437 | Added a new worker 12 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.353 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.353 | 50472 | Removed run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.353 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.353 | 50472 | Assigned run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.354 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ecUphF +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.354 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.357 | 53434 | Marked run 213 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.357 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.359 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.360 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.364 | 50473 | Recursively removing directory: /tmp/git.pm1qKQ/ +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.364 | 53436 | Marked run 214 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.364 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.365 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.365 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.369 | 50476 | Recursively removing directory: /tmp/git.ecUphF/ +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.369 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.370 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.370 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.372 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.372 | 53453 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.372 | 50472 | Removed run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.372 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.372 | 50472 | Assigned run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.372 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.372 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.lHMdTx +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.373 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.373 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.376 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.376 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.376 | 53455 | Added a new worker 12 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.376 | 50472 | Removed run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.376 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.376 | 50472 | Assigned run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.376 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.gLrm8z +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.377 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.378 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.380 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.382 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.383 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.385 | 53452 | Marked run 215 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.385 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.388 | 50473 | Recursively removing directory: /tmp/git.lHMdTx/ +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.388 | 53454 | Marked run 216 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.388 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.389 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.389 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.392 | 50476 | Recursively removing directory: /tmp/git.gLrm8z/ +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.393 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.394 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.394 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.396 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.396 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.396 | 53471 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.396 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.396 | 50472 | Removed run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.396 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.396 | 50472 | Assigned run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.397 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.bmosRz +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.398 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.401 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.402 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.402 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.402 | 53473 | Added a new worker 13 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.402 | 50472 | Removed run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.402 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.402 | 50472 | Assigned run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.402 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.402 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.403 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Sb1q6m +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.405 | 53470 | Marked run 217 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.406 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.408 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.408 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.411 | 50473 | Recursively removing directory: /tmp/git.bmosRz/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.413 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.413 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.414 | 53472 | Marked run 218 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.414 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.417 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.418 | 50476 | Recursively removing directory: /tmp/git.Sb1q6m/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.419 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.419 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.421 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.421 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.421 | 53489 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.421 | 50472 | Removed run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.421 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.421 | 50472 | Assigned run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.421 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.421 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Wnv54M +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.423 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.425 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.426 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.427 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.427 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.427 | 53492 | Added a new worker 13 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.427 | 50472 | Removed run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.427 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.427 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.427 | 50472 | Assigned run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.428 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.pGtBea +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.430 | 53488 | Marked run 219 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.430 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.433 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.434 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.436 | 50473 | Recursively removing directory: /tmp/git.Wnv54M/ +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.437 | 53490 | Marked run 220 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.437 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.438 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.438 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.441 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.443 | 50476 | Recursively removing directory: /tmp/git.pGtBea/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.444 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.444 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.445 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.445 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.445 | 53507 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.445 | 50472 | Removed run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.445 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.445 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.445 | 50472 | Assigned run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.445 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.i40cch +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.448 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.450 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.451 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.452 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.453 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.7CESsC +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.452 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.452 | 53510 | Added a new worker 13 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.452 | 50472 | Removed run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.452 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.452 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.452 | 50472 | Assigned run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.453 | 53506 | Marked run 221 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.453 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.457 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.458 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.460 | 50473 | Recursively removing directory: /tmp/git.i40cch/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.462 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.462 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.462 | 53508 | Marked run 222 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.463 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.466 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.467 | 50476 | Recursively removing directory: /tmp/git.7CESsC/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.469 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.469 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.469 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.469 | 53525 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.469 | 50472 | Removed run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.469 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.469 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.470 | 50472 | Assigned run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.469 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.470 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.G4F3vn +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.473 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.474 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.475 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.476 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.476 | 53528 | Added a new worker 13 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.477 | 50472 | Removed run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.477 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.477 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.477 | 50472 | Assigned run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.476 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.477 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.1dT0na +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.478 | 53524 | Marked run 223 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.479 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.482 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.483 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.485 | 50473 | Recursively removing directory: /tmp/git.G4F3vn/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.487 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.487 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.488 | 53526 | Marked run 224 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.488 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.490 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.491 | 50476 | Recursively removing directory: /tmp/git.1dT0na/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.493 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.493 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.494 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.494 | 53543 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.494 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.494 | 50472 | Removed run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.494 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.494 | 50472 | Assigned run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.494 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.494 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.vUDccB +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.496 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.500 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.500 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.500 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.500 | 53545 | Added a new worker 14 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.500 | 50472 | Removed run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.500 | 50472 | Removed worker 14 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.500 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.500 | 50472 | Assigned run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.500 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.MbXiZk +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.501 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.503 | 53542 | Marked run 225 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.503 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.505 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.506 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.511 | 53544 | Marked run 226 as finished +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.511 | 50473 | Recursively removing directory: /tmp/git.vUDccB/ +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.511 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.512 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.512 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.515 | 50476 | Recursively removing directory: /tmp/git.MbXiZk/ +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.516 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.516 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.516 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.519 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.519 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.519 | 53561 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.519 | 50472 | Removed run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.519 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.520 | 50472 | Assigned run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.520 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.520 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.EWgOVd +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.520 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.523 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.523 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.523 | 53563 | Added a new worker 12 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.523 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.523 | 50472 | Removed run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.523 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.523 | 50472 | Assigned run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.524 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.KWSXrQ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.525 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.525 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.530 | 53560 | Marked run 227 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.530 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.530 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.531 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.534 | 53562 | Marked run 228 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.534 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.534 | 50473 | Recursively removing directory: /tmp/git.EWgOVd/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.536 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.536 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.539 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.540 | 50476 | Recursively removing directory: /tmp/git.KWSXrQ/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.541 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.541 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.542 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.542 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.542 | 53579 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.542 | 50472 | Removed run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.542 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.542 | 50472 | Assigned run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.542 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.542 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rYtBna +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.544 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.547 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.547 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.547 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.547 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.548 | 53581 | Added a new worker 12 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.548 | 50472 | Removed run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.548 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.548 | 50472 | Assigned run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.548 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.q6iAP5 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.548 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.553 | 53578 | Marked run 229 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.554 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.554 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.555 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.557 | 50473 | Recursively removing directory: /tmp/git.rYtBna/ +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.558 | 53580 | Marked run 230 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.558 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.559 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.559 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.562 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.564 | 50476 | Recursively removing directory: /tmp/git.q6iAP5/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.565 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.565 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.566 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.566 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.566 | 53597 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.566 | 50472 | Removed run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.566 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.566 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.566 | 50472 | Assigned run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.566 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Fd5svI +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.569 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.569 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.570 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.573 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.573 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.573 | 53601 | Added a new worker 12 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.573 | 50472 | Removed run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.573 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.573 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.573 | 50472 | Assigned run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.573 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.wL0JLy +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.577 | 53596 | Marked run 231 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.577 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.580 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.581 | 50473 | Recursively removing directory: /tmp/git.Fd5svI/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.581 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.582 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.582 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.583 | 53598 | Marked run 232 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.583 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.585 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.589 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.589 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.589 | 53615 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.589 | 50472 | Removed run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.589 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.589 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.589 | 50472 | Assigned run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.589 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ENbo9d +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.591 | 50476 | Recursively removing directory: /tmp/git.wL0JLy/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.592 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.592 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.593 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.594 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.597 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.599 | 53611 | Marked run 233 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.600 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.601 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.601 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.602 | 53624 | Added a new worker 8 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.602 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.602 | 50472 | Removed run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.602 | 50472 | Removed worker 8 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.602 | 50472 | Assigned run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.602 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.frX0yf +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.603 | 50473 | Recursively removing directory: /tmp/git.ENbo9d/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.605 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.605 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.606 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.606 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.609 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.612 | 53619 | Marked run 234 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.612 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.613 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.613 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.613 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.pT0XAk +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.613 | 53633 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.613 | 50472 | Removed run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.613 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.613 | 50472 | Assigned run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.615 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.615 | 50476 | Recursively removing directory: /tmp/git.frX0yf/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.617 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.617 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.618 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.619 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.620 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.622 | 53627 | Marked run 235 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.622 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.623 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.623 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.623 | 53640 | Added a new worker 8 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.624 | 50472 | Removed run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.624 | 50472 | Removed worker 8 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.624 | 50472 | Assigned run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.624 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.624 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.yil18v +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.628 | 50473 | Recursively removing directory: /tmp/git.pT0XAk/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.628 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.629 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.629 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.629 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.632 | 53635 | Marked run 236 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.633 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.633 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.637 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.637 | 53651 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.637 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.637 | 50472 | Removed run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.637 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.637 | 50472 | Assigned run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.637 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.637 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.e8ZMcm +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.637 | 50476 | Recursively removing directory: /tmp/git.yil18v/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.639 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.639 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.643 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.643 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.644 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.645 | 53646 | Marked run 237 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.646 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.647 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.647 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.647 | 53655 | Added a new worker 8 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.647 | 50472 | Removed run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.647 | 50472 | Removed worker 8 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.647 | 50472 | Assigned run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.647 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.nKT0YO +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.647 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.652 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.652 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.653 | 50473 | Recursively removing directory: /tmp/git.e8ZMcm/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.655 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.655 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.657 | 53652 | Marked run 238 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.657 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.659 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.662 | 50476 | Recursively removing directory: /tmp/git.nKT0YO/ +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.663 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.663 | 53669 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.663 | 50472 | Removed run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.663 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.663 | 50472 | Assigned run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.663 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.663 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Uf0HpA +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.663 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.663 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.663 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.667 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.667 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.667 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.671 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.671 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.671 | 53674 | Added a new worker 13 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.671 | 50472 | Removed run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.671 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.671 | 50472 | Assigned run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.671 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.671 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Ah02mr +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.674 | 53668 | Marked run 239 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.674 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.677 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.678 | 50473 | Recursively removing directory: /tmp/git.Uf0HpA/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.678 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.680 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.680 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.682 | 53670 | Marked run 240 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.682 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.684 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.686 | 50476 | Recursively removing directory: /tmp/git.Ah02mr/ +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.687 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.687 | 53687 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.687 | 50472 | Removed run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.687 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.687 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.687 | 50472 | Assigned run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.687 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.687 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.mBcjLh +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.688 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.688 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.691 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.692 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.692 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.696 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.696 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.696 | 53692 | Added a new worker 13 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.696 | 50472 | Removed run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.696 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.696 | 50472 | Assigned run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.697 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.fH0gIg +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.697 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.698 | 53686 | Marked run 241 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.698 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.702 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.702 | 50473 | Recursively removing directory: /tmp/git.mBcjLh/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.703 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.704 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.704 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.706 | 53689 | Marked run 242 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.707 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.708 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.711 | 50476 | Recursively removing directory: /tmp/git.fH0gIg/ +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.712 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.712 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.712 | 53705 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.712 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.712 | 50472 | Removed run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.712 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.712 | 50472 | Assigned run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.712 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.E0AhlQ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.713 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.713 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.716 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.716 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.717 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.720 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.720 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.720 | 53708 | Added a new worker 13 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.720 | 50472 | Removed run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.720 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.720 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.720 | 50472 | Assigned run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.720 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.JH220T +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.722 | 53702 | Marked run 243 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.723 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.726 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.726 | 50473 | Recursively removing directory: /tmp/git.E0AhlQ/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.727 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.728 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.728 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.731 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.731 | 53706 | Marked run 244 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.731 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.734 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.734 | 53723 | Added a new worker 9 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.734 | 50472 | Removed run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.734 | 50472 | Removed worker 9 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.734 | 50472 | Assigned run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.734 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.734 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.zd7rgT +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.736 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.736 | 50476 | Recursively removing directory: /tmp/git.JH220T/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.737 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.737 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.739 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.740 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.740 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.744 | 53718 | Marked run 245 as finished +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.744 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.744 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.744 | 53728 | Added a new worker 7 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.744 | 50472 | Removed run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.744 | 50472 | Removed worker 7 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.744 | 50472 | Assigned run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 7 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.745 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.744 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.VU2Lld +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.749 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.749 | 50473 | Recursively removing directory: /tmp/git.zd7rgT/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.750 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.750 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.750 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.754 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.754 | 53725 | Marked run 246 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.754 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.758 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.759 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.759 | 53741 | Added a new worker 8 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.759 | 50472 | Removed run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.759 | 50472 | Removed worker 8 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.759 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.759 | 50472 | Assigned run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.759 | 50476 | Recursively removing directory: /tmp/git.VU2Lld/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.760 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ABCGcA +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.761 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.761 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.763 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.764 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.766 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.767 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.767 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.767 | 53744 | Added a new worker 13 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.767 | 50472 | Removed run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.767 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.767 | 50472 | Assigned run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.767 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.767 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.K0Vg2R +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.767 | 53735 | Marked run 247 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.768 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.772 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.773 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.775 | 50473 | Recursively removing directory: /tmp/git.ABCGcA/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.776 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.776 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.777 | 53742 | Marked run 248 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.777 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.779 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.782 | 50476 | Recursively removing directory: /tmp/git.K0Vg2R/ +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.783 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.783 | 53759 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.783 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.783 | 50472 | Removed run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.783 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.783 | 50472 | Assigned run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.783 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.783 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.783 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.783 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.fZcQ6X +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.787 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.787 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.787 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.791 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.791 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.791 | 53764 | Added a new worker 13 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.791 | 50472 | Removed run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.791 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.792 | 50472 | Assigned run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.792 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.792 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ehFXzf +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.793 | 53758 | Marked run 249 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.794 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.797 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.798 | 50473 | Recursively removing directory: /tmp/git.fZcQ6X/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.799 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.800 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.800 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.801 | 53760 | Marked run 250 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.801 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.803 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.806 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.807 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.807 | 53777 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.807 | 50472 | Removed run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.807 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.807 | 50472 | Assigned run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.807 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Kt8a8k +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.807 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.808 | 50476 | Recursively removing directory: /tmp/git.ehFXzf/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.810 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.810 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.811 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.812 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.815 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.818 | 53773 | Marked run 251 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.818 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.818 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.818 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.818 | 53786 | Added a new worker 8 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.818 | 50472 | Removed run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.818 | 50472 | Removed worker 8 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.818 | 50472 | Assigned run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.818 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.TzmodY +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.819 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.821 | 50473 | Recursively removing directory: /tmp/git.Kt8a8k/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.822 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.823 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.823 | 50473 | Process output: 415086 bytes +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.823 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.827 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.828 | 53780 | Marked run 252 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.829 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.832 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.832 | 53795 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.832 | 50472 | Removed run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.832 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.832 | 50472 | Assigned run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.832 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.832 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.832 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.6pOiZr +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.833 | 50476 | Recursively removing directory: /tmp/git.TzmodY/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.834 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.834 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.837 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.838 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.839 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.842 | 53790 | Marked run 253 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.842 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.842 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.842 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.842 | 53801 | Added a new worker 8 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.842 | 50472 | Removed run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.842 | 50472 | Removed worker 8 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.842 | 50472 | Assigned run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.842 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.843 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.dPQAaj +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.847 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.847 | 50473 | Recursively removing directory: /tmp/git.6pOiZr/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.848 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.850 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.850 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.852 | 53797 | Marked run 254 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.852 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.853 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.856 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.856 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.857 | 53813 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.857 | 50472 | Removed run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.857 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.857 | 50472 | Assigned run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.857 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.vnIUqd +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.857 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.858 | 50476 | Recursively removing directory: /tmp/git.dPQAaj/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.859 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.859 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.861 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.862 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.863 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.865 | 53810 | Marked run 255 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.866 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.866 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.866 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.866 | 53818 | Added a new worker 8 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.866 | 50472 | Removed run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.866 | 50472 | Removed worker 8 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.867 | 50472 | Assigned run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.867 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.867 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.DRyK3r +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.871 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.872 | 50473 | Recursively removing directory: /tmp/git.vnIUqd/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.872 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.873 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.873 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.876 | 53815 | Marked run 256 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.876 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.877 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.881 | 50476 | Recursively removing directory: /tmp/git.DRyK3r/ +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.881 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.881 | 53831 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.881 | 50472 | Removed run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.881 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.881 | 50472 | Assigned run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.882 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.881 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.881 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.BOeIBO +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.882 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.882 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.885 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.886 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.887 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.890 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.890 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.890 | 53838 | Added a new worker 13 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.890 | 50472 | Removed run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.891 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.891 | 50472 | Assigned run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.891 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.zc8By7 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.891 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.892 | 53828 | Marked run 257 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.892 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.896 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.896 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.897 | 50473 | Recursively removing directory: /tmp/git.BOeIBO/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.899 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.899 | 50473 | Process output: 415085 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.901 | 53833 | Marked run 258 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.901 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.902 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.906 | 50476 | Recursively removing directory: /tmp/git.zc8By7/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.906 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.906 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.906 | 53849 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.906 | 50472 | Removed run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.906 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.906 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.906 | 50472 | Assigned run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.906 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.RJcdlW +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.908 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.908 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.910 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.910 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.912 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.916 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.916 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.916 | 53858 | Added a new worker 13 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.916 | 50472 | Removed run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.916 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.916 | 50472 | Assigned run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.916 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GDKcpz +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.918 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.919 | 53848 | Marked run 259 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.919 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.920 | 50473 | Recursively removing directory: /tmp/git.RJcdlW/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.921 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.922 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.922 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.922 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.925 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.926 | 53851 | Marked run 260 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.926 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.928 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.928 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.928 | 53867 | Added a new worker 9 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.928 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.929 | 50472 | Removed run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.929 | 50472 | Removed worker 9 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.929 | 50472 | Assigned run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.929 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.z86XC8 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.931 | 50476 | Recursively removing directory: /tmp/git.GDKcpz/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.933 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.933 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.933 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.934 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.937 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.937 | 53861 | Marked run 261 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.937 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.940 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.940 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.940 | 53876 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.940 | 50472 | Removed run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.940 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.940 | 50472 | Assigned run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.940 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.941 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.qslQn5 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.943 | 50473 | Recursively removing directory: /tmp/git.z86XC8/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.944 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.944 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.945 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.946 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.947 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.949 | 53870 | Marked run 262 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.949 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.951 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.951 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.siSbY4 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.951 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.951 | 53883 | Added a new worker 9 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.951 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.951 | 50472 | Removed run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.951 | 50472 | Removed worker 9 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.951 | 50472 | Assigned run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.955 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.956 | 50476 | Recursively removing directory: /tmp/git.qslQn5/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.956 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.958 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.958 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.961 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.961 | 53878 | Marked run 263 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.962 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.965 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.965 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.965 | 53894 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.965 | 50472 | Removed run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.965 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.965 | 50472 | Assigned run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.965 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.965 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.hX4J3N +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.965 | 50473 | Recursively removing directory: /tmp/git.siSbY4/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.967 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.967 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.969 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.970 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.970 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.973 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.973 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.973 | 53897 | Added a new worker 13 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.973 | 50472 | Removed run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.973 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.973 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.973 | 50472 | Assigned run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.973 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.oaYrp5 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.974 | 53891 | Marked run 264 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.974 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.978 | 50473 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.979 | 50473 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.981 | 50476 | Recursively removing directory: /tmp/git.hX4J3N/ +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.982 | 50476 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.982 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.983 | 53895 | Marked run 265 as finished +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.983 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.986 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.988 | 50473 | Recursively removing directory: /tmp/git.oaYrp5/ +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.989 | 50473 | Process exit code: 0 +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.989 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.989 | 50476 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.989 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.989 | 53912 | Added a new worker 10 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.989 | 50472 | Removed run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.989 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.989 | 50472 | Assigned run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.990 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.32H8Zt +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.990 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.992 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.994 | 50476 | Checking out revision HEAD +2024-04-25 03:44:58 | INFO | 50476/cimple-worker: 2024-04-25 03:44:58.995 | 50476 | Going to run: ./ci +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.995 | 50473 | Waiting for a new command +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.995 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.995 | 53915 | Added a new worker 12 to the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.996 | 50472 | Removed run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.996 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.996 | 50472 | Assigned run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.996 | 50470 | Waiting for new connections +2024-04-25 03:44:58 | INFO | 50473/cimple-worker: 2024-04-25 03:44:58.996 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.HNwX91 +2024-04-25 03:44:58 | INFO | 50470/cimple-server: 2024-04-25 03:44:58.999 | 53911 | Marked run 266 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.000 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.004 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.004 | 50476 | Recursively removing directory: /tmp/git.32H8Zt/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.005 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.005 | 53913 | Marked run 267 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.006 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.006 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.006 | 50476 | Process output: 415086 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.009 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.012 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.012 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.1jbILL +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.012 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.012 | 53930 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.012 | 50472 | Removed run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.012 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.012 | 50472 | Assigned run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.012 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.014 | 50473 | Recursively removing directory: /tmp/git.HNwX91/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.015 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.015 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.017 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.018 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.018 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.021 | 53927 | Marked run 268 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.022 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.022 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.022 | 53935 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.022 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.022 | 50472 | Removed run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.022 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.022 | 50472 | Assigned run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.022 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.023 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.wdkIFw +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.027 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.028 | 50476 | Recursively removing directory: /tmp/git.1jbILL/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.028 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.030 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.030 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.032 | 53932 | Marked run 269 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.032 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.033 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.037 | 50473 | Recursively removing directory: /tmp/git.wdkIFw/ +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.037 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.037 | 53948 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.037 | 50472 | Removed run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.037 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.037 | 50472 | Assigned run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.037 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.037 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.037 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ntq1Hl +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.038 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.038 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.041 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.041 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.043 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.046 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.047 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.047 | 53956 | Added a new worker 13 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.047 | 50472 | Removed run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.047 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.047 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.047 | 50472 | Assigned run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.048 | 53945 | Marked run 270 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.048 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.048 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.leXmUQ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.051 | 50476 | Recursively removing directory: /tmp/git.ntq1Hl/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.052 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.054 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.054 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.054 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.056 | 53950 | Marked run 271 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.056 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.058 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.062 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.062 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.062 | 53966 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.062 | 50472 | Removed run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.062 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.062 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.062 | 50472 | Assigned run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.062 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.jZ9wyO +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.062 | 50473 | Recursively removing directory: /tmp/git.leXmUQ/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.064 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.064 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.066 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.066 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.069 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.072 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.072 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.072 | 53973 | Added a new worker 13 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.072 | 50472 | Removed run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.072 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.072 | 50472 | Assigned run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.072 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.072 | 53961 | Marked run 272 as finished +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.072 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.US6jfp +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.073 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.077 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.077 | 50476 | Recursively removing directory: /tmp/git.jZ9wyO/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.078 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.079 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.079 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.082 | 53969 | Marked run 273 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.082 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.082 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.086 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.086 | 53984 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.086 | 50472 | Removed run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.086 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.086 | 50472 | Assigned run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.086 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.086 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.UkvOgT +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.087 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.087 | 50473 | Recursively removing directory: /tmp/git.US6jfp/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.089 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.089 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.091 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.091 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.093 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.094 | 53981 | Marked run 274 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.094 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.096 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.096 | 53990 | Added a new worker 8 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.096 | 50472 | Removed run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.096 | 50472 | Removed worker 8 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.096 | 50472 | Assigned run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.096 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.096 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.mpzemh +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.098 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.101 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.101 | 50476 | Recursively removing directory: /tmp/git.UkvOgT/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.101 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.103 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.103 | 50476 | Process output: 415086 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.105 | 53986 | Marked run 275 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.106 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.106 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.110 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.110 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.110 | 54002 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.110 | 50472 | Removed run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.110 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.110 | 50472 | Assigned run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.110 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.111 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ntLGAy +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.111 | 50473 | Recursively removing directory: /tmp/git.mpzemh/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.112 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.112 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.115 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.115 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.116 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.118 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.118 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.118 | 54005 | Added a new worker 13 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.118 | 50472 | Removed run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.118 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.118 | 50472 | Assigned run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.118 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.118 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CkCleG +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.120 | 53999 | Marked run 276 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.121 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.124 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.124 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.126 | 50476 | Recursively removing directory: /tmp/git.ntLGAy/ +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.128 | 54003 | Marked run 277 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.128 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.128 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.128 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.132 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.134 | 50473 | Recursively removing directory: /tmp/git.CkCleG/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.135 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.135 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.135 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.135 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.135 | 54020 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.135 | 50472 | Removed run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.135 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.135 | 50472 | Assigned run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.136 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.136 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.vX4ilm +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.138 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.140 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.141 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.141 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.141 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.141 | 54023 | Added a new worker 12 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.141 | 50472 | Removed run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.141 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.141 | 50472 | Assigned run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.142 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.142 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.dYMwFw +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.146 | 54019 | Marked run 278 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.147 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.148 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.149 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.151 | 50476 | Recursively removing directory: /tmp/git.vX4ilm/ +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.151 | 54021 | Marked run 279 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.152 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.152 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.152 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.156 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.157 | 50473 | Recursively removing directory: /tmp/git.dYMwFw/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.159 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.159 | 50473 | Process output: 415086 bytes +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.159 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.159 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.159 | 54038 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.159 | 50472 | Removed run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.159 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.159 | 50472 | Assigned run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.159 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.159 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.EowVtQ +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.163 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.164 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.164 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.167 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.167 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.167 | 54042 | Added a new worker 13 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.167 | 50472 | Removed run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.167 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.167 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.167 | 50472 | Assigned run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.167 | 54037 | Marked run 280 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.168 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.167 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.SjRTv0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.172 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.173 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.174 | 50476 | Recursively removing directory: /tmp/git.EowVtQ/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.175 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.175 | 50476 | Process output: 415086 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.178 | 54039 | Marked run 281 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.178 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.179 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.182 | 50473 | Recursively removing directory: /tmp/git.SjRTv0/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.182 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.182 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.182 | 54056 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.182 | 50472 | Removed run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.182 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.182 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.182 | 50472 | Assigned run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.182 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.VSVPkZ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.183 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.183 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.186 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.187 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.188 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.191 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.191 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.192 | 54063 | Added a new worker 13 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.192 | 50472 | Removed run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.192 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.192 | 50472 | Assigned run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.192 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.mzRzfe +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.192 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.194 | 54054 | Marked run 282 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.194 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.197 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.198 | 50476 | Recursively removing directory: /tmp/git.VSVPkZ/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.199 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.200 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.200 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.201 | 54058 | Marked run 283 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.201 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.203 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.206 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.206 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.206 | 54074 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.206 | 50472 | Removed run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.206 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.207 | 50472 | Assigned run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.207 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.207 | 50473 | Recursively removing directory: /tmp/git.mzRzfe/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.207 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.YPEv6Y +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.209 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.209 | 50473 | Process output: 415085 bytes +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.210 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.211 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.213 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.217 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.217 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.217 | 54083 | Added a new worker 13 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.217 | 50472 | Removed run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.217 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.217 | 50472 | Assigned run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.218 | 54071 | Marked run 284 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.218 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.218 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.qgYwkF +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.221 | 50476 | Recursively removing directory: /tmp/git.YPEv6Y/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.222 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.222 | 50476 | Process output: 415086 bytes +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.222 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.223 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.225 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.227 | 54077 | Marked run 285 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.227 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.228 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.228 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.228 | 54090 | Added a new worker 9 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.228 | 50472 | Removed run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.228 | 50472 | Removed worker 9 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.228 | 50472 | Assigned run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.228 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.229 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ePJpuf +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.233 | 50473 | Recursively removing directory: /tmp/git.qgYwkF/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.234 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.234 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.234 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.234 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.238 | 54085 | Marked run 286 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.238 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.238 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.241 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.241 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.241 | 54101 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.241 | 50472 | Removed run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.241 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.241 | 50472 | Assigned run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.242 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GozBJk +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.242 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.244 | 50476 | Recursively removing directory: /tmp/git.ePJpuf/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.246 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.246 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.246 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.247 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.249 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.250 | 54096 | Marked run 287 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.250 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.253 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.253 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.253 | 54110 | Added a new worker 8 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.253 | 50472 | Removed run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.253 | 50472 | Removed worker 8 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.253 | 50472 | Assigned run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.253 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.c9sCGJ +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.253 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.256 | 50473 | Recursively removing directory: /tmp/git.GozBJk/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.257 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.257 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.257 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.258 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.260 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.262 | 54104 | Marked run 288 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.262 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.263 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.264 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.264 | 54117 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.264 | 50472 | Removed run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.264 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.264 | 50472 | Assigned run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.264 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.5UBd27 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.265 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.268 | 50476 | Recursively removing directory: /tmp/git.c9sCGJ/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.269 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.269 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.270 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.270 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.273 | 54112 | Marked run 289 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.273 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.273 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.277 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.277 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.277 | 54128 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.277 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.277 | 50472 | Removed run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.277 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.277 | 50472 | Assigned run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.278 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.q5DDXq +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.278 | 50473 | Recursively removing directory: /tmp/git.5UBd27/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.279 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.279 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.282 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.282 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.283 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.286 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.286 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.286 | 54132 | Added a new worker 13 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.286 | 50472 | Removed run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.286 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.286 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.286 | 50472 | Assigned run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.287 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.pO1bxF +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.292 | 54123 | Marked run 290 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.292 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.293 | 50476 | Recursively removing directory: /tmp/git.q5DDXq/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.293 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.294 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.295 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.295 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.295 | 54129 | Marked run 291 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.296 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.298 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.301 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.301 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.301 | 54146 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.301 | 50472 | Removed run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.301 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.301 | 50472 | Assigned run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.302 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.302 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rANLZi +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.302 | 50473 | Recursively removing directory: /tmp/git.pO1bxF/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.304 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.304 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.306 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.307 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.307 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.310 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.310 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.310 | 54150 | Added a new worker 13 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.310 | 50472 | Removed run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.310 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.310 | 50472 | Assigned run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.310 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.311 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Wp7MSb +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.311 | 54141 | Marked run 292 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.311 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.315 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.316 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.316 | 50476 | Recursively removing directory: /tmp/git.rANLZi/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.319 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.319 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.320 | 54147 | Marked run 293 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.320 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.322 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.325 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.325 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.325 | 54164 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.326 | 50472 | Removed run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.326 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.326 | 50472 | Assigned run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.326 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.D0yO6Z +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.326 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.326 | 50473 | Recursively removing directory: /tmp/git.Wp7MSb/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.328 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.328 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.329 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.330 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.333 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.336 | 54161 | Marked run 294 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.336 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.337 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.337 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.337 | 54173 | Added a new worker 8 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.337 | 50472 | Removed run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.337 | 50472 | Removed worker 8 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.337 | 50472 | Assigned run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.337 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.337 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ooZ9Wb +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.339 | 50476 | Recursively removing directory: /tmp/git.D0yO6Z/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.341 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.341 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.342 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.343 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.345 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.345 | 54167 | Marked run 295 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.345 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.348 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.348 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.348 | 54180 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.348 | 50472 | Removed run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.348 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.348 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.348 | 50472 | Assigned run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.348 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.WzfydE +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.352 | 50473 | Recursively removing directory: /tmp/git.ooZ9Wb/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.353 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.353 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.353 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.354 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.357 | 54175 | Marked run 296 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.357 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.361 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.361 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.361 | 54191 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.361 | 50472 | Removed run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.361 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.361 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.361 | 50472 | Assigned run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.361 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.EWxwzd +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.364 | 50476 | Recursively removing directory: /tmp/git.WzfydE/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.365 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.365 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.366 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.366 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.370 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.371 | 54186 | Marked run 297 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.371 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.373 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.373 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.374 | 54200 | Added a new worker 9 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.374 | 50472 | Removed run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.374 | 50472 | Removed worker 9 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.374 | 50472 | Assigned run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.374 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.374 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.pCsFIp +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.375 | 50473 | Recursively removing directory: /tmp/git.EWxwzd/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.376 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.376 | 50473 | Process output: 415086 bytes +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.379 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.379 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.379 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.382 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.382 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.382 | 54203 | Added a new worker 13 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.382 | 50472 | Removed run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.382 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.382 | 50472 | Assigned run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.382 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.383 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.68gdJE +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.383 | 54195 | Marked run 298 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.383 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.388 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.389 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.390 | 50476 | Recursively removing directory: /tmp/git.pCsFIp/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.391 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.391 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.392 | 54201 | Marked run 299 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.392 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.395 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.397 | 50473 | Recursively removing directory: /tmp/git.68gdJE/ +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.398 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.398 | 54218 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.398 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.398 | 50472 | Removed run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.398 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.398 | 50472 | Assigned run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.398 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.398 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.398 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.398 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.16FcSC +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.402 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.403 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.403 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.406 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.406 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.406 | 54222 | Added a new worker 13 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.406 | 50472 | Removed run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.406 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.406 | 50472 | Assigned run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.406 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.406 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.V0DAL7 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.410 | 54217 | Marked run 300 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.410 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.411 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.412 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.414 | 50476 | Recursively removing directory: /tmp/git.16FcSC/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.415 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.415 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.416 | 54219 | Marked run 301 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.417 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.420 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.421 | 50473 | Recursively removing directory: /tmp/git.V0DAL7/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.422 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.422 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.423 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.423 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.423 | 54236 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.423 | 50472 | Removed run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.423 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.423 | 50472 | Assigned run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.423 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.423 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.bAh8IB +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.426 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.427 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.427 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.429 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.430 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.430 | 54240 | Added a new worker 13 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.430 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.430 | 50472 | Removed run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.430 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.430 | 50472 | Assigned run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.430 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.2n3xAm +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.434 | 54235 | Marked run 302 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.434 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.436 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.437 | 50476 | Recursively removing directory: /tmp/git.bAh8IB/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.438 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.439 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.439 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.439 | 54237 | Marked run 303 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.440 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.442 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.445 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.445 | 54254 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.445 | 50472 | Removed run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.445 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.446 | 50472 | Assigned run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.445 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.446 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.XxSIOr +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.446 | 50473 | Recursively removing directory: /tmp/git.2n3xAm/ +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.446 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.447 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.447 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.450 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.451 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.452 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.453 | 54249 | Marked run 304 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.453 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.455 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.455 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.455 | 54259 | Added a new worker 8 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.455 | 50472 | Removed run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.455 | 50472 | Removed worker 8 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.455 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.455 | 50472 | Assigned run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.455 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.p0cD1e +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.459 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.460 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.461 | 50476 | Recursively removing directory: /tmp/git.XxSIOr/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.463 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.463 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.465 | 54256 | Marked run 305 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.465 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.467 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.469 | 50473 | Recursively removing directory: /tmp/git.p0cD1e/ +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.470 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.470 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.470 | 54272 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.470 | 50472 | Removed run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.470 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.470 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.470 | 50472 | Assigned run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.470 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.dzjLl9 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.471 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.471 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.474 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.475 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.475 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.478 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.479 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.479 | 54277 | Added a new worker 11 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.479 | 50472 | Removed run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.479 | 50472 | Removed worker 11 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.479 | 50472 | Assigned run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 11 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.479 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.479 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ftNJaZ +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.482 | 54271 | Marked run 306 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.482 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.485 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.485 | 50476 | Recursively removing directory: /tmp/git.dzjLl9/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.486 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.486 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.487 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.489 | 54273 | Marked run 307 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.490 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.490 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.493 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.493 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.493 | 54290 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.493 | 50472 | Removed run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.493 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.494 | 50472 | Assigned run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.494 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.JzOIDp +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.494 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.496 | 50473 | Recursively removing directory: /tmp/git.ftNJaZ/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.498 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.498 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.499 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.500 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.502 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.502 | 54285 | Marked run 308 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.502 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.505 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.505 | 54297 | Added a new worker 8 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.505 | 50472 | Removed run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.505 | 50472 | Removed worker 8 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.505 | 50472 | Assigned run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.505 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.506 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.OjpF6Z +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.506 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.509 | 50476 | Recursively removing directory: /tmp/git.JzOIDp/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.510 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.510 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.511 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.511 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.514 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.515 | 54292 | Marked run 309 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.515 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.517 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.517 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.518 | 54308 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.518 | 50472 | Removed run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.518 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.518 | 50472 | Assigned run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.518 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.lb0bYF +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.518 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.521 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.522 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.523 | 50473 | Recursively removing directory: /tmp/git.OjpF6Z/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.524 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.524 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.527 | 54302 | Marked run 310 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.528 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.528 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.531 | 50476 | Recursively removing directory: /tmp/git.lb0bYF/ +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.532 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.532 | 54317 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.532 | 50472 | Removed run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.532 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.532 | 50472 | Assigned run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.532 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.532 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.8tGnpA +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.532 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.532 | 50476 | Process output: 415086 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.532 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.536 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.536 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.537 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.540 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.541 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.bN60Om +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.540 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.540 | 54322 | Added a new worker 13 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.540 | 50472 | Removed run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.540 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.540 | 50472 | Assigned run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.541 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.542 | 54316 | Marked run 311 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.543 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.546 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.547 | 50473 | Recursively removing directory: /tmp/git.8tGnpA/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.547 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.549 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.549 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.550 | 54318 | Marked run 312 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.550 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.553 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.556 | 50476 | Recursively removing directory: /tmp/git.bN60Om/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.556 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.556 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.556 | 54335 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.556 | 50472 | Removed run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.556 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.556 | 50472 | Assigned run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.556 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.557 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.LubRLy +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.557 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.557 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.560 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.561 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.562 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.565 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.566 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.566 | 54344 | Added a new worker 13 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.566 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.567 | 50472 | Removed run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.567 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.567 | 50472 | Assigned run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.567 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.wg0dlp +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.568 | 54334 | Marked run 313 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.568 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.570 | 50473 | Recursively removing directory: /tmp/git.LubRLy/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.571 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.571 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.572 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.573 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.575 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.575 | 54337 | Marked run 314 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.575 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.577 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.577 | 54350 | Added a new worker 9 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.578 | 50472 | Removed run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.578 | 50472 | Removed worker 9 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.578 | 50472 | Assigned run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.577 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.578 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.fCYy4B +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.579 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.582 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.583 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.583 | 50476 | Recursively removing directory: /tmp/git.wg0dlp/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.584 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.584 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.588 | 54346 | Marked run 315 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.588 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.588 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.592 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.591 | 50473 | Recursively removing directory: /tmp/git.fCYy4B/ +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.592 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.592 | 54362 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.592 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.592 | 50472 | Removed run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.592 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.592 | 50472 | Assigned run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.593 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.b6aIS1 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.593 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.593 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.595 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.597 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.598 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.598 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.599 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.599 | 54365 | Added a new worker 13 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.599 | 50472 | Removed run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.599 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.599 | 50472 | Assigned run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.599 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.599 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.iTgVLc +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.602 | 54359 | Marked run 316 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.602 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.604 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.605 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.608 | 50476 | Recursively removing directory: /tmp/git.b6aIS1/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.610 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.610 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.610 | 54363 | Marked run 317 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.611 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.614 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.615 | 50473 | Recursively removing directory: /tmp/git.iTgVLc/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.616 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.616 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.617 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.617 | 54380 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.617 | 50472 | Removed run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.617 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.617 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.617 | 50472 | Assigned run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.617 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.617 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.4j1TpI +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.620 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.622 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.623 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.623 | 54382 | Added a new worker 13 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.623 | 50472 | Removed run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.623 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.623 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.623 | 50472 | Assigned run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.623 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.pRbvcX +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.627 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.627 | 54379 | Marked run 318 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.628 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.628 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.629 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.630 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.632 | 54381 | Marked run 319 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.632 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.637 | 50476 | Recursively removing directory: /tmp/git.4j1TpI/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.638 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.638 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.639 | 50473 | Recursively removing directory: /tmp/git.pRbvcX/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.640 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.640 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.641 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.643 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.644 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.644 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.644 | 54399 | Added a new worker 12 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.644 | 50472 | Removed run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.644 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.644 | 50472 | Assigned run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.644 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.BAU6km +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.644 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.646 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.646 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.646 | 54400 | Added a new worker 12 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.646 | 50472 | Removed run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.646 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.646 | 50472 | Assigned run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.646 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.RTCnIV +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.647 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.650 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.652 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.652 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.652 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.654 | 54397 | Marked run 320 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.655 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.659 | 54398 | Marked run 321 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.659 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.662 | 50476 | Recursively removing directory: /tmp/git.BAU6km/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.663 | 50473 | Recursively removing directory: /tmp/git.RTCnIV/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.664 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.664 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.664 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.664 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.666 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.667 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.669 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.669 | 54417 | Added a new worker 12 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.669 | 50472 | Removed run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.669 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.669 | 50472 | Assigned run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.669 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.670 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.QvJIHW +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.670 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.670 | 54418 | Added a new worker 14 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.670 | 50472 | Removed run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.670 | 50472 | Removed worker 14 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.670 | 50472 | Assigned run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.671 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.670 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.670 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.vwWrM6 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.674 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.675 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.675 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.675 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.676 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.680 | 54415 | Marked run 322 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.681 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.683 | 54416 | Marked run 323 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.684 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.686 | 50473 | Recursively removing directory: /tmp/git.vwWrM6/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.687 | 50476 | Recursively removing directory: /tmp/git.QvJIHW/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.688 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.688 | 50476 | Process output: 415088 bytes +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.687 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.687 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.692 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.693 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.695 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.695 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.695 | 54435 | Added a new worker 12 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.695 | 50472 | Removed run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.695 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.695 | 50472 | Assigned run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.695 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.696 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CklRWs +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.697 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.697 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.697 | 54436 | Added a new worker 12 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.697 | 50472 | Removed run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.697 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.697 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.697 | 50472 | Assigned run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.697 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Ncqni3 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.700 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.701 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.702 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.703 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.706 | 54433 | Marked run 325 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.706 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.709 | 54434 | Marked run 324 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.709 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.711 | 50473 | Recursively removing directory: /tmp/git.CklRWs/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.713 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.713 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.713 | 50476 | Recursively removing directory: /tmp/git.Ncqni3/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.714 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.714 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.717 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.719 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.720 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.720 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.720 | 54453 | Added a new worker 12 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.720 | 50472 | Removed run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.720 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.720 | 50472 | Assigned run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.720 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.721 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.hXGSKP +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.723 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.723 | 54454 | Added a new worker 12 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.723 | 50472 | Removed run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.723 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.723 | 50472 | Assigned run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.723 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.723 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.723 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.xRZt7V +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.726 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.727 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.729 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.730 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.735 | 54451 | Marked run 326 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.736 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.736 | 50473 | Recursively removing directory: /tmp/git.hXGSKP/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.738 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.738 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.739 | 54452 | Marked run 327 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.739 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.739 | 50476 | Recursively removing directory: /tmp/git.xRZt7V/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.741 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.741 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.742 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.745 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.746 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.746 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.746 | 54471 | Added a new worker 12 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.746 | 50472 | Removed run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.746 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.746 | 50472 | Assigned run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.746 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.746 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.vIRFYu +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.750 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.750 | 54472 | Added a new worker 12 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.750 | 50472 | Removed run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.750 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.750 | 50472 | Assigned run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.750 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.750 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.750 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.750 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Hk1BHu +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.751 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.755 | 54469 | Marked run 328 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.756 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.756 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.757 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.760 | 54470 | Marked run 329 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.760 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.761 | 50473 | Recursively removing directory: /tmp/git.vIRFYu/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.762 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.762 | 50473 | Process output: 415086 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.766 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.766 | 50476 | Recursively removing directory: /tmp/git.Hk1BHu/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.768 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.768 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.769 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.769 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.769 | 54488 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.769 | 50472 | Removed run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.769 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.769 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.769 | 50472 | Assigned run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.769 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.dk5UJ4 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.771 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.773 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.774 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.775 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.775 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.775 | 54491 | Added a new worker 12 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.775 | 50472 | Removed run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.775 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.775 | 50472 | Assigned run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.775 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.776 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.vD0XxR +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.781 | 54487 | Marked run 330 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.781 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.782 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.782 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.784 | 50473 | Recursively removing directory: /tmp/git.dk5UJ4/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.785 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.785 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.785 | 54489 | Marked run 331 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.786 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.788 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.791 | 50476 | Recursively removing directory: /tmp/git.vD0XxR/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.791 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.792 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.792 | 54506 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.792 | 50472 | Removed run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.792 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.792 | 50472 | Assigned run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.792 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.hHiFVq +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.792 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.793 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.793 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.796 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.797 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.797 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.800 | 54505 | Marked run 332 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.800 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.800 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.800 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.800 | 54510 | Added a new worker 8 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.800 | 50472 | Removed run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.800 | 50472 | Removed worker 8 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.800 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.800 | 50472 | Assigned run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.800 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.7IQla6 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.805 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.806 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.807 | 50473 | Recursively removing directory: /tmp/git.hHiFVq/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.810 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.810 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.811 | 54507 | Marked run 333 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.811 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.813 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.815 | 50476 | Recursively removing directory: /tmp/git.7IQla6/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.816 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.816 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.816 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.816 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.816 | 54524 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.816 | 50472 | Removed run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.816 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.816 | 50472 | Assigned run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.817 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.817 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.0EjQNR +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.820 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.820 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.821 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.824 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.824 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.824 | 54528 | Added a new worker 13 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.824 | 50472 | Removed run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.824 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.824 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.824 | 50472 | Assigned run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.824 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Fnd0ql +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.827 | 54523 | Marked run 334 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.827 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.830 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.831 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.832 | 50473 | Recursively removing directory: /tmp/git.0EjQNR/ +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.834 | 54525 | Marked run 335 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.834 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.834 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.834 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.838 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.840 | 50476 | Recursively removing directory: /tmp/git.Fnd0ql/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.841 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.841 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.841 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.841 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.841 | 54542 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.841 | 50472 | Removed run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.841 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.841 | 50472 | Assigned run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.841 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.wBoS1f +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.842 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.845 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.846 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.846 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.848 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.848 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.849 | 54545 | Added a new worker 13 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.849 | 50472 | Removed run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.849 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.849 | 50472 | Assigned run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.849 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.LqYiJc +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.849 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.853 | 54541 | Marked run 336 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.853 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.855 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.856 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.857 | 50473 | Recursively removing directory: /tmp/git.wBoS1f/ +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.859 | 54543 | Marked run 337 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.859 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.859 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.859 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.862 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.864 | 50476 | Recursively removing directory: /tmp/git.LqYiJc/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.866 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.866 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.866 | 54560 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.866 | 50472 | Removed run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.866 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.866 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.866 | 50472 | Assigned run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.866 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.866 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.866 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.G5dM78 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.870 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.870 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.871 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.873 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.874 | 54563 | Added a new worker 13 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.874 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.874 | 50472 | Removed run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.874 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.874 | 50472 | Assigned run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.874 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Qgw3ux +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.874 | 54559 | Marked run 338 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.874 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.875 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.878 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.879 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.880 | 50473 | Recursively removing directory: /tmp/git.G5dM78/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.883 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.883 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.884 | 54561 | Marked run 339 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.884 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.887 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.888 | 50476 | Recursively removing directory: /tmp/git.Qgw3ux/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.890 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.890 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.890 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.890 | 54578 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.890 | 50472 | Removed run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.890 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.890 | 50472 | Assigned run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.890 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.890 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.86Yi6y +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.890 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.894 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.895 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.894 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.897 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.898 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.898 | 54582 | Added a new worker 13 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.898 | 50472 | Removed run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.898 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.898 | 50472 | Assigned run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.898 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.898 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.8kol9z +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.901 | 54577 | Marked run 340 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.901 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.904 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.904 | 50473 | Recursively removing directory: /tmp/git.86Yi6y/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.905 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.906 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.906 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.908 | 54579 | Marked run 341 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.908 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.910 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.913 | 50476 | Recursively removing directory: /tmp/git.8kol9z/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.913 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.913 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.913 | 54596 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.913 | 50472 | Removed run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.913 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.913 | 50472 | Assigned run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.913 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.913 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.p3RsfV +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.915 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.915 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.918 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.918 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.919 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.921 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.921 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.921 | 54599 | Added a new worker 13 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.921 | 50472 | Removed run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.921 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.921 | 50472 | Assigned run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.921 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.921 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.TlFLj0 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.924 | 54593 | Marked run 342 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.924 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.927 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.928 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.929 | 50473 | Recursively removing directory: /tmp/git.p3RsfV/ +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.931 | 54597 | Marked run 343 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.931 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.931 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.931 | 50473 | Process output: 415088 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.935 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.936 | 50476 | Recursively removing directory: /tmp/git.TlFLj0/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.938 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.938 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.938 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.938 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.938 | 54614 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.938 | 50472 | Removed run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.938 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.938 | 50472 | Assigned run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.939 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.939 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.LauVDj +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.942 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.943 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.944 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.946 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.946 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.946 | 54617 | Added a new worker 13 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.946 | 50472 | Removed run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.946 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.946 | 50472 | Assigned run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.946 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.X4RHxd +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.947 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.947 | 54613 | Marked run 344 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.947 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.951 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.952 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.954 | 50473 | Recursively removing directory: /tmp/git.LauVDj/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.955 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.955 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.957 | 54615 | Marked run 345 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.958 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.959 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.961 | 50476 | Recursively removing directory: /tmp/git.X4RHxd/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.962 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.962 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.962 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.962 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.962 | 54632 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.962 | 50472 | Removed run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.962 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.963 | 50472 | Assigned run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.963 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.2aJ4De +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.964 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.966 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.967 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.968 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.970 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.970 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.970 | 54635 | Added a new worker 13 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.970 | 50472 | Removed run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.970 | 50472 | Removed worker 13 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.970 | 50472 | Assigned run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.970 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ZG2GUs +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.971 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.971 | 54631 | Marked run 346 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.971 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.975 | 50476 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.976 | 50476 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.977 | 50473 | Recursively removing directory: /tmp/git.2aJ4De/ +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.979 | 50473 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.979 | 50473 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.980 | 54633 | Marked run 347 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.981 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.984 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.985 | 50476 | Recursively removing directory: /tmp/git.ZG2GUs/ +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.986 | 50476 | Process exit code: 0 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.986 | 50476 | Process output: 415087 bytes +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.987 | 50473 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.987 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.987 | 54650 | Added a new worker 10 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.987 | 50472 | Removed run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.987 | 50472 | Removed worker 10 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.987 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.987 | 50472 | Assigned run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.987 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.8ek1vD +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.990 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.991 | 50473 | Checking out revision HEAD +2024-04-25 03:44:59 | INFO | 50473/cimple-worker: 2024-04-25 03:44:59.992 | 50473 | Going to run: ./ci +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.993 | 50476 | Waiting for a new command +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.993 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.993 | 54653 | Added a new worker 12 to the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.994 | 50472 | Removed run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.994 | 50472 | Removed worker 12 from the queue +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.994 | 50472 | Assigned run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:44:59 | INFO | 50476/cimple-worker: 2024-04-25 03:44:59.994 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GLtWWF +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.994 | 50470 | Waiting for new connections +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.998 | 54649 | Marked run 348 as finished +2024-04-25 03:44:59 | INFO | 50470/cimple-server: 2024-04-25 03:44:59.998 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.000 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.001 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.003 | 50473 | Recursively removing directory: /tmp/git.8ek1vD/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.005 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.005 | 54651 | Marked run 349 as finished +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.005 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.005 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.008 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.010 | 50476 | Recursively removing directory: /tmp/git.GLtWWF/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.012 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.012 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.012 | 54668 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.012 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.012 | 50472 | Removed run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.012 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.012 | 50472 | Assigned run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.012 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.2r902Q +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.012 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.012 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.016 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.016 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.018 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.019 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.020 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.020 | 54671 | Added a new worker 13 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.020 | 50472 | Removed run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.020 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.020 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.020 | 50472 | Assigned run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.020 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CX8acl +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.020 | 54667 | Marked run 350 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.021 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.025 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.026 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.028 | 50473 | Recursively removing directory: /tmp/git.2r902Q/ +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.029 | 54669 | Marked run 351 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.030 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.030 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.030 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.034 | 50476 | Recursively removing directory: /tmp/git.CX8acl/ +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.034 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.036 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.036 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.038 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.038 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.038 | 54686 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.038 | 50472 | Removed run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.038 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.038 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.038 | 50472 | Assigned run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.038 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.zu1TU0 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.040 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.043 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.044 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.044 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.044 | 54688 | Added a new worker 13 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.044 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.044 | 50472 | Removed run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.044 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.044 | 50472 | Assigned run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.044 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.045 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9AEs69 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.047 | 54685 | Marked run 352 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.047 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.049 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.050 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.053 | 54687 | Marked run 353 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.054 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.054 | 50473 | Recursively removing directory: /tmp/git.zu1TU0/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.055 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.055 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.059 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.059 | 50476 | Recursively removing directory: /tmp/git.9AEs69/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.060 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.060 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.062 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.062 | 54704 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.062 | 50472 | Removed run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.062 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.062 | 50472 | Assigned run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.062 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.062 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.062 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.PVzoU6 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.063 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.066 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.067 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.067 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.067 | 54706 | Added a new worker 13 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.067 | 50472 | Removed run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.067 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.067 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.067 | 50472 | Assigned run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.067 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.WAIDuP +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.068 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.072 | 54703 | Marked run 354 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.072 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.073 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.074 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.076 | 54705 | Marked run 355 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.076 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.077 | 50473 | Recursively removing directory: /tmp/git.PVzoU6/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.078 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.078 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.082 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.083 | 50476 | Recursively removing directory: /tmp/git.WAIDuP/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.084 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.084 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.085 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.085 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.085 | 54722 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.085 | 50472 | Removed run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.085 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.086 | 50472 | Assigned run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.086 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.086 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.nOue9f +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.088 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.090 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.091 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.092 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.092 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.092 | 54725 | Added a new worker 13 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.092 | 50472 | Removed run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.092 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.092 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.092 | 50472 | Assigned run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.092 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.wgTTwZ +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.094 | 54721 | Marked run 356 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.094 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.098 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.099 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.101 | 50473 | Recursively removing directory: /tmp/git.nOue9f/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.103 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.103 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.103 | 54723 | Marked run 357 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.104 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.106 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.108 | 50476 | Recursively removing directory: /tmp/git.wgTTwZ/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.109 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.109 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.109 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.109 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.109 | 54740 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.109 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.109 | 50472 | Removed run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.109 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.110 | 50472 | Assigned run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.110 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.mjY6jH +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.112 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.114 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.115 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.115 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.115 | 54742 | Added a new worker 12 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.115 | 50472 | Removed run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.115 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.115 | 50472 | Assigned run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.115 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.115 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.115 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.w286k9 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.120 | 54739 | Marked run 358 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.120 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.122 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.123 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.124 | 50473 | Recursively removing directory: /tmp/git.mjY6jH/ +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.125 | 54741 | Marked run 359 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.125 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.126 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.126 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.129 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.131 | 50476 | Recursively removing directory: /tmp/git.w286k9/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.132 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.133 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.133 | 54758 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.133 | 50472 | Removed run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.133 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.133 | 50472 | Assigned run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.133 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.133 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.133 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.sIUKKA +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.133 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.137 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.137 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.137 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.141 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.141 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.141 | 54763 | Added a new worker 13 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.141 | 50472 | Removed run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.141 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.141 | 50472 | Assigned run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.141 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.g91YVg +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.142 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.144 | 54757 | Marked run 360 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.144 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.146 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.147 | 50473 | Recursively removing directory: /tmp/git.sIUKKA/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.147 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.149 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.149 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.151 | 54759 | Marked run 361 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.151 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.153 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.156 | 50476 | Recursively removing directory: /tmp/git.g91YVg/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.157 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.157 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.157 | 54776 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.157 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.157 | 50472 | Removed run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.157 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.157 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.BmYQmf +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.158 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.158 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.158 | 50472 | Assigned run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.161 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.162 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.162 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.165 | 54775 | Marked run 362 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.165 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.165 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.165 | 54780 | Added a new worker 8 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.165 | 50472 | Removed run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.165 | 50472 | Removed worker 8 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.165 | 50472 | Assigned run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.166 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.165 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.165 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.quNLpA +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.170 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.171 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.172 | 50473 | Recursively removing directory: /tmp/git.BmYQmf/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.174 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.174 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.175 | 54777 | Marked run 363 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.175 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.177 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.180 | 50476 | Recursively removing directory: /tmp/git.quNLpA/ +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.180 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.180 | 54794 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.180 | 50472 | Removed run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.180 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.180 | 50472 | Assigned run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.180 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.181 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.181 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.abRcvn +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.181 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.181 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.184 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.185 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.186 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.187 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.187 | 54797 | Added a new worker 13 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.187 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.187 | 50472 | Removed run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.187 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.187 | 50472 | Assigned run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.187 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.188 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.fmsi1r +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.191 | 54793 | Marked run 364 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.191 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.192 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.193 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.196 | 50473 | Recursively removing directory: /tmp/git.abRcvn/ +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.198 | 54795 | Marked run 365 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.198 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.198 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.198 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.202 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.202 | 50476 | Recursively removing directory: /tmp/git.fmsi1r/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.204 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.204 | 50476 | Process output: 415086 bytes +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.205 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.205 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.205 | 54812 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.205 | 50472 | Removed run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.205 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.205 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.205 | 50472 | Assigned run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.206 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.oty32Y +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.208 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.210 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.212 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.212 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.212 | 54814 | Added a new worker 13 to the queue +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.212 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.212 | 50472 | Removed run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.212 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.212 | 50472 | Assigned run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.212 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9XEoPY +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.213 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.214 | 54811 | Marked run 366 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.214 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.217 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.219 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.221 | 54813 | Marked run 367 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.221 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.222 | 50473 | Recursively removing directory: /tmp/git.oty32Y/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.223 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.223 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.227 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.227 | 50476 | Recursively removing directory: /tmp/git.9XEoPY/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.229 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.229 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.230 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.230 | 54830 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.230 | 50472 | Removed run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.230 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.230 | 50472 | Assigned run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.230 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.230 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.230 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.qMIzJX +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.232 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.235 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.235 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.235 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.235 | 54832 | Added a new worker 12 to the queue +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.235 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.235 | 50472 | Removed run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.235 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.235 | 50472 | Assigned run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.236 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.TEefDD +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.236 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.241 | 54829 | Marked run 368 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.241 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.243 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.244 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.245 | 50473 | Recursively removing directory: /tmp/git.qMIzJX/ +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.246 | 54831 | Marked run 369 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.246 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.247 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.247 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.250 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.252 | 50476 | Recursively removing directory: /tmp/git.TEefDD/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.253 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.253 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.254 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.254 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.254 | 54848 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.254 | 50472 | Removed run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.254 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.254 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.254 | 50472 | Assigned run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.254 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Ce1U5V +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.258 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.258 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.259 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.261 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.261 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.261 | 54851 | Added a new worker 13 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.261 | 50472 | Removed run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.261 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.261 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.261 | 50472 | Assigned run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.262 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.oOye3R +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.263 | 54847 | Marked run 370 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.263 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.266 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.267 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.269 | 50473 | Recursively removing directory: /tmp/git.Ce1U5V/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.270 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.270 | 50473 | Process output: 415086 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.271 | 54849 | Marked run 371 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.271 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.274 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.276 | 50476 | Recursively removing directory: /tmp/git.oOye3R/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.277 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.277 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.277 | 54866 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.277 | 50472 | Removed run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.277 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.277 | 50472 | Assigned run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.277 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.277 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.0pRIQG +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.278 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.278 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.281 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.282 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.282 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.285 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.285 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.286 | 54871 | Added a new worker 14 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.286 | 50472 | Removed run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.286 | 50472 | Removed worker 14 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.286 | 50472 | Assigned run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.286 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.286 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.UWXgUz +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.288 | 54865 | Marked run 372 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.288 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.292 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.293 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.292 | 50473 | Recursively removing directory: /tmp/git.0pRIQG/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.294 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.294 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.296 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.300 | 54868 | Marked run 373 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.301 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.301 | 54884 | Added a new worker 8 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.301 | 50472 | Removed run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.301 | 50472 | Removed worker 8 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.301 | 50472 | Assigned run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.301 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.301 | 50476 | Recursively removing directory: /tmp/git.UWXgUz/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.301 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.301 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.aEmsNv +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.303 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.303 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.305 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.307 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.307 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.309 | 54881 | Marked run 374 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.309 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.310 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.310 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.310 | 54888 | Added a new worker 8 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.310 | 50472 | Removed run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.310 | 50472 | Removed worker 8 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.310 | 50472 | Assigned run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.310 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.310 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CbnPLq +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.315 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.316 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.317 | 50473 | Recursively removing directory: /tmp/git.aEmsNv/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.319 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.319 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.320 | 54885 | Marked run 375 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.321 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.323 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.325 | 50476 | Recursively removing directory: /tmp/git.CbnPLq/ +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.326 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.326 | 54902 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.326 | 50472 | Removed run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.326 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.326 | 50472 | Assigned run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.326 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.326 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.326 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.LfsjPe +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.327 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.327 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.331 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.331 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.332 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.334 | 54901 | Marked run 376 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.334 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.335 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.335 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.335 | 54906 | Added a new worker 8 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.335 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.335 | 50472 | Removed run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.335 | 50472 | Removed worker 8 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.335 | 50472 | Assigned run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.335 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.6KBRad +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.339 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.340 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.341 | 50473 | Recursively removing directory: /tmp/git.LfsjPe/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.342 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.342 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.346 | 54903 | Marked run 377 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.346 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.346 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.349 | 50476 | Recursively removing directory: /tmp/git.6KBRad/ +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.350 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.350 | 54920 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.350 | 50472 | Removed run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.350 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.350 | 50472 | Assigned run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.350 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.350 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.V7AgwR +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.350 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.351 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.351 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.354 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.355 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.355 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.359 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.359 | 54927 | Added a new worker 13 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.359 | 50472 | Removed run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.359 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.359 | 50472 | Assigned run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.359 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.359 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.PM9Wbb +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.360 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.361 | 54919 | Marked run 378 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.361 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.365 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.365 | 50473 | Recursively removing directory: /tmp/git.V7AgwR/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.366 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.367 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.367 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.368 | 54922 | Marked run 379 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.369 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.371 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.374 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.374 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.374 | 54938 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.374 | 50472 | Removed run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.374 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.374 | 50472 | Assigned run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.374 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.374 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.2IdTft +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.375 | 50476 | Recursively removing directory: /tmp/git.PM9Wbb/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.376 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.376 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.379 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.380 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.380 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.383 | 54935 | Marked run 380 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.383 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.383 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.383 | 54942 | Added a new worker 8 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.384 | 50472 | Removed run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.384 | 50472 | Removed worker 8 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.384 | 50472 | Assigned run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.383 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.384 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.384 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.VrS3jb +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.388 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.389 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.390 | 50473 | Recursively removing directory: /tmp/git.2IdTft/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.392 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.392 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.394 | 54939 | Marked run 381 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.394 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.396 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.398 | 50476 | Recursively removing directory: /tmp/git.VrS3jb/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.400 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.400 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.400 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.400 | 54956 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.400 | 50472 | Removed run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.400 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.400 | 50472 | Assigned run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.400 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.400 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.400 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.3FboWC +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.404 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.404 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.405 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.407 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.407 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.408 | 54959 | Added a new worker 13 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.408 | 50472 | Removed run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.408 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.408 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.408 | 50472 | Assigned run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.408 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.P4nFNz +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.410 | 54955 | Marked run 382 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.410 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.413 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.414 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.415 | 50473 | Recursively removing directory: /tmp/git.3FboWC/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.416 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.416 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.417 | 54957 | Marked run 383 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.417 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.420 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.422 | 50476 | Recursively removing directory: /tmp/git.P4nFNz/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.423 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.423 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.423 | 54974 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.423 | 50472 | Removed run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.423 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.423 | 50472 | Assigned run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.424 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ul8UXR +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.424 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.424 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.424 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.428 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.428 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.429 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.431 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.431 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.431 | 54978 | Added a new worker 13 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.431 | 50472 | Removed run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.431 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.432 | 50472 | Assigned run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.432 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.SswIVZ +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.432 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.432 | 54973 | Marked run 384 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.432 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.437 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.438 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.439 | 50473 | Recursively removing directory: /tmp/git.ul8UXR/ +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.441 | 54975 | Marked run 385 as finished +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.441 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.441 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.441 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.445 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.446 | 50476 | Recursively removing directory: /tmp/git.SswIVZ/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.448 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.448 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.448 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.448 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.448 | 54992 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.448 | 50472 | Removed run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.448 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.448 | 50472 | Assigned run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.449 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.449 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.4RzjjO +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.452 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.453 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.453 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.455 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.455 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.455 | 54995 | Added a new worker 13 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.455 | 50472 | Removed run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.455 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.455 | 50472 | Assigned run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.456 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.456 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Mm0tyT +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.457 | 54991 | Marked run 386 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.457 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.460 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.461 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.463 | 50473 | Recursively removing directory: /tmp/git.4RzjjO/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.465 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.465 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.465 | 54993 | Marked run 387 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.466 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.468 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.470 | 50476 | Recursively removing directory: /tmp/git.Mm0tyT/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.471 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.471 | 50476 | Process output: 415086 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.472 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.472 | 55010 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.472 | 50472 | Removed run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.472 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.472 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.472 | 50472 | Assigned run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.472 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.472 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.FL8wZF +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.475 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.477 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.477 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.478 | 55012 | Added a new worker 12 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.478 | 50472 | Removed run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.478 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.478 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.478 | 50472 | Assigned run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.478 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.478 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.fIkBV2 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.478 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.483 | 55009 | Marked run 388 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.484 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.484 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.484 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.487 | 55011 | Marked run 389 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.488 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.488 | 50473 | Recursively removing directory: /tmp/git.FL8wZF/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.490 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.490 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.493 | 50476 | Recursively removing directory: /tmp/git.fIkBV2/ +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.493 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.495 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.495 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.497 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.497 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.497 | 55028 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.497 | 50472 | Removed run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.497 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.497 | 50472 | Assigned run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.497 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.aFuHq7 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.498 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.499 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.501 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.502 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.503 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.503 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.503 | 55030 | Added a new worker 13 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.503 | 50472 | Removed run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.503 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.503 | 50472 | Assigned run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.503 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.503 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.bBjjPs +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.506 | 55027 | Marked run 390 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.507 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.509 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.510 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.512 | 50473 | Recursively removing directory: /tmp/git.aFuHq7/ +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.512 | 55029 | Marked run 391 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.513 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.514 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.514 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.517 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.519 | 50476 | Recursively removing directory: /tmp/git.bBjjPs/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.520 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.520 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.520 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.520 | 55046 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.521 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.521 | 50472 | Removed run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.521 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.521 | 50472 | Assigned run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.520 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.521 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.T8wPG8 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.524 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.525 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.525 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.528 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.528 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.528 | 55050 | Added a new worker 13 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.528 | 50472 | Removed run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.528 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.528 | 50472 | Assigned run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.529 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.529 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.POfHwA +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.532 | 55045 | Marked run 392 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.532 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.535 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.536 | 50473 | Recursively removing directory: /tmp/git.T8wPG8/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.536 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.537 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.537 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.538 | 55047 | Marked run 393 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.539 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.540 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.544 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.544 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.544 | 55064 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.544 | 50472 | Removed run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.544 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.544 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.544 | 50472 | Assigned run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.544 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.0PXv0A +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.545 | 50476 | Recursively removing directory: /tmp/git.POfHwA/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.547 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.547 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.548 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.549 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.552 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.554 | 55060 | Marked run 394 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.555 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.555 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.555 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.555 | 55073 | Added a new worker 8 to the queue +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.556 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.H0WoOC +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.555 | 50472 | Removed run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.555 | 50472 | Removed worker 8 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.556 | 50472 | Assigned run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.556 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.558 | 50473 | Recursively removing directory: /tmp/git.0PXv0A/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.560 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.560 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.560 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.561 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.563 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.564 | 55067 | Marked run 395 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.564 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.567 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.567 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.567 | 55082 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.567 | 50472 | Removed run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.567 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.567 | 50472 | Assigned run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.567 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Ghs1dJ +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.567 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.571 | 50476 | Recursively removing directory: /tmp/git.H0WoOC/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.571 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.572 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.573 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.573 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.577 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.578 | 55075 | Marked run 396 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.578 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.580 | 50473 | Recursively removing directory: /tmp/git.Ghs1dJ/ +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.581 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.581 | 55091 | Added a new worker 8 to the queue +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.581 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.581 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.581 | 50472 | Removed run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.581 | 50472 | Removed worker 8 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.581 | 50472 | Assigned run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.582 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.582 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.581 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.xh5hR5 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.585 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.586 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.587 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.588 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.588 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.588 | 55094 | Added a new worker 13 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.588 | 50472 | Removed run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.588 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.588 | 50472 | Assigned run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.588 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.588 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.nS2uf6 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.591 | 55088 | Marked run 397 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.591 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.594 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.595 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.596 | 50476 | Recursively removing directory: /tmp/git.xh5hR5/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.598 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.598 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.598 | 55092 | Marked run 398 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.599 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.601 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.604 | 50473 | Recursively removing directory: /tmp/git.nS2uf6/ +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.605 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.605 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.605 | 55109 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.605 | 50472 | Removed run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.605 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.605 | 50472 | Assigned run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.605 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.z5VnAV +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.605 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.605 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.606 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.608 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.609 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.610 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.611 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.611 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.612 | 55112 | Added a new worker 13 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.612 | 50472 | Removed run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.612 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.612 | 50472 | Assigned run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.612 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.612 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.eTQ2r7 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.615 | 55108 | Marked run 399 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.615 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.618 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.619 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.621 | 50476 | Recursively removing directory: /tmp/git.z5VnAV/ +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.621 | 55110 | Marked run 400 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.621 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.622 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.622 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.626 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.627 | 50473 | Recursively removing directory: /tmp/git.eTQ2r7/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.629 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.629 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.629 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.629 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.629 | 55127 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.629 | 50472 | Removed run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.629 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.629 | 50472 | Assigned run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.629 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.630 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ZgdDbr +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.632 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.635 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.635 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.635 | 55129 | Added a new worker 12 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.635 | 50472 | Removed run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.635 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.635 | 50472 | Assigned run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.635 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.635 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.635 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.bDjtDt +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.637 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.639 | 55126 | Marked run 401 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.639 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.642 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.643 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.645 | 55128 | Marked run 402 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.645 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.646 | 50476 | Recursively removing directory: /tmp/git.ZgdDbr/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.647 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.647 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.651 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.653 | 50473 | Recursively removing directory: /tmp/git.bDjtDt/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.654 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.654 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.654 | 55145 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.655 | 50472 | Removed run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.655 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.655 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.655 | 50472 | Assigned run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.655 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.QStL6s +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.655 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.655 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.659 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.659 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.660 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.663 | 55144 | Marked run 403 as finished +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.663 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.663 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.663 | 55149 | Added a new worker 6 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.663 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.663 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.663 | 50472 | Removed run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.663 | 50472 | Removed worker 6 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.663 | 50472 | Assigned run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 6 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.663 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CDdRJU +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.668 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.669 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.670 | 50476 | Recursively removing directory: /tmp/git.QStL6s/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.672 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.672 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.673 | 55146 | Marked run 404 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.673 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.675 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.677 | 50473 | Recursively removing directory: /tmp/git.CDdRJU/ +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.679 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.679 | 55163 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.679 | 50472 | Removed run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.679 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.679 | 50472 | Assigned run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.679 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.679 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.dCQjwy +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.679 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.679 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.679 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.683 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.683 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.684 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.687 | 55162 | Marked run 405 as finished +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.687 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.687 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.687 | 55167 | Added a new worker 12 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.687 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.687 | 50472 | Removed run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.687 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.687 | 50472 | Assigned run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.688 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.688 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.TQMV7N +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.693 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.694 | 50476 | Recursively removing directory: /tmp/git.dCQjwy/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.694 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.696 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.696 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.697 | 55164 | Marked run 406 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.698 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.699 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.703 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.703 | 55181 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.703 | 50472 | Removed run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.703 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.703 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.703 | 50472 | Assigned run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.703 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.703 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ZVSy8q +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.703 | 50473 | Recursively removing directory: /tmp/git.TQMV7N/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.705 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.705 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.707 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.708 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.708 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.711 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.711 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.711 | 55185 | Added a new worker 13 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.711 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.711 | 50472 | Removed run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.711 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.711 | 50472 | Assigned run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.712 | 55178 | Marked run 407 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.712 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.712 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.YoB8Ln +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.717 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.718 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.718 | 50476 | Recursively removing directory: /tmp/git.ZVSy8q/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.721 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.721 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.721 | 55182 | Marked run 408 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.721 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.724 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.727 | 50473 | Recursively removing directory: /tmp/git.YoB8Ln/ +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.728 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.728 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.728 | 55199 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.728 | 50472 | Removed run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.728 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.728 | 50472 | Assigned run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.728 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.728 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.728 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.728 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.mfLT6G +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.732 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.732 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.734 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.736 | 55198 | Marked run 409 as finished +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.736 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.736 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.736 | 55202 | Added a new worker 12 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.736 | 50472 | Removed run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.736 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.736 | 50472 | Assigned run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.736 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Cvg5Rz +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.737 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.737 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.740 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.741 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.743 | 50476 | Recursively removing directory: /tmp/git.mfLT6G/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.745 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.745 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.748 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.749 | 50473 | Recursively removing directory: /tmp/git.Cvg5Rz/ +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.750 | 55200 | Marked run 410 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.750 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.751 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.751 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.751 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.751 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.751 | 55217 | Added a new worker 9 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.751 | 50472 | Removed run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.751 | 50472 | Removed worker 9 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.752 | 50472 | Assigned run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.752 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.752 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Gk3RMh +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.755 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.756 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.756 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.758 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.758 | 55220 | Added a new worker 12 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.758 | 50472 | Removed run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.758 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.758 | 50472 | Assigned run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.758 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.759 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.bTelBZ +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.759 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.763 | 55216 | Marked run 411 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.763 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.764 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.765 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.767 | 50476 | Recursively removing directory: /tmp/git.Gk3RMh/ +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.768 | 55218 | Marked run 412 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.768 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.769 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.769 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.773 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.773 | 50473 | Recursively removing directory: /tmp/git.bTelBZ/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.775 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.775 | 50473 | Process output: 415085 bytes +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.776 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.776 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.776 | 55235 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.776 | 50472 | Removed run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.776 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.776 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.776 | 50472 | Assigned run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.776 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CsfFW3 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.779 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.779 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.780 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.782 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.782 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.782 | 55238 | Added a new worker 12 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.782 | 50472 | Removed run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.782 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.782 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.782 | 50472 | Assigned run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.783 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.UTqcDu +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.787 | 55234 | Marked run 413 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.787 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.789 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.791 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.791 | 50476 | Recursively removing directory: /tmp/git.CsfFW3/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.793 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.793 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.793 | 55236 | Marked run 414 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.793 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.796 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.799 | 50473 | Recursively removing directory: /tmp/git.UTqcDu/ +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.799 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.799 | 55253 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.799 | 50472 | Removed run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.799 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.799 | 50472 | Assigned run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.799 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.799 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CIiLnE +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.800 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.801 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.801 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.803 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.804 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.805 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.808 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.808 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.808 | 55260 | Added a new worker 13 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.808 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.808 | 50472 | Removed run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.808 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.809 | 50472 | Assigned run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.809 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.2i5Wrq +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.810 | 55252 | Marked run 415 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.811 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.813 | 50476 | Recursively removing directory: /tmp/git.CIiLnE/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.814 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.815 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.815 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.815 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.818 | 55255 | Marked run 416 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.818 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.818 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.821 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.821 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.821 | 55271 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.821 | 50472 | Removed run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.821 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.821 | 50472 | Assigned run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.822 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.822 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.RlluhI +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.825 | 50473 | Recursively removing directory: /tmp/git.2i5Wrq/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.826 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.826 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.827 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.827 | 50473 | Process output: 415088 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.831 | 55265 | Marked run 417 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.831 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.835 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.835 | 50476 | Recursively removing directory: /tmp/git.RlluhI/ +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.835 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.835 | 55280 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.835 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.835 | 50472 | Removed run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.835 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.835 | 50472 | Assigned run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.835 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.4pmlFn +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.837 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.837 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.839 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.840 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.841 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.845 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.845 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.845 | 55287 | Added a new worker 13 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.845 | 50472 | Removed run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.845 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.845 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.845 | 50472 | Assigned run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.845 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.vTig8U +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.846 | 55277 | Marked run 418 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.847 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.850 | 50473 | Recursively removing directory: /tmp/git.4pmlFn/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.850 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.851 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.852 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.852 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.854 | 55282 | Marked run 419 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.854 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.855 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.859 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.859 | 55298 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.859 | 50472 | Removed run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.859 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.859 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.859 | 50472 | Assigned run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.859 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.859 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.aMgaEe +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.861 | 50476 | Recursively removing directory: /tmp/git.vTig8U/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.862 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.862 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.864 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.864 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.866 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.867 | 55294 | Marked run 420 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.867 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.869 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.869 | 55303 | Added a new worker 8 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.869 | 50472 | Removed run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.869 | 50472 | Removed worker 8 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.869 | 50472 | Assigned run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.869 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.869 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.869 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.U98q3w +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.874 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.874 | 50473 | Recursively removing directory: /tmp/git.aMgaEe/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.875 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.876 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.876 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.878 | 55300 | Marked run 421 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.878 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.879 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.883 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.883 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.883 | 55316 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.883 | 50472 | Removed run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.883 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.883 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.883 | 50472 | Assigned run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.883 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.xUwhnf +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.884 | 50476 | Recursively removing directory: /tmp/git.U98q3w/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.886 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.886 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.887 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.888 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.891 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.894 | 55313 | Marked run 422 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.894 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.894 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.894 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.894 | 55325 | Added a new worker 8 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.894 | 50472 | Removed run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.894 | 50472 | Removed worker 8 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.894 | 50472 | Assigned run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.894 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Q9oqUK +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.895 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.897 | 50473 | Recursively removing directory: /tmp/git.xUwhnf/ +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.898 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.899 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.899 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.900 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.902 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.904 | 55320 | Marked run 423 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.904 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.905 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.906 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.906 | 55334 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.906 | 50472 | Removed run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.906 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.906 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.906 | 50472 | Assigned run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.906 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.87mPhm +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.909 | 50476 | Recursively removing directory: /tmp/git.Q9oqUK/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.910 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.910 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.911 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.912 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.914 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.915 | 55328 | Marked run 424 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.916 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.918 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.918 | 55343 | Added a new worker 8 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.918 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.918 | 50472 | Removed run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.918 | 50472 | Removed worker 8 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.918 | 50472 | Assigned run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.918 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.918 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.3BfbWC +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.922 | 50473 | Recursively removing directory: /tmp/git.87mPhm/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.922 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.923 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.923 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.923 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.927 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.927 | 55336 | Marked run 425 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.927 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.930 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.930 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.931 | 55352 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.931 | 50472 | Removed run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.931 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.931 | 50472 | Assigned run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.931 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.dTsjrO +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.931 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.933 | 50476 | Recursively removing directory: /tmp/git.3BfbWC/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.934 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.934 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.936 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.937 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.939 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.939 | 55347 | Marked run 426 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.939 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.942 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.942 | 55360 | Added a new worker 8 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.942 | 50472 | Removed run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.942 | 50472 | Removed worker 8 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.942 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.942 | 50472 | Assigned run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.942 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.942 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.XpAauK +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.947 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.947 | 50473 | Recursively removing directory: /tmp/git.dTsjrO/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.948 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.949 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.949 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.952 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.953 | 55354 | Marked run 427 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.953 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.956 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.956 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.956 | 55370 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.956 | 50472 | Removed run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.956 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.956 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.956 | 50472 | Assigned run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.956 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.6ak8Tm +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.956 | 50476 | Recursively removing directory: /tmp/git.XpAauK/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.957 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.957 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.960 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.960 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.962 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.965 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.965 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.965 | 55377 | Added a new worker 13 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.966 | 50472 | Removed run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.966 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.966 | 50472 | Assigned run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.966 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.966 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Bkm2VR +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.967 | 55367 | Marked run 428 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.967 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.970 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.970 | 50473 | Recursively removing directory: /tmp/git.6ak8Tm/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.971 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.972 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.972 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.975 | 55372 | Marked run 429 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.975 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.976 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.979 | 50473 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.979 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.979 | 55388 | Added a new worker 10 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.979 | 50472 | Removed run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.979 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.979 | 50472 | Assigned run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.980 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.M7xd8b +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.980 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.980 | 50476 | Recursively removing directory: /tmp/git.Bkm2VR/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.981 | 50476 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.981 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.984 | 50473 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.984 | 50473 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.986 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.989 | 50476 | Waiting for a new command +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.990 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.4LLjAO +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.990 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.990 | 55395 | Added a new worker 13 to the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.990 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.990 | 50472 | Removed run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.990 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.990 | 50472 | Assigned run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.990 | 55385 | Marked run 430 as finished +2024-04-25 03:45:00 | INFO | 50470/cimple-server: 2024-04-25 03:45:00.990 | 50470 | Waiting for new connections +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.994 | 50473 | Recursively removing directory: /tmp/git.M7xd8b/ +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.994 | 50476 | Checking out revision HEAD +2024-04-25 03:45:00 | INFO | 50476/cimple-worker: 2024-04-25 03:45:00.995 | 50476 | Going to run: ./ci +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.996 | 50473 | Process exit code: 0 +2024-04-25 03:45:00 | INFO | 50473/cimple-worker: 2024-04-25 03:45:00.996 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.000 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.001 | 55390 | Marked run 431 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.001 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.004 | 50476 | Recursively removing directory: /tmp/git.4LLjAO/ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.004 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.004 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.004 | 55406 | Added a new worker 9 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.004 | 50472 | Removed run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.004 | 50472 | Removed worker 9 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.004 | 50472 | Assigned run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.004 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.oLAhRX +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.005 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.005 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.005 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.008 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.009 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.010 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.012 | 55405 | Marked run 432 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.012 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.013 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.013 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.013 | 55411 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.013 | 50472 | Removed run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.013 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.013 | 50472 | Assigned run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.013 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.013 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.VnuKPZ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.018 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.019 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.020 | 50473 | Recursively removing directory: /tmp/git.oLAhRX/ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.022 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.022 | 50473 | Process output: 415088 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.022 | 55408 | Marked run 433 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.023 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.026 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.028 | 50476 | Recursively removing directory: /tmp/git.VnuKPZ/ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.029 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.029 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.029 | 55424 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.029 | 50472 | Removed run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.029 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.029 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.029 | 50472 | Assigned run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.029 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.dTRUEW +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.030 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.030 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.033 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.034 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.034 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.038 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.039 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.039 | 55431 | Added a new worker 13 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.039 | 50472 | Removed run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.039 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.039 | 50472 | Assigned run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.039 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.039 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.zMMRfj +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.040 | 55423 | Marked run 434 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.040 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.043 | 50473 | Recursively removing directory: /tmp/git.dTRUEW/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.044 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.045 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.045 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.046 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.048 | 55426 | Marked run 435 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.048 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.049 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.052 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.052 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.052 | 55442 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.052 | 50472 | Removed run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.052 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.052 | 50472 | Assigned run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.052 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.052 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.M3Hl4E +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.054 | 50476 | Recursively removing directory: /tmp/git.zMMRfj/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.055 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.055 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.057 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.058 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.058 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.062 | 55436 | Marked run 436 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.062 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.062 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.062 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.062 | 55447 | Added a new worker 8 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.062 | 50472 | Removed run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.062 | 50472 | Removed worker 8 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.062 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.062 | 50472 | Assigned run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.062 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.mpxqjh +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.067 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.068 | 50473 | Recursively removing directory: /tmp/git.M3Hl4E/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.068 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.070 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.070 | 50473 | Process output: 415086 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.072 | 55444 | Marked run 437 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.072 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.073 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.076 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.076 | 55460 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.076 | 50472 | Removed run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.076 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.076 | 50472 | Assigned run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.076 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.076 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.k48Bti +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.077 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.077 | 50476 | Recursively removing directory: /tmp/git.mpxqjh/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.078 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.079 | 50476 | Process output: 415086 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.081 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.081 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.082 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.085 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.085 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.085 | 55464 | Added a new worker 13 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.085 | 50472 | Removed run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.085 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.085 | 50472 | Assigned run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.085 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.085 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.YCOyEF +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.086 | 55457 | Marked run 438 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.086 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.091 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.091 | 50473 | Recursively removing directory: /tmp/git.k48Bti/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.091 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.094 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.094 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.095 | 55461 | Marked run 439 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.096 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.097 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.100 | 50476 | Recursively removing directory: /tmp/git.YCOyEF/ +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.100 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.100 | 55478 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.100 | 50472 | Removed run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.100 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.100 | 50472 | Assigned run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.101 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.100 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.100 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.VhFXn3 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.101 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.101 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.104 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.105 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.106 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.109 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.110 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.110 | 55487 | Added a new worker 13 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.110 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.111 | 50472 | Removed run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.111 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.111 | 50472 | Assigned run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.111 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.4BGJCb +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.112 | 55477 | Marked run 440 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.112 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.116 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.116 | 50473 | Recursively removing directory: /tmp/git.VhFXn3/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.116 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.118 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.118 | 50473 | Process output: 415088 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.119 | 55480 | Marked run 441 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.119 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.122 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.125 | 50476 | Recursively removing directory: /tmp/git.4BGJCb/ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.125 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.125 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.125 | 55496 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.125 | 50472 | Removed run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.125 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.125 | 50472 | Assigned run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.125 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.zw2y67 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.126 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.127 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.127 | 50476 | Process output: 415086 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.130 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.130 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.131 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.133 | 55495 | Marked run 442 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.133 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.134 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.134 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.135 | 55501 | Added a new worker 8 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.135 | 50472 | Removed run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.135 | 50472 | Removed worker 8 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.135 | 50472 | Assigned run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.135 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.135 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.e4l89q +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.140 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.141 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.141 | 50473 | Recursively removing directory: /tmp/git.zw2y67/ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.143 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.143 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.145 | 55498 | Marked run 443 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.145 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.147 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.149 | 50476 | Recursively removing directory: /tmp/git.e4l89q/ +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.150 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.150 | 55514 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.150 | 50472 | Removed run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.150 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.150 | 50472 | Assigned run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.150 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.150 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Cj0ZMi +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.151 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.151 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.151 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.155 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.155 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.156 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.158 | 55513 | Marked run 444 as finished +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.158 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.159 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.159 | 55517 | Added a new worker 6 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.159 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.159 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.159 | 50472 | Removed run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.159 | 50472 | Removed worker 6 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.159 | 50472 | Assigned run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 6 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.159 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.5UXKal +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.163 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.164 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.166 | 50473 | Recursively removing directory: /tmp/git.Cj0ZMi/ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.168 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.168 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.169 | 55515 | Marked run 445 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.170 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.172 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.174 | 50476 | Recursively removing directory: /tmp/git.5UXKal/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.175 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.175 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.175 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.175 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.175 | 55532 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.175 | 50472 | Removed run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.175 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.175 | 50472 | Assigned run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.175 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.175 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.aL6NZz +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.178 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.180 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.180 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.181 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.181 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.181 | 55535 | Added a new worker 12 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.181 | 50472 | Removed run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.181 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.181 | 50472 | Assigned run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.181 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.182 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.nNRVDe +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.187 | 55531 | Marked run 446 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.187 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.188 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.189 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.190 | 50473 | Recursively removing directory: /tmp/git.aL6NZz/ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.191 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.191 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.192 | 55533 | Marked run 447 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.192 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.194 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.198 | 50476 | Recursively removing directory: /tmp/git.nNRVDe/ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.198 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.198 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.198 | 55550 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.198 | 50472 | Removed run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.198 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.198 | 50472 | Assigned run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.198 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.G62PG9 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.198 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.199 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.199 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.202 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.203 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.204 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.207 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.207 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.207 | 55557 | Added a new worker 13 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.207 | 50472 | Removed run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.207 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.207 | 50472 | Assigned run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.207 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ivt6DN +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.209 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.210 | 55547 | Marked run 448 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.211 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.212 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.212 | 50473 | Recursively removing directory: /tmp/git.G62PG9/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.213 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.213 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.213 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.217 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.219 | 55552 | Marked run 449 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.219 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.220 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.220 | 55568 | Added a new worker 9 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.221 | 50472 | Removed run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.221 | 50472 | Removed worker 9 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.221 | 50472 | Assigned run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.221 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.220 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.221 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.toNvZS +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.223 | 50476 | Recursively removing directory: /tmp/git.ivt6DN/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.224 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.224 | 50476 | Process output: 415088 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.225 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.226 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.228 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.230 | 55563 | Marked run 450 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.230 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.231 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.231 | 55575 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.231 | 50472 | Removed run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.231 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.231 | 50472 | Assigned run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.232 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.231 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.231 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.lOm957 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.236 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.237 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.237 | 50473 | Recursively removing directory: /tmp/git.toNvZS/ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.239 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.239 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.241 | 55570 | Marked run 451 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.242 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.243 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.246 | 50476 | Recursively removing directory: /tmp/git.lOm957/ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.246 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.246 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.246 | 55586 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.246 | 50472 | Removed run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.246 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.246 | 50472 | Assigned run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.246 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.247 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.hmKsbQ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.248 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.248 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.252 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.252 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.253 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.254 | 55585 | Marked run 452 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.254 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.255 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.255 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.255 | 55589 | Added a new worker 8 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.255 | 50472 | Removed run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.255 | 50472 | Removed worker 8 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.255 | 50472 | Assigned run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.255 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.SVww0X +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.256 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.260 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.260 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.263 | 50473 | Recursively removing directory: /tmp/git.hmKsbQ/ +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.265 | 55587 | Marked run 453 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.265 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.265 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.265 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.269 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.269 | 50476 | Recursively removing directory: /tmp/git.SVww0X/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.271 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.271 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.272 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.272 | 55604 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.272 | 50472 | Removed run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.272 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.272 | 50472 | Assigned run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.272 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.272 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.272 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.B6hPyh +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.274 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.276 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.277 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.277 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.277 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.277 | 55606 | Added a new worker 12 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.278 | 50472 | Removed run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.278 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.278 | 50472 | Assigned run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.278 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.PnonIC +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.278 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.282 | 55603 | Marked run 454 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.282 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.284 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.285 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.286 | 50473 | Recursively removing directory: /tmp/git.B6hPyh/ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.289 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.289 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.291 | 55605 | Marked run 455 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.291 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.293 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.294 | 50476 | Recursively removing directory: /tmp/git.PnonIC/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.295 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.295 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.296 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.296 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.296 | 55622 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.296 | 50472 | Removed run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.296 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.296 | 50472 | Assigned run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.296 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.297 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.2KV4gI +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.298 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.301 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.301 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.301 | 55624 | Added a new worker 12 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.301 | 50472 | Removed run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.301 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.301 | 50472 | Assigned run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.301 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.301 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9B5HMZ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.302 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.303 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.307 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.307 | 55621 | Marked run 456 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.307 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.307 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.311 | 55623 | Marked run 457 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.312 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.312 | 50473 | Recursively removing directory: /tmp/git.2KV4gI/ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.314 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.314 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.316 | 50476 | Recursively removing directory: /tmp/git.9B5HMZ/ +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.317 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.318 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.318 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.321 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.321 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.321 | 55640 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.321 | 50472 | Removed run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.321 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.321 | 50472 | Assigned run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.321 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.321 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.cc44Ko +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.322 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.325 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.326 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.326 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.326 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.326 | 55642 | Added a new worker 12 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.326 | 50472 | Removed run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.326 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.326 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.326 | 50472 | Assigned run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.326 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.JI2wXs +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.331 | 55639 | Marked run 458 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.332 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.332 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.333 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.336 | 55641 | Marked run 459 as finished +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.336 | 50473 | Recursively removing directory: /tmp/git.cc44Ko/ +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.336 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.337 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.337 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.341 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.342 | 50476 | Recursively removing directory: /tmp/git.JI2wXs/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.343 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.343 | 50476 | Process output: 415086 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.344 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.344 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.344 | 55658 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.344 | 50472 | Removed run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.344 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.344 | 50472 | Assigned run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.344 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.RI85vF +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.345 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.347 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.348 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.349 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.350 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.350 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.350 | 55661 | Added a new worker 12 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.350 | 50472 | Removed run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.350 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.350 | 50472 | Assigned run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.351 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.5MGbdz +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.352 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.355 | 55657 | Marked run 460 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.355 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.356 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.357 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.360 | 55659 | Marked run 461 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.360 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.360 | 50473 | Recursively removing directory: /tmp/git.RI85vF/ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.362 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.362 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.366 | 50476 | Recursively removing directory: /tmp/git.5MGbdz/ +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.366 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.367 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.367 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.369 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.369 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.369 | 55676 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.369 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.369 | 50472 | Removed run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.369 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.369 | 50472 | Assigned run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.369 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.RetjTC +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.370 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.373 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.373 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.373 | 55678 | Added a new worker 12 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.373 | 50472 | Removed run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.373 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.373 | 50472 | Assigned run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.373 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.373 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9S4HDc +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.375 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.375 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.379 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.379 | 55675 | Marked run 462 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.380 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.380 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.382 | 55677 | Marked run 463 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.383 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.385 | 50473 | Recursively removing directory: /tmp/git.RetjTC/ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.386 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.386 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.389 | 50476 | Recursively removing directory: /tmp/git.9S4HDc/ +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.389 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.391 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.391 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.393 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.393 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.393 | 55694 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.393 | 50472 | Removed run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.393 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.393 | 50472 | Assigned run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.393 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.394 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.mAp8Z8 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.395 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.398 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.399 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.399 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.399 | 55696 | Added a new worker 13 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.399 | 50472 | Removed run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.399 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.399 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.399 | 50472 | Assigned run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.399 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.399 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GKkPWV +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.406 | 55693 | Marked run 464 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.406 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.407 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.408 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.409 | 55695 | Marked run 465 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.410 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.411 | 50473 | Recursively removing directory: /tmp/git.mAp8Z8/ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.412 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.412 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.416 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.416 | 50476 | Recursively removing directory: /tmp/git.GKkPWV/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.418 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.418 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.419 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.419 | 55712 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.419 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.419 | 50472 | Removed run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.419 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.419 | 50472 | Assigned run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.419 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.419 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.l0Ifjr +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.421 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.423 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.423 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.425 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.425 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.425 | 55715 | Added a new worker 12 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.425 | 50472 | Removed run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.425 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.425 | 50472 | Assigned run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.426 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.425 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Ls99do +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.430 | 55711 | Marked run 466 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.430 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.431 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.432 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.434 | 50473 | Recursively removing directory: /tmp/git.l0Ifjr/ +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.435 | 55713 | Marked run 467 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.435 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.436 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.436 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.439 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.440 | 50476 | Recursively removing directory: /tmp/git.Ls99do/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.442 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.442 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.443 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.443 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.443 | 55730 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.443 | 50472 | Removed run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.443 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.443 | 50472 | Assigned run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.443 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.443 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.j38ngY +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.446 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.448 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.449 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.449 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.450 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.450 | 55733 | Added a new worker 13 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.450 | 50472 | Removed run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.450 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.450 | 50472 | Assigned run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.450 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.d0w9kA +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.450 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.452 | 55729 | Marked run 468 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.452 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.455 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.456 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.459 | 50473 | Recursively removing directory: /tmp/git.j38ngY/ +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.459 | 55731 | Marked run 469 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.460 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.461 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.461 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.464 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.465 | 50476 | Recursively removing directory: /tmp/git.d0w9kA/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.466 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.466 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.467 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.467 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.467 | 55748 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.467 | 50472 | Removed run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.467 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.467 | 50472 | Assigned run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.467 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GC4acv +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.468 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.469 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.472 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.472 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.472 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.472 | 55750 | Added a new worker 12 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.472 | 50472 | Removed run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.472 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.472 | 50472 | Assigned run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.473 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.473 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.8IRyJ4 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.474 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.478 | 55747 | Marked run 470 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.478 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.478 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.480 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.482 | 55749 | Marked run 471 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.482 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.483 | 50473 | Recursively removing directory: /tmp/git.GC4acv/ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.484 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.484 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.488 | 50476 | Recursively removing directory: /tmp/git.8IRyJ4/ +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.488 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.489 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.489 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.491 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.491 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.491 | 55766 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.491 | 50472 | Removed run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.491 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.491 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.491 | 50472 | Assigned run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.491 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.63mKzd +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.492 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.495 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.495 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.495 | 55768 | Added a new worker 12 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.496 | 50472 | Removed run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.496 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.496 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.496 | 50472 | Assigned run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.496 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.kUrKea +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.496 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.497 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.502 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.503 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.503 | 55765 | Marked run 472 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.503 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.505 | 55767 | Marked run 473 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.506 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.507 | 50473 | Recursively removing directory: /tmp/git.63mKzd/ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.509 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.509 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.512 | 50476 | Recursively removing directory: /tmp/git.kUrKea/ +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.512 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.513 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.513 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.516 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.516 | 55784 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.516 | 50472 | Removed run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.516 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.516 | 50472 | Assigned run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.516 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.516 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.516 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Al7IJQ +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.517 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.521 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.521 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.521 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.521 | 55786 | Added a new worker 13 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.521 | 50472 | Removed run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.521 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.521 | 50472 | Assigned run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.522 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.522 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.XveAlc +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.522 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.525 | 55783 | Marked run 474 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.525 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.527 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.528 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.531 | 55785 | Marked run 475 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.531 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.532 | 50473 | Recursively removing directory: /tmp/git.Al7IJQ/ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.534 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.534 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.537 | 50476 | Recursively removing directory: /tmp/git.XveAlc/ +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.538 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.538 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.538 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.540 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.540 | 55802 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.540 | 50472 | Removed run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.540 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.540 | 50472 | Assigned run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.540 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.540 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.LTZdWl +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.541 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.541 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.544 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.545 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.545 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.545 | 55804 | Added a new worker 12 to the queue +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.545 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.545 | 50472 | Removed run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.545 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.545 | 50472 | Assigned run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.545 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.546 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ntugij +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.551 | 55801 | Marked run 476 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.551 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.552 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.552 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.555 | 50473 | Recursively removing directory: /tmp/git.LTZdWl/ +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.556 | 55803 | Marked run 477 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.556 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.557 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.557 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.560 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.562 | 50476 | Recursively removing directory: /tmp/git.ntugij/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.563 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.563 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.564 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.564 | 55820 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.564 | 50472 | Removed run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.564 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.564 | 50472 | Assigned run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.564 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.564 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.564 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.iENJm9 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.567 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.568 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.569 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.571 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.571 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.571 | 55823 | Added a new worker 13 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.571 | 50472 | Removed run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.571 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.571 | 50472 | Assigned run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.571 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.571 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.BsERYk +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.572 | 55819 | Marked run 478 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.573 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.577 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.578 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.579 | 50473 | Recursively removing directory: /tmp/git.iENJm9/ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.580 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.580 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.581 | 55821 | Marked run 479 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.582 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.584 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.587 | 50476 | Recursively removing directory: /tmp/git.BsERYk/ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.587 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.587 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.587 | 55838 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.587 | 50472 | Removed run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.587 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.587 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.587 | 50472 | Assigned run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.587 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.8f6HIF +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.588 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.588 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.592 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.592 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.593 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.595 | 55837 | Marked run 480 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.595 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.596 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.596 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.596 | 55842 | Added a new worker 8 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.596 | 50472 | Removed run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.596 | 50472 | Removed worker 8 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.596 | 50472 | Assigned run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.596 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.596 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.0rWS4p +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.602 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.602 | 50473 | Recursively removing directory: /tmp/git.8f6HIF/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.603 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.605 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.605 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.606 | 55839 | Marked run 481 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.607 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.609 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.612 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.612 | 55859 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.612 | 50472 | Removed run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.612 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.612 | 50472 | Assigned run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.612 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.613 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.613 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.fi48NS +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.613 | 50476 | Recursively removing directory: /tmp/git.0rWS4p/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.615 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.615 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.616 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.617 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.620 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.622 | 55855 | Marked run 482 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.623 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.624 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.624 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.624 | 55868 | Added a new worker 8 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.624 | 50472 | Removed run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.624 | 50472 | Removed worker 8 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.624 | 50472 | Assigned run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.624 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rAtJNt +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.626 | 50473 | Recursively removing directory: /tmp/git.fi48NS/ +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.626 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.628 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.628 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.629 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.630 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.631 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.632 | 55862 | Marked run 483 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.633 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.634 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.634 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.635 | 55873 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.635 | 50472 | Removed run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.635 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.635 | 50472 | Assigned run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.635 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.635 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.f6VNEJ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.639 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.640 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.640 | 50476 | Recursively removing directory: /tmp/git.rAtJNt/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.642 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.642 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.645 | 55870 | Marked run 484 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.645 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.645 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.649 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.649 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.649 | 55886 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.649 | 50472 | Removed run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.649 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.649 | 50472 | Assigned run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.649 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.649 | 50473 | Recursively removing directory: /tmp/git.f6VNEJ/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.649 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ghB5Yz +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.650 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.650 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.656 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.656 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.656 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.656 | 55888 | Added a new worker 13 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.656 | 50472 | Removed run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.656 | 50472 | Removed worker 13 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.656 | 50472 | Assigned run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.657 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.657 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Hs0lYS +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.658 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.658 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.660 | 55883 | Marked run 485 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.660 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.662 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.663 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.666 | 55887 | Marked run 486 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.666 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.668 | 50476 | Recursively removing directory: /tmp/git.ghB5Yz/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.670 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.670 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.672 | 50473 | Recursively removing directory: /tmp/git.Hs0lYS/ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.673 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.673 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.674 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.676 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.677 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.677 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.677 | 55905 | Added a new worker 12 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.677 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.677 | 50472 | Removed run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.677 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.677 | 50472 | Assigned run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.677 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9imdTj +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.679 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.679 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.679 | 55906 | Added a new worker 12 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.679 | 50472 | Removed run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.679 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.679 | 50472 | Assigned run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.679 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.679 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.SpXHAn +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.682 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.683 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.685 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.686 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.688 | 55903 | Marked run 487 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.688 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.690 | 55904 | Marked run 488 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.691 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.692 | 50476 | Recursively removing directory: /tmp/git.9imdTj/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.694 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.694 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.696 | 50473 | Recursively removing directory: /tmp/git.SpXHAn/ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.697 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.697 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.697 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.700 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.700 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.700 | 55922 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.700 | 50472 | Removed run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.700 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.700 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.700 | 50472 | Assigned run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.700 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.nwGr1C +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.701 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.704 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.704 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.704 | 55924 | Added a new worker 12 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.704 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.704 | 50472 | Removed run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.704 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.704 | 50472 | Assigned run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.704 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.sCMkD7 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.705 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.706 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.710 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.711 | 55921 | Marked run 489 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.711 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.711 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.714 | 55923 | Marked run 490 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.714 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.716 | 50476 | Recursively removing directory: /tmp/git.nwGr1C/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.717 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.717 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.720 | 50473 | Recursively removing directory: /tmp/git.sCMkD7/ +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.721 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.722 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.722 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.724 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.724 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.724 | 55940 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.724 | 50472 | Removed run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.724 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.724 | 50472 | Assigned run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.724 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.eR8kc2 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.725 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.725 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.728 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.728 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.728 | 55942 | Added a new worker 12 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.728 | 50472 | Removed run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.728 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.728 | 50472 | Assigned run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.728 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.728 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.cG1GRj +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.729 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.729 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.734 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.735 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.735 | 55939 | Marked run 491 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.735 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.740 | 55941 | Marked run 492 as finished +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.740 | 50476 | Recursively removing directory: /tmp/git.eR8kc2/ +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.740 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.741 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.741 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.744 | 50473 | Recursively removing directory: /tmp/git.cG1GRj/ +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.745 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.746 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.746 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.748 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.748 | 55958 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.748 | 50472 | Removed run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.748 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.748 | 50472 | Assigned run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.748 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.748 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.748 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.fJflmw +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.749 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.752 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.752 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.752 | 55960 | Added a new worker 12 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.752 | 50472 | Removed run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.752 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.752 | 50472 | Assigned run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.752 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.752 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.nG0NeG +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.753 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.754 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.759 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.759 | 55957 | Marked run 493 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.759 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.760 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.762 | 55959 | Marked run 494 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.762 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.764 | 50476 | Recursively removing directory: /tmp/git.fJflmw/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.766 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.766 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.769 | 50473 | Recursively removing directory: /tmp/git.nG0NeG/ +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.770 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.771 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.771 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.773 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.773 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.773 | 55976 | Added a new worker 10 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.773 | 50472 | Removed run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.773 | 50472 | Removed worker 10 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.773 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.773 | 50472 | Assigned run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.773 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.NTTjSO +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.774 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.776 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.777 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.777 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.777 | 55978 | Added a new worker 12 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.777 | 50472 | Removed run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.777 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.777 | 50472 | Assigned run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.777 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9HlIGL +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.777 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.781 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.783 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.783 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.785 | 55975 | Marked run 495 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.785 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.788 | 55977 | Marked run 496 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.788 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.790 | 50476 | Recursively removing directory: /tmp/git.NTTjSO/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.791 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.791 | 50476 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.793 | 50473 | Recursively removing directory: /tmp/git.9HlIGL/ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.794 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.794 | 50473 | Process output: 415086 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.795 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.797 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.797 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.797 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.798 | 55995 | Added a new worker 12 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.798 | 50472 | Removed run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.798 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.798 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.798 | 50472 | Assigned run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.799 | 50476 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.kssZo1 +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.800 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.800 | 55996 | Added a new worker 12 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.800 | 50472 | Removed run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.800 | 50472 | Removed worker 12 from the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.800 | 50472 | Assigned run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.800 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.800 | 50473 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.DpTx3o +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.800 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.804 | 50476 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.805 | 50473 | Checking out revision HEAD +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.806 | 50476 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.806 | 50473 | Going to run: ./ci +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.808 | 55993 | Marked run 497 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.808 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.810 | 55994 | Marked run 498 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.811 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.815 | 50473 | Recursively removing directory: /tmp/git.DpTx3o/ +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.817 | 50476 | Recursively removing directory: /tmp/git.kssZo1/ +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.817 | 50473 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.817 | 50473 | Process output: 415087 bytes +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.818 | 50476 | Process exit code: 0 +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.818 | 50476 | Process output: 415088 bytes +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.822 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.823 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50473/cimple-worker: 2024-04-25 03:45:01.825 | 50473 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.825 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.825 | 56013 | Added a new worker 12 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.825 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50476/cimple-worker: 2024-04-25 03:45:01.826 | 50476 | Waiting for a new command +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.826 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.826 | 56014 | Added a new worker 13 to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.826 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.836 | 56011 | Marked run 500 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.837 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.839 | 56012 | Marked run 499 as finished +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.839 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.993 | 50470 | Waiting for new connections +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.993 | 56017 | Adding a run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.993 | 56017 | Adding a run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.993 | 56017 | Adding a run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.993 | 56017 | Adding a run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.993 | 56017 | Adding a run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.993 | 56017 | Adding a run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.993 | 56017 | Adding a run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.994 | 56017 | Adding a run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.994 | 56017 | Adding a run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.994 | 56017 | Adding a run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.994 | 56017 | Adding a run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.994 | 56017 | Adding a run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.994 | 56017 | Adding a run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.994 | 56017 | Adding a run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.994 | 56017 | Adding a run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.995 | 56017 | Adding a run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.995 | 56017 | Adding a run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.995 | 56017 | Adding a run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.995 | 56017 | Adding a run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.995 | 56017 | Adding a run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.995 | 56017 | Adding a run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.995 | 56017 | Adding a run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.995 | 56017 | Adding a run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.996 | 56017 | Adding a run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.996 | 56017 | Adding a run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.996 | 56017 | Adding a run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.996 | 56017 | Adding a run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.996 | 56017 | Adding a run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.996 | 56017 | Adding a run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.996 | 56017 | Adding a run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.996 | 56017 | Adding a run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.996 | 56017 | Adding a run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.997 | 56017 | Adding a run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.997 | 56017 | Adding a run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.997 | 56017 | Adding a run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.997 | 56017 | Adding a run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.997 | 56017 | Adding a run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.997 | 56017 | Adding a run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.997 | 56017 | Adding a run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.997 | 56017 | Adding a run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.998 | 56017 | Adding a run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.998 | 56017 | Adding a run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.998 | 56017 | Adding a run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.998 | 56017 | Adding a run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.998 | 56017 | Adding a run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.998 | 56017 | Adding a run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.998 | 56017 | Adding a run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.998 | 56017 | Adding a run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.998 | 56017 | Adding a run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.999 | 56017 | Adding a run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.999 | 56017 | Adding a run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.999 | 56017 | Adding a run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.999 | 56017 | Adding a run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.999 | 56017 | Adding a run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.999 | 56017 | Adding a run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.999 | 56017 | Adding a run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:01 | INFO | 50470/cimple-server: 2024-04-25 03:45:01.999 | 56017 | Adding a run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.000 | 56017 | Adding a run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.000 | 56017 | Adding a run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.000 | 56017 | Adding a run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.000 | 56017 | Adding a run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.000 | 56017 | Adding a run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.000 | 56017 | Adding a run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.000 | 56017 | Adding a run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.000 | 56017 | Adding a run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.001 | 56017 | Adding a run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.001 | 56017 | Adding a run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.001 | 56017 | Adding a run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.001 | 56017 | Adding a run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.001 | 56017 | Adding a run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.001 | 56017 | Adding a run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.001 | 56017 | Adding a run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.001 | 56017 | Adding a run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.002 | 56017 | Adding a run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.002 | 56017 | Adding a run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.002 | 56017 | Adding a run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.002 | 56017 | Adding a run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.002 | 56017 | Adding a run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.002 | 56017 | Adding a run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.002 | 56017 | Adding a run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.002 | 56017 | Adding a run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.003 | 56017 | Adding a run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.003 | 56017 | Adding a run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.003 | 56017 | Adding a run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.003 | 56017 | Adding a run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.003 | 56017 | Adding a run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.003 | 56017 | Adding a run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.003 | 56017 | Adding a run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.003 | 56017 | Adding a run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.003 | 56017 | Adding a run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.004 | 56017 | Adding a run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.004 | 56017 | Adding a run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.004 | 56017 | Adding a run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.004 | 56017 | Adding a run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.004 | 56017 | Adding a run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.004 | 56017 | Adding a run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.004 | 56017 | Adding a run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.004 | 56017 | Adding a run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.005 | 56017 | Adding a run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.005 | 56017 | Adding a run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.005 | 56017 | Adding a run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.005 | 56017 | Adding a run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.005 | 56017 | Adding a run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.005 | 56017 | Adding a run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.005 | 56017 | Adding a run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.005 | 56017 | Adding a run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.006 | 56017 | Adding a run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.006 | 56017 | Adding a run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.006 | 56017 | Adding a run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.006 | 56017 | Adding a run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.006 | 56017 | Adding a run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.006 | 56017 | Adding a run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.006 | 56017 | Adding a run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.006 | 56017 | Adding a run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.006 | 56017 | Adding a run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.007 | 56017 | Adding a run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.007 | 56017 | Adding a run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.007 | 56017 | Adding a run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.007 | 56017 | Adding a run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.007 | 56017 | Adding a run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.007 | 56017 | Adding a run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.007 | 56017 | Adding a run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.007 | 56017 | Adding a run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.007 | 56017 | Adding a run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.008 | 56017 | Adding a run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.008 | 56017 | Adding a run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.008 | 56017 | Adding a run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.008 | 56017 | Adding a run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.008 | 56017 | Adding a run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.008 | 56017 | Adding a run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.008 | 56017 | Adding a run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.008 | 56017 | Adding a run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.009 | 56017 | Adding a run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.009 | 56017 | Adding a run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.009 | 56017 | Adding a run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.009 | 56017 | Adding a run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.009 | 56017 | Adding a run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.009 | 56017 | Adding a run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.009 | 56017 | Adding a run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.009 | 56017 | Adding a run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.010 | 56017 | Adding a run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.010 | 56017 | Adding a run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.010 | 56017 | Adding a run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.010 | 56017 | Adding a run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.010 | 56017 | Adding a run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.010 | 56017 | Adding a run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.010 | 56017 | Adding a run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.010 | 56017 | Adding a run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.010 | 56017 | Adding a run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.011 | 56017 | Adding a run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.011 | 56017 | Adding a run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.011 | 56017 | Adding a run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.011 | 56017 | Adding a run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.011 | 56017 | Adding a run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.011 | 56017 | Adding a run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.011 | 56017 | Adding a run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.011 | 56017 | Adding a run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.012 | 56017 | Adding a run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.012 | 56017 | Adding a run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.012 | 56017 | Adding a run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.012 | 56017 | Adding a run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.012 | 56017 | Adding a run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.012 | 56017 | Adding a run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.012 | 56017 | Adding a run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.012 | 56017 | Adding a run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.013 | 56017 | Adding a run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.013 | 56017 | Adding a run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.013 | 56017 | Adding a run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.013 | 56017 | Adding a run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.013 | 56017 | Adding a run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.013 | 56017 | Adding a run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.013 | 56017 | Adding a run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.013 | 56017 | Adding a run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.013 | 56017 | Adding a run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.014 | 56017 | Adding a run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.014 | 56017 | Adding a run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.014 | 56017 | Adding a run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.014 | 56017 | Adding a run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.014 | 56017 | Adding a run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.014 | 56017 | Adding a run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.014 | 56017 | Adding a run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.014 | 56017 | Adding a run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.015 | 56017 | Adding a run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.015 | 56017 | Adding a run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.015 | 56017 | Adding a run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.015 | 56017 | Adding a run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.015 | 56017 | Adding a run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.015 | 56017 | Adding a run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.015 | 56017 | Adding a run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.015 | 56017 | Adding a run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.015 | 56017 | Adding a run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.016 | 56017 | Adding a run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.016 | 56017 | Adding a run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.016 | 56017 | Adding a run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.016 | 56017 | Adding a run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.016 | 56017 | Adding a run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.016 | 56017 | Adding a run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.016 | 56017 | Adding a run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.016 | 56017 | Adding a run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.017 | 56017 | Adding a run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.017 | 56017 | Adding a run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.017 | 56017 | Adding a run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.017 | 56017 | Adding a run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.017 | 56017 | Adding a run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.017 | 56017 | Adding a run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.017 | 56017 | Adding a run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.017 | 56017 | Adding a run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.018 | 56017 | Adding a run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.018 | 56017 | Adding a run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.018 | 56017 | Adding a run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.018 | 56017 | Adding a run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.018 | 56017 | Adding a run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.018 | 56017 | Adding a run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.018 | 56017 | Adding a run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.018 | 56017 | Adding a run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.019 | 56017 | Adding a run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.019 | 56017 | Adding a run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.019 | 56017 | Adding a run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.019 | 56017 | Adding a run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.019 | 56017 | Adding a run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.019 | 56017 | Adding a run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.019 | 56017 | Adding a run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.019 | 56017 | Adding a run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.019 | 56017 | Adding a run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.020 | 56017 | Adding a run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.020 | 56017 | Adding a run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.020 | 56017 | Adding a run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.020 | 56017 | Adding a run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.020 | 56017 | Adding a run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.020 | 56017 | Adding a run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.020 | 56017 | Adding a run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.020 | 56017 | Adding a run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.021 | 56017 | Adding a run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.021 | 56017 | Adding a run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.021 | 56017 | Adding a run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.021 | 56017 | Adding a run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.021 | 56017 | Adding a run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.021 | 56017 | Adding a run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.021 | 56017 | Adding a run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.021 | 56017 | Adding a run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.022 | 56017 | Adding a run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.022 | 56017 | Adding a run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.022 | 56017 | Adding a run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.022 | 56017 | Adding a run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.022 | 56017 | Adding a run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.022 | 56017 | Adding a run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.022 | 56017 | Adding a run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.022 | 56017 | Adding a run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.022 | 56017 | Adding a run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.023 | 56017 | Adding a run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.023 | 56017 | Adding a run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.023 | 56017 | Adding a run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.023 | 56017 | Adding a run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.023 | 56017 | Adding a run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.023 | 56017 | Adding a run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.023 | 56017 | Adding a run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.023 | 56017 | Adding a run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.024 | 56017 | Adding a run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.024 | 56017 | Adding a run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.024 | 56017 | Adding a run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.024 | 56017 | Adding a run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.024 | 56017 | Adding a run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.024 | 56017 | Adding a run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.024 | 56017 | Adding a run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.024 | 56017 | Adding a run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.025 | 56017 | Adding a run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.025 | 56017 | Adding a run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.025 | 56017 | Adding a run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.025 | 56017 | Adding a run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.025 | 56017 | Adding a run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.025 | 56017 | Adding a run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.025 | 56017 | Adding a run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.025 | 56017 | Adding a run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.026 | 56017 | Adding a run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.026 | 56017 | Adding a run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.026 | 56017 | Adding a run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.026 | 56017 | Adding a run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.026 | 56017 | Adding a run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.026 | 56017 | Adding a run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.026 | 56017 | Adding a run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.026 | 56017 | Adding a run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.026 | 56017 | Adding a run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.027 | 56017 | Adding a run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.027 | 56017 | Adding a run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.027 | 56017 | Adding a run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.027 | 56017 | Adding a run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.027 | 56017 | Adding a run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.027 | 56017 | Adding a run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.027 | 56017 | Adding a run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.027 | 56017 | Adding a run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.028 | 56017 | Adding a run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.028 | 56017 | Adding a run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.028 | 56017 | Adding a run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.028 | 56017 | Adding a run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.028 | 56017 | Adding a run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.028 | 56017 | Adding a run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.028 | 56017 | Adding a run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.028 | 56017 | Adding a run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.029 | 56017 | Adding a run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.029 | 56017 | Adding a run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.029 | 56017 | Adding a run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.029 | 56017 | Adding a run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.029 | 56017 | Adding a run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.029 | 56017 | Adding a run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.029 | 56017 | Adding a run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.029 | 56017 | Adding a run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.029 | 56017 | Adding a run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.030 | 56017 | Adding a run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.030 | 56017 | Adding a run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.030 | 56017 | Adding a run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.030 | 56017 | Adding a run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.030 | 56017 | Adding a run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.030 | 56017 | Adding a run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.030 | 56017 | Adding a run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.030 | 56017 | Adding a run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.031 | 56017 | Adding a run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.031 | 56017 | Adding a run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.031 | 56017 | Adding a run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.031 | 56017 | Adding a run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.031 | 56017 | Adding a run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.031 | 56017 | Adding a run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.031 | 56017 | Adding a run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.031 | 56017 | Adding a run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.032 | 56017 | Adding a run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.032 | 56017 | Adding a run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.032 | 56017 | Adding a run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.032 | 56017 | Adding a run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.032 | 56017 | Adding a run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.032 | 56017 | Adding a run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.032 | 56017 | Adding a run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.032 | 56017 | Adding a run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.032 | 56017 | Adding a run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.033 | 56017 | Adding a run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.033 | 56017 | Adding a run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.033 | 56017 | Adding a run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.033 | 56017 | Adding a run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.033 | 56017 | Adding a run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.033 | 56017 | Adding a run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.033 | 56017 | Adding a run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.034 | 56017 | Adding a run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.034 | 56017 | Adding a run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.034 | 56017 | Adding a run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.034 | 56017 | Adding a run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.034 | 56017 | Adding a run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.034 | 56017 | Adding a run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.034 | 56017 | Adding a run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.034 | 56017 | Adding a run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.034 | 56017 | Adding a run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.035 | 56017 | Adding a run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.035 | 56017 | Adding a run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.035 | 56017 | Adding a run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.035 | 56017 | Adding a run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.035 | 56017 | Adding a run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.035 | 56017 | Adding a run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.035 | 56017 | Adding a run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.035 | 56017 | Adding a run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.036 | 56017 | Adding a run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.036 | 56017 | Adding a run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.036 | 56017 | Adding a run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.036 | 56017 | Adding a run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.036 | 56017 | Adding a run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.036 | 56017 | Adding a run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.036 | 56017 | Adding a run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.036 | 56017 | Adding a run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.037 | 56017 | Adding a run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.037 | 56017 | Adding a run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.037 | 56017 | Adding a run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.037 | 56017 | Adding a run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.037 | 56017 | Adding a run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.037 | 56017 | Adding a run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.037 | 56017 | Adding a run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.037 | 56017 | Adding a run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.038 | 56017 | Adding a run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.038 | 56017 | Adding a run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.038 | 56017 | Adding a run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.038 | 56017 | Adding a run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.038 | 56017 | Adding a run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.038 | 56017 | Adding a run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.038 | 56017 | Adding a run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.038 | 56017 | Adding a run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.039 | 56017 | Adding a run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.039 | 56017 | Adding a run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.039 | 56017 | Adding a run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.039 | 56017 | Adding a run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.039 | 56017 | Adding a run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.039 | 56017 | Adding a run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.039 | 56017 | Adding a run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.039 | 56017 | Adding a run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.040 | 56017 | Adding a run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.040 | 56017 | Adding a run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.040 | 56017 | Adding a run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.040 | 56017 | Adding a run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.040 | 56017 | Adding a run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.040 | 56017 | Adding a run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.040 | 56017 | Adding a run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.040 | 56017 | Adding a run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.041 | 56017 | Adding a run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.041 | 56017 | Adding a run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.041 | 56017 | Adding a run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.041 | 56017 | Adding a run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.041 | 56017 | Adding a run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.041 | 56017 | Adding a run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.041 | 56017 | Adding a run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.041 | 56017 | Adding a run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.042 | 56017 | Adding a run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.042 | 56017 | Adding a run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.042 | 56017 | Adding a run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.042 | 56017 | Adding a run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.042 | 56017 | Adding a run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.042 | 56017 | Adding a run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.042 | 56017 | Adding a run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.043 | 56017 | Adding a run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.043 | 56017 | Adding a run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.043 | 56017 | Adding a run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.043 | 56017 | Adding a run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.043 | 56017 | Adding a run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.043 | 56017 | Adding a run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.043 | 56017 | Adding a run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.043 | 56017 | Adding a run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.044 | 56017 | Adding a run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.044 | 56017 | Adding a run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.044 | 56017 | Adding a run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.044 | 56017 | Adding a run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.044 | 56017 | Adding a run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.044 | 56017 | Adding a run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.044 | 56017 | Adding a run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.044 | 56017 | Adding a run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.045 | 56017 | Adding a run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.045 | 56017 | Adding a run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.045 | 56017 | Adding a run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.045 | 56017 | Adding a run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.045 | 56017 | Adding a run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.045 | 56017 | Adding a run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.045 | 56017 | Adding a run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.045 | 56017 | Adding a run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.046 | 56017 | Adding a run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.046 | 56017 | Adding a run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.046 | 56017 | Adding a run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.046 | 56017 | Adding a run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.046 | 56017 | Adding a run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.046 | 56017 | Adding a run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.046 | 56017 | Adding a run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.047 | 56017 | Adding a run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.047 | 56017 | Adding a run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.047 | 56017 | Adding a run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.047 | 56017 | Adding a run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.047 | 56017 | Adding a run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.047 | 56017 | Adding a run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.047 | 56017 | Adding a run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.047 | 56017 | Adding a run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.048 | 56017 | Adding a run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.048 | 56017 | Adding a run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.048 | 56017 | Adding a run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.048 | 56017 | Adding a run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.048 | 56017 | Adding a run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.048 | 56017 | Adding a run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.048 | 56017 | Adding a run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.048 | 56017 | Adding a run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.049 | 56017 | Adding a run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.049 | 56017 | Adding a run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.049 | 56017 | Adding a run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.049 | 56017 | Adding a run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.049 | 56017 | Adding a run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.049 | 56017 | Adding a run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.049 | 56017 | Adding a run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.049 | 56017 | Adding a run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.050 | 56017 | Adding a run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.050 | 56017 | Adding a run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.050 | 56017 | Adding a run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.050 | 56017 | Adding a run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.050 | 56017 | Adding a run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.050 | 56017 | Adding a run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.050 | 56017 | Adding a run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.050 | 56017 | Adding a run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.051 | 56017 | Adding a run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.051 | 56017 | Adding a run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.051 | 56017 | Adding a run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.051 | 56017 | Adding a run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.051 | 56017 | Adding a run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.051 | 56017 | Adding a run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.051 | 56017 | Adding a run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.051 | 56017 | Adding a run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.052 | 56017 | Adding a run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.052 | 56017 | Adding a run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.052 | 56017 | Adding a run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.052 | 56017 | Adding a run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.052 | 56017 | Adding a run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.052 | 56017 | Adding a run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.052 | 56017 | Adding a run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.052 | 56017 | Adding a run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.053 | 56017 | Adding a run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.053 | 56017 | Adding a run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.053 | 56017 | Adding a run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.053 | 56017 | Adding a run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.053 | 56017 | Adding a run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.053 | 56017 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.053 | 56017 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.053 | 56017 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.054 | 56017 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.054 | 56017 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.054 | 50470 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:45:02 | 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-04-25 03:45:02 | INFO | Terminating process 50476/cimple-worker +2024-04-25 03:45:02 | INFO | 50476/cimple-worker: 2024-04-25 03:45:02.071 | 50476 | Shutting down +2024-04-25 03:45:02 | INFO | Terminating process 50473/cimple-worker +2024-04-25 03:45:02 | INFO | 50473/cimple-worker: 2024-04-25 03:45:02.072 | 50473 | Shutting down +2024-04-25 03:45:02 | INFO | Terminating process 50470/cimple-server +2024-04-25 03:45:02 | INFO | 50470/cimple-server: 2024-04-25 03:45:02.073 | 50470 | Shutting down
Passedsrc/test_repo.py::test_repo_stress[output_long-numof_clients=1-runs_per_client=2000]27.51
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/cimple.sqlite'] +2024-04-25 03:45:02 | INFO | Process 56018/cimple-server has started +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.084 | 56018 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/cimple.sqlite +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.084 | 56018 | SQLite database version: 0 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.084 | 56018 | Newest database version: 1 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.084 | 56018 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.095 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Process 56018/cimple-server is ready +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:45:02 | INFO | Process 56021/cimple-worker has started +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.104 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.104 | 56023 | Added a new worker 8 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.104 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.104 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | Process 56021/cimple-worker is ready +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:45:02 | INFO | Process 56024/cimple-worker has started +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.112 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.112 | 56026 | Added a new worker 9 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.112 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.112 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | Process 56024/cimple-worker is ready +2024-04-25 03:45:02 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/cimple.sqlite +2024-04-25 03:45:02 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:45:02 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:45:02 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:45:02 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:45:02 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:45:02 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:45:02 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:45:02 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:45:02 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:45:02 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-04-25 03:45:02 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-04-25 03:45:02 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-04-25 03:45:02 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-04-25 03:45:02 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:45:02 | INFO | Executing 2000 clients +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.265 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.267 | 56040 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.267 | 56020 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.267 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.268 | 56020 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.268 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.268 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pttEwh +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.270 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.272 | 56042 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.272 | 56020 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.272 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.272 | 56020 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.272 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.K7fvDp +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.272 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.273 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.273 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.275 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.277 | 56045 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.277 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.277 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.278 | 56024 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.280 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.281 | 56053 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.281 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.284 | 56021 | Recursively removing directory: /tmp/git.pttEwh/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.285 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.286 | 56021 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.286 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.287 | 56062 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.288 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.288 | 56024 | Recursively removing directory: /tmp/git.K7fvDp/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.290 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.290 | 56024 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.290 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.291 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.291 | 56064 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.291 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.293 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.294 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.294 | 56067 | Added a new worker 12 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.294 | 56020 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.294 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.294 | 56020 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.294 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Tin3wD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.294 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.294 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.296 | 56069 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.296 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.298 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.299 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.299 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.300 | 56071 | Added a new worker 14 to the queue +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.300 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.300 | 56020 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.300 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.300 | 56020 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.300 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.300 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UCEPWQ +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.301 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.305 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.307 | 56024 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.307 | 56072 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.307 | 56065 | Marked run 1 as finished +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.308 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.310 | 56068 | Marked run 2 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.310 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.311 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.312 | 56083 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.312 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.313 | 56021 | Recursively removing directory: /tmp/git.Tin3wD/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.316 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.315 | 56021 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.315 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.317 | 56024 | Recursively removing directory: /tmp/git.UCEPWQ/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.317 | 56090 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.317 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.319 | 56024 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.319 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.320 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.320 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.321 | 56093 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.321 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.323 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.323 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.323 | 56096 | Added a new worker 12 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.323 | 56020 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.323 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.324 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.324 | 56020 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.323 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.324 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wmCP3f +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.324 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.325 | 56097 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.326 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.329 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.329 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.329 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.329 | 56099 | Added a new worker 14 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.330 | 56020 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.330 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.330 | 56020 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.330 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.330 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.330 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gz1xAg +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.331 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.334 | 56092 | Marked run 3 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.334 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.335 | 56100 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.336 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.336 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.337 | 56024 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.339 | 56095 | Marked run 4 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.339 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.340 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.342 | 56110 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.342 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.342 | 56021 | Recursively removing directory: /tmp/git.wmCP3f/ +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.344 | 56021 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.344 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.345 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.347 | 56024 | Recursively removing directory: /tmp/git.gz1xAg/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.348 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.349 | 56024 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.349 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.350 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.350 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.350 | 56120 | Added a new worker 14 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.350 | 56020 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.350 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.351 | 56020 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.351 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rYR71F +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.351 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.352 | 56118 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.352 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.353 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.356 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.356 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.357 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.357 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.357 | 56124 | Added a new worker 15 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.357 | 56020 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.357 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.357 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.357 | 56020 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.358 | 56123 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.358 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JGe90l +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.358 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.359 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.362 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.362 | 56119 | Marked run 5 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.362 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.363 | 56127 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.364 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.365 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.366 | 56024 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.367 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.367 | 56122 | Marked run 6 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.367 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.368 | 56134 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.369 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.371 | 56021 | Recursively removing directory: /tmp/git.rYR71F/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.372 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.373 | 56021 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.373 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.374 | 56143 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.374 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.376 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.376 | 56024 | Recursively removing directory: /tmp/git.JGe90l/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.377 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.380 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.380 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.380 | 56148 | Added a new worker 14 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.380 | 56020 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.380 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.380 | 56020 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.380 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.381 | 56024 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.381 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.380 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WkW9Y1 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.382 | 56146 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.382 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.385 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.385 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.385 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.386 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.387 | 56150 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.387 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.390 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.390 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.390 | 56156 | Added a new worker 13 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.390 | 56020 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.390 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.390 | 56020 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.390 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.390 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GY64U1 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.391 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.392 | 56147 | Marked run 7 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.392 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.395 | 56157 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.396 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.398 | 56021 | Recursively removing directory: /tmp/git.WkW9Y1/ +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.398 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.398 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.399 | 56151 | Marked run 8 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.399 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.400 | 56024 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.400 | 56163 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.400 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.401 | 56021 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.401 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.403 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.405 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.405 | 56167 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.406 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.408 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.409 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.409 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.409 | 56176 | Added a new worker 13 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.409 | 56020 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.409 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.409 | 56020 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.409 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.410 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DuMtFP +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.410 | 56175 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.411 | 56024 | Recursively removing directory: /tmp/git.GY64U1/ +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.412 | 56024 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.412 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.414 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.415 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.415 | 56178 | Added a new run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.416 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.416 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.416 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.419 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.419 | 56169 | Marked run 9 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.419 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.420 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.420 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.421 | 56183 | Added a new run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.421 | 56185 | Added a new worker 10 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.421 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.421 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.421 | 56020 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.421 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.421 | 56020 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.421 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9Ol7zr +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.425 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.427 | 56191 | Added a new run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.427 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.429 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.429 | 56021 | Recursively removing directory: /tmp/git.DuMtFP/ +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.429 | 56024 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.430 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.431 | 56180 | Marked run 10 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.431 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.432 | 56021 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.432 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.432 | 56194 | Added a new run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.432 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.435 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.436 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.437 | 56201 | Added a new run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.437 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.439 | 56024 | Recursively removing directory: /tmp/git.9Ol7zr/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.439 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.440 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.440 | 56205 | Added a new worker 8 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.440 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.440 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.440 | 56020 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.440 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.440 | 56020 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.440 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.S7HG55 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.442 | 56024 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.442 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.442 | 56206 | Added a new run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.443 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.445 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.447 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.447 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.448 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.448 | 56208 | Added a new run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.448 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.450 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.450 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.450 | 56212 | Added a new worker 11 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.450 | 56020 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.450 | 56020 | Removed worker 11 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.450 | 56020 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.451 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kCnugS +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.451 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.452 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.452 | 56203 | Marked run 11 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.452 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.453 | 56214 | Added a new run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.454 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.457 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.457 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.458 | 56024 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.459 | 56021 | Recursively removing directory: /tmp/git.S7HG55/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.460 | 56209 | Marked run 12 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.460 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.462 | 56021 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.462 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.463 | 56221 | Added a new run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.463 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.465 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.466 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.467 | 56230 | Added a new run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.467 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.468 | 56024 | Recursively removing directory: /tmp/git.kCnugS/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.469 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.470 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.470 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.470 | 56234 | Added a new worker 13 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.470 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.470 | 56020 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.470 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.470 | 56020 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.470 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Cx5VFh +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.471 | 56024 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.471 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.472 | 56233 | Added a new run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.472 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.475 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.476 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.479 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.479 | 56238 | Added a new worker 13 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.479 | 56020 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.479 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.479 | 56020 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.479 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.479 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.480 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.479 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.479 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6dBAYQ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.486 | 56231 | Marked run 13 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.487 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.488 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.488 | 56237 | Added a new run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.488 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.488 | 56024 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.491 | 56021 | Recursively removing directory: /tmp/git.Cx5VFh/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.492 | 56236 | Marked run 14 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.492 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.493 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.493 | 56021 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.493 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.494 | 56249 | Added a new run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.494 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.497 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.497 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.498 | 56257 | Added a new run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.499 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.499 | 56024 | Recursively removing directory: /tmp/git.6dBAYQ/ +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.501 | 56024 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.501 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.501 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.502 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.502 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.502 | 56260 | Added a new worker 13 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.502 | 56020 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.502 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.502 | 56020 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.502 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XfwWbD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.503 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.504 | 56259 | Added a new run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.505 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.505 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.507 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.508 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.508 | 56263 | Added a new run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.509 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.509 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.509 | 56264 | Added a new worker 13 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.509 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.509 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.509 | 56020 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.509 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.509 | 56020 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.510 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XYLwqZ +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.510 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.512 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.513 | 56256 | Marked run 15 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.513 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.515 | 56267 | Added a new run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.515 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.515 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.517 | 56024 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.519 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.520 | 56262 | Marked run 16 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.520 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.521 | 56276 | Added a new run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.521 | 56021 | Recursively removing directory: /tmp/git.XfwWbD/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.521 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.523 | 56021 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.523 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.524 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.526 | 56284 | Added a new run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.527 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.527 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.527 | 56024 | Recursively removing directory: /tmp/git.XYLwqZ/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.529 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.529 | 56024 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.529 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.530 | 56287 | Added a new run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.531 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.531 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.531 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.531 | 56288 | Added a new worker 10 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.531 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.531 | 56020 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.531 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.531 | 56020 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.531 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.InYSjW +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.533 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.534 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.535 | 56291 | Added a new run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.536 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.537 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.537 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.539 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.539 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.539 | 56294 | Added a new worker 13 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.539 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.539 | 56020 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.539 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.539 | 56020 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.540 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vOx2JU +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.541 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.542 | 56286 | Marked run 17 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.542 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.544 | 56297 | Added a new run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.544 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.546 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.547 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.547 | 56024 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.548 | 56290 | Marked run 18 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.548 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.549 | 56021 | Recursively removing directory: /tmp/git.InYSjW/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.549 | 56303 | Added a new run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.549 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.551 | 56021 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.551 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.552 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.554 | 56310 | Added a new run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.554 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.555 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.557 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.558 | 56024 | Recursively removing directory: /tmp/git.vOx2JU/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.558 | 56315 | Added a new run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.558 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.559 | 56024 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.559 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.559 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.559 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0ilcx4 +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.559 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.559 | 56316 | Added a new worker 10 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.559 | 56020 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.559 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.559 | 56020 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.563 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.563 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.563 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.564 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.565 | 56318 | Added a new run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.565 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.565 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.567 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.567 | 56322 | Added a new worker 10 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.567 | 56020 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.567 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.567 | 56314 | Marked run 19 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.567 | 56020 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.567 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.567 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.567 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Xdcxg1 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.569 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.569 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.573 | 56324 | Added a new run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.574 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.576 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.578 | 56021 | Recursively removing directory: /tmp/git.0ilcx4/ +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.579 | 56021 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.579 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.581 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.582 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.584 | 56024 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.585 | 56319 | Marked run 20 as finished +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.585 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.585 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.585 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.585 | 56334 | Added a new worker 11 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.585 | 56020 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.585 | 56020 | Removed worker 11 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.585 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.585 | 56020 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.586 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yJxuGU +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.587 | 56331 | Added a new run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.588 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.591 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.591 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.592 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.593 | 56342 | Added a new run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.594 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.596 | 56024 | Recursively removing directory: /tmp/git.Xdcxg1/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.596 | 56332 | Marked run 21 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.596 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.596 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.597 | 56346 | Added a new run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.598 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.598 | 56024 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.598 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.600 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.602 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.602 | 56353 | Added a new run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.603 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.603 | 56021 | Recursively removing directory: /tmp/git.yJxuGU/ +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.604 | 56021 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.604 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.605 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.606 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.606 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.606 | 56357 | Added a new worker 13 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.606 | 56020 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.606 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.606 | 56020 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.607 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.607 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8BIBCq +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.607 | 56356 | Added a new run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.608 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.609 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.611 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.612 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.612 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.612 | 56360 | Added a new run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.612 | 56361 | Added a new worker 12 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.613 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.613 | 56020 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.613 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.613 | 56020 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.613 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.612 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.613 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5DTo6G +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.614 | 56024 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.616 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.618 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.620 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.620 | 56354 | Marked run 22 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.621 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.624 | 56024 | Recursively removing directory: /tmp/git.8BIBCq/ +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.627 | 56024 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.627 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.628 | 56359 | Marked run 23 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.628 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.629 | 56364 | Added a new run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.629 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.631 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.631 | 56021 | Recursively removing directory: /tmp/git.5DTo6G/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.632 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.633 | 56021 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.633 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.634 | 56380 | Added a new run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.634 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.635 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.635 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.635 | 56381 | Added a new worker 10 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.635 | 56020 | Removed run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.635 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.635 | 56020 | Assigned run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.635 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NONFsN +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.637 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.638 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.638 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.639 | 56384 | Added a new run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.640 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.641 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.641 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.641 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.641 | 56386 | Added a new worker 13 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.641 | 56020 | Removed run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.641 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.641 | 56020 | Assigned run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.642 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.642 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PqhiAy +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.642 | 56024 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.643 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.645 | 56379 | Marked run 24 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.645 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.647 | 56387 | Added a new run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.647 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.648 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.649 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.650 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.650 | 56383 | Marked run 25 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.651 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.652 | 56395 | Added a new run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.652 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.655 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.656 | 56024 | Recursively removing directory: /tmp/git.NONFsN/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.657 | 56405 | Added a new run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.658 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.658 | 56024 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.658 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.660 | 56021 | Recursively removing directory: /tmp/git.PqhiAy/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.661 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.662 | 56021 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.662 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.662 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.663 | 56407 | Added a new run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.663 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.665 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.666 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.666 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.666 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.666 | 56412 | Added a new worker 15 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.666 | 56020 | Removed run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.666 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.666 | 56020 | Assigned run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.666 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.667 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ATTUrT +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.668 | 56411 | Added a new run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.668 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.669 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.669 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.671 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.671 | 56414 | Added a new worker 15 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.671 | 56020 | Removed run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.671 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.671 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.671 | 56020 | Assigned run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.672 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.h3t6mY +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.673 | 56415 | Added a new run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.673 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.673 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.674 | 56024 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.677 | 56408 | Marked run 26 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.678 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.678 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.678 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.679 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.682 | 56410 | Marked run 27 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.682 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.683 | 56420 | Added a new run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.683 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.684 | 56024 | Recursively removing directory: /tmp/git.ATTUrT/ +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.686 | 56024 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.686 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.686 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.689 | 56433 | Added a new run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.689 | 56021 | Recursively removing directory: /tmp/git.h3t6mY/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.689 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.690 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.691 | 56021 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.691 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.691 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.693 | 56436 | Added a new run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.693 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.694 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.693 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.694 | 56438 | Added a new worker 10 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.694 | 56020 | Removed run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.694 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.694 | 56020 | Assigned run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.694 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.694 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.q2zmfA +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.696 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.697 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.698 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.698 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.698 | 56441 | Added a new worker 15 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.698 | 56020 | Removed run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.698 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.698 | 56020 | Assigned run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.698 | 56440 | Added a new run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.698 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.699 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EhTp9m +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.699 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.700 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.701 | 56024 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.703 | 56435 | Marked run 28 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.703 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.703 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.705 | 56444 | Added a new run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.705 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.706 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.706 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.708 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.710 | 56439 | Marked run 29 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.710 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.711 | 56453 | Added a new run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.711 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.712 | 56024 | Recursively removing directory: /tmp/git.q2zmfA/ +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.714 | 56024 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.714 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.714 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.717 | 56461 | Added a new run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.717 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.717 | 56021 | Recursively removing directory: /tmp/git.EhTp9m/ +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.719 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.719 | 56021 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.719 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.719 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.721 | 56464 | Added a new run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.721 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.722 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.722 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.722 | 56466 | Added a new worker 10 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.722 | 56020 | Removed run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.722 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.722 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.722 | 56020 | Assigned run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.723 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0B3YsL +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.723 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.724 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.726 | 56468 | Added a new run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.727 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.727 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.727 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.728 | 56470 | Added a new worker 13 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.728 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.728 | 56020 | Removed run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.728 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.728 | 56020 | Assigned run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.729 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ytfJmn +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.729 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.730 | 56024 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.730 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.732 | 56463 | Marked run 30 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.732 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.733 | 56471 | Added a new run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.734 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.736 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.737 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.737 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.737 | 56467 | Marked run 31 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.737 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.738 | 56478 | Added a new run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.738 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.742 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.742 | 56024 | Recursively removing directory: /tmp/git.0B3YsL/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.744 | 56485 | Added a new run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.744 | 56024 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.744 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.744 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.747 | 56021 | Recursively removing directory: /tmp/git.ytfJmn/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.747 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.748 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.750 | 56021 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.750 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.750 | 56492 | Added a new run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.751 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.751 | 56493 | Added a new worker 12 to the queue +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.751 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.751 | 56020 | Removed run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.751 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.751 | 56020 | Assigned run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.751 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9qjA90 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.752 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.754 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.754 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.754 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.756 | 56495 | Added a new run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.756 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.757 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.758 | 56024 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.758 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.759 | 56499 | Added a new worker 13 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.759 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.759 | 56020 | Removed run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.759 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.759 | 56020 | Assigned run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.758 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.759 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GkdSDc +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.760 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.762 | 56491 | Marked run 32 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.762 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.763 | 56500 | Added a new run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.764 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.765 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.766 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.767 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.768 | 56496 | Marked run 33 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.768 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.770 | 56508 | Added a new run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.770 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.771 | 56024 | Recursively removing directory: /tmp/git.9qjA90/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.773 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.773 | 56024 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.773 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.774 | 56515 | Added a new run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.774 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.777 | 56021 | Recursively removing directory: /tmp/git.GkdSDc/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.777 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.777 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.780 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.780 | 56521 | Added a new worker 13 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.780 | 56020 | Removed run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.780 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.780 | 56020 | Assigned run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.780 | 56021 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.780 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.780 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.780 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.K0z6AF +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.781 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.781 | 56520 | Added a new run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.782 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.785 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.785 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.786 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.787 | 56523 | Added a new run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.787 | 56024 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.788 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.789 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.790 | 56519 | Marked run 34 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.790 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.790 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.790 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.790 | 56527 | Added a new worker 10 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.790 | 56020 | Removed run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.790 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.790 | 56020 | Assigned run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.790 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.791 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vmuwax +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.792 | 56528 | Added a new run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.793 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.796 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.797 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.798 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.799 | 56024 | Recursively removing directory: /tmp/git.K0z6AF/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.800 | 56535 | Added a new run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.800 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.802 | 56024 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.802 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.803 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.804 | 56524 | Marked run 35 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.804 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.805 | 56540 | Added a new run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.805 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.806 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.808 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.809 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.809 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.809 | 56549 | Added a new worker 11 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.810 | 56020 | Removed run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.810 | 56020 | Removed worker 11 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.810 | 56020 | Assigned run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.810 | 56548 | Added a new run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.810 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.810 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.810 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MuK48V +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.812 | 56021 | Recursively removing directory: /tmp/git.vmuwax/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.813 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.815 | 56551 | Added a new run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.815 | 56021 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.815 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.815 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.817 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.818 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.818 | 56024 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.819 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.819 | 56545 | Marked run 36 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.819 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.820 | 56553 | Added a new run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.820 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.822 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.822 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.822 | 56559 | Added a new worker 8 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.822 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.822 | 56020 | Removed run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.822 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.822 | 56020 | Assigned run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.823 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pixsQX +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.823 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.825 | 56562 | Added a new run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.825 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.828 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.830 | 56024 | Recursively removing directory: /tmp/git.MuK48V/ +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.831 | 56024 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.831 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.834 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.836 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.837 | 56566 | Added a new run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.837 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.837 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.837 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.838 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.C86H99 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.838 | 56568 | Added a new worker 15 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.838 | 56020 | Removed run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.838 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.838 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.838 | 56020 | Assigned run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.838 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.840 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.844 | 56555 | Marked run 37 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.844 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.844 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.845 | 56571 | Added a new run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.846 | 56024 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.846 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.849 | 56567 | Marked run 38 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.849 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.850 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.851 | 56021 | Recursively removing directory: /tmp/git.pixsQX/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.852 | 56582 | Added a new run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.852 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.853 | 56021 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.853 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.855 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.856 | 56588 | Added a new run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.857 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.857 | 56024 | Recursively removing directory: /tmp/git.C86H99/ +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.857 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.859 | 56024 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.859 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.859 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.860 | 56591 | Added a new run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.861 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.862 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.862 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.862 | 56593 | Added a new worker 10 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.862 | 56020 | Removed run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.862 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.862 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.862 | 56020 | Assigned run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.862 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JmNpAk +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.863 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.864 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.865 | 56595 | Added a new run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.866 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.868 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.868 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.868 | 56597 | Added a new worker 13 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.868 | 56020 | Removed run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.868 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.868 | 56020 | Assigned run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.868 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.868 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.869 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CNFX34 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.869 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.870 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.872 | 56590 | Marked run 39 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.872 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.874 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.875 | 56024 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.880 | 56021 | Recursively removing directory: /tmp/git.JmNpAk/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.881 | 56594 | Marked run 40 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.881 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.882 | 56598 | Added a new run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.883 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.883 | 56021 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.883 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.884 | 56024 | Recursively removing directory: /tmp/git.CNFX34/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.885 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.885 | 56024 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.885 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.887 | 56614 | Added a new run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.887 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.887 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.889 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.890 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.890 | 56617 | Added a new run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.890 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.890 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.891 | 56619 | Added a new worker 14 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.891 | 56020 | Removed run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.891 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.891 | 56020 | Assigned run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.891 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.juucbU +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.892 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.892 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.894 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.894 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.895 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.895 | 56621 | Added a new worker 15 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.895 | 56020 | Removed run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.895 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.895 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.895 | 56020 | Assigned run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.896 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SfKz4V +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.896 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.897 | 56622 | Added a new run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.897 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.898 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.901 | 56615 | Marked run 41 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.901 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.902 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.902 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.903 | 56024 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.904 | 56618 | Marked run 42 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.904 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.906 | 56627 | Added a new run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.906 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.908 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.909 | 56021 | Recursively removing directory: /tmp/git.juucbU/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.910 | 56638 | Added a new run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.911 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.911 | 56021 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.911 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.913 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.915 | 56024 | Recursively removing directory: /tmp/git.SfKz4V/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.915 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.915 | 56642 | Added a new run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.915 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.916 | 56024 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.916 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.918 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.919 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.919 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.919 | 56646 | Added a new worker 13 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.919 | 56020 | Removed run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.919 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.919 | 56020 | Assigned run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.919 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.919 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KOnRIH +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.920 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.920 | 56645 | Added a new run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.920 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.923 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.924 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.924 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.924 | 56650 | Added a new worker 15 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.924 | 56020 | Removed run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.924 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.924 | 56020 | Assigned run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.924 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.924 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.J5PnJi +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.933 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.934 | 56649 | Added a new run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.934 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.935 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.937 | 56643 | Marked run 43 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.937 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.938 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.938 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.939 | 56024 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.940 | 56647 | Marked run 44 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.941 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.942 | 56653 | Added a new run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.942 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.945 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.945 | 56021 | Recursively removing directory: /tmp/git.KOnRIH/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.947 | 56666 | Added a new run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.948 | 56021 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.948 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.947 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.950 | 56024 | Recursively removing directory: /tmp/git.J5PnJi/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.950 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.951 | 56670 | Added a new run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.951 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.952 | 56024 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.952 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.952 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.954 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.955 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.955 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.956 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.956 | 56675 | Added a new worker 15 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.956 | 56020 | Removed run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.956 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.956 | 56020 | Assigned run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.956 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.958 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.958 | 56676 | Added a new worker 15 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.958 | 56020 | Removed run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.958 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.958 | 56020 | Assigned run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.958 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.958 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.d2zf9g +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.958 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.959 | 56673 | Added a new run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.960 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.961 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.B5WSwo +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.962 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.964 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.966 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.966 | 56671 | Marked run 45 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.966 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.967 | 56678 | Added a new run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.967 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.968 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.969 | 56024 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.970 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.971 | 56674 | Marked run 46 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.971 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.972 | 56684 | Added a new run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.972 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.975 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.976 | 56021 | Recursively removing directory: /tmp/git.d2zf9g/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.978 | 56696 | Added a new run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.979 | 56021 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.979 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.979 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.979 | 56024 | Recursively removing directory: /tmp/git.B5WSwo/ +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.981 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.981 | 56024 | Process exit code: 0 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.981 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.982 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.982 | 56698 | Added a new run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.983 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.985 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.985 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.985 | 56702 | Added a new worker 14 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.985 | 56020 | Removed run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.985 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.985 | 56020 | Assigned run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.985 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.985 | 56021 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.985 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.op1UBY +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.986 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.988 | 56701 | Added a new run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.989 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.991 | 56021 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.991 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56021/cimple-worker: 2024-04-25 03:45:02.992 | 56021 | Going to run: ./ci +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.992 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.992 | 56024 | Waiting for a new command +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.992 | 56706 | Added a new worker 15 to the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.992 | 56020 | Removed run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.992 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.992 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.992 | 56020 | Assigned run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.992 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cFJxyX +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.995 | 56699 | Marked run 47 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.995 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.998 | 56703 | Marked run 48 as finished +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.998 | 56018 | Waiting for new connections +2024-04-25 03:45:02 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.998 | 56024 | Checking out revision HEAD +2024-04-25 03:45:02 | INFO | 56018/cimple-server: 2024-04-25 03:45:02.999 | 56705 | Added a new run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.000 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:02.999 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.002 | 56021 | Recursively removing directory: /tmp/git.op1UBY/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.003 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.005 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.005 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.005 | 56717 | Added a new run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.005 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.008 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.009 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.010 | 56724 | Added a new run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.010 | 56024 | Recursively removing directory: /tmp/git.cFJxyX/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.010 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.011 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.011 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.012 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.012 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.013 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.013 | 56728 | Added a new worker 13 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.013 | 56020 | Removed run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.013 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.013 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.013 | 56020 | Assigned run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.013 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WwUw3L +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.014 | 56727 | Added a new run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.014 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.015 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.017 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.018 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.019 | 56731 | Added a new run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.019 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.019 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.019 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.019 | 56732 | Added a new worker 13 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.019 | 56020 | Removed run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.019 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.019 | 56020 | Assigned run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.020 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.m83ro1 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.019 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.020 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.022 | 56725 | Marked run 49 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.022 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.023 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.024 | 56735 | Added a new run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.025 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.026 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.027 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.028 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.030 | 56730 | Marked run 50 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.031 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.032 | 56021 | Recursively removing directory: /tmp/git.WwUw3L/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.034 | 56744 | Added a new run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.034 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.034 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.034 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.038 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.038 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.041 | 56753 | Added a new run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.042 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.042 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.042 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.043 | 56754 | Added a new worker 10 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.043 | 56020 | Removed run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.043 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.043 | 56020 | Assigned run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.043 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.043 | 56024 | Recursively removing directory: /tmp/git.m83ro1/ +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.043 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.W0PIVo +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.045 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.045 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.045 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.046 | 56756 | Added a new run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.047 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.049 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.049 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.050 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.050 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.052 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.052 | 56761 | Added a new worker 15 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.052 | 56020 | Removed run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.052 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.052 | 56020 | Assigned run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.052 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.052 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.052 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WP3ovV +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.053 | 56752 | Marked run 51 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.053 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.054 | 56759 | Added a new run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.055 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.058 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.058 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.059 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.062 | 56021 | Recursively removing directory: /tmp/git.W0PIVo/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.062 | 56758 | Marked run 52 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.062 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.063 | 56769 | Added a new run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.063 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.064 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.064 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.066 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.068 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.069 | 56024 | Recursively removing directory: /tmp/git.WP3ovV/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.070 | 56778 | Added a new run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.070 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.070 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.071 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.072 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.072 | 56781 | Added a new worker 8 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.072 | 56020 | Removed run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.072 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.072 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.072 | 56020 | Assigned run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.073 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.072 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.072 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZoJH1q +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.074 | 56782 | Added a new run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.075 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.075 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.078 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.078 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.079 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.079 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.079 | 56787 | Added a new worker 15 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.079 | 56020 | Removed run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.079 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.079 | 56020 | Assigned run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.079 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.079 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.080 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.l55Rx4 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.080 | 56785 | Added a new run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.080 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.084 | 56779 | Marked run 53 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.084 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.084 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.088 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.088 | 56783 | Marked run 54 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.088 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.089 | 56793 | Added a new run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.089 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.089 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.089 | 56021 | Recursively removing directory: /tmp/git.ZoJH1q/ +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.091 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.091 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.092 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.093 | 56799 | Added a new run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.094 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.094 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.096 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.098 | 56807 | Added a new run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.099 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.099 | 56808 | Added a new worker 12 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.099 | 56020 | Removed run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.099 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.099 | 56020 | Assigned run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.099 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.098 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.099 | 56024 | Recursively removing directory: /tmp/git.l55Rx4/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.099 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.100 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.g3MLH4 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.100 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.100 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.102 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.104 | 56810 | Added a new run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.105 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.105 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.105 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.106 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.107 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.108 | 56804 | Marked run 55 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.108 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.109 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.109 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.109 | 56815 | Added a new worker 13 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.109 | 56020 | Removed run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.109 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.109 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.109 | 56020 | Assigned run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.109 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jnoJzg +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.110 | 56814 | Added a new run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.111 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.114 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.114 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.115 | 56821 | Added a new run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.116 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.116 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.119 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.119 | 56021 | Recursively removing directory: /tmp/git.g3MLH4/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.120 | 56812 | Marked run 56 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.120 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.121 | 56827 | Added a new run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.122 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.122 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.122 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.124 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.126 | 56024 | Recursively removing directory: /tmp/git.jnoJzg/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.126 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.127 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.127 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.127 | 56834 | Added a new run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.127 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.129 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.129 | 56837 | Added a new worker 8 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.130 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.130 | 56020 | Removed run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.130 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.130 | 56020 | Assigned run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.130 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.129 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.130 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PF1z7o +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.131 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.132 | 56838 | Added a new run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.133 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.135 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.136 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.136 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.136 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.137 | 56842 | Added a new worker 15 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.137 | 56020 | Removed run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.137 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.137 | 56020 | Assigned run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.136 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.137 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MKlidy +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.137 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.138 | 56841 | Added a new run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.138 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.141 | 56835 | Marked run 57 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.141 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.142 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.145 | 56839 | Marked run 58 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.145 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.145 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.146 | 56847 | Added a new run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.146 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.146 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.148 | 56021 | Recursively removing directory: /tmp/git.PF1z7o/ +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.149 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.149 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.149 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.151 | 56854 | Added a new run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.151 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.153 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.154 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.156 | 56863 | Added a new run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.156 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.157 | 56024 | Recursively removing directory: /tmp/git.MKlidy/ +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.157 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.157 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jEGht4 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.157 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.157 | 56864 | Added a new worker 10 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.157 | 56020 | Removed run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.157 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.157 | 56020 | Assigned run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.158 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.158 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.160 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.161 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.162 | 56866 | Added a new run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.163 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.163 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.163 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.164 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.165 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.167 | 56862 | Marked run 59 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.167 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.167 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.167 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.168 | 56872 | Added a new worker 13 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.168 | 56020 | Removed run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.168 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.168 | 56020 | Assigned run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.168 | 56870 | Added a new run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.168 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.168 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.168 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Nt67a2 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.172 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.173 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.175 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.175 | 56879 | Added a new run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.175 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.177 | 56021 | Recursively removing directory: /tmp/git.jEGht4/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.179 | 56868 | Marked run 60 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.179 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.179 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.179 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.179 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.182 | 56884 | Added a new run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.182 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.183 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.184 | 56024 | Recursively removing directory: /tmp/git.Nt67a2/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.185 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.186 | 56891 | Added a new run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.186 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.186 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.186 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.187 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.187 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.187 | 56893 | Added a new worker 10 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.187 | 56020 | Removed run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.187 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.187 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.187 | 56020 | Assigned run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.187 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SFUrkD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.189 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.191 | 56894 | Added a new run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.191 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.191 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.192 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.193 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.194 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.195 | 56898 | Added a new run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.195 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.196 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.196 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.196 | 56900 | Added a new worker 13 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.196 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.196 | 56020 | Removed run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.196 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.196 | 56020 | Assigned run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.196 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uJpozB +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.199 | 56890 | Marked run 61 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.199 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.199 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.201 | 56903 | Added a new run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.201 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.204 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.205 | 56895 | Marked run 62 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.205 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.205 | 56021 | Recursively removing directory: /tmp/git.SFUrkD/ +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.205 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.207 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.207 | 56909 | Added a new run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.207 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.207 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.207 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.210 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.211 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.212 | 56913 | Added a new run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.213 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.214 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.215 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.215 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.216 | 56922 | Added a new worker 14 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.216 | 56020 | Removed run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.216 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.216 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.216 | 56020 | Assigned run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.216 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NqrAsy +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.216 | 56921 | Added a new run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.216 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.217 | 56024 | Recursively removing directory: /tmp/git.uJpozB/ +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.219 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.219 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.220 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.222 | 56924 | Added a new run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.222 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.222 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.223 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.223 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.225 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.225 | 56917 | Marked run 63 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.226 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.226 | 56928 | Added a new run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.227 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.227 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.227 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.227 | 56930 | Added a new worker 10 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.227 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.227 | 56020 | Removed run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.227 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.227 | 56020 | Assigned run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.227 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JYFfYX +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.230 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.232 | 56934 | Added a new run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.232 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.233 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.235 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.235 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.236 | 56021 | Recursively removing directory: /tmp/git.NqrAsy/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.237 | 56926 | Marked run 64 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.237 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.239 | 56940 | Added a new run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.239 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.239 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.239 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.242 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.243 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.243 | 56948 | Added a new run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.244 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.246 | 56024 | Recursively removing directory: /tmp/git.JYFfYX/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.246 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.247 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.247 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.247 | 56952 | Added a new worker 13 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.247 | 56020 | Removed run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.247 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.247 | 56020 | Assigned run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.248 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.248 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.247 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PG0Y8e +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.248 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.249 | 56951 | Added a new run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.249 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.252 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.252 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.252 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.253 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.254 | 56954 | Added a new run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.255 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.256 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.256 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.257 | 56959 | Added a new worker 13 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.257 | 56020 | Removed run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.257 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.257 | 56020 | Assigned run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.257 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.257 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MItZnk +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.258 | 56949 | Marked run 65 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.258 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.258 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.260 | 56961 | Added a new run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.260 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.263 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.264 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.264 | 56021 | Recursively removing directory: /tmp/git.PG0Y8e/ +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.265 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.266 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.266 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.267 | 56955 | Marked run 66 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.267 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.268 | 56967 | Added a new run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.268 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.269 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.271 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.273 | 56977 | Added a new run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.273 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.274 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.274 | 56979 | Added a new worker 10 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.274 | 56020 | Removed run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.274 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.274 | 56020 | Assigned run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.274 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.274 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pleNo6 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.274 | 56024 | Recursively removing directory: /tmp/git.MItZnk/ +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.276 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.276 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.277 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.277 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.278 | 56980 | Added a new run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.279 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.279 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.280 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.280 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.282 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.283 | 56974 | Marked run 67 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.283 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.284 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.284 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.284 | 56986 | Added a new worker 13 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.284 | 56020 | Removed run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.284 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.284 | 56020 | Assigned run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.284 | 56984 | Added a new run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.284 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.285 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.285 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mzQxC8 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.287 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.289 | 56993 | Added a new run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.291 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.291 | 56021 | Recursively removing directory: /tmp/git.pleNo6/ +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.291 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.292 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.293 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.293 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.293 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.295 | 56982 | Marked run 68 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.295 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.297 | 56996 | Added a new run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.297 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.297 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.300 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.301 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.301 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.302 | 57005 | Added a new run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.302 | 57006 | Added a new worker 10 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.302 | 56020 | Removed run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.302 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.302 | 56020 | Assigned run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.302 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.302 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JWUX9O +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.302 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.303 | 56024 | Recursively removing directory: /tmp/git.mzQxC8/ +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.304 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.304 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.305 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.307 | 57008 | Added a new run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.307 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.308 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.309 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.309 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.310 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.311 | 56999 | Marked run 69 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.311 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.312 | 57012 | Added a new run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.312 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.312 | 57014 | Added a new worker 9 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.312 | 56020 | Removed run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.312 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.312 | 56020 | Assigned run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.312 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.312 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5MxoiR +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.313 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.315 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.316 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.318 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.318 | 57021 | Added a new run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.319 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.319 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.321 | 56021 | Recursively removing directory: /tmp/git.JWUX9O/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.322 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.322 | 57010 | Marked run 70 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.323 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.323 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.323 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.324 | 57026 | Added a new run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.324 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.327 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.327 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.328 | 57033 | Added a new run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.328 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.329 | 56024 | Recursively removing directory: /tmp/git.5MxoiR/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.331 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.331 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.331 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.331 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.331 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.331 | 57036 | Added a new worker 13 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.331 | 56020 | Removed run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.331 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.331 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.331 | 56020 | Assigned run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.331 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nVxKPW +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.333 | 57037 | Added a new run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.334 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.335 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.336 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.337 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.337 | 57040 | Added a new run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.338 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.338 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.339 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.340 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.340 | 57043 | Added a new worker 13 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.340 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.340 | 56020 | Removed run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.340 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.340 | 56020 | Assigned run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.341 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.341 | 57034 | Marked run 71 as finished +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.341 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Vt17hL +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.341 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.343 | 57045 | Added a new run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.343 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.346 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.347 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.347 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.349 | 56021 | Recursively removing directory: /tmp/git.nVxKPW/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.350 | 57039 | Marked run 72 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.351 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.351 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.351 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.352 | 57052 | Added a new run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.352 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.355 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.355 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.356 | 57062 | Added a new run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.356 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.357 | 56024 | Recursively removing directory: /tmp/git.Vt17hL/ +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.358 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.358 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.359 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.359 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.359 | 57064 | Added a new worker 10 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.359 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.359 | 56020 | Removed run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.359 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.359 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.359 | 56020 | Assigned run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.359 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lJryUZ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.361 | 57065 | Added a new run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.361 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.363 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.364 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.364 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.366 | 57068 | Added a new run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.366 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.366 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.367 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.367 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.367 | 57071 | Added a new worker 12 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.367 | 56020 | Removed run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.367 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.367 | 56020 | Assigned run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.368 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xyNRfq +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.368 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.371 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.372 | 57061 | Marked run 73 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.372 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.375 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.375 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.376 | 57067 | Marked run 74 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.377 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.377 | 56021 | Recursively removing directory: /tmp/git.lJryUZ/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.378 | 57076 | Added a new run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.378 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.379 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.379 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.381 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.383 | 57087 | Added a new run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.383 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.384 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.385 | 56024 | Recursively removing directory: /tmp/git.xyNRfq/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.386 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.386 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.386 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.387 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.387 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.387 | 57091 | Added a new worker 13 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.387 | 56020 | Removed run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.387 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.387 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.387 | 56020 | Assigned run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.387 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TrO0yc +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.388 | 57090 | Added a new run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.388 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.392 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.392 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.392 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.394 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.393 | 57094 | Added a new run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.394 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.396 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.397 | 57098 | Added a new worker 13 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.397 | 56020 | Removed run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.397 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.397 | 56020 | Assigned run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.397 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.397 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.397 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2kt4t1 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.397 | 57088 | Marked run 75 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.397 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.397 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.399 | 57099 | Added a new run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.400 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.402 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.403 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.404 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.406 | 57093 | Marked run 76 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.406 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.407 | 56021 | Recursively removing directory: /tmp/git.TrO0yc/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.407 | 57107 | Added a new run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.408 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.409 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.409 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.410 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.412 | 57115 | Added a new run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.412 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.413 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.413 | 56024 | Recursively removing directory: /tmp/git.2kt4t1/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.415 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.415 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.415 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.416 | 57118 | Added a new run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.416 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.418 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.418 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.418 | 57120 | Added a new worker 10 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.418 | 56020 | Removed run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.418 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.418 | 56020 | Assigned run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.419 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.od6ZMe +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.419 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.419 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.419 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.420 | 57121 | Added a new run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.421 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.423 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.423 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.423 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.423 | 57124 | Added a new worker 14 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.424 | 56020 | Removed run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.424 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.424 | 56020 | Assigned run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.424 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.424 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KMG16X +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.426 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.427 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.427 | 57117 | Marked run 77 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.428 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.430 | 57125 | Added a new run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.431 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.431 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.432 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.433 | 57122 | Marked run 78 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.434 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.436 | 57133 | Added a new run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.436 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.438 | 56021 | Recursively removing directory: /tmp/git.od6ZMe/ +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.439 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.439 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.440 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.442 | 57143 | Added a new run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.442 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.442 | 56024 | Recursively removing directory: /tmp/git.KMG16X/ +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.443 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.444 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.444 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.445 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.446 | 57146 | Added a new run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.446 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.448 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.448 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.448 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.448 | 57150 | Added a new worker 14 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.449 | 56020 | Removed run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.449 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.449 | 56020 | Assigned run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.449 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.448 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.449 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.R8vrEs +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.450 | 57149 | Added a new run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.451 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.453 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.453 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.453 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.454 | 57153 | Added a new worker 15 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.454 | 56020 | Removed run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.454 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.454 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.454 | 56020 | Assigned run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.454 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2sjrkB +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.455 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.456 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.457 | 57145 | Marked run 79 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.457 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.458 | 57152 | Added a new run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.459 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.460 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.461 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.462 | 57148 | Marked run 80 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.462 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.462 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.464 | 57161 | Added a new run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.464 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.467 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.467 | 56021 | Recursively removing directory: /tmp/git.R8vrEs/ +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.469 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.469 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.471 | 57169 | Added a new run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.471 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.471 | 56024 | Recursively removing directory: /tmp/git.2sjrkB/ +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.473 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.473 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.473 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.474 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.475 | 57174 | Added a new run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.475 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.476 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.477 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.477 | 57177 | Added a new worker 12 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.477 | 56020 | Removed run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.477 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.477 | 56020 | Assigned run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.478 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.478 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.477 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.478 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zFXh1X +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.479 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.479 | 57179 | Added a new worker 16 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.479 | 56020 | Removed run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.479 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.480 | 56020 | Assigned run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.479 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.480 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3Ho1a2 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.482 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.483 | 57178 | Added a new run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.483 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.484 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.484 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.484 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.486 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.487 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.488 | 57173 | Marked run 81 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.489 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.491 | 57176 | Marked run 82 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.492 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.493 | 57182 | Added a new run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.493 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.494 | 56021 | Recursively removing directory: /tmp/git.zFXh1X/ +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.496 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.496 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.496 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.497 | 56024 | Recursively removing directory: /tmp/git.3Ho1a2/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.497 | 57197 | Added a new run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.498 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.499 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.499 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.500 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.500 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.502 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.502 | 57200 | Added a new run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.503 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.503 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.503 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.503 | 57203 | Added a new worker 10 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.503 | 56020 | Removed run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.503 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.503 | 56020 | Assigned run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.503 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mf8Xqg +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.504 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.505 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.507 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.507 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.507 | 57205 | Added a new worker 15 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.507 | 56020 | Removed run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.507 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.507 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.507 | 56020 | Assigned run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.508 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.V8PbF0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.508 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.509 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.510 | 57204 | Added a new run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.511 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.513 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.514 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.514 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.515 | 57199 | Marked run 83 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.515 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.516 | 57210 | Added a new run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.517 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.519 | 56021 | Recursively removing directory: /tmp/git.mf8Xqg/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.519 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.524 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.524 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.524 | 57201 | Marked run 84 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.524 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.526 | 57218 | Added a new run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.527 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.528 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.528 | 56024 | Recursively removing directory: /tmp/git.V8PbF0/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.529 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.530 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.530 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.531 | 57226 | Added a new run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.531 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.531 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.531 | 57227 | Added a new worker 8 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.531 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.531 | 56020 | Removed run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.531 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.531 | 56020 | Assigned run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.531 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.532 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.D2Idt0 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.534 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.535 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.536 | 57230 | Added a new run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.537 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.537 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.538 | 57232 | Added a new worker 13 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.538 | 56020 | Removed run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.538 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.538 | 56020 | Assigned run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.538 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.538 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xzdicE +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.538 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.539 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.540 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.541 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.543 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.544 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.545 | 57234 | Added a new run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.545 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.545 | 57225 | Marked run 85 as finished +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.546 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.548 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.548 | 57229 | Marked run 86 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.549 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.550 | 57245 | Added a new run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.550 | 56021 | Recursively removing directory: /tmp/git.D2Idt0/ +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.551 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.552 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.552 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.553 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.555 | 57251 | Added a new run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.555 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.555 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.556 | 56024 | Recursively removing directory: /tmp/git.xzdicE/ +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.558 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.558 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.558 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.558 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.558 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.558 | 57255 | Added a new worker 12 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.558 | 56020 | Removed run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.558 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.558 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.558 | 56020 | Assigned run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.559 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uIpywu +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.560 | 57254 | Added a new run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.561 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.562 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.563 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.564 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.565 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.565 | 57258 | Added a new run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.565 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.566 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.567 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.567 | 57261 | Added a new worker 13 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.567 | 56020 | Removed run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.567 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.567 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.567 | 56020 | Assigned run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.567 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.I6RnwA +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.568 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.568 | 57252 | Marked run 87 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.568 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.570 | 57262 | Added a new run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.571 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.573 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.574 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.574 | 57270 | Added a new run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.575 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.575 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.578 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.578 | 56021 | Recursively removing directory: /tmp/git.uIpywu/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.579 | 57257 | Marked run 88 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.579 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.580 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.580 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.580 | 57273 | Added a new run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.581 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.584 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.584 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.585 | 56024 | Recursively removing directory: /tmp/git.I6RnwA/ +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.586 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.586 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.585 | 57281 | Added a new run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.587 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.588 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3PJRXe +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.588 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.588 | 57283 | Added a new worker 12 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.588 | 56020 | Removed run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.588 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.588 | 56020 | Assigned run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.588 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.589 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.590 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.591 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.593 | 57286 | Added a new run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.593 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.594 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.594 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.594 | 57288 | Added a new worker 13 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.594 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.594 | 56020 | Removed run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.594 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.594 | 56020 | Assigned run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.594 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.595 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uJgYFF +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.595 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.596 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.600 | 57282 | Marked run 89 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.600 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.600 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.601 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.602 | 57290 | Added a new run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.602 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.605 | 57285 | Marked run 90 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.605 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.605 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.606 | 56021 | Recursively removing directory: /tmp/git.3PJRXe/ +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.607 | 57301 | Added a new run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.607 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.608 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.608 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.610 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.612 | 57307 | Added a new run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.612 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.612 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.613 | 56024 | Recursively removing directory: /tmp/git.uJgYFF/ +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.614 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.614 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.614 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.616 | 57310 | Added a new run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.616 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.616 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.616 | 57311 | Added a new worker 8 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.616 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.616 | 56020 | Removed run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.616 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.616 | 56020 | Assigned run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.617 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.617 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i5bDOj +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.618 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.619 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.621 | 57314 | Added a new run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.621 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.622 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.622 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.622 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.623 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QxOzOf +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.622 | 57316 | Added a new worker 13 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.622 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.622 | 56020 | Removed run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.622 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.622 | 56020 | Assigned run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.624 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.624 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.626 | 57308 | Marked run 91 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.626 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.628 | 57318 | Added a new run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.628 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.631 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.633 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.634 | 56021 | Recursively removing directory: /tmp/git.i5bDOj/ +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.635 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.636 | 57313 | Marked run 92 as finished +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.636 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.636 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.636 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.637 | 57326 | Added a new run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.638 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.640 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.640 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.642 | 57334 | Added a new run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.643 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.643 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.643 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.644 | 57338 | Added a new worker 10 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.644 | 56020 | Removed run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.644 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.644 | 56020 | Assigned run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.644 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.644 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZA5nnd +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.645 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.645 | 56024 | Recursively removing directory: /tmp/git.QxOzOf/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.647 | 57339 | Added a new run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.648 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.648 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.650 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.650 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.650 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.652 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.652 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.652 | 57341 | Added a new run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.652 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.655 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.655 | 57333 | Marked run 93 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.655 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.655 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.655 | 57346 | Added a new worker 6 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.656 | 56020 | Removed run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.656 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.656 | 56020 | Assigned run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.656 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7mzV3Y +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.656 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.656 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.658 | 57348 | Added a new run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.658 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.661 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.664 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.664 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.665 | 56021 | Recursively removing directory: /tmp/git.ZA5nnd/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.665 | 57342 | Marked run 94 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.666 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.667 | 57354 | Added a new run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.667 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.667 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.667 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.670 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.671 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.672 | 57361 | Added a new run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.672 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.674 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.674 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.674 | 57366 | Added a new worker 10 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.674 | 56020 | Removed run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.674 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.675 | 56020 | Assigned run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.675 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.keN5J8 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.675 | 56024 | Recursively removing directory: /tmp/git.7mzV3Y/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.676 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.677 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.679 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.679 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.679 | 57367 | Added a new run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.680 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.681 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.682 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.683 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.683 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.685 | 57369 | Added a new run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.686 | 57363 | Marked run 95 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.686 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.686 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.686 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.686 | 57374 | Added a new worker 10 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.686 | 56020 | Removed run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.686 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.687 | 56020 | Assigned run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.687 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.687 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ySDMeV +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.689 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.689 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.692 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.692 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.693 | 56021 | Recursively removing directory: /tmp/git.keN5J8/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.694 | 57380 | Added a new run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.695 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.695 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.696 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.697 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.698 | 57371 | Marked run 96 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.698 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.699 | 57385 | Added a new run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.699 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.699 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.702 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.703 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.703 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.703 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TItA8y +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.703 | 57393 | Added a new worker 14 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.703 | 56020 | Removed run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.703 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.703 | 56020 | Assigned run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.704 | 57392 | Added a new run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.704 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.705 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.706 | 56024 | Recursively removing directory: /tmp/git.ySDMeV/ +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.707 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.707 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.708 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.708 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.709 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.710 | 57395 | Added a new run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.710 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.712 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.713 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.716 | 57400 | Added a new run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.716 | 57390 | Marked run 97 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.716 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.719 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.719 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.719 | 57407 | Added a new worker 10 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.719 | 56020 | Removed run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.719 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.719 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.719 | 56020 | Assigned run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.719 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.719 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0VaLHz +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.720 | 56021 | Recursively removing directory: /tmp/git.TItA8y/ +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.722 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.722 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.722 | 57408 | Added a new run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.723 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.725 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.725 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.727 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.727 | 57399 | Marked run 98 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.728 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.728 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.728 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.728 | 57412 | Added a new worker 13 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.728 | 56020 | Removed run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.729 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.729 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.729 | 56020 | Assigned run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.729 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.729 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rETf0H +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.729 | 57410 | Added a new run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.729 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.732 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.734 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.734 | 57416 | Added a new run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.735 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.736 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.738 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.739 | 57411 | Marked run 99 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.740 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.741 | 56024 | Recursively removing directory: /tmp/git.0VaLHz/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.741 | 57425 | Added a new run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.741 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.742 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.742 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.744 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.745 | 56021 | Recursively removing directory: /tmp/git.rETf0H/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.746 | 57432 | Added a new run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.746 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.746 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.747 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.747 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.749 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.750 | 57435 | Added a new run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.750 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.750 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.751 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.751 | 57437 | Added a new worker 12 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.751 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.751 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.751 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mdjLpH +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.751 | 56020 | Removed run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.751 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.751 | 56020 | Assigned run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.754 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.754 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.754 | 57439 | Added a new worker 15 to the queue +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.754 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.754 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.754 | 56020 | Removed run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.755 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.755 | 56020 | Assigned run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.756 | 57440 | Added a new run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.757 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.757 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.758 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4YhqVd +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.758 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.759 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.761 | 57433 | Marked run 100 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.762 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.764 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.765 | 57436 | Marked run 101 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.765 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.765 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.766 | 57443 | Added a new run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.766 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.768 | 56024 | Recursively removing directory: /tmp/git.mdjLpH/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.769 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.770 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.770 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.771 | 57453 | Added a new run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.772 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.774 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.775 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.776 | 56021 | Recursively removing directory: /tmp/git.4YhqVd/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.776 | 57460 | Added a new run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.776 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.777 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.777 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.778 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.778 | 57463 | Added a new worker 8 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.778 | 56020 | Removed run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.778 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.778 | 56020 | Assigned run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.779 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.779 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.778 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.779 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OWEKCD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.781 | 57464 | Added a new run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.781 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.782 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.784 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.785 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.785 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.785 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.785 | 57468 | Added a new worker 16 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.785 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.785 | 56020 | Removed run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.785 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.785 | 56020 | Assigned run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.786 | 57467 | Added a new run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.786 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jPs5Xf +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.786 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.787 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.790 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.790 | 57461 | Marked run 102 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.791 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.792 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.792 | 57472 | Added a new run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.793 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.793 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.795 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.796 | 57465 | Marked run 103 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.797 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.798 | 56024 | Recursively removing directory: /tmp/git.OWEKCD/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.798 | 57480 | Added a new run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.798 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.800 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.800 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.801 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.803 | 57488 | Added a new run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.803 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.803 | 56021 | Recursively removing directory: /tmp/git.jPs5Xf/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.804 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.805 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.805 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.805 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.807 | 57491 | Added a new run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.807 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.807 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.808 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.q5XjTC +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.807 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.807 | 57492 | Added a new worker 10 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.807 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.807 | 56020 | Removed run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.807 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.808 | 56020 | Assigned run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.808 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.809 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.811 | 57495 | Added a new run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.812 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.812 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.812 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.813 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.814 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.814 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.815 | 57497 | Added a new worker 15 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.815 | 56020 | Removed run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.815 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.815 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.815 | 56020 | Assigned run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.815 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HtPspF +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.816 | 57499 | Added a new run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.817 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.820 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.820 | 57490 | Marked run 104 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.821 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.821 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.822 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.824 | 57494 | Marked run 105 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.824 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.825 | 56024 | Recursively removing directory: /tmp/git.q5XjTC/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.826 | 57505 | Added a new run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.826 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.827 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.827 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.829 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.831 | 57516 | Added a new run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.831 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.831 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.832 | 56021 | Recursively removing directory: /tmp/git.HtPspF/ +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.834 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.834 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.834 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.835 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.835 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.835 | 57520 | Added a new worker 13 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.835 | 56020 | Removed run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.835 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.835 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.835 | 56020 | Assigned run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.835 | 57519 | Added a new run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.835 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wQSrdX +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.836 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.838 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.838 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.840 | 57523 | Added a new run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.840 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.841 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.841 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.841 | 57525 | Added a new worker 13 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.841 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.841 | 56020 | Removed run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.841 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.841 | 56020 | Assigned run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.841 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.842 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0veuv5 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.842 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.844 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.845 | 57517 | Marked run 106 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.845 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.846 | 57527 | Added a new run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.847 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.849 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.850 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.850 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.852 | 57522 | Marked run 107 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.853 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.854 | 57535 | Added a new run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.854 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.855 | 56024 | Recursively removing directory: /tmp/git.wQSrdX/ +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.856 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.856 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.857 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.859 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.860 | 57544 | Added a new run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.860 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.860 | 56021 | Recursively removing directory: /tmp/git.0veuv5/ +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.862 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.862 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.863 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.863 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.863 | 57547 | Added a new worker 8 to the queue +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.863 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3BKs9c +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.863 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.863 | 56020 | Removed run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.863 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.863 | 56020 | Assigned run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.865 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.866 | 57548 | Added a new run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.867 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.869 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.869 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.870 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.870 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.870 | 57551 | Added a new worker 14 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.870 | 56020 | Removed run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.870 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.870 | 56020 | Assigned run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.871 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.869 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.871 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KhF0WS +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.875 | 57545 | Marked run 108 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.875 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.876 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.877 | 57552 | Added a new run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.877 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.878 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.880 | 57549 | Marked run 109 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.880 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.881 | 56024 | Recursively removing directory: /tmp/git.3BKs9c/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.882 | 57562 | Added a new run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.882 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.883 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.883 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.884 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.887 | 57570 | Added a new run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.887 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.887 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.888 | 56021 | Recursively removing directory: /tmp/git.KhF0WS/ +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.890 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.890 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.890 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.890 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.891 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.891 | 57574 | Added a new worker 13 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.891 | 56020 | Removed run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.891 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.891 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.891 | 56020 | Assigned run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.891 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lZlwcn +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.891 | 57573 | Added a new run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.891 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.894 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.895 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.897 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.898 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.898 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.898 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.898 | 57578 | Added a new worker 12 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.898 | 56020 | Removed run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.898 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.898 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.898 | 56020 | Assigned run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.898 | 57577 | Added a new run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.898 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WN395r +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.899 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.901 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.903 | 57571 | Marked run 110 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.903 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.905 | 57582 | Added a new run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.905 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.907 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.908 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.908 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.909 | 56024 | Recursively removing directory: /tmp/git.lZlwcn/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.909 | 57576 | Marked run 111 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.909 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.911 | 57589 | Added a new run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.911 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.911 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.911 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.914 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.915 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.915 | 57596 | Added a new run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.915 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.918 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.919 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.919 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.919 | 57602 | Added a new worker 12 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.919 | 56020 | Removed run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.919 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.919 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.919 | 56020 | Assigned run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.919 | 56021 | Recursively removing directory: /tmp/git.WN395r/ +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.919 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eTEZV1 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.921 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.921 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.922 | 57601 | Added a new run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.922 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.925 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.925 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.925 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.926 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.927 | 57604 | Added a new run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.927 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.929 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.929 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.929 | 57609 | Added a new worker 13 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.929 | 56020 | Removed run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.929 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.929 | 56020 | Assigned run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.929 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.930 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WRYDk3 +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.931 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.931 | 57599 | Marked run 112 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.931 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.933 | 57611 | Added a new run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.934 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.935 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.936 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.937 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.938 | 56024 | Recursively removing directory: /tmp/git.eTEZV1/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.938 | 57605 | Marked run 113 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.939 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.940 | 57617 | Added a new run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.940 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.940 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.940 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.943 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.944 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.945 | 57626 | Added a new run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.946 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.947 | 56021 | Recursively removing directory: /tmp/git.WRYDk3/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.948 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.948 | 57629 | Added a new worker 8 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.948 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.948 | 56020 | Removed run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.948 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.948 | 56020 | Assigned run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.948 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.948 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.948 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.949 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1a5qzK +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.948 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.950 | 57630 | Added a new run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.950 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.952 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.953 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.954 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.955 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.956 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.956 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.956 | 57635 | Added a new worker 15 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.956 | 56020 | Removed run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.956 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.956 | 56020 | Assigned run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.956 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.F5siVh +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.956 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.957 | 57627 | Marked run 114 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.957 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.958 | 57633 | Added a new run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.959 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.961 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.962 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.962 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.966 | 57632 | Marked run 115 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.966 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.967 | 56024 | Recursively removing directory: /tmp/git.1a5qzK/ +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.971 | 57642 | Added a new run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.971 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.971 | 56024 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.971 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.971 | 56021 | Recursively removing directory: /tmp/git.F5siVh/ +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.973 | 56021 | Process exit code: 0 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.973 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.973 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.975 | 57652 | Added a new run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.975 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.976 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.977 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.978 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.979 | 57656 | Added a new run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.979 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.979 | 56024 | Waiting for a new command +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.980 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.980 | 57658 | Added a new worker 12 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.980 | 56020 | Removed run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.980 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.980 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.980 | 56020 | Assigned run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.980 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WJd0IG +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.981 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.981 | 56021 | Waiting for a new command +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.981 | 57659 | Added a new worker 12 to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.981 | 56020 | Removed run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.981 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.981 | 56020 | Assigned run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.982 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Pwv0hb +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.982 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.983 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.987 | 56024 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.988 | 57660 | Added a new run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56024/cimple-worker: 2024-04-25 03:45:03.988 | 56024 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.988 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.988 | 56021 | Checking out revision HEAD +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56021/cimple-worker: 2024-04-25 03:45:03.989 | 56021 | Going to run: ./ci +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.991 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.993 | 57654 | Marked run 116 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.993 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.994 | 57664 | Added a new run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.994 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.997 | 57655 | Marked run 117 as finished +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.997 | 56018 | Waiting for new connections +2024-04-25 03:45:03 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.999 | 57678 | Added a new run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:03.999 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.000 | 56021 | Recursively removing directory: /tmp/git.Pwv0hb/ +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.001 | 56024 | Recursively removing directory: /tmp/git.WJd0IG/ +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.002 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.002 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.002 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.003 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.003 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.004 | 57680 | Added a new run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.004 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.005 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.007 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.007 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.008 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.009 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.009 | 57685 | Added a new worker 15 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.009 | 56020 | Removed run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.009 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.009 | 56020 | Assigned run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.009 | 57683 | Added a new run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.010 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.011 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.011 | 57687 | Added a new worker 10 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.011 | 56020 | Removed run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.011 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.011 | 56020 | Assigned run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.009 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.d33RsO +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.013 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.014 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.011 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.012 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NB2efU +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.016 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.016 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.016 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.018 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.019 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.020 | 57682 | Marked run 119 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.020 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.023 | 57684 | Marked run 118 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.024 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.024 | 56021 | Recursively removing directory: /tmp/git.d33RsO/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.025 | 57691 | Added a new run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.025 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.026 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.026 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.028 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.029 | 56024 | Recursively removing directory: /tmp/git.NB2efU/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.030 | 57704 | Added a new run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.031 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.031 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.031 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.033 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.034 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.034 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.034 | 57708 | Added a new worker 13 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.034 | 56020 | Removed run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.034 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.034 | 56020 | Assigned run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.034 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.034 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PPu8qT +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.035 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.036 | 57707 | Added a new run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.036 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.038 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.038 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.039 | 57711 | Added a new worker 10 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.039 | 56020 | Removed run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.039 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.039 | 56020 | Assigned run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.039 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PEv16S +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.040 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.041 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.042 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.043 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.045 | 57705 | Marked run 120 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.045 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.046 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.047 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.050 | 57712 | Added a new run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.050 | 57709 | Marked run 121 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.050 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.053 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.054 | 56021 | Recursively removing directory: /tmp/git.PPu8qT/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.055 | 57726 | Added a new run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.055 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.056 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.056 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.058 | 56024 | Recursively removing directory: /tmp/git.PEv16S/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.058 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.060 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.060 | 57730 | Added a new run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.060 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.061 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.061 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.063 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.063 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.064 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.064 | 57734 | Added a new worker 13 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.064 | 56020 | Removed run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.064 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.064 | 56020 | Assigned run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.064 | 57733 | Added a new run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.065 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.064 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.l3y9M8 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.065 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.065 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.068 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.069 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.069 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.069 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.069 | 57738 | Added a new worker 15 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.069 | 56020 | Removed run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.069 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.070 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.070 | 56020 | Assigned run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.070 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2KvELF +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.070 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.071 | 57737 | Added a new run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.072 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.076 | 57731 | Marked run 122 as finished +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.076 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.076 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.076 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.077 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.078 | 57746 | Added a new run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.079 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.081 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.081 | 56021 | Recursively removing directory: /tmp/git.l3y9M8/ +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.083 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.083 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.084 | 57736 | Marked run 123 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.084 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.085 | 57752 | Added a new run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.085 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.087 | 56024 | Recursively removing directory: /tmp/git.2KvELF/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.087 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.088 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.089 | 57758 | Added a new run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.089 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.089 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.089 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.091 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.092 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.092 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.092 | 57762 | Added a new worker 13 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.092 | 56020 | Removed run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.092 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.092 | 56020 | Assigned run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.092 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mWzy5h +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.092 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.093 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.095 | 57761 | Added a new run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.096 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.096 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.098 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.098 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.099 | 57765 | Added a new worker 15 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.099 | 56020 | Removed run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.099 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.099 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.099 | 56020 | Assigned run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.099 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.099 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lDdSEK +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.103 | 57759 | Marked run 124 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.103 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.105 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.107 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.107 | 57763 | Marked run 125 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.107 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.108 | 57766 | Added a new run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.108 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.109 | 56021 | Recursively removing directory: /tmp/git.mWzy5h/ +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.110 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.110 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.111 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.113 | 57777 | Added a new run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.113 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.114 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.116 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.117 | 57785 | Added a new run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.118 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.118 | 56024 | Recursively removing directory: /tmp/git.lDdSEK/ +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.118 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.118 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.118 | 57786 | Added a new worker 10 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.118 | 56020 | Removed run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.118 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.118 | 56020 | Assigned run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.118 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MBtUqK +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.119 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.120 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.120 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.121 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.123 | 57788 | Added a new run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.124 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.124 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.124 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.125 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.126 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.128 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.128 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.128 | 57794 | Added a new worker 15 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.128 | 56020 | Removed run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.128 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.128 | 56020 | Assigned run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.128 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.129 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.F1MXfX +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.130 | 57784 | Marked run 126 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.130 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.131 | 57792 | Added a new run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.132 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.134 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.135 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.135 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.136 | 56021 | Recursively removing directory: /tmp/git.MBtUqK/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.138 | 57789 | Marked run 127 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.138 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.138 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.138 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.139 | 57801 | Added a new run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.139 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.142 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.142 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.144 | 57811 | Added a new run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.145 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.145 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.145 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.146 | 57813 | Added a new worker 10 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.146 | 56020 | Removed run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.146 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.146 | 56020 | Assigned run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.146 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.146 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6OncVR +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.147 | 56024 | Recursively removing directory: /tmp/git.F1MXfX/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.148 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.149 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.149 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.150 | 57814 | Added a new run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.150 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.153 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.153 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.156 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.156 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.156 | 57818 | Added a new worker 15 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.156 | 56020 | Removed run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.156 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.156 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.156 | 56020 | Assigned run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.156 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vwnzu2 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.162 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.163 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.163 | 57810 | Marked run 128 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.164 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.165 | 57816 | Added a new run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.165 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.166 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.167 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.168 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.169 | 57817 | Marked run 129 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.169 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.170 | 57826 | Added a new run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.171 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.173 | 56021 | Recursively removing directory: /tmp/git.6OncVR/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.173 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.175 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.175 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.176 | 57836 | Added a new run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.176 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.176 | 56024 | Recursively removing directory: /tmp/git.vwnzu2/ +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.178 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.178 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.179 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.179 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.180 | 57838 | Added a new run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.180 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.182 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.183 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.183 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.183 | 57842 | Added a new worker 12 to the queue +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.183 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.t8ZNl4 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.183 | 56020 | Removed run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.183 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.183 | 56020 | Assigned run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.183 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.184 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.185 | 57843 | Added a new run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.186 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.186 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.187 | 57845 | Added a new worker 12 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.187 | 56020 | Removed run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.187 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.187 | 56020 | Assigned run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.187 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.utVnRm +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.187 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.188 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.188 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.189 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.191 | 57846 | Added a new run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.191 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.194 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.194 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.195 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.195 | 57839 | Marked run 130 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.195 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.196 | 57851 | Added a new run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.197 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.199 | 57841 | Marked run 131 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.200 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.200 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.201 | 56021 | Recursively removing directory: /tmp/git.t8ZNl4/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.202 | 57860 | Added a new run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.202 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.203 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.203 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.205 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.205 | 56024 | Recursively removing directory: /tmp/git.utVnRm/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.206 | 57866 | Added a new run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.207 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.207 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.208 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.208 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.209 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.210 | 57869 | Added a new run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.211 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.211 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.211 | 57870 | Added a new worker 12 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.211 | 56020 | Removed run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.211 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.211 | 56020 | Assigned run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.211 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.211 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.P255L5 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.211 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.212 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.215 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.216 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.216 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.216 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.216 | 57874 | Added a new worker 16 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.216 | 56020 | Removed run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.216 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.216 | 56020 | Assigned run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.217 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.217 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tiDElu +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.217 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.218 | 57873 | Added a new run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.219 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.221 | 57867 | Marked run 132 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.222 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.222 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.223 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.224 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.224 | 57877 | Added a new run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.224 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.227 | 57871 | Marked run 133 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.227 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.228 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.230 | 57888 | Added a new run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.231 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.230 | 56021 | Recursively removing directory: /tmp/git.P255L5/ +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.231 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.231 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.233 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.234 | 56024 | Recursively removing directory: /tmp/git.tiDElu/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.234 | 57894 | Added a new run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.235 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.235 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.236 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.236 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.237 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.238 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.239 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.239 | 57898 | Added a new worker 13 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.239 | 56020 | Removed run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.239 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.239 | 56020 | Assigned run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.239 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.239 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7OFwGq +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.240 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.240 | 57897 | Added a new run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.240 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.243 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.243 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.244 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.244 | 57902 | Added a new worker 15 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.244 | 56020 | Removed run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.244 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.244 | 56020 | Assigned run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.244 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bsWGvK +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.244 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.245 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.245 | 57901 | Added a new run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.245 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.246 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.248 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.250 | 57896 | Marked run 134 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.250 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.250 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.251 | 57905 | Added a new run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.251 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.252 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.255 | 57899 | Marked run 135 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.255 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.255 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.256 | 57914 | Added a new run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.256 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.259 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.259 | 56021 | Recursively removing directory: /tmp/git.7OFwGq/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.261 | 57922 | Added a new run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.262 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.262 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.262 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.263 | 56024 | Recursively removing directory: /tmp/git.bsWGvK/ +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.264 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.264 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.265 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.266 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.266 | 57924 | Added a new run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.266 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.267 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.269 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.270 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.270 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.270 | 57929 | Added a new worker 15 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.270 | 56020 | Removed run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.270 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.270 | 56020 | Assigned run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.270 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.270 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZEWug6 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.271 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.271 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.271 | 57930 | Added a new worker 15 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.271 | 56020 | Removed run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.271 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.271 | 56020 | Assigned run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.271 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.271 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.l8FjWc +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.276 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.276 | 57928 | Added a new run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.276 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.277 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.277 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.278 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.280 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.280 | 57925 | Marked run 136 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.280 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.281 | 57934 | Added a new run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.281 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.284 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.285 | 57927 | Marked run 137 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.285 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.286 | 57944 | Added a new run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.286 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.289 | 56021 | Recursively removing directory: /tmp/git.ZEWug6/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.289 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.291 | 56024 | Recursively removing directory: /tmp/git.l8FjWc/ +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.291 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.291 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.291 | 57950 | Added a new run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.292 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.293 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.293 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.294 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.295 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.295 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.296 | 57952 | Added a new run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.296 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.299 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.299 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.299 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.299 | 57956 | Added a new worker 14 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.299 | 56020 | Removed run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.299 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.299 | 56020 | Assigned run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.299 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.299 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.299 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Pz61PL +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.299 | 57958 | Added a new worker 6 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.299 | 56020 | Removed run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.299 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.299 | 56020 | Assigned run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.300 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.300 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.o32tsS +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.300 | 57957 | Added a new run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.301 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.304 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.306 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.306 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.306 | 57960 | Added a new run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.307 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.307 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.307 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.310 | 57953 | Marked run 138 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.310 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.311 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.314 | 57954 | Marked run 139 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.315 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.316 | 57966 | Added a new run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.316 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.318 | 56021 | Recursively removing directory: /tmp/git.o32tsS/ +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.319 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.319 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.319 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.321 | 56024 | Recursively removing directory: /tmp/git.Pz61PL/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.321 | 57978 | Added a new run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.322 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.323 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.323 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.323 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.324 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.325 | 57981 | Added a new run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.326 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.326 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.326 | 57983 | Added a new worker 10 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.327 | 56020 | Removed run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.327 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.327 | 56020 | Assigned run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.327 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.328 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.326 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.327 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OK00Bj +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.329 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.330 | 57985 | Added a new run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.331 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.331 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.331 | 57986 | Added a new worker 14 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.331 | 56020 | Removed run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.331 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.331 | 56020 | Assigned run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.331 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.331 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8drUrs +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.331 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.332 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.333 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.334 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.336 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.337 | 57980 | Marked run 141 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.337 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.338 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.339 | 57989 | Added a new run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.339 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.342 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.343 | 56021 | Recursively removing directory: /tmp/git.OK00Bj/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.344 | 57984 | Marked run 140 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.345 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.346 | 57999 | Added a new run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.346 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.346 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.346 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.348 | 56024 | Recursively removing directory: /tmp/git.8drUrs/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.349 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.350 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.351 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.351 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.351 | 58006 | Added a new run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.351 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.353 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.353 | 58009 | Added a new worker 8 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.353 | 56020 | Removed run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.353 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.353 | 56020 | Assigned run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.353 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.354 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kS1Z7k +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.354 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.355 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.355 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.356 | 58010 | Added a new run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.357 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.359 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.359 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.359 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.359 | 58013 | Added a new worker 13 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.359 | 56020 | Removed run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.359 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.359 | 56020 | Assigned run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.359 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.360 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.360 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6dpC2p +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.360 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.363 | 58007 | Marked run 142 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.363 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.365 | 58014 | Added a new run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.365 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.366 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.366 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.369 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.369 | 58011 | Marked run 143 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.369 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.370 | 56021 | Recursively removing directory: /tmp/git.kS1Z7k/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.371 | 58024 | Added a new run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.371 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.372 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.372 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.374 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.375 | 58032 | Added a new run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.376 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.376 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.378 | 56024 | Recursively removing directory: /tmp/git.6dpC2p/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.378 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.379 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.380 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.380 | 58036 | Added a new worker 14 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.380 | 56020 | Removed run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.380 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.380 | 56020 | Assigned run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.380 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.edOWVk +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.380 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.380 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.381 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.381 | 58035 | Added a new run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.382 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.384 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.384 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.385 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.386 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.387 | 58038 | Added a new run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.387 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.389 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.389 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.389 | 58043 | Added a new worker 13 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.389 | 56020 | Removed run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.389 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.389 | 56020 | Assigned run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.390 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HI6VCX +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.390 | 58034 | Marked run 144 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.390 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.391 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.391 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.394 | 58045 | Added a new run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.395 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.395 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.396 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.397 | 56021 | Recursively removing directory: /tmp/git.edOWVk/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.399 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.399 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.399 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.400 | 58039 | Marked run 145 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.401 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.401 | 58052 | Added a new run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.401 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.403 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.404 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.406 | 58061 | Added a new run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.406 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.407 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.407 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.407 | 58063 | Added a new worker 10 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.407 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.407 | 56020 | Removed run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.407 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.407 | 56020 | Assigned run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.407 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fmfb5W +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.407 | 56024 | Recursively removing directory: /tmp/git.HI6VCX/ +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.409 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.409 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.409 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.411 | 58064 | Added a new run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.411 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.412 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.414 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.415 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.415 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.416 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.416 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.416 | 58069 | Added a new worker 15 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.416 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.416 | 56020 | Removed run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.416 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.416 | 56020 | Assigned run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.417 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HwLW69 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.420 | 58060 | Marked run 146 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.420 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.422 | 58067 | Added a new run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.423 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.425 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.426 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.426 | 58065 | Marked run 147 as finished +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.426 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.426 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.428 | 58077 | Added a new run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.428 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.428 | 56021 | Recursively removing directory: /tmp/git.fmfb5W/ +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.430 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.430 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.431 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.433 | 58084 | Added a new run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.433 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.434 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.436 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.436 | 56024 | Recursively removing directory: /tmp/git.HwLW69/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.437 | 58089 | Added a new run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.438 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.438 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.438 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.438 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eKede4 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.438 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.438 | 58091 | Added a new worker 8 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.438 | 56020 | Removed run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.438 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.438 | 56020 | Assigned run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.440 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.441 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.442 | 58092 | Added a new run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.443 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.443 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.443 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.444 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.445 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.447 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.447 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.447 | 58097 | Added a new worker 15 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.447 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.447 | 56020 | Removed run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.447 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.447 | 56020 | Assigned run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.447 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.f1K1Mw +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.448 | 58088 | Marked run 148 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.448 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.449 | 58096 | Added a new run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.450 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.452 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.453 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.454 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.457 | 56021 | Recursively removing directory: /tmp/git.eKede4/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.457 | 58094 | Marked run 149 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.457 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.459 | 58106 | Added a new run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.459 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.459 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.459 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.462 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.463 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.463 | 58114 | Added a new run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.463 | 56024 | Recursively removing directory: /tmp/git.f1K1Mw/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.464 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.465 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.465 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.466 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.466 | 58117 | Added a new worker 8 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.466 | 56020 | Removed run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.466 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.466 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.466 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.466 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.466 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.I5l18E +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.467 | 56020 | Assigned run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.469 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.469 | 58118 | Added a new run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.470 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.471 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.472 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.473 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.473 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.473 | 58122 | Added a new worker 13 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.473 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.474 | 56020 | Removed run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.474 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.474 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.474 | 56020 | Assigned run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.475 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5U19Rn +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.476 | 58115 | Marked run 150 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.476 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.478 | 58123 | Added a new run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.478 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.481 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.482 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.483 | 56021 | Recursively removing directory: /tmp/git.I5l18E/ +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.483 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.483 | 58119 | Marked run 151 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.483 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.484 | 58131 | Added a new run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.484 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.485 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.485 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.487 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.488 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.488 | 58136 | Added a new run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.489 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.492 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.492 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.492 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.492 | 58144 | Added a new worker 13 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.492 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.492 | 56020 | Removed run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.492 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.493 | 56020 | Assigned run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.493 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pVYmhT +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.493 | 58143 | Added a new run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.494 | 56024 | Recursively removing directory: /tmp/git.5U19Rn/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.494 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.496 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.496 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.496 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.498 | 58146 | Added a new run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.499 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.499 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.500 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.500 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.502 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.502 | 58139 | Marked run 152 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.502 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.503 | 58150 | Added a new run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.503 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.503 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.503 | 58152 | Added a new worker 6 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.503 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.504 | 56020 | Removed run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.504 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.504 | 56020 | Assigned run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.504 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZSig8f +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.507 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.508 | 58157 | Added a new run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.509 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.509 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.510 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.512 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.512 | 56021 | Recursively removing directory: /tmp/git.pVYmhT/ +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.514 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.514 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.514 | 58148 | Marked run 153 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.514 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.515 | 58162 | Added a new run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.515 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.517 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.518 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.519 | 58171 | Added a new run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.520 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.520 | 56024 | Recursively removing directory: /tmp/git.ZSig8f/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.521 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.521 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.521 | 58173 | Added a new worker 10 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.521 | 56020 | Removed run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.521 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.521 | 56020 | Assigned run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.522 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ICEfqt +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.522 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.522 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.523 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.523 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.525 | 58174 | Added a new run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.525 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.526 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.527 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.528 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.528 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.530 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.530 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.530 | 58179 | Added a new worker 15 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.530 | 56020 | Removed run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.530 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.530 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.530 | 56020 | Assigned run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.530 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9KPcNs +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.533 | 58170 | Marked run 154 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.533 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.535 | 58177 | Added a new run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.535 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.536 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.538 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.538 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.539 | 58176 | Marked run 155 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.539 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.541 | 58188 | Added a new run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.541 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.542 | 56021 | Recursively removing directory: /tmp/git.ICEfqt/ +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.544 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.544 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.544 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.545 | 58196 | Added a new run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.546 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.547 | 56024 | Recursively removing directory: /tmp/git.9KPcNs/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.548 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.548 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.549 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.549 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.550 | 58199 | Added a new run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.550 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.551 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.551 | 58201 | Added a new worker 10 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.551 | 56020 | Removed run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.551 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.551 | 56020 | Assigned run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.551 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.551 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9Ct0BJ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.553 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.553 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.554 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.555 | 58203 | Added a new run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.556 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.556 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.556 | 58205 | Added a new worker 12 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.556 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.556 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.556 | 56020 | Removed run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.556 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.556 | 56020 | Assigned run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.557 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.558 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YwozZb +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.558 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.558 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.562 | 58198 | Marked run 156 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.562 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.563 | 58206 | Added a new run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.563 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.564 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.566 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.567 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.567 | 58202 | Marked run 157 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.567 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.568 | 58216 | Added a new run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.569 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.569 | 56021 | Recursively removing directory: /tmp/git.9Ct0BJ/ +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.570 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.571 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.571 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.573 | 58222 | Added a new run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.573 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.575 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.576 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.576 | 56024 | Recursively removing directory: /tmp/git.YwozZb/ +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.578 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.578 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.578 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.579 | 58228 | Added a new worker 13 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.579 | 56020 | Removed run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.579 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.579 | 56020 | Assigned run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.578 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.579 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XFkhJN +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.579 | 58227 | Added a new run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.579 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.580 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.582 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.583 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.584 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.585 | 58231 | Added a new run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.585 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.585 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.586 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.586 | 58234 | Added a new worker 13 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.586 | 56020 | Removed run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.586 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.586 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.586 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QgvWj2 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.586 | 56020 | Assigned run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.586 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.588 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.590 | 58226 | Marked run 158 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.590 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.592 | 58235 | Added a new run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.592 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.593 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.594 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.595 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.596 | 58230 | Marked run 159 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.596 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.597 | 56021 | Recursively removing directory: /tmp/git.XFkhJN/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.597 | 58244 | Added a new run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.598 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.599 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.599 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.600 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.601 | 58252 | Added a new run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.602 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.603 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.604 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.605 | 56024 | Recursively removing directory: /tmp/git.QgvWj2/ +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.606 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.606 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.606 | 58255 | Added a new run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.606 | 58256 | Added a new worker 12 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.607 | 56020 | Removed run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.607 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.607 | 56020 | Assigned run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.607 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.607 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.607 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.607 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.607 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SeTvUC +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.610 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.611 | 58258 | Added a new run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.612 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.613 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.613 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.614 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.615 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.615 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.615 | 58263 | Added a new worker 15 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.616 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.616 | 56020 | Removed run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.616 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.616 | 56020 | Assigned run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.615 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.616 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aWjoE3 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.616 | 58254 | Marked run 160 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.616 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.618 | 58262 | Added a new run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.619 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.621 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.622 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.622 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.624 | 58259 | Marked run 161 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.625 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.626 | 56021 | Recursively removing directory: /tmp/git.SeTvUC/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.628 | 58269 | Added a new run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.628 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.628 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.628 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.631 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.632 | 56024 | Recursively removing directory: /tmp/git.aWjoE3/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.632 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.633 | 58280 | Added a new run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.633 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.634 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.634 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.635 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.636 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.636 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.636 | 58283 | Added a new worker 12 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.636 | 56020 | Removed run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.636 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.636 | 56020 | Assigned run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.636 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WdEwvj +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.636 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.638 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.639 | 58284 | Added a new run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.640 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.641 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.641 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.641 | 58287 | Added a new worker 13 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.641 | 56020 | Removed run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.641 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.641 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.641 | 56020 | Assigned run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.642 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zO4DND +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.642 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.642 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.643 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.645 | 58281 | Marked run 162 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.645 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.646 | 58288 | Added a new run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.647 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.647 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.648 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.650 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.651 | 58285 | Marked run 163 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.651 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.652 | 58298 | Added a new run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.652 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.654 | 56021 | Recursively removing directory: /tmp/git.WdEwvj/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.656 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.656 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.656 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.658 | 58306 | Added a new run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.658 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.659 | 56024 | Recursively removing directory: /tmp/git.zO4DND/ +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.660 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.660 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.660 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.661 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.662 | 58308 | Added a new run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.662 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.664 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.665 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.665 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.666 | 58312 | Added a new worker 15 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.666 | 58311 | Added a new run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.666 | 56020 | Removed run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.666 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.666 | 56020 | Assigned run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.667 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.665 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.666 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Q7iSzi +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.670 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.670 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.670 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.670 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.670 | 58315 | Added a new worker 15 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.671 | 56020 | Removed run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.671 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.671 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.671 | 56020 | Assigned run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.671 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ArMM22 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.672 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.673 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.675 | 58309 | Marked run 164 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.675 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.676 | 58316 | Added a new run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.677 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.677 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.678 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.680 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.680 | 58313 | Marked run 165 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.680 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.682 | 58324 | Added a new run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.682 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.685 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.686 | 56021 | Recursively removing directory: /tmp/git.Q7iSzi/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.686 | 58334 | Added a new run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.686 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.687 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.688 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.689 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.689 | 56024 | Recursively removing directory: /tmp/git.ArMM22/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.691 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.692 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.692 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.693 | 58336 | Added a new run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.693 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.694 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.694 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.694 | 58339 | Added a new worker 8 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.694 | 56020 | Removed run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.694 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.694 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.694 | 56020 | Assigned run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.695 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qwA9E1 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.697 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.697 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.698 | 58341 | Added a new run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.699 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.699 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.699 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.701 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.701 | 58342 | Added a new worker 13 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.702 | 56020 | Removed run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.702 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.702 | 56020 | Assigned run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.702 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.33sMR3 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.702 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.702 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.706 | 58344 | Added a new run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.706 | 58337 | Marked run 166 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.706 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.707 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.708 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.709 | 58340 | Marked run 167 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.709 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.709 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.711 | 58354 | Added a new run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.711 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.713 | 56021 | Recursively removing directory: /tmp/git.qwA9E1/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.714 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.715 | 58360 | Added a new run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.715 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.715 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.716 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.718 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.719 | 58364 | Added a new run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.719 | 56024 | Recursively removing directory: /tmp/git.33sMR3/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.720 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.720 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.721 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.721 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.722 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.723 | 58367 | Added a new run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.723 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.724 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.724 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.724 | 58369 | Added a new worker 10 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.725 | 56020 | Removed run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.725 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.725 | 56020 | Assigned run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.725 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7mpXlW +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.726 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.726 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.726 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.728 | 58371 | Added a new run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.729 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.730 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.730 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.730 | 58373 | Added a new worker 13 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.730 | 56020 | Removed run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.730 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.730 | 56020 | Assigned run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.730 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.s2KLqR +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.731 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.732 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.733 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.733 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.735 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.736 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.736 | 58365 | Marked run 168 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.736 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.740 | 58370 | Marked run 169 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.740 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.741 | 58374 | Added a new run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.741 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.742 | 56021 | Recursively removing directory: /tmp/git.7mpXlW/ +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.744 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.744 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.744 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.746 | 58390 | Added a new run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.746 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.747 | 56024 | Recursively removing directory: /tmp/git.s2KLqR/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.748 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.749 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.749 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.749 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.750 | 58393 | Added a new run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.751 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.751 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.751 | 58395 | Added a new worker 10 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.751 | 56020 | Removed run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.751 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.751 | 56020 | Assigned run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.751 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.751 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rgyCux +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.754 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.754 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.754 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.756 | 58397 | Added a new run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.757 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.757 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.758 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.758 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.758 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.758 | 58399 | Added a new worker 13 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.758 | 56020 | Removed run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.758 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.758 | 56020 | Assigned run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.758 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.760 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.760 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.79ytBA +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.761 | 58392 | Marked run 170 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.761 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.763 | 58401 | Added a new run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.764 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.765 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.766 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.766 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.768 | 58396 | Marked run 171 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.768 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.769 | 58409 | Added a new run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.769 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.769 | 56021 | Recursively removing directory: /tmp/git.rgyCux/ +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.771 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.771 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.772 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.773 | 58416 | Added a new run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.773 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.775 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.776 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.777 | 58421 | Added a new run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.777 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.778 | 56024 | Recursively removing directory: /tmp/git.79ytBA/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.779 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.779 | 58423 | Added a new worker 10 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.779 | 56020 | Removed run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.779 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.779 | 56020 | Assigned run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.779 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.779 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TnQgNw +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.780 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.780 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.780 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.781 | 58424 | Added a new run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.782 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.784 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.785 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.785 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.786 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.786 | 58426 | Added a new run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.786 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.789 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.789 | 58430 | Added a new worker 13 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.789 | 56020 | Removed run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.789 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.789 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.789 | 56020 | Assigned run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.789 | 58420 | Marked run 172 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.789 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.789 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.789 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ooC9xh +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.790 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.793 | 58432 | Added a new run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.794 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.795 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.795 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.798 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.799 | 56021 | Recursively removing directory: /tmp/git.TnQgNw/ +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.800 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.800 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.801 | 58427 | Marked run 173 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.801 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.802 | 58440 | Added a new run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.802 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.804 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.805 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.805 | 56024 | Recursively removing directory: /tmp/git.ooC9xh/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.806 | 58449 | Added a new run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.807 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.807 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.807 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.808 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.808 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.808 | 58451 | Added a new worker 10 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.808 | 56020 | Removed run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.808 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.808 | 56020 | Assigned run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.809 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.809 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.X7zPAL +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.810 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.811 | 58452 | Added a new run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.811 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.812 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.814 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.814 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.815 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.815 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.815 | 58456 | Added a new worker 15 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.815 | 56020 | Removed run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.815 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.816 | 56020 | Assigned run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.816 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.815 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.816 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LOXtI9 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.817 | 58448 | Marked run 174 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.817 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.821 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.822 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.824 | 56021 | Recursively removing directory: /tmp/git.X7zPAL/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.825 | 58455 | Added a new run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.826 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.826 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.826 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.829 | 58453 | Marked run 175 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.829 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.829 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.830 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.831 | 58472 | Added a new run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.831 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.832 | 56024 | Recursively removing directory: /tmp/git.LOXtI9/ +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.834 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.834 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.834 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.834 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.834 | 58475 | Added a new worker 8 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.834 | 56020 | Removed run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.834 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.834 | 56020 | Assigned run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.834 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JaNwHf +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.834 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.835 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.836 | 58476 | Added a new run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.837 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.838 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.840 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.841 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.841 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.842 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.842 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.842 | 58481 | Added a new worker 15 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.842 | 56020 | Removed run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.842 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.842 | 56020 | Assigned run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.842 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.842 | 58479 | Added a new run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.843 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.843 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3wIZh2 +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.846 | 58473 | Marked run 176 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.846 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.847 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.849 | 58485 | Added a new run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.849 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.851 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.852 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.853 | 56021 | Recursively removing directory: /tmp/git.JaNwHf/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.853 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.853 | 58478 | Marked run 177 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.854 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.855 | 58492 | Added a new run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.856 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.855 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.855 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.859 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.859 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.860 | 58498 | Added a new run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.861 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.863 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.864 | 56024 | Recursively removing directory: /tmp/git.3wIZh2/ +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.864 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.864 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5jPiSK +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.864 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.864 | 58504 | Added a new worker 12 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.864 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.864 | 56020 | Removed run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.864 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.864 | 56020 | Assigned run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.866 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.866 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.867 | 58503 | Added a new run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.867 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.870 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.871 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.871 | 58501 | Marked run 178 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.871 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.872 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.873 | 58507 | Added a new run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.873 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.873 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.874 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.874 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.874 | 58510 | Added a new worker 10 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.874 | 56020 | Removed run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.874 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.874 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.874 | 56020 | Assigned run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.874 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qlSX7h +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.876 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.878 | 58512 | Added a new run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.878 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.879 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.880 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.881 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.885 | 56021 | Recursively removing directory: /tmp/git.5jPiSK/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.885 | 58506 | Marked run 179 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.885 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.887 | 58520 | Added a new run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.887 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.887 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.887 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.889 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.891 | 56024 | Recursively removing directory: /tmp/git.qlSX7h/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.891 | 58528 | Added a new run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.891 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.891 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.892 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.892 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.894 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.895 | 58531 | Added a new run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.895 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.896 | 58532 | Added a new worker 8 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.896 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.895 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.896 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tZiOUi +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.896 | 56020 | Removed run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.896 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.896 | 56020 | Assigned run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.898 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.899 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.900 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.900 | 58536 | Added a new worker 16 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.900 | 56020 | Removed run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.900 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.900 | 56020 | Assigned run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.900 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.900 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.H02Rx8 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.901 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.902 | 58535 | Added a new run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.902 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.902 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.905 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.906 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.907 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.908 | 58529 | Marked run 180 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.909 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.909 | 58540 | Added a new run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.910 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.912 | 56021 | Recursively removing directory: /tmp/git.tZiOUi/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.913 | 58534 | Marked run 181 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.913 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.913 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.914 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.914 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.918 | 56024 | Recursively removing directory: /tmp/git.H02Rx8/ +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.918 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.919 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.919 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.921 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.921 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.921 | 58556 | Added a new worker 13 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.921 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.921 | 56020 | Removed run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.921 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.921 | 56020 | Assigned run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.922 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0dEkFS +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.922 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.925 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.925 | 58550 | Added a new run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.925 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.926 | 58558 | Added a new worker 6 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.926 | 56020 | Removed run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.926 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.926 | 56020 | Assigned run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.926 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.926 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0HILT3 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.926 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.927 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.928 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.932 | 58555 | Marked run 182 as finished +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.932 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.933 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.934 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.934 | 58561 | Added a new run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.934 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.937 | 58557 | Marked run 183 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.937 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.938 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.939 | 58572 | Added a new run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.940 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.940 | 56021 | Recursively removing directory: /tmp/git.0dEkFS/ +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.942 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.942 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.943 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.944 | 58578 | Added a new run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.945 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.945 | 56024 | Recursively removing directory: /tmp/git.0HILT3/ +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.946 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.946 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.946 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.948 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.949 | 58581 | Added a new run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.949 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.950 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.950 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.950 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.950 | 58583 | Added a new worker 12 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.950 | 56020 | Removed run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.950 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.950 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.950 | 56020 | Assigned run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.950 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FwewNz +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.952 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.954 | 58585 | Added a new run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.954 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.954 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.955 | 58586 | Added a new worker 8 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.955 | 56020 | Removed run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.955 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.955 | 56020 | Assigned run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.955 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.955 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.955 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LW86RA +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.956 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.958 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.960 | 58580 | Marked run 184 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.960 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.961 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.961 | 58589 | Added a new run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.962 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.962 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.965 | 58584 | Marked run 185 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.965 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.966 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.967 | 58599 | Added a new run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.967 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.967 | 56021 | Recursively removing directory: /tmp/git.FwewNz/ +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.969 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.969 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.971 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.972 | 58606 | Added a new run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.973 | 56024 | Recursively removing directory: /tmp/git.LW86RA/ +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.973 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.973 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.974 | 56024 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.974 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.975 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.976 | 58609 | Added a new run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.977 | 56021 | Waiting for a new command +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.977 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.978 | 58611 | Added a new worker 8 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.978 | 56020 | Removed run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.978 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.978 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.978 | 56020 | Assigned run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.978 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.978 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OgL6A5 +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.980 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.981 | 56024 | Waiting for a new command +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.981 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.982 | 58614 | Added a new worker 15 to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.982 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.982 | 56020 | Removed run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.982 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.982 | 56020 | Assigned run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.982 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cb1w9O +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.983 | 58613 | Added a new run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.984 | 56021 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.984 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.986 | 56021 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.987 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.988 | 58607 | Marked run 186 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.988 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.989 | 56024 | Checking out revision HEAD +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.990 | 58617 | Added a new run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56024/cimple-worker: 2024-04-25 03:45:04.990 | 56024 | Going to run: ./ci +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.991 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.993 | 58612 | Marked run 187 as finished +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.993 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.994 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.996 | 58628 | Added a new run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.996 | 56018 | Waiting for new connections +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.996 | 56021 | Recursively removing directory: /tmp/git.OgL6A5/ +2024-04-25 03:45:04 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:04 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:04 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.998 | 56021 | Process exit code: 0 +2024-04-25 03:45:04 | INFO | 56021/cimple-worker: 2024-04-25 03:45:04.998 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:04 | INFO | 56018/cimple-server: 2024-04-25 03:45:04.999 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.001 | 58634 | Added a new run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.001 | 56024 | Recursively removing directory: /tmp/git.cb1w9O/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.001 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.002 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.003 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.003 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.004 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.005 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.005 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.006 | 58637 | Added a new run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.006 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.006 | 58638 | Added a new worker 8 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.006 | 56020 | Removed run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.006 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.006 | 56020 | Assigned run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.007 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.007 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ePcWSM +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.007 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.009 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.010 | 58641 | Added a new run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.010 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.011 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.011 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.011 | 58643 | Added a new worker 12 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.011 | 56020 | Removed run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.011 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.011 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.011 | 56020 | Assigned run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.011 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rQY27B +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.013 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.013 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.014 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.017 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.018 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.019 | 58636 | Marked run 188 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.019 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.022 | 58640 | Marked run 189 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.022 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.023 | 58645 | Added a new run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.023 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.023 | 56021 | Recursively removing directory: /tmp/git.ePcWSM/ +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.025 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.025 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.028 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.029 | 56024 | Recursively removing directory: /tmp/git.rQY27B/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.029 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.030 | 58660 | Added a new run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.030 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.031 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.031 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.032 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.032 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.032 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.033 | 58663 | Added a new worker 13 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.033 | 56020 | Removed run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.033 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.033 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uP4rjf +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.033 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.033 | 56020 | Assigned run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.034 | 58664 | Added a new run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.034 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.035 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.037 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.038 | 58667 | Added a new run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.039 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.039 | 58668 | Added a new worker 8 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.039 | 56020 | Removed run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.039 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.039 | 56020 | Assigned run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.039 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.039 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.33kZUM +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.040 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.040 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.041 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.042 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.045 | 58661 | Marked run 190 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.046 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.046 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.047 | 58671 | Added a new run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.047 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.047 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.050 | 58666 | Marked run 191 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.050 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.050 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.051 | 58680 | Added a new run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.052 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.052 | 56021 | Recursively removing directory: /tmp/git.uP4rjf/ +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.054 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.054 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.054 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.056 | 58686 | Added a new run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.056 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.058 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.059 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.059 | 56024 | Recursively removing directory: /tmp/git.33kZUM/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.060 | 58691 | Added a new run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.060 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.061 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.061 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.062 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.062 | 58693 | Added a new worker 10 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.062 | 56020 | Removed run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.062 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.062 | 56020 | Assigned run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.062 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.062 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rYYsUL +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.062 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.064 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.065 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.066 | 58694 | Added a new run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.066 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.067 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.068 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.069 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.068 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.069 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.069 | 58698 | Added a new worker 15 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.069 | 56020 | Removed run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.069 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.069 | 56020 | Assigned run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.069 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.069 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pGcLVy +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.072 | 58690 | Marked run 192 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.073 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.075 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.076 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.078 | 56021 | Recursively removing directory: /tmp/git.rYYsUL/ +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.080 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.080 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.080 | 58697 | Added a new run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.080 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.084 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.084 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.085 | 58695 | Marked run 193 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.085 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.086 | 56024 | Recursively removing directory: /tmp/git.pGcLVy/ +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.087 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.087 | 58714 | Added a new run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.087 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.087 | 58716 | Added a new worker 12 to the queue +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.088 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.088 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.088 | 56020 | Removed run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.088 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.088 | 56020 | Assigned run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.088 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aZ9mut +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.088 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.091 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.091 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.092 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.093 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.093 | 58718 | Added a new run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.093 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.094 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.095 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.095 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.096 | 58722 | Added a new worker 13 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.096 | 56020 | Removed run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.096 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.096 | 56020 | Assigned run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.096 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.096 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.096 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9QdZy3 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.097 | 58715 | Marked run 194 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.098 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.099 | 58723 | Added a new run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.099 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.102 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.102 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.103 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.104 | 58731 | Added a new run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.105 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.107 | 56021 | Recursively removing directory: /tmp/git.aZ9mut/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.108 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.109 | 58719 | Marked run 195 as finished +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.109 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.109 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.110 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.110 | 58737 | Added a new run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.111 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.113 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.114 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.114 | 56024 | Recursively removing directory: /tmp/git.9QdZy3/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.115 | 58743 | Added a new run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.115 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.116 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.116 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.117 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.117 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.117 | 58745 | Added a new worker 10 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.117 | 56020 | Removed run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.117 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.117 | 56020 | Assigned run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.117 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.117 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EfuZEy +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.118 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.119 | 58746 | Added a new run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.120 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.120 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.123 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.123 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.123 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.123 | 58750 | Added a new worker 15 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.124 | 56020 | Removed run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.124 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.124 | 56020 | Assigned run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.124 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NJliTC +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.124 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.127 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.128 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.132 | 58742 | Marked run 196 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.133 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.135 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.135 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.136 | 56024 | Recursively removing directory: /tmp/git.NJliTC/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.137 | 58748 | Marked run 197 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.138 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.139 | 58749 | Added a new run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.139 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.139 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.139 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.142 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.143 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.144 | 58766 | Added a new run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.144 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.145 | 56021 | Recursively removing directory: /tmp/git.EfuZEy/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.146 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.146 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.146 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.147 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.147 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.147 | 58770 | Added a new worker 13 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.147 | 56020 | Removed run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.147 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.147 | 56020 | Assigned run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.147 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aDg7G7 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.147 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.148 | 58769 | Added a new run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.149 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.151 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.152 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.152 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.153 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.154 | 58773 | Added a new run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.155 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.155 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.155 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.155 | 58776 | Added a new worker 8 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.155 | 56020 | Removed run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.155 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.155 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.155 | 56020 | Assigned run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.155 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5MSI7I +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.159 | 58767 | Marked run 199 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.159 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.160 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.162 | 58783 | Added a new run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.162 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.162 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.163 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.165 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.166 | 58772 | Marked run 198 as finished +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.166 | 56024 | Recursively removing directory: /tmp/git.aDg7G7/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.166 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.167 | 58786 | Added a new run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.168 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.168 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.168 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.170 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.172 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.173 | 56021 | Recursively removing directory: /tmp/git.5MSI7I/ +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.175 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.175 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.175 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.175 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.175 | 58796 | Added a new worker 13 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.175 | 56020 | Removed run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.175 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.175 | 56020 | Assigned run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.175 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.175 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3rykVR +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.177 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.180 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.180 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.180 | 58798 | Added a new worker 15 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.180 | 56020 | Removed run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.180 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.180 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.180 | 56020 | Assigned run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.180 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iXunZZ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.186 | 58794 | Added a new run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.186 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.187 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.188 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.189 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.190 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.190 | 58795 | Marked run 200 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.191 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.191 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.192 | 58801 | Added a new run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.192 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.195 | 58797 | Marked run 201 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.195 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.196 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.197 | 58812 | Added a new run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.197 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.199 | 56021 | Recursively removing directory: /tmp/git.iXunZZ/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.200 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.201 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.201 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.202 | 56024 | Recursively removing directory: /tmp/git.3rykVR/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.202 | 58818 | Added a new run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.203 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.204 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.204 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.204 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.205 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.206 | 58821 | Added a new run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.207 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.207 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.208 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.208 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.208 | 58824 | Added a new worker 12 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.208 | 56020 | Removed run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.208 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.208 | 56020 | Assigned run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.209 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UDs7nf +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.209 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.209 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.210 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.210 | 58826 | Added a new worker 16 to the queue +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.210 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.211 | 56020 | Removed run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.211 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.211 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.211 | 56020 | Assigned run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.211 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uycXi5 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.214 | 58825 | Added a new run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.214 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.214 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.215 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.216 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.217 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.219 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.219 | 58820 | Marked run 203 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.219 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.220 | 58831 | Added a new run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.220 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.223 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.223 | 58822 | Marked run 202 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.223 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.225 | 58842 | Added a new run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.226 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.227 | 56024 | Recursively removing directory: /tmp/git.uycXi5/ +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.228 | 56021 | Recursively removing directory: /tmp/git.UDs7nf/ +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.229 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.229 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.229 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.230 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.231 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.231 | 58846 | Added a new run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.231 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.232 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.234 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.234 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.235 | 58850 | Added a new run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.235 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.236 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.236 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.236 | 58851 | Added a new worker 12 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.236 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.236 | 56020 | Removed run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.236 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.236 | 56020 | Assigned run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.237 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Yt25Be +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.238 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.239 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.239 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.239 | 58854 | Added a new worker 15 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.240 | 56020 | Removed run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.240 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.240 | 56020 | Assigned run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.240 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.240 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6fRd1G +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.241 | 58853 | Added a new run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.242 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.243 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.245 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.246 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.247 | 58849 | Marked run 204 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.248 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.248 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.249 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.251 | 58848 | Marked run 205 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.251 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.252 | 58857 | Added a new run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.253 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.255 | 56024 | Recursively removing directory: /tmp/git.Yt25Be/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.256 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.257 | 58872 | Added a new run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.258 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.258 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.258 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.259 | 56021 | Recursively removing directory: /tmp/git.6fRd1G/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.260 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.260 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.260 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.261 | 58874 | Added a new run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.261 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.262 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.264 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.264 | 58877 | Added a new run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.265 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.265 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.265 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.266 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.266 | 58880 | Added a new worker 12 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.266 | 56020 | Removed run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.266 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.266 | 56020 | Assigned run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.266 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.266 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.U7qoW1 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.268 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.269 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.269 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.269 | 58882 | Added a new worker 16 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.269 | 56020 | Removed run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.269 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.270 | 56020 | Assigned run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.270 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.270 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lC8Cdc +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.272 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.273 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.275 | 58876 | Marked run 206 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.275 | 58881 | Added a new run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.275 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.276 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.277 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.278 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.278 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.278 | 58878 | Marked run 207 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.279 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.280 | 58888 | Added a new run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.280 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.283 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.284 | 56024 | Recursively removing directory: /tmp/git.U7qoW1/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.285 | 58898 | Added a new run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.286 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.286 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.286 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.288 | 56021 | Recursively removing directory: /tmp/git.lC8Cdc/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.288 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.289 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.290 | 58902 | Added a new run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.290 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.291 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.291 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.293 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.293 | 58905 | Added a new worker 8 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.293 | 56020 | Removed run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.293 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.293 | 56020 | Assigned run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.293 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.294 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.293 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.293 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bntaHg +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.294 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.297 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.297 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.297 | 58908 | Added a new worker 13 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.297 | 56020 | Removed run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.297 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.297 | 56020 | Assigned run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.298 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7HXT8C +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.299 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.299 | 58907 | Added a new run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.299 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.299 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.301 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.303 | 58903 | Marked run 208 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.303 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.304 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.304 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.305 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.306 | 58906 | Marked run 209 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.306 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.307 | 58911 | Added a new run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.308 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.310 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.312 | 58924 | Added a new run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.312 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.312 | 56024 | Recursively removing directory: /tmp/git.bntaHg/ +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.313 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.313 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.315 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.317 | 56021 | Recursively removing directory: /tmp/git.7HXT8C/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.317 | 58928 | Added a new run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.317 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.317 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.318 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.319 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.320 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.321 | 58931 | Added a new run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.321 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.322 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.322 | 58933 | Added a new worker 6 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.322 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.322 | 56020 | Removed run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.323 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.323 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.323 | 56020 | Assigned run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.324 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.323 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.81nwPf +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.326 | 58935 | Added a new run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.326 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.327 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.327 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.327 | 58937 | Added a new worker 10 to the queue +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.327 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.328 | 56020 | Removed run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.328 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.328 | 56020 | Assigned run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.328 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.328 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZC5nnY +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.329 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.330 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.333 | 58938 | Added a new run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.333 | 58929 | Marked run 210 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.333 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.334 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.334 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.335 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.336 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.337 | 58934 | Marked run 211 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.337 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.339 | 58948 | Added a new run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.339 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.340 | 56024 | Recursively removing directory: /tmp/git.81nwPf/ +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.342 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.342 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.342 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.344 | 58956 | Added a new run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.345 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.346 | 56021 | Recursively removing directory: /tmp/git.ZC5nnY/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.347 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.347 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.348 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.348 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.348 | 58959 | Added a new run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.349 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.350 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.350 | 58961 | Added a new worker 10 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.350 | 56020 | Removed run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.350 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.350 | 56020 | Assigned run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.350 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.350 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bTkqeJ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.350 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.351 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.352 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.353 | 58963 | Added a new run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.354 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.355 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.355 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.355 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.356 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.357 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.357 | 58965 | Added a new worker 15 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.357 | 56020 | Removed run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.357 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.357 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.358 | 56020 | Assigned run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.358 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wOmkqT +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.362 | 58958 | Marked run 212 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.362 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.362 | 58967 | Added a new run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.362 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.364 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.365 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.365 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.365 | 58962 | Marked run 213 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.366 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.367 | 58975 | Added a new run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.367 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.368 | 56024 | Recursively removing directory: /tmp/git.bTkqeJ/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.370 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.370 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.370 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.372 | 58980 | Added a new run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.372 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.374 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.375 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.377 | 56021 | Recursively removing directory: /tmp/git.wOmkqT/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.377 | 58987 | Added a new run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.377 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.377 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.377 | 58988 | Added a new worker 12 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.378 | 56020 | Removed run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.378 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.378 | 56020 | Assigned run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.378 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KH7Xy1 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.378 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.379 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.379 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.381 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.382 | 58990 | Added a new run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.383 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.383 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.383 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.385 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.386 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.386 | 58986 | Marked run 214 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.386 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.387 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.387 | 58995 | Added a new worker 13 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.387 | 56020 | Removed run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.387 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.387 | 56020 | Assigned run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.387 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.387 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.saDGZr +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.387 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.388 | 58994 | Added a new run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.389 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.391 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.392 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.393 | 59003 | Added a new run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.393 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.393 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.396 | 56024 | Recursively removing directory: /tmp/git.KH7Xy1/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.397 | 58992 | Marked run 215 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.397 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.397 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.398 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.398 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.399 | 59007 | Added a new run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.399 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.402 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.403 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.403 | 59014 | Added a new run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.403 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.404 | 56021 | Recursively removing directory: /tmp/git.saDGZr/ +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.406 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.406 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.406 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.406 | 59017 | Added a new worker 12 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.406 | 56020 | Removed run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.406 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.406 | 56020 | Assigned run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.406 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.406 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qhY1Sd +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.407 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.407 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.408 | 59018 | Added a new run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.409 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.410 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.412 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.412 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.413 | 59021 | Added a new run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.413 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.414 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.414 | 59022 | Added a new worker 14 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.414 | 56020 | Removed run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.414 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.414 | 56020 | Assigned run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.414 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.414 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.414 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Uxxu92 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.414 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.419 | 59015 | Marked run 216 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.419 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.419 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.420 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.421 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.422 | 59020 | Marked run 217 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.422 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.423 | 59027 | Added a new run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.424 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.425 | 56024 | Recursively removing directory: /tmp/git.qhY1Sd/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.427 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.427 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.427 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.428 | 59038 | Added a new run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.429 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.431 | 56021 | Recursively removing directory: /tmp/git.Uxxu92/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.431 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.432 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.433 | 59042 | Added a new run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.433 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.433 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.433 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.435 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.435 | 59045 | Added a new worker 8 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.435 | 56020 | Removed run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.435 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.435 | 56020 | Assigned run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.435 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.436 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ux874C +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.436 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.436 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.437 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.438 | 59046 | Added a new run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.439 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.441 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.441 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.441 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.442 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.442 | 59049 | Added a new worker 13 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.442 | 56020 | Removed run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.442 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.442 | 56020 | Assigned run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.442 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.442 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.q9Y1LM +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.445 | 59043 | Marked run 218 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.445 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.446 | 59051 | Added a new run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.446 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.449 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.450 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.450 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.451 | 59047 | Marked run 219 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.452 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.453 | 56024 | Recursively removing directory: /tmp/git.Ux874C/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.453 | 59059 | Added a new run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.453 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.455 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.455 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.456 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.457 | 59066 | Added a new run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.458 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.459 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.460 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.460 | 56021 | Recursively removing directory: /tmp/git.q9Y1LM/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.462 | 59071 | Added a new run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.462 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.462 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.462 | 59072 | Added a new worker 12 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.462 | 56020 | Removed run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.462 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.462 | 56020 | Assigned run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.462 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.462 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4qYZj0 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.463 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.463 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.463 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.466 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.467 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.467 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.468 | 59074 | Added a new run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.468 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.469 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.471 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.471 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.471 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.471 | 59079 | Added a new worker 15 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.471 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.472 | 56020 | Removed run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.472 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.472 | 56020 | Assigned run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.472 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Yeg4y3 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.475 | 59070 | Marked run 220 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.475 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.476 | 59080 | Added a new run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.477 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.479 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.479 | 56024 | Recursively removing directory: /tmp/git.4qYZj0/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.480 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.480 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.481 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.481 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.481 | 59075 | Marked run 221 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.482 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.483 | 59087 | Added a new run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.483 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.484 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.486 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.487 | 59095 | Added a new run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.487 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.488 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.488 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.488 | 59099 | Added a new worker 10 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.489 | 56020 | Removed run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.489 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.489 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.489 | 56020 | Assigned run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.489 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jJosvs +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.490 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.491 | 56021 | Recursively removing directory: /tmp/git.Yeg4y3/ +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.493 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.493 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.494 | 59100 | Added a new run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.495 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.495 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.496 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.496 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.498 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.498 | 59092 | Marked run 222 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.498 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.499 | 59104 | Added a new run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.499 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.500 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.500 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.500 | 59106 | Added a new worker 10 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.500 | 56020 | Removed run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.500 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.500 | 56020 | Assigned run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.500 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cj4DC0 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.501 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.503 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.506 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.507 | 59111 | Added a new run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.507 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.508 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.508 | 56024 | Recursively removing directory: /tmp/git.jJosvs/ +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.510 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.510 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.510 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.511 | 59103 | Marked run 223 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.511 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.512 | 59116 | Added a new run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.512 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.513 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.515 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.516 | 59125 | Added a new run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.517 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.517 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.517 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.518 | 59127 | Added a new worker 10 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.518 | 56020 | Removed run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.518 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.518 | 56020 | Assigned run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.518 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EUjZYO +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.519 | 56021 | Recursively removing directory: /tmp/git.cj4DC0/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.519 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.520 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.520 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.521 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.523 | 59128 | Added a new run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.523 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.524 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.524 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.525 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.526 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.527 | 59122 | Marked run 224 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.528 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.528 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.528 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.528 | 59134 | Added a new worker 13 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.528 | 56020 | Removed run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.528 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.528 | 56020 | Assigned run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.528 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.528 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5cqYhS +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.529 | 59132 | Added a new run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.529 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.532 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.534 | 59141 | Added a new run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.534 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.535 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.535 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.537 | 59130 | Marked run 225 as finished +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.537 | 56024 | Recursively removing directory: /tmp/git.EUjZYO/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.538 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.538 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.540 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.540 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.540 | 59145 | Added a new run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.540 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.543 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.543 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.544 | 59152 | Added a new run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.545 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.547 | 56021 | Recursively removing directory: /tmp/git.5cqYhS/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.547 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.547 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.547 | 59155 | Added a new worker 10 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.547 | 56020 | Removed run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.547 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.547 | 56020 | Assigned run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.547 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jKutar +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.548 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.548 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.549 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.549 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.550 | 59156 | Added a new run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.551 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.552 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.553 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.554 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.554 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.555 | 59159 | Added a new run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.555 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.555 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.556 | 59161 | Added a new worker 10 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.556 | 56020 | Removed run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.556 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.556 | 56020 | Assigned run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.556 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.557 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PNQlzo +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.558 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.559 | 59153 | Marked run 226 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.559 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.560 | 59164 | Added a new run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.561 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.563 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.564 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.565 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.566 | 56024 | Recursively removing directory: /tmp/git.jKutar/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.567 | 59158 | Marked run 227 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.567 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.568 | 59171 | Added a new run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.569 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.569 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.569 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.572 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.573 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.573 | 59180 | Added a new run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.573 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.576 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.574 | 56021 | Recursively removing directory: /tmp/git.PNQlzo/ +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.576 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.576 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.577 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4rvy5I +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.576 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.576 | 59183 | Added a new worker 8 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.576 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.576 | 56020 | Removed run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.576 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.576 | 56020 | Assigned run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.577 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.579 | 59184 | Added a new run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.579 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.580 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.582 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.582 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.583 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.583 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.584 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.584 | 59189 | Added a new worker 15 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.584 | 56020 | Removed run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.584 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.584 | 56020 | Assigned run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.584 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9XKiRf +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.584 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.588 | 59181 | Marked run 228 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.588 | 59187 | Added a new run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.588 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.589 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.589 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.590 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.591 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.593 | 59186 | Marked run 229 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.593 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.594 | 56024 | Recursively removing directory: /tmp/git.4rvy5I/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.595 | 59198 | Added a new run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.595 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.596 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.596 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.597 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.599 | 59206 | Added a new run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.599 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.600 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.602 | 56021 | Recursively removing directory: /tmp/git.9XKiRf/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.602 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.603 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.604 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.604 | 59210 | Added a new worker 11 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.604 | 56020 | Removed run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.604 | 56020 | Removed worker 11 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.604 | 56020 | Assigned run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.604 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.604 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qe5tVz +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.604 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.604 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.604 | 59209 | Added a new run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.605 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.608 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.608 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.608 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.610 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.610 | 59212 | Added a new run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.611 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.612 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.612 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.612 | 59217 | Added a new worker 13 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.613 | 56020 | Removed run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.613 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.613 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.613 | 56020 | Assigned run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.613 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.c3lOEb +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.614 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.614 | 59208 | Marked run 230 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.614 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.616 | 59219 | Added a new run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.616 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.618 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.619 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.619 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.621 | 59225 | Added a new run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.622 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.622 | 56024 | Recursively removing directory: /tmp/git.qe5tVz/ +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.624 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.624 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.625 | 59213 | Marked run 231 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.625 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.625 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.627 | 59232 | Added a new run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.627 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.629 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.630 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.631 | 56021 | Recursively removing directory: /tmp/git.c3lOEb/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.632 | 59237 | Added a new run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.632 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.632 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.632 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.633 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.633 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.633 | 59238 | Added a new worker 8 to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.633 | 56020 | Removed run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.633 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.633 | 56020 | Assigned run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.633 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.by6kDi +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.634 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.636 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.637 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.638 | 59240 | Added a new run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.638 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.639 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.640 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.641 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.641 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.642 | 59244 | Added a new worker 11 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.642 | 56020 | Removed run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.642 | 56020 | Removed worker 11 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.642 | 56020 | Assigned run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.642 | 59236 | Marked run 232 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.642 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.642 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.642 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0i31Bs +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.642 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.644 | 59245 | Added a new run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.644 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.647 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.647 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.648 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.649 | 59251 | Added a new run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.649 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.652 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.653 | 56024 | Recursively removing directory: /tmp/git.by6kDi/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.653 | 59241 | Marked run 233 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.653 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.655 | 59257 | Added a new run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.655 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.655 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.657 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.658 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.659 | 56021 | Recursively removing directory: /tmp/git.0i31Bs/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.659 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.659 | 59264 | Added a new run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.660 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.661 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.661 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.662 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.662 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.663 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.663 | 59268 | Added a new worker 13 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.663 | 56020 | Removed run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.663 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.663 | 56020 | Assigned run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.663 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.663 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hHIIXW +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.664 | 59267 | Added a new run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.665 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.665 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.667 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.668 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.669 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.669 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.669 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.670 | 59272 | Added a new worker 16 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.670 | 56020 | Removed run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.670 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.670 | 56020 | Assigned run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.670 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.671 | 59271 | Added a new run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.671 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.671 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LvNhZy +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.675 | 59265 | Marked run 234 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.676 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.676 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.678 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.679 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.679 | 59270 | Marked run 235 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.680 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.681 | 56024 | Recursively removing directory: /tmp/git.hHIIXW/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.681 | 59279 | Added a new run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.681 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.682 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.682 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.684 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.685 | 59288 | Added a new run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.686 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.687 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.688 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.690 | 59293 | Added a new run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.690 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.690 | 56021 | Recursively removing directory: /tmp/git.LvNhZy/ +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.690 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.690 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.690 | 59295 | Added a new worker 10 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.691 | 56020 | Removed run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.691 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.691 | 56020 | Assigned run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.691 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.691 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fiyByK +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.692 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.692 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.693 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.695 | 59296 | Added a new run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.696 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.696 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.696 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.697 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.699 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.699 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.699 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.700 | 59302 | Added a new worker 15 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.700 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.700 | 56020 | Removed run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.700 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.700 | 56020 | Assigned run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.700 | 59292 | Marked run 236 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.700 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.700 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ImB8xk +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.702 | 59300 | Added a new run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.705 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.705 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.707 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.707 | 59309 | Added a new run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.708 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.709 | 56024 | Recursively removing directory: /tmp/git.fiyByK/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.710 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.711 | 59298 | Marked run 237 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.711 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.712 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.712 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.713 | 59313 | Added a new run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.713 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.716 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.716 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.717 | 56021 | Recursively removing directory: /tmp/git.ImB8xk/ +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.718 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.718 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.719 | 59320 | Added a new run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.719 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.720 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.720 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.720 | 59323 | Added a new worker 8 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.720 | 56020 | Removed run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.720 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.720 | 56020 | Assigned run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.721 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.m6nXBR +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.722 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.722 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.722 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.723 | 59324 | Added a new run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.724 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.726 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.726 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.726 | 59327 | Added a new worker 8 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.726 | 56020 | Removed run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.726 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.726 | 56020 | Assigned run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.726 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.726 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.726 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5o4tdp +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.727 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.727 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.729 | 59329 | Added a new run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.730 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.733 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.733 | 59321 | Marked run 238 as finished +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.733 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.733 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.734 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.737 | 59325 | Marked run 239 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.737 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.738 | 59332 | Added a new run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.738 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.738 | 56024 | Recursively removing directory: /tmp/git.m6nXBR/ +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.740 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.740 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.740 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.742 | 59345 | Added a new run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.742 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.744 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.745 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.745 | 56021 | Recursively removing directory: /tmp/git.5o4tdp/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.746 | 59349 | Added a new run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.747 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.748 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.748 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.748 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.748 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.748 | 59351 | Added a new worker 10 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.748 | 56020 | Removed run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.748 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.748 | 56020 | Assigned run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.748 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.urWZZ1 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.749 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.750 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.752 | 59352 | Added a new run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.752 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.752 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.754 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.755 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.755 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.756 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.756 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.756 | 59357 | Added a new worker 15 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.756 | 56020 | Removed run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.756 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.756 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.756 | 56020 | Assigned run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.756 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.A2iXcW +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.756 | 59355 | Added a new run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.757 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.761 | 59348 | Marked run 240 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.761 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.761 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.763 | 59361 | Added a new run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.763 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.763 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.764 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.766 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.766 | 59353 | Marked run 241 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.766 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.768 | 56024 | Recursively removing directory: /tmp/git.urWZZ1/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.768 | 59368 | Added a new run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.768 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.770 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.770 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.771 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.772 | 59376 | Added a new run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.773 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.773 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.774 | 56021 | Recursively removing directory: /tmp/git.A2iXcW/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.775 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.776 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.776 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.777 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.777 | 59379 | Added a new run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.777 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.777 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.777 | 59380 | Added a new worker 8 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.777 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.777 | 56020 | Removed run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.777 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.777 | 56020 | Assigned run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.778 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ShNNTk +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.781 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.781 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.782 | 59383 | Added a new run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.783 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.783 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.784 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.785 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.785 | 59386 | Added a new worker 13 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.785 | 56020 | Removed run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.785 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.785 | 56020 | Assigned run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.785 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.785 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.785 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.A5rUjQ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.788 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.788 | 59378 | Marked run 242 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.788 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.790 | 59389 | Added a new run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.790 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.792 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.793 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.793 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.795 | 56024 | Recursively removing directory: /tmp/git.ShNNTk/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.796 | 59382 | Marked run 243 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.796 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.797 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.797 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.797 | 59395 | Added a new run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.798 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.800 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.801 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.802 | 59404 | Added a new run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.802 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.803 | 56021 | Recursively removing directory: /tmp/git.A5rUjQ/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.804 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.804 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.804 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.805 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.805 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.805 | 59408 | Added a new worker 13 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.805 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.806 | 56020 | Removed run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.806 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.806 | 56020 | Assigned run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.806 | 59407 | Added a new run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.806 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.806 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6QOBHx +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.809 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.809 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.810 | 59411 | Added a new run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.811 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.812 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.812 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.812 | 59413 | Added a new worker 13 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.812 | 56020 | Removed run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.812 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.812 | 56020 | Assigned run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.812 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.812 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.813 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AIs0fD +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.813 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.814 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.816 | 59405 | Marked run 244 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.816 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.817 | 59415 | Added a new run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.818 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.819 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.820 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.821 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.823 | 59410 | Marked run 245 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.823 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.824 | 59422 | Added a new run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.824 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.825 | 56024 | Recursively removing directory: /tmp/git.6QOBHx/ +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.826 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.826 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.827 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.829 | 59432 | Added a new run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.829 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.830 | 56021 | Recursively removing directory: /tmp/git.AIs0fD/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.831 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.831 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.831 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.832 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.833 | 59435 | Added a new run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.833 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.834 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.834 | 59437 | Added a new worker 10 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.834 | 56020 | Removed run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.834 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.834 | 56020 | Assigned run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.834 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.834 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ztiORg +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.836 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.837 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.837 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.838 | 59439 | Added a new run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.839 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.839 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.840 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.840 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.841 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.841 | 59441 | Added a new worker 13 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.841 | 56020 | Removed run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.841 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.841 | 56020 | Assigned run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.842 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.842 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.842 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ciIOa6 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.844 | 59434 | Marked run 246 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.845 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.846 | 59443 | Added a new run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.846 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.849 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.850 | 59438 | Marked run 247 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.850 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.850 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.850 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.851 | 59451 | Added a new run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.852 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.853 | 56024 | Recursively removing directory: /tmp/git.ztiORg/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.854 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.855 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.855 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.857 | 59456 | Added a new run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.857 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.858 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.860 | 56021 | Recursively removing directory: /tmp/git.ciIOa6/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.860 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.862 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.862 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.862 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.862 | 59463 | Added a new run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.862 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.862 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.862 | 59464 | Added a new worker 8 to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.863 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.w4UEuL +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.863 | 56020 | Removed run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.863 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.863 | 56020 | Assigned run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.865 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.866 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.866 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.867 | 59466 | Added a new run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.868 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.868 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.869 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.870 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.870 | 59470 | Added a new worker 9 to the queue +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.870 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.870 | 56020 | Removed run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.870 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.870 | 56020 | Assigned run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.871 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9gLXuI +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.871 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.872 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.872 | 59462 | Marked run 248 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.873 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.874 | 59472 | Added a new run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.875 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.877 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.878 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.878 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.880 | 59467 | Marked run 249 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.881 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.881 | 56024 | Recursively removing directory: /tmp/git.w4UEuL/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.881 | 59479 | Added a new run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.882 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.883 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.883 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.884 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.886 | 59486 | Added a new run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.887 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.887 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.888 | 56021 | Recursively removing directory: /tmp/git.9gLXuI/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.889 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.890 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.890 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.890 | 59491 | Added a new run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.891 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.891 | 59492 | Added a new worker 8 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.891 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.891 | 56020 | Removed run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.891 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.891 | 56020 | Assigned run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.891 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.891 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2ctIsk +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.894 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.894 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.895 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.895 | 59494 | Added a new run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.896 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.897 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.898 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.899 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.899 | 59497 | Added a new worker 12 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.899 | 56020 | Removed run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.899 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.899 | 56020 | Assigned run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.898 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.899 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.grWO6x +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.899 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.900 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.902 | 59490 | Marked run 250 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.902 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.904 | 59499 | Added a new run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.904 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.905 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.906 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.907 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.909 | 59495 | Marked run 251 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.909 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.910 | 59508 | Added a new run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.910 | 56024 | Recursively removing directory: /tmp/git.2ctIsk/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.910 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.912 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.912 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.913 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.915 | 59516 | Added a new run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.915 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.916 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.917 | 56021 | Recursively removing directory: /tmp/git.grWO6x/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.918 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.918 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.918 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.919 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.919 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.919 | 59520 | Added a new worker 13 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.919 | 59519 | Added a new run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.920 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.920 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.920 | 56020 | Removed run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.920 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.920 | 56020 | Assigned run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.920 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hD4IPT +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.922 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.923 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.925 | 59523 | Added a new run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.925 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.926 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.926 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.926 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.926 | 59524 | Added a new worker 10 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.927 | 56020 | Removed run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.927 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.927 | 56020 | Assigned run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.927 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ls69iS +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.927 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.927 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.929 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.932 | 59518 | Marked run 252 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.932 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.933 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.933 | 59527 | Added a new run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.933 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.934 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.937 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.938 | 56024 | Recursively removing directory: /tmp/git.hD4IPT/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.938 | 59522 | Marked run 253 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.939 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.940 | 59536 | Added a new run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.940 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.941 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.941 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.943 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.944 | 56021 | Recursively removing directory: /tmp/git.Ls69iS/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.945 | 59544 | Added a new run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.945 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.945 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.946 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.946 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.948 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.948 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.948 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.948 | 59548 | Added a new worker 13 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.949 | 56020 | Removed run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.949 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.949 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.949 | 56020 | Assigned run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.949 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.949 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ELsUDD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.950 | 59547 | Added a new run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.951 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.953 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.953 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.954 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.954 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.954 | 59551 | Added a new worker 14 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.954 | 56020 | Removed run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.954 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.954 | 56020 | Assigned run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.955 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.955 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.955 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cpyTAz +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.956 | 59552 | Added a new run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.957 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.960 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.961 | 59545 | Marked run 254 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.961 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.962 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.963 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.964 | 59549 | Marked run 255 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.964 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.966 | 59559 | Added a new run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.966 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.966 | 56024 | Recursively removing directory: /tmp/git.ELsUDD/ +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.968 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.968 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.968 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.970 | 59567 | Added a new run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.970 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.972 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.973 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.975 | 56021 | Recursively removing directory: /tmp/git.cpyTAz/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.975 | 59573 | Added a new run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.975 | 56024 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.975 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.975 | 59574 | Added a new worker 12 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.975 | 56020 | Removed run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.975 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.975 | 56020 | Assigned run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.975 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bApXfK +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.975 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.977 | 56021 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.977 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.979 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.980 | 56024 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.980 | 59576 | Added a new run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.981 | 56024 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.981 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.981 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.984 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.985 | 56021 | Waiting for a new command +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.985 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.985 | 59583 | Added a new worker 15 to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.985 | 56020 | Removed run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.985 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.985 | 56020 | Assigned run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.985 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.x5Yip4 +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.985 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.986 | 59572 | Marked run 256 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.986 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.987 | 59581 | Added a new run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.987 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.991 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.992 | 59589 | Added a new run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.993 | 56021 | Checking out revision HEAD +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.993 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56021/cimple-worker: 2024-04-25 03:45:05.994 | 56021 | Going to run: ./ci +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.994 | 56024 | Recursively removing directory: /tmp/git.bApXfK/ +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.996 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.996 | 59577 | Marked run 257 as finished +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.996 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.996 | 56024 | Process exit code: 0 +2024-04-25 03:45:05 | INFO | 56024/cimple-worker: 2024-04-25 03:45:05.996 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.998 | 59592 | Added a new run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:05 | INFO | 56018/cimple-server: 2024-04-25 03:45:05.998 | 56018 | Waiting for new connections +2024-04-25 03:45:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.000 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.001 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.002 | 59599 | Added a new run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.002 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.004 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.005 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.005 | 59603 | Added a new worker 10 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.005 | 56020 | Removed run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.005 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.005 | 56020 | Assigned run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.005 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.005 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.r4BY5R +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.005 | 56021 | Recursively removing directory: /tmp/git.x5Yip4/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.007 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.007 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.007 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.009 | 59604 | Added a new run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.009 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.010 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.010 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.011 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.012 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.015 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.015 | 59598 | Marked run 258 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.015 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.015 | 59611 | Added a new worker 6 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.015 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.015 | 56020 | Removed run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.015 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.015 | 56020 | Assigned run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.015 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.015 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bMeGvW +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.018 | 59608 | Added a new run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.020 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.021 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.022 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.022 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.023 | 56024 | Recursively removing directory: /tmp/git.r4BY5R/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.024 | 59617 | Added a new run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.024 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.026 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.026 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.027 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.028 | 59607 | Marked run 259 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.028 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.029 | 59624 | Added a new run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.029 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.030 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.032 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.033 | 56021 | Recursively removing directory: /tmp/git.bMeGvW/ +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.033 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.033 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.033 | 59630 | Added a new worker 14 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.033 | 56020 | Removed run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.033 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.033 | 56020 | Assigned run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.033 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.reOrwk +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.034 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.034 | 59629 | Added a new run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.035 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.035 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.035 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.038 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.038 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.039 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.039 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.040 | 59632 | Added a new run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.041 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.043 | 59628 | Marked run 260 as finished +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.043 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.043 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.043 | 59637 | Added a new worker 6 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.043 | 56020 | Removed run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.043 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.043 | 56020 | Assigned run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.043 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.044 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EZdrdS +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.044 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.046 | 59638 | Added a new run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.047 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.049 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.049 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.050 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.051 | 59645 | Added a new run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.051 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.054 | 59633 | Marked run 261 as finished +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.055 | 56024 | Recursively removing directory: /tmp/git.reOrwk/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.055 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.055 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.056 | 59649 | Added a new run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.056 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.057 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.057 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.059 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.061 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.062 | 56021 | Recursively removing directory: /tmp/git.EZdrdS/ +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.063 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.063 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.064 | 59656 | Added a new run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.064 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.064 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.064 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.064 | 59658 | Added a new worker 8 to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.064 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.065 | 56020 | Removed run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.065 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.065 | 56020 | Assigned run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.065 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6PCrf8 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.066 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.067 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.068 | 59660 | Added a new run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.068 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.071 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.071 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.071 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.071 | 59663 | Added a new worker 15 to the queue +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.072 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.072 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.072 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.072 | 56020 | Removed run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.072 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.073 | 56020 | Assigned run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.073 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ouLQJi +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.074 | 59657 | Marked run 262 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.074 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.075 | 59664 | Added a new run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.075 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.079 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.079 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.080 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.082 | 59661 | Marked run 263 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.082 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.083 | 59671 | Added a new run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.083 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.084 | 56024 | Recursively removing directory: /tmp/git.6PCrf8/ +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.086 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.086 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.086 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.088 | 59680 | Added a new run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.088 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.090 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.091 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.092 | 59685 | Added a new run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.092 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.093 | 56021 | Recursively removing directory: /tmp/git.ouLQJi/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.094 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.094 | 59687 | Added a new worker 10 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.094 | 56020 | Removed run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.094 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.094 | 56020 | Assigned run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.094 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.094 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.x1jx4b +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.095 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.094 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.094 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.096 | 59688 | Added a new run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.097 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.099 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.099 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.100 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.101 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.101 | 59691 | Added a new run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.102 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.103 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.103 | 59694 | Added a new worker 13 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.103 | 56020 | Removed run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.103 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.104 | 56020 | Assigned run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.103 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.104 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iRlmGa +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.104 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.105 | 59684 | Marked run 264 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.106 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.106 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.107 | 59697 | Added a new run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.108 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.109 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.110 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.111 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.113 | 56024 | Recursively removing directory: /tmp/git.x1jx4b/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.114 | 59690 | Marked run 265 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.114 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.115 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.115 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.115 | 59703 | Added a new run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.116 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.118 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.120 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.120 | 56021 | Recursively removing directory: /tmp/git.iRlmGa/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.120 | 59712 | Added a new run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.121 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.122 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.122 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.123 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.123 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.123 | 59715 | Added a new worker 8 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.123 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.123 | 56020 | Removed run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.123 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.124 | 56020 | Assigned run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.124 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.124 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IpCoJF +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.125 | 59716 | Added a new run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.126 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.126 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.128 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.129 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.130 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.130 | 59719 | Added a new run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.131 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.132 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.132 | 59722 | Added a new worker 8 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.132 | 56020 | Removed run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.132 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.132 | 56020 | Assigned run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.132 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.132 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RKWL55 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.134 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.134 | 59713 | Marked run 266 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.134 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.136 | 59724 | Added a new run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.137 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.139 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.140 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.140 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.141 | 59718 | Marked run 267 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.141 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.142 | 59731 | Added a new run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.142 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.142 | 56024 | Recursively removing directory: /tmp/git.IpCoJF/ +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.144 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.144 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.145 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.146 | 59736 | Added a new run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.147 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.148 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.150 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.150 | 56021 | Recursively removing directory: /tmp/git.RKWL55/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.151 | 59743 | Added a new run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.151 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.152 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.152 | 59744 | Added a new worker 8 to the queue +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.152 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.152 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.152 | 56020 | Removed run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.152 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.152 | 56020 | Assigned run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.154 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.153 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.p6RZSN +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.155 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.156 | 59746 | Added a new run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.156 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.157 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.158 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.159 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.159 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.160 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.160 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.160 | 59751 | Added a new worker 15 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.160 | 56020 | Removed run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.161 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.161 | 56020 | Assigned run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.161 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yltNZ7 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.161 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.163 | 59742 | Marked run 268 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.163 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.165 | 59749 | Added a new run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.165 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.167 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.168 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.168 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.170 | 59748 | Marked run 269 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.171 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.171 | 56024 | Recursively removing directory: /tmp/git.p6RZSN/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.172 | 59759 | Added a new run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.172 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.173 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.173 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.175 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.177 | 59768 | Added a new run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.177 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.178 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.178 | 56021 | Recursively removing directory: /tmp/git.yltNZ7/ +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.180 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.180 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.180 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.180 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.180 | 59772 | Added a new worker 12 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.180 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.180 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.181 | 56020 | Removed run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.181 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.181 | 56020 | Assigned run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.181 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8KKkpD +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.182 | 59771 | Added a new run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.183 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.184 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.185 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.186 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.187 | 59775 | Added a new run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.187 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.188 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.188 | 59777 | Added a new worker 10 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.188 | 56020 | Removed run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.188 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.188 | 56020 | Assigned run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.188 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.187 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.188 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1YyqCB +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.190 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.194 | 59769 | Marked run 270 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.194 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.195 | 59780 | Added a new run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.195 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.196 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.196 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.198 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.199 | 59774 | Marked run 271 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.199 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.199 | 56024 | Recursively removing directory: /tmp/git.8KKkpD/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.200 | 59789 | Added a new run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.200 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.201 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.201 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.203 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.205 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.205 | 59796 | Added a new run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.205 | 56021 | Recursively removing directory: /tmp/git.1YyqCB/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.205 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.207 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.207 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.208 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.208 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.208 | 59799 | Added a new worker 8 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.208 | 56020 | Removed run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.208 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.208 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.208 | 56020 | Assigned run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.209 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hmcdEb +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.209 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.211 | 59800 | Added a new run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.212 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.212 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.214 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.215 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.216 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.216 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.216 | 59804 | Added a new worker 16 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.216 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.216 | 56020 | Removed run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.216 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.216 | 56020 | Assigned run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.216 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.59q5aA +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.216 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.220 | 59797 | Marked run 272 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.220 | 59803 | Added a new run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.221 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.221 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.222 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.223 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.224 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.225 | 59801 | Marked run 273 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.225 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.227 | 56024 | Recursively removing directory: /tmp/git.hmcdEb/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.227 | 59814 | Added a new run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.227 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.229 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.229 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.230 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.232 | 59822 | Added a new run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.232 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.233 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.234 | 56021 | Recursively removing directory: /tmp/git.59q5aA/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.235 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.236 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.236 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.236 | 59825 | Added a new run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.236 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.237 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.237 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cvXbbM +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.237 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.237 | 59826 | Added a new worker 10 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.237 | 56020 | Removed run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.237 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.237 | 56020 | Assigned run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.237 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.240 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.240 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.243 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.244 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.243 | 59828 | Added a new run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.244 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.244 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.244 | 59831 | Added a new worker 13 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.244 | 56020 | Removed run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.244 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.244 | 56020 | Assigned run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.244 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.244 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CmOrBL +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.245 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.247 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.248 | 59824 | Marked run 274 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.248 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.249 | 59833 | Added a new run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.250 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.250 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.252 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.252 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.254 | 59829 | Marked run 275 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.254 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.255 | 59840 | Added a new run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.256 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.257 | 56024 | Recursively removing directory: /tmp/git.cvXbbM/ +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.259 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.259 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.259 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.260 | 59850 | Added a new run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.261 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.262 | 56021 | Recursively removing directory: /tmp/git.CmOrBL/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.263 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.263 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.263 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.263 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.264 | 59853 | Added a new run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.265 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.266 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.267 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.267 | 59856 | Added a new worker 12 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.267 | 56020 | Removed run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.267 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.267 | 56020 | Assigned run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.267 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.268 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.267 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.267 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SOSLgB +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.269 | 59857 | Added a new run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.270 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.271 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.271 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.271 | 59859 | Added a new worker 12 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.271 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.271 | 56020 | Removed run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.271 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.271 | 56020 | Assigned run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.271 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Knt3DH +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.272 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.273 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.273 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.276 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.277 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.281 | 59852 | Marked run 276 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.281 | 59860 | Added a new run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.281 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.284 | 59855 | Marked run 277 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.284 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.284 | 56024 | Recursively removing directory: /tmp/git.SOSLgB/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.284 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.286 | 59874 | Added a new run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.286 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.286 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.286 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.289 | 56021 | Recursively removing directory: /tmp/git.Knt3DH/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.289 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.290 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.291 | 59878 | Added a new run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.291 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.291 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.291 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.293 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.294 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.294 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.294 | 59882 | Added a new worker 15 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.294 | 56020 | Removed run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.294 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.294 | 56020 | Assigned run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.294 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.294 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.295 | 59881 | Added a new run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.295 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.295 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Y4uIK9 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.298 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.298 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.298 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.298 | 59886 | Added a new worker 15 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.298 | 56020 | Removed run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.298 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.298 | 56020 | Assigned run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.298 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.299 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.A3jo9B +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.300 | 59885 | Added a new run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.300 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.303 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.303 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.304 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.305 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.307 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.307 | 59879 | Marked run 278 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.308 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.310 | 59883 | Marked run 279 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.310 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.311 | 59888 | Added a new run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.312 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.314 | 56024 | Recursively removing directory: /tmp/git.Y4uIK9/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.314 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.316 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.316 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.316 | 59904 | Added a new run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.317 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.317 | 56021 | Recursively removing directory: /tmp/git.A3jo9B/ +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.319 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.319 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.320 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.321 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.322 | 59907 | Added a new run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.322 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.323 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.323 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.324 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gs4B2i +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.324 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.324 | 59910 | Added a new worker 12 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.324 | 56020 | Removed run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.324 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.324 | 56020 | Assigned run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.324 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.325 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.327 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.327 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.327 | 59912 | Added a new worker 14 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.327 | 56020 | Removed run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.327 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.327 | 56020 | Assigned run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.327 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.S1LgeE +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.330 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.331 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.331 | 59911 | Added a new run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.332 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.332 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.332 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.333 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.335 | 59906 | Marked run 280 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.335 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.335 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.338 | 59909 | Marked run 281 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.338 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.339 | 59918 | Added a new run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.340 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.342 | 56024 | Recursively removing directory: /tmp/git.gs4B2i/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.343 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.344 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.344 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.345 | 59930 | Added a new run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.345 | 56021 | Recursively removing directory: /tmp/git.S1LgeE/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.345 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.347 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.347 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.348 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.348 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.349 | 59933 | Added a new run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.349 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.351 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.351 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.351 | 59936 | Added a new worker 12 to the queue +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.351 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.352 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.66PUdm +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.352 | 56020 | Removed run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.352 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.352 | 56020 | Assigned run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.352 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.353 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.354 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.354 | 59937 | Added a new run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.356 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.356 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.356 | 59938 | Added a new worker 14 to the queue +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.357 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.358 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.356 | 56020 | Removed run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.356 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.356 | 56020 | Assigned run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.356 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3mtxjL +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.359 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.361 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.362 | 59932 | Marked run 282 as finished +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.362 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.362 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.363 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.366 | 59935 | Marked run 283 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.366 | 59941 | Added a new run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.366 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.366 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.369 | 56024 | Recursively removing directory: /tmp/git.66PUdm/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.370 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.371 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.371 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.372 | 59956 | Added a new run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.372 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.374 | 56021 | Recursively removing directory: /tmp/git.3mtxjL/ +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.375 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.375 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.375 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.375 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.376 | 59959 | Added a new run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.377 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.378 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.379 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.379 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.379 | 59962 | Added a new worker 14 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.379 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.379 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.380 | 56020 | Removed run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.380 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.380 | 56020 | Assigned run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.380 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pjgACa +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.381 | 59963 | Added a new run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.382 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.382 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.382 | 59964 | Added a new worker 12 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.382 | 56020 | Removed run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.382 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.382 | 56020 | Assigned run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.383 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.382 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.383 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.39fe9i +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.385 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.386 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.389 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.390 | 59958 | Marked run 284 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.390 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.390 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.391 | 59968 | Added a new run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.391 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.391 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.394 | 59961 | Marked run 285 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.395 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.396 | 59976 | Added a new run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.396 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.397 | 56024 | Recursively removing directory: /tmp/git.pjgACa/ +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.399 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.399 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.400 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.401 | 59984 | Added a new run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.402 | 56021 | Recursively removing directory: /tmp/git.39fe9i/ +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.402 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.403 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.403 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.403 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.404 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.406 | 59987 | Added a new run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.406 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.407 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.407 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.407 | 59989 | Added a new worker 12 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.407 | 56020 | Removed run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.407 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.407 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.407 | 56020 | Assigned run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.407 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.407 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RdkNss +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.409 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.410 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.410 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.410 | 59992 | Added a new worker 15 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.411 | 56020 | Removed run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.411 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.411 | 56020 | Assigned run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.411 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.412 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.37Ex7K +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.413 | 59991 | Added a new run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.414 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.414 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.415 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.416 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.417 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.418 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.419 | 59986 | Marked run 286 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.419 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.422 | 59988 | Marked run 287 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.422 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.423 | 59995 | Added a new run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.423 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.426 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.428 | 60010 | Added a new run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.428 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.428 | 56024 | Recursively removing directory: /tmp/git.RdkNss/ +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.429 | 56021 | Recursively removing directory: /tmp/git.37Ex7K/ +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.430 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.430 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.430 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.430 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.431 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.432 | 60012 | Added a new run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.432 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.434 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.435 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.435 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.435 | 60014 | Added a new run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.436 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.438 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.438 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.438 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.439 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.439 | 60019 | Added a new worker 17 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.439 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.439 | 56020 | Removed run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.439 | 56020 | Removed worker 17 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.439 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.439 | 56020 | Assigned run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.439 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XUuKCl +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.440 | 60020 | Added a new worker 18 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.440 | 56020 | Removed run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.440 | 56020 | Removed worker 18 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.440 | 56020 | Assigned run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 18 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.440 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tQRvfj +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.441 | 60018 | Added a new run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.444 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.445 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.445 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.445 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.446 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.447 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.448 | 60016 | Marked run 289 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.448 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.448 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.452 | 60015 | Marked run 288 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.453 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.454 | 60025 | Added a new run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.454 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.457 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.458 | 56024 | Recursively removing directory: /tmp/git.XUuKCl/ +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.458 | 56021 | Recursively removing directory: /tmp/git.tQRvfj/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.458 | 60038 | Added a new run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.458 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.459 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.459 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.459 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.459 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.461 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.462 | 60040 | Added a new run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.462 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.464 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.464 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.464 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.465 | 60044 | Added a new run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.466 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.468 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.468 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.468 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XXE9Qb +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.468 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.468 | 60046 | Added a new worker 14 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.468 | 56020 | Removed run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.468 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.468 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.468 | 56020 | Assigned run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.468 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.468 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.469 | 60047 | Added a new worker 10 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.469 | 56020 | Removed run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.469 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.469 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.469 | 56020 | Assigned run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.470 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.r8cnAG +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.472 | 60048 | Added a new run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.473 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.473 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.475 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.477 | 60042 | Marked run 290 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.477 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.478 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.478 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.479 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.481 | 60043 | Marked run 291 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.481 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.482 | 60052 | Added a new run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.482 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.485 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.486 | 56021 | Recursively removing directory: /tmp/git.XXE9Qb/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.487 | 60064 | Added a new run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.487 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.488 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.488 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.489 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.490 | 56024 | Recursively removing directory: /tmp/git.r8cnAG/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.491 | 60068 | Added a new run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.491 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.492 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.492 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.492 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.493 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.495 | 60071 | Added a new run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.495 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.495 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.495 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.496 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.496 | 60072 | Added a new worker 12 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.496 | 56020 | Removed run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.496 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.496 | 56020 | Assigned run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.496 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Qm0VtN +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.496 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.498 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.499 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.499 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.499 | 60076 | Added a new worker 15 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.500 | 56020 | Removed run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.500 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.500 | 56020 | Assigned run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.500 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.500 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9Hhdnl +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.501 | 60075 | Added a new run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.502 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.502 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.503 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.506 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.506 | 60070 | Marked run 292 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.506 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.506 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.507 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.507 | 60079 | Added a new run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.508 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.510 | 60074 | Marked run 293 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.510 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.511 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.512 | 60088 | Added a new run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.512 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.515 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.517 | 60096 | Added a new run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.517 | 56024 | Recursively removing directory: /tmp/git.9Hhdnl/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.517 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.518 | 56021 | Recursively removing directory: /tmp/git.Qm0VtN/ +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.519 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.519 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.520 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.520 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.520 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.522 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.522 | 60098 | Added a new run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.522 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.524 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.525 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.525 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.525 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.525 | 60103 | Added a new worker 15 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.525 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.526 | 56020 | Removed run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.526 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.526 | 56020 | Assigned run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.526 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BG6iao +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.527 | 60102 | Added a new run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.527 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.527 | 60104 | Added a new worker 10 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.527 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.527 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.527 | 56020 | Removed run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.527 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.527 | 56020 | Assigned run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.527 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.527 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qLQsiP +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.531 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.532 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.533 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.533 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.534 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.535 | 60099 | Marked run 295 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.535 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.536 | 60106 | Added a new run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.536 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.539 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.541 | 60101 | Marked run 294 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.542 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.543 | 60114 | Added a new run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.543 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.545 | 56021 | Recursively removing directory: /tmp/git.qLQsiP/ +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.546 | 56024 | Recursively removing directory: /tmp/git.BG6iao/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.546 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.547 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.547 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.548 | 60124 | Added a new run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.548 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.548 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.548 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.551 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.551 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.551 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.552 | 60126 | Added a new run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.552 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.554 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.554 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.555 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.555 | 60130 | Added a new worker 14 to the queue +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.555 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.555 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mVkLpy +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.555 | 56020 | Removed run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.555 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.555 | 56020 | Assigned run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.555 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.556 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.556 | 60131 | Added a new worker 6 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.556 | 56020 | Removed run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.556 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.556 | 56020 | Assigned run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.557 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YUvRAf +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.560 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.560 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.561 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.562 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.563 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.564 | 60128 | Marked run 296 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.564 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.567 | 60127 | Marked run 297 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.567 | 60132 | Added a new run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.567 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.567 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.570 | 56024 | Recursively removing directory: /tmp/git.mVkLpy/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.570 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.572 | 60148 | Added a new run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.572 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.572 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.573 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.575 | 56021 | Recursively removing directory: /tmp/git.YUvRAf/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.576 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.576 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.577 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.577 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.577 | 60150 | Added a new run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.578 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.579 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.579 | 60153 | Added a new worker 10 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.579 | 56020 | Removed run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.579 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.579 | 56020 | Assigned run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.581 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.581 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.581 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.579 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.579 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ITK002 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.582 | 60155 | Added a new run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.583 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.584 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.584 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.584 | 60157 | Added a new worker 12 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.584 | 56020 | Removed run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.584 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.584 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.584 | 56020 | Assigned run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.584 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.585 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.587 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.587 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3WnqGT +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.590 | 60151 | Marked run 298 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.590 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.591 | 60159 | Added a new run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.592 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.593 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.595 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.595 | 60154 | Marked run 299 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.595 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.595 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.596 | 56024 | Recursively removing directory: /tmp/git.ITK002/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.596 | 60167 | Added a new run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.597 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.598 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.598 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.600 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.601 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.601 | 60172 | Added a new run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.602 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.605 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.605 | 60179 | Added a new worker 12 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.605 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.605 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.605 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.605 | 56020 | Removed run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.605 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.606 | 56020 | Assigned run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.606 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0sw0So +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.606 | 56021 | Recursively removing directory: /tmp/git.3WnqGT/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.608 | 60180 | Added a new run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.608 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.608 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.608 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.611 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.611 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.613 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.613 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.613 | 60182 | Added a new run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.613 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.616 | 60176 | Marked run 300 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.616 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.616 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.616 | 60188 | Added a new worker 10 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.616 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.616 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.617 | 56020 | Removed run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.617 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.617 | 56020 | Assigned run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.617 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yWT8Y9 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.618 | 60187 | Added a new run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.618 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.621 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.622 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.623 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.624 | 60195 | Added a new run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.624 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.625 | 56024 | Recursively removing directory: /tmp/git.0sw0So/ +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.627 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.627 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.627 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.629 | 60183 | Marked run 301 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.629 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.630 | 60199 | Added a new run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.630 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.630 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.633 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.634 | 56021 | Recursively removing directory: /tmp/git.yWT8Y9/ +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.634 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.634 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.634 | 60208 | Added a new worker 14 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.634 | 56020 | Removed run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.634 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.634 | 56020 | Assigned run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.635 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.635 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.krbxSj +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.636 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.636 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.637 | 60207 | Added a new run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.637 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.639 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.640 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.641 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.641 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.643 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.643 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.643 | 60213 | Added a new worker 15 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.643 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.643 | 56020 | Removed run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.643 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.643 | 56020 | Assigned run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.643 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kpspmB +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.645 | 60204 | Marked run 302 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.645 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.646 | 60212 | Added a new run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.647 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.649 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.650 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.650 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.653 | 56024 | Recursively removing directory: /tmp/git.krbxSj/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.654 | 60210 | Marked run 303 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.654 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.655 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.656 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.656 | 60222 | Added a new run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.656 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.659 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.660 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.660 | 56021 | Recursively removing directory: /tmp/git.kpspmB/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.660 | 60230 | Added a new run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.661 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.662 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.662 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.663 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.663 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.663 | 60233 | Added a new worker 8 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.663 | 56020 | Removed run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.663 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.663 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.663 | 56020 | Assigned run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.663 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.K7p2YJ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.664 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.666 | 60234 | Added a new run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.666 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.666 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.669 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.669 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.670 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.670 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.670 | 60238 | Added a new worker 16 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.670 | 56020 | Removed run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.670 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.670 | 56020 | Assigned run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.670 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.670 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LdsnFN +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.671 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.671 | 60237 | Added a new run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.672 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.675 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.676 | 60231 | Marked run 304 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.676 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.678 | 60243 | Added a new run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.678 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.680 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.681 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.681 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.682 | 60235 | Marked run 305 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.682 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.683 | 60249 | Added a new run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.683 | 56024 | Recursively removing directory: /tmp/git.K7p2YJ/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.683 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.684 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.684 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.686 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.687 | 60254 | Added a new run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.688 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.688 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.691 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.692 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.692 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.692 | 60262 | Added a new worker 13 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.692 | 56020 | Removed run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.692 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.692 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.692 | 56020 | Assigned run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.692 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aS6bKu +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.692 | 56021 | Recursively removing directory: /tmp/git.LdsnFN/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.693 | 60261 | Added a new run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.693 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.694 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.694 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.696 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.698 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.698 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.698 | 60264 | Added a new run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.698 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.700 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.701 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.702 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.702 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.702 | 60259 | Marked run 306 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.702 | 60269 | Added a new worker 15 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.702 | 56020 | Removed run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.702 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.702 | 56020 | Assigned run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.702 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.702 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.smWx6b +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.703 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.704 | 60268 | Added a new run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.704 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.707 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.707 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.708 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.711 | 56024 | Recursively removing directory: /tmp/git.aS6bKu/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.711 | 60265 | Marked run 307 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.712 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.713 | 60277 | Added a new run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.713 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.713 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.713 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.716 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.717 | 56021 | Recursively removing directory: /tmp/git.smWx6b/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.718 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.718 | 60286 | Added a new run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.718 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.719 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.719 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.721 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.721 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.721 | 60289 | Added a new worker 8 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.721 | 56020 | Removed run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.721 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.721 | 56020 | Assigned run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.721 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iRWplC +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.721 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.722 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.723 | 60290 | Added a new run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.724 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.726 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.726 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.727 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.727 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.728 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.728 | 60294 | Added a new worker 16 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.728 | 56020 | Removed run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.728 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.728 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.728 | 56020 | Assigned run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.728 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XKr8o7 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.728 | 60293 | Added a new run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.730 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.732 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.735 | 60287 | Marked run 308 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.735 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.735 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.736 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.736 | 60299 | Added a new run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.736 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.739 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.741 | 56024 | Recursively removing directory: /tmp/git.iRWplC/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.741 | 60291 | Marked run 309 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.741 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.743 | 60307 | Added a new run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.743 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.743 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.743 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.746 | 56021 | Recursively removing directory: /tmp/git.XKr8o7/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.746 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.748 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.748 | 60314 | Added a new run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.748 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.748 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.748 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.750 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.751 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.751 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.751 | 60318 | Added a new worker 13 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.751 | 56020 | Removed run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.751 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.751 | 56020 | Assigned run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.751 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cKnxyD +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.752 | 60317 | Added a new run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.752 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.753 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.755 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.756 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.756 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.757 | 60322 | Added a new worker 11 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.757 | 56020 | Removed run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.757 | 56020 | Removed worker 11 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.757 | 56020 | Assigned run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.757 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.757 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.758 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.34amzS +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.758 | 60321 | Added a new run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.759 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.759 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.763 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.763 | 60315 | Marked run 310 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.763 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.765 | 60326 | Added a new run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.765 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.765 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.766 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.768 | 60320 | Marked run 311 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.768 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.770 | 60334 | Added a new run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.771 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.771 | 56024 | Recursively removing directory: /tmp/git.cKnxyD/ +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.773 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.773 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.774 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.776 | 60342 | Added a new run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.776 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.777 | 56021 | Recursively removing directory: /tmp/git.34amzS/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.777 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.778 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.778 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.779 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.780 | 60345 | Added a new run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.780 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.780 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.780 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.780 | 60346 | Added a new worker 8 to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.781 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.otqteF +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.781 | 56020 | Removed run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.781 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.781 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.781 | 56020 | Assigned run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.782 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.783 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.784 | 60349 | Added a new run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.785 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.786 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.786 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.786 | 60351 | Added a new worker 12 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.786 | 56020 | Removed run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.786 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.786 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.786 | 56020 | Assigned run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.786 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.787 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SvXKbT +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.787 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.788 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.791 | 60344 | Marked run 312 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.792 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.793 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.794 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.794 | 60353 | Added a new run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.794 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.797 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.798 | 56024 | Recursively removing directory: /tmp/git.otqteF/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.799 | 60348 | Marked run 313 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.799 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.801 | 60363 | Added a new run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.801 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.801 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.801 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.803 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.805 | 56021 | Recursively removing directory: /tmp/git.SvXKbT/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.805 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.805 | 60370 | Added a new run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.805 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.806 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.806 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.808 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.809 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.809 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.809 | 60374 | Added a new worker 13 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.809 | 56020 | Removed run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.809 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.809 | 56020 | Assigned run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.809 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.809 | 60373 | Added a new run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.810 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.810 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.810 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pqlKBG +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.813 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.814 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.814 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.814 | 60378 | Added a new worker 15 to the queue +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.814 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gc0m2R +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.814 | 56020 | Removed run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.814 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.814 | 56020 | Assigned run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.815 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.816 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.816 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.817 | 60377 | Added a new run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.818 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.819 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.820 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.821 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.822 | 60371 | Marked run 314 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.823 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.827 | 60375 | Marked run 315 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.827 | 60384 | Added a new run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.827 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.827 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.827 | 56024 | Recursively removing directory: /tmp/git.pqlKBG/ +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.829 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.829 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.830 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.831 | 60396 | Added a new run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.832 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.832 | 56021 | Recursively removing directory: /tmp/git.gc0m2R/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.833 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.834 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.834 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.834 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.835 | 60399 | Added a new run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.836 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.836 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.836 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BXtFg0 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.836 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.836 | 60401 | Added a new worker 10 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.836 | 56020 | Removed run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.836 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.836 | 56020 | Assigned run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.836 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.838 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.839 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.841 | 60403 | Added a new run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.842 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.842 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.842 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.842 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.843 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.843 | 60405 | Added a new worker 10 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.843 | 56020 | Removed run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.843 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.843 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.843 | 56020 | Assigned run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.844 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nuY2b1 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.845 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.848 | 60398 | Marked run 316 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.849 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.852 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.853 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.854 | 60402 | Marked run 317 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.854 | 60407 | Added a new run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.854 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.855 | 56024 | Recursively removing directory: /tmp/git.BXtFg0/ +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.857 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.857 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.857 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.859 | 60418 | Added a new run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.859 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.860 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.862 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.863 | 56021 | Recursively removing directory: /tmp/git.nuY2b1/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.863 | 60425 | Added a new run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.864 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.864 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.864 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.864 | 60427 | Added a new worker 10 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.864 | 56020 | Removed run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.864 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.864 | 56020 | Assigned run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.864 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fnydaZ +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.865 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.865 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.867 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.868 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.869 | 60428 | Added a new run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.869 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.869 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.870 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.870 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.872 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.873 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.873 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.873 | 60434 | Added a new worker 15 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.873 | 56020 | Removed run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.873 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.874 | 56020 | Assigned run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.874 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.874 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SV9x3f +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.874 | 60424 | Marked run 318 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.874 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.876 | 60433 | Added a new run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.876 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.879 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.880 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.881 | 60441 | Added a new run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.881 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.881 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.883 | 56024 | Recursively removing directory: /tmp/git.fnydaZ/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.884 | 60429 | Marked run 319 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.885 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.885 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.885 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.886 | 60445 | Added a new run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.886 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.889 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.889 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.891 | 60452 | Added a new run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.891 | 56021 | Recursively removing directory: /tmp/git.SV9x3f/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.891 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.893 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.893 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.893 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.893 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.893 | 60455 | Added a new worker 10 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.893 | 56020 | Removed run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.893 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.893 | 56020 | Assigned run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.894 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.894 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qLss9s +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.894 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.896 | 60456 | Added a new run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.897 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.897 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.899 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.900 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.901 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.901 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.901 | 60460 | Added a new worker 16 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.901 | 56020 | Removed run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.901 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.901 | 56020 | Assigned run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.901 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oxU24Y +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.901 | 60459 | Added a new run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.901 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.901 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.902 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.905 | 60453 | Marked run 320 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.905 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.905 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.907 | 60464 | Added a new run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.907 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.908 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.909 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.910 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.913 | 56024 | Recursively removing directory: /tmp/git.qLss9s/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.914 | 60458 | Marked run 321 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.914 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.915 | 60472 | Added a new run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.915 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.916 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.916 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.918 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.920 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.920 | 56021 | Recursively removing directory: /tmp/git.oxU24Y/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.920 | 60480 | Added a new run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.920 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.921 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.922 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.923 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.923 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.923 | 60484 | Added a new worker 12 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.923 | 56020 | Removed run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.923 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.923 | 56020 | Assigned run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.923 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.923 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gsM4Fe +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.924 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.925 | 60483 | Added a new run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.926 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.926 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.928 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.929 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.929 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.929 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.929 | 60488 | Added a new worker 15 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.929 | 56020 | Removed run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.929 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.929 | 56020 | Assigned run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.930 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.930 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LuH4Nk +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.930 | 60487 | Added a new run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.930 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.931 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.933 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.934 | 60481 | Marked run 322 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.935 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.936 | 60491 | Added a new run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.936 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.937 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.938 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.940 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.940 | 60486 | Marked run 323 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.940 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.942 | 60500 | Added a new run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.942 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.943 | 56024 | Recursively removing directory: /tmp/git.gsM4Fe/ +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.945 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.945 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.945 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.946 | 60508 | Added a new run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.946 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.949 | 56021 | Recursively removing directory: /tmp/git.LuH4Nk/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.949 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.949 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.951 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.951 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.951 | 60511 | Added a new run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.952 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.952 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.952 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.952 | 60513 | Added a new worker 10 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.952 | 56020 | Removed run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.952 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.952 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.952 | 56020 | Assigned run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.952 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8EKnxR +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.953 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.955 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.955 | 60514 | Added a new run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.956 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.958 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.958 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.959 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.959 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.959 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.959 | 60517 | Added a new worker 15 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.959 | 56020 | Removed run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.959 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.960 | 56020 | Assigned run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.960 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.960 | 60518 | Added a new run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.961 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.961 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CDzqLL +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.965 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.966 | 60510 | Marked run 324 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.967 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.967 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.968 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.970 | 56024 | Recursively removing directory: /tmp/git.8EKnxR/ +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.970 | 60515 | Marked run 325 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.971 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.972 | 56024 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.972 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.972 | 60527 | Added a new run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.973 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.975 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.976 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.977 | 60536 | Added a new run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.977 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.978 | 56021 | Recursively removing directory: /tmp/git.CDzqLL/ +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.980 | 56024 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.980 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.980 | 60539 | Added a new worker 8 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.980 | 56020 | Removed run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.980 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.980 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.980 | 56021 | Process exit code: 0 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.980 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.980 | 56020 | Assigned run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.980 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0UJKQ8 +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.981 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.983 | 60540 | Added a new run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.984 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.984 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.985 | 56024 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.986 | 56024 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.986 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.988 | 56021 | Waiting for a new command +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.988 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.988 | 60545 | Added a new worker 15 to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.988 | 56020 | Removed run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.988 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.988 | 56020 | Assigned run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.989 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.t8d5sp +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.989 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.990 | 60537 | Marked run 326 as finished +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.990 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.992 | 60543 | Added a new run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.992 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.994 | 56021 | Checking out revision HEAD +2024-04-25 03:45:06 | INFO | 56021/cimple-worker: 2024-04-25 03:45:06.995 | 56021 | Going to run: ./ci +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.995 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.997 | 60553 | Added a new run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:06 | INFO | 56018/cimple-server: 2024-04-25 03:45:06.998 | 56018 | Waiting for new connections +2024-04-25 03:45:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:06 | INFO | 56024/cimple-worker: 2024-04-25 03:45:06.998 | 56024 | Recursively removing directory: /tmp/git.0UJKQ8/ +2024-04-25 03:45:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.000 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.000 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.001 | 60542 | Marked run 327 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.001 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.001 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.003 | 60562 | Added a new run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.003 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.004 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.006 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.006 | 56021 | Recursively removing directory: /tmp/git.t8d5sp/ +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.008 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.008 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.008 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.008 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.008 | 60566 | Added a new worker 12 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.008 | 56020 | Removed run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.008 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.008 | 56020 | Assigned run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.008 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GWW7zc +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.009 | 60565 | Added a new run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.010 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.010 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.012 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.013 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.013 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.014 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.015 | 60569 | Added a new run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.015 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.016 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.016 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.016 | 60572 | Added a new worker 13 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.016 | 56020 | Removed run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.016 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.016 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.016 | 56020 | Assigned run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.016 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0L0Q0L +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.018 | 60564 | Marked run 328 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.018 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.020 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.022 | 60575 | Added a new run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.022 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.022 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.024 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.025 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.026 | 56024 | Recursively removing directory: /tmp/git.GWW7zc/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.027 | 60568 | Marked run 329 as finished +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.028 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.028 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.028 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.029 | 60582 | Added a new run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.029 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.032 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.033 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.034 | 56021 | Recursively removing directory: /tmp/git.0L0Q0L/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.034 | 60591 | Added a new run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.034 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.035 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.035 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.035 | 60593 | Added a new worker 10 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.035 | 56020 | Removed run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.035 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.035 | 56020 | Assigned run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.035 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VndFli +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.036 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.036 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.038 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.038 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.039 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.040 | 60594 | Added a new run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.041 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.041 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.041 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.043 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.043 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.043 | 60598 | Added a new worker 13 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.043 | 56020 | Removed run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.043 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.043 | 56020 | Assigned run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.044 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.044 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RcFAk7 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.044 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.045 | 60590 | Marked run 330 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.046 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.047 | 60599 | Added a new run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.048 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.049 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.050 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.051 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.054 | 60595 | Marked run 331 as finished +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.054 | 56024 | Recursively removing directory: /tmp/git.VndFli/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.054 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.055 | 60608 | Added a new run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.056 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.056 | 56024 | Process output: 415085 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.056 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.059 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.060 | 56021 | Recursively removing directory: /tmp/git.RcFAk7/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.060 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.061 | 60616 | Added a new run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.061 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.062 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.062 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.063 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.064 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.064 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.064 | 60620 | Added a new worker 13 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.064 | 56020 | Removed run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.064 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.064 | 56020 | Assigned run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.065 | 60619 | Added a new run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.064 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Qn1qHe +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.065 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.065 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.068 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.069 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.070 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.070 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.070 | 60625 | Added a new worker 15 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.070 | 56020 | Removed run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.070 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.070 | 56020 | Assigned run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.070 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mYgRcw +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.070 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.071 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.072 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.074 | 60624 | Added a new run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.075 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.075 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.076 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.078 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.079 | 60617 | Marked run 332 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.080 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.080 | 60633 | Added a new run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.081 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.083 | 56024 | Recursively removing directory: /tmp/git.Qn1qHe/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.084 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.085 | 60621 | Marked run 333 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.085 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.086 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.086 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.087 | 60643 | Added a new run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.088 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.089 | 56021 | Recursively removing directory: /tmp/git.mYgRcw/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.089 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.090 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.091 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.091 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.091 | 60646 | Added a new run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.092 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.092 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.093 | 60648 | Added a new worker 10 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.093 | 56020 | Removed run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.093 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.093 | 56020 | Assigned run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.093 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.092 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.093 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.m18Pyl +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.095 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.095 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.097 | 60650 | Added a new run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.098 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.098 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.099 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.098 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.100 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.100 | 60653 | Added a new worker 15 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.101 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.101 | 56020 | Removed run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.101 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.101 | 56020 | Assigned run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.101 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.101 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OYB7WR +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.104 | 60645 | Marked run 334 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.104 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.107 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.108 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.108 | 60649 | Marked run 335 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.109 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.109 | 56024 | Recursively removing directory: /tmp/git.m18Pyl/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.110 | 60654 | Added a new run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.110 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.111 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.111 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.113 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.114 | 60665 | Added a new run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.114 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.115 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.117 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.118 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.118 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.118 | 60672 | Added a new run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.118 | 60673 | Added a new worker 10 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.118 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.118 | 56020 | Removed run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.118 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.118 | 56020 | Assigned run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.119 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.118 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.U9Yh5D +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.118 | 56021 | Recursively removing directory: /tmp/git.OYB7WR/ +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.120 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.120 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.122 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.124 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.124 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.125 | 60675 | Added a new run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.125 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.125 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.128 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.128 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.128 | 60680 | Added a new worker 13 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.128 | 56020 | Removed run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.128 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.128 | 56020 | Assigned run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.128 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.128 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.129 | 60670 | Marked run 336 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.129 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.128 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6Vz6Bl +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.130 | 60681 | Added a new run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.130 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.134 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.134 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.135 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.136 | 60688 | Added a new run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.136 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.138 | 56024 | Recursively removing directory: /tmp/git.U9Yh5D/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.139 | 60676 | Marked run 337 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.139 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.139 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.140 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.140 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.141 | 60693 | Added a new run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.141 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.144 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.144 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.146 | 56021 | Recursively removing directory: /tmp/git.6Vz6Bl/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.146 | 60700 | Added a new run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.147 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.147 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.147 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.149 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.149 | 60702 | Added a new worker 10 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.149 | 56020 | Removed run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.149 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.149 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.149 | 56020 | Assigned run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.150 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.149 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.150 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fG9uGi +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.151 | 60703 | Added a new run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.151 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.152 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.154 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.155 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.154 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.155 | 60707 | Added a new worker 14 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.155 | 56020 | Removed run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.155 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.155 | 56020 | Assigned run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.155 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fAlVeY +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.155 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.156 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.157 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.159 | 60699 | Marked run 338 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.160 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.161 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.161 | 60706 | Added a new run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.161 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.162 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.164 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.165 | 60704 | Marked run 339 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.165 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.166 | 60717 | Added a new run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.166 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.169 | 56024 | Recursively removing directory: /tmp/git.fG9uGi/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.169 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.171 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.171 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.172 | 60725 | Added a new run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.172 | 56021 | Recursively removing directory: /tmp/git.fAlVeY/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.172 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.174 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.174 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.175 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.175 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.176 | 60727 | Added a new run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.177 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.177 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.178 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.178 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.178 | 60731 | Added a new worker 12 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.178 | 56020 | Removed run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.178 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.178 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.178 | 56020 | Assigned run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.178 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TEDgd3 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.180 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.181 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.181 | 60733 | Added a new worker 15 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.181 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.180 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.182 | 56020 | Removed run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.182 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.182 | 56020 | Assigned run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.182 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZKtExQ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.182 | 60732 | Added a new run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.183 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.184 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.185 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.189 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.193 | 60728 | Marked run 340 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.193 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.193 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.194 | 56024 | Recursively removing directory: /tmp/git.TEDgd3/ +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.194 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.196 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.196 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.196 | 60729 | Marked run 341 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.197 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.198 | 60737 | Added a new run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.198 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.199 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.201 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.202 | 60752 | Added a new run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.203 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.204 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.204 | 60754 | Added a new worker 10 to the queue +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.204 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.204 | 56020 | Removed run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.204 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.204 | 56020 | Assigned run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.204 | 56021 | Recursively removing directory: /tmp/git.ZKtExQ/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.205 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.205 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iHylvN +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.206 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.207 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.207 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.207 | 60755 | Added a new run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.208 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.210 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.211 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.211 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.212 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.213 | 60757 | Added a new run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.213 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.215 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.215 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.215 | 60763 | Added a new worker 13 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.215 | 56020 | Removed run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.215 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.215 | 56020 | Assigned run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.216 | 60749 | Marked run 342 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.216 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.216 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.I6oaF9 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.221 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.221 | 60764 | Added a new run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.222 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.222 | 56024 | Recursively removing directory: /tmp/git.iHylvN/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.222 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.224 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.224 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.225 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.225 | 60759 | Marked run 343 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.225 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.226 | 60772 | Added a new run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.227 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.228 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.230 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.231 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.231 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.231 | 60781 | Added a new worker 10 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.231 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.231 | 60780 | Added a new run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.232 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.232 | 56020 | Removed run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.232 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.232 | 56020 | Assigned run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.232 | 56021 | Recursively removing directory: /tmp/git.I6oaF9/ +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.232 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Y6h6AI +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.234 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.234 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.235 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.237 | 60783 | Added a new run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.238 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.238 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.240 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.240 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.241 | 60777 | Marked run 344 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.241 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.242 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.242 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.242 | 60787 | Added a new worker 14 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.242 | 56020 | Removed run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.242 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.242 | 56020 | Assigned run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.242 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.242 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6cqtON +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.242 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.243 | 60786 | Added a new run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.243 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.246 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.248 | 60792 | Added a new run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.248 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.249 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.248 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.251 | 60784 | Marked run 345 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.251 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.252 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.254 | 60799 | Added a new run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.254 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.256 | 56024 | Recursively removing directory: /tmp/git.Y6h6AI/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.257 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.259 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.259 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.260 | 60807 | Added a new run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.260 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.261 | 56021 | Recursively removing directory: /tmp/git.6cqtON/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.262 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.262 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.262 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.263 | 60809 | Added a new run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.263 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.263 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.266 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.267 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.267 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1wXf5O +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.267 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.267 | 60812 | Added a new run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.267 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.267 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.267 | 60814 | Added a new worker 10 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.267 | 56020 | Removed run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.267 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.267 | 56020 | Assigned run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.268 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.270 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.270 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.270 | 60816 | Added a new worker 10 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.270 | 56020 | Removed run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.270 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.270 | 56020 | Assigned run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.270 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.270 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.b3Jy5w +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.274 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.274 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.275 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.276 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.277 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.278 | 60810 | Marked run 346 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.278 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.279 | 60817 | Added a new run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.279 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.282 | 60813 | Marked run 347 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.283 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.283 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.285 | 60832 | Added a new run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.286 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.287 | 56021 | Recursively removing directory: /tmp/git.b3Jy5w/ +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.288 | 56024 | Recursively removing directory: /tmp/git.1wXf5O/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.288 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.289 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.289 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.290 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.290 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.290 | 60835 | Added a new run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.290 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.292 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.293 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.293 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.294 | 60838 | Added a new run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.294 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.296 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.296 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.296 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.296 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.296 | 60842 | Added a new worker 14 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.296 | 56020 | Removed run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.296 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.296 | 56020 | Assigned run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.297 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.297 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.297 | 60841 | Added a new worker 10 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.297 | 56020 | Removed run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.297 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.297 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.297 | 56020 | Assigned run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.298 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bAKanw +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.297 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.s6tmyQ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.301 | 60843 | Added a new run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.301 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.305 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.305 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.305 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.306 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.306 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.307 | 60837 | Marked run 349 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.307 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.309 | 60839 | Marked run 348 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.310 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.311 | 60845 | Added a new run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.311 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.314 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.316 | 60861 | Added a new run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.316 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.317 | 56024 | Recursively removing directory: /tmp/git.s6tmyQ/ +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.317 | 56021 | Recursively removing directory: /tmp/git.bAKanw/ +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.318 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.318 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.319 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.319 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.319 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.320 | 60863 | Added a new run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.321 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.321 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.322 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.323 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.325 | 60867 | Added a new run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.325 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.325 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.325 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.325 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.325 | 60869 | Added a new worker 14 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.325 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.325 | 60868 | Added a new worker 10 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.325 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.326 | 56020 | Removed run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.326 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.326 | 56020 | Assigned run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.326 | 56020 | Removed run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.326 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.326 | 56020 | Assigned run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.326 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fpReiq +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.328 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TWulKR +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.328 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.330 | 60871 | Added a new run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.331 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.332 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.333 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.333 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.335 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.336 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.336 | 60865 | Marked run 350 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.336 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.337 | 60874 | Added a new run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.337 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.340 | 60866 | Marked run 351 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.340 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.342 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.343 | 60887 | Added a new run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.343 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.344 | 56021 | Recursively removing directory: /tmp/git.fpReiq/ +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.346 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.346 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.346 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.347 | 56024 | Recursively removing directory: /tmp/git.TWulKR/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.348 | 60891 | Added a new run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.348 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.349 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.349 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.349 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.351 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.352 | 60894 | Added a new run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.352 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.352 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.353 | 60895 | Added a new worker 8 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.353 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.353 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.353 | 56020 | Removed run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.353 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.353 | 56020 | Assigned run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.353 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.d5sJEW +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.353 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.355 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.357 | 60898 | Added a new run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.357 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.358 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.358 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.358 | 60899 | Added a new worker 10 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.358 | 56020 | Removed run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.358 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.358 | 56020 | Assigned run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.358 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kNoUXH +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.358 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.359 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.362 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.364 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.365 | 60893 | Marked run 352 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.365 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.365 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.366 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.368 | 60897 | Marked run 353 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.368 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.369 | 56021 | Recursively removing directory: /tmp/git.d5sJEW/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.370 | 60908 | Added a new run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.370 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.371 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.371 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.373 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.374 | 60917 | Added a new run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.375 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.375 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.375 | 56024 | Recursively removing directory: /tmp/git.kNoUXH/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.377 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.377 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.377 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.378 | 60920 | Added a new run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.378 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.379 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.379 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.379 | 60922 | Added a new worker 10 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.379 | 56020 | Removed run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.379 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.380 | 56020 | Assigned run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.380 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.380 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Fz1UAW +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.381 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.381 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.383 | 60924 | Added a new run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.384 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.385 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.385 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.386 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.386 | 60926 | Added a new worker 13 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.387 | 56020 | Removed run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.387 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.387 | 56020 | Assigned run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.387 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yJbLJd +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.387 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.387 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.388 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.391 | 60927 | Added a new run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.391 | 60918 | Marked run 354 as finished +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.392 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.392 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.394 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.395 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.395 | 60923 | Marked run 355 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.396 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.397 | 60935 | Added a new run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.397 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.399 | 56021 | Recursively removing directory: /tmp/git.Fz1UAW/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.400 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.400 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.400 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.402 | 60943 | Added a new run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.403 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.404 | 56024 | Recursively removing directory: /tmp/git.yJbLJd/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.404 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.405 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.406 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.406 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.407 | 60948 | Added a new run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.407 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.408 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.408 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.408 | 60950 | Added a new worker 10 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.408 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.408 | 56020 | Removed run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.408 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.409 | 56020 | Assigned run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.409 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wvSdkx +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.410 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.410 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.413 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.414 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.414 | 60953 | Added a new worker 15 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.414 | 56020 | Removed run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.414 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.414 | 56020 | Assigned run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.414 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.414 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gehix2 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.419 | 60952 | Added a new run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.419 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.419 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.420 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.422 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.422 | 60947 | Marked run 356 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.423 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.423 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.424 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.425 | 60951 | Marked run 357 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.425 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.427 | 60956 | Added a new run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.427 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.430 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.431 | 56021 | Recursively removing directory: /tmp/git.wvSdkx/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.432 | 60971 | Added a new run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.432 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.433 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.433 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.434 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.435 | 56024 | Recursively removing directory: /tmp/git.gehix2/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.436 | 60973 | Added a new run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.436 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.437 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.437 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.437 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.438 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.439 | 60976 | Added a new run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.439 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.441 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.441 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.441 | 60978 | Added a new worker 10 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.441 | 56020 | Removed run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.441 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.441 | 56020 | Assigned run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.441 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8japuZ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.442 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.442 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.442 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.444 | 60980 | Added a new run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.444 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.445 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.445 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.446 | 60982 | Added a new worker 12 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.446 | 56020 | Removed run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.446 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.446 | 56020 | Assigned run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.446 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.446 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1jN214 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.446 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.447 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.450 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.453 | 60975 | Marked run 358 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.454 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.454 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.455 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.457 | 60979 | Marked run 359 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.457 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.458 | 60985 | Added a new run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.458 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.458 | 56021 | Recursively removing directory: /tmp/git.8japuZ/ +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.460 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.460 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.461 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.462 | 60997 | Added a new run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.463 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.464 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.465 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.466 | 56024 | Recursively removing directory: /tmp/git.1jN214/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.467 | 61002 | Added a new run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.467 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.467 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.467 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.467 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.469 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PTCZEr +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.469 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.469 | 61004 | Added a new worker 10 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.469 | 56020 | Removed run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.469 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.469 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.469 | 56020 | Assigned run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.470 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.472 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.472 | 61005 | Added a new run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.473 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.474 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.475 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.475 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.476 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.476 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.476 | 61010 | Added a new worker 15 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.476 | 56020 | Removed run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.476 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.476 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.476 | 56020 | Assigned run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.477 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lYt05M +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.478 | 61001 | Marked run 360 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.479 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.480 | 61008 | Added a new run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.482 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.481 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.483 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.483 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.486 | 61006 | Marked run 361 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.487 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.487 | 56021 | Recursively removing directory: /tmp/git.PTCZEr/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.488 | 61018 | Added a new run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.488 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.489 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.489 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.491 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.493 | 61027 | Added a new run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.493 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.494 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.494 | 56024 | Recursively removing directory: /tmp/git.lYt05M/ +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.495 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.495 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.496 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.497 | 61030 | Added a new run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.497 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.497 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.498 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.498 | 61031 | Added a new worker 10 to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.498 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dIKgnj +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.498 | 56020 | Removed run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.498 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.498 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.498 | 56020 | Assigned run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.499 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.501 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.503 | 61034 | Added a new run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.503 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.503 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.504 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.504 | 61035 | Added a new worker 15 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.504 | 56020 | Removed run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.504 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.504 | 56020 | Assigned run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.504 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.504 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.504 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QGl8c9 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.505 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.508 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.509 | 61028 | Marked run 362 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.509 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.510 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.510 | 61038 | Added a new run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.511 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.511 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.514 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.515 | 61033 | Marked run 363 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.516 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.516 | 56021 | Recursively removing directory: /tmp/git.dIKgnj/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.516 | 61048 | Added a new run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.517 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.518 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.518 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.520 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.521 | 56024 | Recursively removing directory: /tmp/git.QGl8c9/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.522 | 61055 | Added a new run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.522 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.523 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.523 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.525 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.525 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.529 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.529 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.529 | 61059 | Added a new worker 15 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.529 | 56020 | Removed run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.529 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.529 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.529 | 56020 | Assigned run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.530 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.k5M0xk +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.531 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.531 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0gulFE +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.531 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.531 | 61061 | Added a new worker 15 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.531 | 56020 | Removed run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.531 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.531 | 56020 | Assigned run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.532 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.533 | 61058 | Added a new run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.534 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.535 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.536 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.536 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.536 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.538 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.540 | 61056 | Marked run 364 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.540 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.543 | 61060 | Marked run 365 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.543 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.545 | 61064 | Added a new run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.545 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.547 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.548 | 56021 | Recursively removing directory: /tmp/git.k5M0xk/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.548 | 61079 | Added a new run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.548 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.548 | 56024 | Recursively removing directory: /tmp/git.0gulFE/ +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.550 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.550 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.550 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.550 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.551 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.552 | 61081 | Added a new run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.553 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.553 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.554 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.555 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.556 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.556 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.556 | 61086 | Added a new worker 15 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.556 | 56020 | Removed run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.556 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.556 | 56020 | Assigned run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.556 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.556 | 61085 | Added a new run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.557 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aINWeW +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.557 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.558 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.558 | 61088 | Added a new worker 12 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.558 | 56020 | Removed run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.558 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.558 | 56020 | Assigned run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.558 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.560 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.557 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.558 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dAwqJb +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.562 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.563 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.564 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.564 | 61089 | Added a new run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.564 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.564 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.567 | 61082 | Marked run 366 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.567 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.567 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.570 | 61084 | Marked run 367 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.570 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.572 | 61094 | Added a new run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.572 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.575 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.575 | 56021 | Recursively removing directory: /tmp/git.aINWeW/ +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.576 | 56024 | Recursively removing directory: /tmp/git.dAwqJb/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.577 | 61107 | Added a new run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.577 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.578 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.578 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.578 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.578 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.579 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.580 | 61109 | Added a new run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.581 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.582 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.582 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.583 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.584 | 61113 | Added a new run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.584 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.586 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.586 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.586 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.586 | 61115 | Added a new worker 14 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.586 | 56020 | Removed run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.586 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.586 | 56020 | Assigned run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.586 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.586 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.586 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sxpMH2 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.587 | 61116 | Added a new worker 10 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.587 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.587 | 56020 | Removed run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.587 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.587 | 56020 | Assigned run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.587 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3H5J7s +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.588 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.592 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.592 | 61117 | Added a new run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.593 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.593 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.594 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.595 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.596 | 61111 | Marked run 369 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.596 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.596 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.599 | 61112 | Marked run 368 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.599 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.600 | 61121 | Added a new run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.601 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.604 | 56024 | Recursively removing directory: /tmp/git.sxpMH2/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.605 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.606 | 61135 | Added a new run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.607 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.607 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.607 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.606 | 56021 | Recursively removing directory: /tmp/git.3H5J7s/ +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.608 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.608 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.610 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.611 | 61137 | Added a new run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.611 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.611 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.613 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.614 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.614 | 61141 | Added a new run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.615 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.615 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.615 | 61142 | Added a new worker 14 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.615 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.615 | 56020 | Removed run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.615 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.615 | 56020 | Assigned run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.616 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rcM93e +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.617 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.617 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.618 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.619 | 61144 | Added a new worker 14 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.619 | 56020 | Removed run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.619 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.619 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.619 | 56020 | Assigned run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.617 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.619 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NyIfCc +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.621 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.622 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.624 | 61138 | Marked run 370 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.624 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.625 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.626 | 61145 | Added a new run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.626 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.626 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.629 | 61140 | Marked run 371 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.629 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.631 | 61154 | Added a new run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.631 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.633 | 56024 | Recursively removing directory: /tmp/git.rcM93e/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.634 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.635 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.635 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.635 | 61163 | Added a new run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.636 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.638 | 56021 | Recursively removing directory: /tmp/git.NyIfCc/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.639 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.639 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.640 | 61165 | Added a new run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.641 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.641 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.641 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.643 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.643 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.643 | 61168 | Added a new worker 8 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.643 | 56020 | Removed run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.643 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.643 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.643 | 56020 | Assigned run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.643 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hcYVg3 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.644 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.645 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.645 | 61169 | Added a new run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.646 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.648 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.649 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.649 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.649 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.649 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.650 | 61173 | Added a new worker 15 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.650 | 56020 | Removed run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.650 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.650 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.650 | 56020 | Assigned run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.650 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zW4Dg8 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.651 | 61172 | Added a new run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.652 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.655 | 61166 | Marked run 372 as finished +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.656 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.656 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.657 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.661 | 61180 | Added a new run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.661 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.661 | 61170 | Marked run 373 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.661 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.662 | 56024 | Recursively removing directory: /tmp/git.hcYVg3/ +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.663 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.663 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.663 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.665 | 61186 | Added a new run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.665 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.667 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.668 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.670 | 61194 | Added a new run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.670 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.670 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.670 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.671 | 61195 | Added a new worker 10 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.671 | 56020 | Removed run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.671 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.671 | 56020 | Assigned run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.671 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BgEnMs +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.671 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.672 | 56021 | Recursively removing directory: /tmp/git.zW4Dg8/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.673 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.674 | 61197 | Added a new run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.675 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.675 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.675 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.678 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.679 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.679 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.680 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.681 | 61193 | Marked run 374 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.681 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.682 | 61199 | Added a new run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.682 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.683 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.683 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.683 | 61204 | Added a new worker 8 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.684 | 56020 | Removed run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.684 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.684 | 56020 | Assigned run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.684 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.684 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Z6quXJ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.685 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.689 | 61207 | Added a new run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.689 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.691 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.691 | 56024 | Recursively removing directory: /tmp/git.BgEnMs/ +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.692 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.692 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.693 | 61200 | Marked run 375 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.693 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.693 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.693 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.694 | 61212 | Added a new run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.694 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.697 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.697 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.698 | 61218 | Added a new run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.698 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.701 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.701 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.701 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.701 | 61225 | Added a new worker 12 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.701 | 56020 | Removed run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.702 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.702 | 56020 | Assigned run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.702 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.702 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nVRXyE +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.703 | 61224 | Added a new run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.703 | 56021 | Recursively removing directory: /tmp/git.Z6quXJ/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.704 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.705 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.705 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.706 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.707 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.708 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.709 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.710 | 61220 | Marked run 376 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.710 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.711 | 61227 | Added a new run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.711 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.712 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.712 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.712 | 61231 | Added a new worker 8 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.712 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.712 | 56020 | Removed run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.712 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.712 | 56020 | Assigned run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.713 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yZXnZ4 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.715 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.716 | 61236 | Added a new run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.717 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.719 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.719 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.720 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.721 | 56024 | Recursively removing directory: /tmp/git.nVRXyE/ +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.723 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.723 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.724 | 61240 | Added a new run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.724 | 61229 | Marked run 377 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.724 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.727 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.727 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.728 | 61249 | Added a new run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.729 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.729 | 56021 | Recursively removing directory: /tmp/git.yZXnZ4/ +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.730 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.730 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.731 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.731 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.731 | 61252 | Added a new worker 12 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.731 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.731 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.732 | 56020 | Removed run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.732 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.732 | 56020 | Assigned run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.732 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dxYMzK +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.734 | 61253 | Added a new run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.734 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.735 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.737 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.738 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.738 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.738 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.738 | 61257 | Added a new worker 15 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.738 | 56020 | Removed run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.738 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.738 | 56020 | Assigned run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.738 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.739 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.U7O0pP +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.739 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.740 | 61256 | Added a new run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.740 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.744 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.745 | 61250 | Marked run 378 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.745 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.746 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.747 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.748 | 61254 | Marked run 379 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.748 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.750 | 56024 | Recursively removing directory: /tmp/git.dxYMzK/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.751 | 61262 | Added a new run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.751 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.751 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.751 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.754 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.755 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.756 | 61275 | Added a new run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.756 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.758 | 56021 | Recursively removing directory: /tmp/git.U7O0pP/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.758 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.759 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.759 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.759 | 61279 | Added a new worker 13 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.759 | 56020 | Removed run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.759 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.759 | 56020 | Assigned run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.759 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.759 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tvMxeV +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.760 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.760 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.760 | 61278 | Added a new run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.761 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.764 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.764 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.765 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.766 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.766 | 61282 | Added a new run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.767 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.768 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.768 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.768 | 61285 | Added a new worker 13 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.768 | 56020 | Removed run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.768 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.768 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.768 | 56020 | Assigned run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.769 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FO2Ouo +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.770 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.771 | 61276 | Marked run 380 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.771 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.773 | 61287 | Added a new run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.774 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.774 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.775 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.777 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.778 | 56024 | Recursively removing directory: /tmp/git.tvMxeV/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.778 | 61281 | Marked run 381 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.779 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.780 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.780 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.780 | 61295 | Added a new run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.780 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.783 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.784 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.785 | 61303 | Added a new run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.785 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.786 | 56021 | Recursively removing directory: /tmp/git.FO2Ouo/ +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.787 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.787 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.787 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.787 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.788 | 61306 | Added a new worker 8 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.788 | 56020 | Removed run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.788 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.788 | 56020 | Assigned run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.788 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.788 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.T9ns48 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.788 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.790 | 61307 | Added a new run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.790 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.792 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.793 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.794 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.795 | 61310 | Added a new run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.796 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.796 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.796 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.796 | 61312 | Added a new worker 8 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.796 | 56020 | Removed run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.796 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.796 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.796 | 56020 | Assigned run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.796 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HUVG02 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.795 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.798 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.799 | 61304 | Marked run 382 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.800 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.801 | 61314 | Added a new run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.802 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.803 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.804 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.804 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.805 | 61309 | Marked run 383 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.805 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.806 | 61321 | Added a new run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.806 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.809 | 56024 | Recursively removing directory: /tmp/git.T9ns48/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.809 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.811 | 61329 | Added a new run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.811 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.811 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.811 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.814 | 56021 | Recursively removing directory: /tmp/git.HUVG02/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.814 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.815 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.816 | 61333 | Added a new run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.816 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.816 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.816 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.818 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.819 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.819 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.819 | 61338 | Added a new worker 15 to the queue +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.819 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.819 | 56020 | Removed run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.819 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.819 | 56020 | Assigned run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.820 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pLnn7o +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.820 | 61336 | Added a new run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.821 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.822 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.822 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.822 | 61340 | Added a new worker 10 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.823 | 56020 | Removed run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.823 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.823 | 56020 | Assigned run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.823 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.824 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.824 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.824 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1rsiyd +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.825 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.826 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.827 | 61341 | Added a new run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.828 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.831 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.831 | 61334 | Marked run 384 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.831 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.831 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.832 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.834 | 61337 | Marked run 385 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.834 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.835 | 61346 | Added a new run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.835 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.838 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.839 | 56024 | Recursively removing directory: /tmp/git.pLnn7o/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.840 | 61359 | Added a new run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.841 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.841 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.841 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.842 | 56021 | Recursively removing directory: /tmp/git.1rsiyd/ +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.843 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.843 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.843 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.844 | 61361 | Added a new run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.845 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.845 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.846 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.848 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.848 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.848 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.848 | 61366 | Added a new worker 15 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.848 | 56020 | Removed run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.848 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.848 | 56020 | Assigned run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.849 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.G2JkZZ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.849 | 61365 | Added a new run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.849 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.850 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.850 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.850 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.850 | 61367 | Added a new worker 10 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.850 | 56020 | Removed run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.850 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.850 | 56020 | Assigned run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.850 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SHh3H1 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.851 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.853 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.854 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.857 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.857 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.858 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.858 | 61362 | Marked run 386 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.858 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.859 | 61370 | Added a new run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.860 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.863 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.864 | 56024 | Recursively removing directory: /tmp/git.G2JkZZ/ +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.867 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.867 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.867 | 61364 | Marked run 387 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.867 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.868 | 61381 | Added a new run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.868 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.869 | 56021 | Recursively removing directory: /tmp/git.SHh3H1/ +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.870 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.870 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.871 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.871 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.872 | 61388 | Added a new run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.872 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.874 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.874 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.875 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.875 | 61391 | Added a new worker 14 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.876 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.876 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.876 | 56020 | Removed run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.876 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.876 | 56020 | Assigned run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.876 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9T6gXG +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.878 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.878 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.878 | 61393 | Added a new worker 15 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.878 | 56020 | Removed run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.878 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.878 | 56020 | Assigned run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.878 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.878 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3nsSsg +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.882 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.881 | 61392 | Added a new run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.882 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.883 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.884 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.885 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.886 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.885 | 61387 | Marked run 388 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.886 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.887 | 61396 | Added a new run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.887 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.890 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.890 | 61390 | Marked run 389 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.890 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.891 | 61404 | Added a new run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.891 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.894 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.896 | 56024 | Recursively removing directory: /tmp/git.9T6gXG/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.896 | 61413 | Added a new run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.896 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.897 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.897 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.897 | 56021 | Recursively removing directory: /tmp/git.3nsSsg/ +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.899 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.899 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.899 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.900 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.901 | 61415 | Added a new run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.901 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.903 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.903 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.903 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.904 | 61419 | Added a new worker 12 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.904 | 56020 | Removed run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.904 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.904 | 56020 | Assigned run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.904 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.904 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.904 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Rw7M8v +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.906 | 61420 | Added a new run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.906 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.906 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.907 | 61421 | Added a new worker 12 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.907 | 56020 | Removed run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.907 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.907 | 56020 | Assigned run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.907 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.907 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IqYzRI +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.909 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.909 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.910 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.912 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.913 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.914 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.915 | 61416 | Marked run 390 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.915 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.918 | 61418 | Marked run 391 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.918 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.919 | 61424 | Added a new run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.919 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.921 | 56024 | Recursively removing directory: /tmp/git.Rw7M8v/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.922 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.922 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.922 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.924 | 61439 | Added a new run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.924 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.925 | 56021 | Recursively removing directory: /tmp/git.IqYzRI/ +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.926 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.926 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.926 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.926 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.927 | 61441 | Added a new run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.928 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.930 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.930 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Zp8CN3 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.930 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.930 | 61444 | Added a new worker 10 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.930 | 56020 | Removed run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.930 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.930 | 56020 | Assigned run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.930 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.931 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.931 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.932 | 61445 | Added a new run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.933 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.935 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.935 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.935 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.935 | 61448 | Added a new worker 12 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.935 | 56020 | Removed run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.935 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.935 | 56020 | Assigned run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.935 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.936 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.936 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.936 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tu8hfl +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.938 | 61449 | Added a new run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.940 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.942 | 61442 | Marked run 392 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.943 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.943 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.943 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.944 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.946 | 61446 | Marked run 393 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.946 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.947 | 61458 | Added a new run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.947 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.947 | 56024 | Recursively removing directory: /tmp/git.Zp8CN3/ +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.949 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.949 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.949 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.951 | 61464 | Added a new run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.951 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.953 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.954 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.954 | 56021 | Recursively removing directory: /tmp/git.tu8hfl/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.955 | 61470 | Added a new run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.955 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.956 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.956 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.956 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.956 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.956 | 61472 | Added a new worker 10 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.956 | 56020 | Removed run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.957 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.957 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.957 | 56020 | Assigned run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.957 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FGeAh5 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.958 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.960 | 61473 | Added a new run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.960 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.961 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.963 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.963 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.964 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.964 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.964 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.964 | 61478 | Added a new worker 12 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.964 | 61476 | Added a new run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.965 | 56020 | Removed run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.965 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.965 | 56020 | Assigned run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.965 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.965 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JZla7B +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.968 | 61469 | Marked run 394 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.968 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.968 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.972 | 61482 | Added a new run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.972 | 56021 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.972 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.973 | 56021 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.975 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.976 | 61475 | Marked run 395 as finished +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.976 | 56024 | Recursively removing directory: /tmp/git.FGeAh5/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.976 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.977 | 61489 | Added a new run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.977 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.978 | 56024 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.978 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.980 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.982 | 61497 | Added a new run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.983 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.983 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.984 | 56021 | Recursively removing directory: /tmp/git.JZla7B/ +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.986 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.986 | 61500 | Added a new worker 12 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.986 | 56020 | Removed run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.986 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.986 | 56020 | Assigned run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.986 | 56024 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.986 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.986 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.986 | 56021 | Process exit code: 0 +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.986 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.987 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OaTLQb +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.988 | 61501 | Added a new run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.989 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.990 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.992 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.992 | 56024 | Checking out revision HEAD +2024-04-25 03:45:07 | INFO | 56024/cimple-worker: 2024-04-25 03:45:07.993 | 56024 | Going to run: ./ci +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.994 | 61504 | Added a new run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.994 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.994 | 61506 | Added a new worker 15 to the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.994 | 56020 | Removed run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.994 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.994 | 56020 | Assigned run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.994 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.994 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.994 | 56021 | Waiting for a new command +2024-04-25 03:45:07 | INFO | 56021/cimple-worker: 2024-04-25 03:45:07.994 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1KScV4 +2024-04-25 03:45:07 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:07 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:07 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.997 | 61498 | Marked run 396 as finished +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.998 | 56018 | Waiting for new connections +2024-04-25 03:45:07 | INFO | 56018/cimple-server: 2024-04-25 03:45:07.998 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.000 | 61509 | Added a new run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.001 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.002 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.003 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.004 | 61503 | Marked run 397 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.004 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.004 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.006 | 56024 | Recursively removing directory: /tmp/git.OaTLQb/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.006 | 61518 | Added a new run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.007 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.008 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.008 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.009 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.011 | 61524 | Added a new run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.011 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.012 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.014 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.014 | 56021 | Recursively removing directory: /tmp/git.1KScV4/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.016 | 61529 | Added a new run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.016 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.016 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.016 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.016 | 61530 | Added a new worker 10 to the queue +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.016 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.016 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.017 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4LOR6z +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.016 | 56020 | Removed run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.016 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.016 | 56020 | Assigned run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.017 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.019 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.021 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.021 | 61532 | Added a new run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.022 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.022 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.023 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.025 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.025 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.025 | 61536 | Added a new worker 15 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.025 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.025 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.025 | 56020 | Removed run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.025 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.025 | 56020 | Assigned run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.025 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JjOkhC +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.027 | 61537 | Added a new run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.028 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.028 | 61528 | Marked run 398 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.028 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.031 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.031 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.032 | 61545 | Added a new run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.033 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.032 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.036 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.036 | 56024 | Recursively removing directory: /tmp/git.4LOR6z/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.036 | 61533 | Marked run 399 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.037 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.038 | 61549 | Added a new run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.039 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.039 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.039 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.041 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.042 | 61556 | Added a new run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.043 | 56021 | Recursively removing directory: /tmp/git.JjOkhC/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.043 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.043 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.044 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.044 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.045 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.046 | 61559 | Added a new run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.046 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.047 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.047 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.047 | 61561 | Added a new worker 10 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.047 | 56020 | Removed run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.047 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.047 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.047 | 56020 | Assigned run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.047 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UdOvZI +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.048 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.050 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.051 | 61563 | Added a new run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.052 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.052 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.052 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.052 | 61565 | Added a new worker 12 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.052 | 56020 | Removed run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.052 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.052 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.052 | 56020 | Assigned run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.052 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.053 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nygqQr +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.053 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.054 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.057 | 61558 | Marked run 400 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.057 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.059 | 61567 | Added a new run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.059 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.060 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.061 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.062 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.064 | 61562 | Marked run 401 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.064 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.065 | 61576 | Added a new run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.065 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.065 | 56024 | Recursively removing directory: /tmp/git.UdOvZI/ +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.067 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.067 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.068 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.069 | 61583 | Added a new run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.070 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.071 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.072 | 56021 | Recursively removing directory: /tmp/git.nygqQr/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.073 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.074 | 61587 | Added a new run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.074 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.075 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.075 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.074 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.074 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.075 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FAVFZh +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.075 | 61588 | Added a new worker 10 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.075 | 56020 | Removed run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.075 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.075 | 56020 | Assigned run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.077 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.078 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.079 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.079 | 61590 | Added a new run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.080 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.080 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.081 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.082 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.083 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.083 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.083 | 61595 | Added a new worker 15 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.083 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.083 | 56020 | Removed run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.083 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.083 | 56020 | Assigned run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.083 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.x9avqd +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.087 | 61586 | Marked run 402 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.088 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.089 | 61594 | Added a new run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.089 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.091 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.092 | 61591 | Marked run 403 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.092 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.092 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.092 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.094 | 61603 | Added a new run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.094 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.094 | 56024 | Recursively removing directory: /tmp/git.FAVFZh/ +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.096 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.096 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.096 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.097 | 61607 | Added a new run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.098 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.099 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.101 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.102 | 56021 | Recursively removing directory: /tmp/git.x9avqd/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.102 | 61615 | Added a new run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.103 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.103 | 61616 | Added a new worker 12 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.103 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.103 | 56020 | Removed run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.103 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.103 | 56020 | Assigned run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.104 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.104 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.103 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.104 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7dpc5X +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.106 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.106 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.107 | 61618 | Added a new run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.108 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.108 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.110 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.110 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.111 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.112 | 61614 | Marked run 404 as finished +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.112 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.112 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.112 | 61623 | Added a new worker 6 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.112 | 56020 | Removed run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.112 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.112 | 56020 | Assigned run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.112 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.113 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.us5lzT +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.113 | 61621 | Added a new run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.113 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.116 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.118 | 61629 | Added a new run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.118 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.119 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.120 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.121 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.123 | 56024 | Recursively removing directory: /tmp/git.7dpc5X/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.125 | 61634 | Added a new run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.126 | 61620 | Marked run 405 as finished +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.125 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.125 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.126 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.126 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.128 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.129 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.130 | 61642 | Added a new run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.130 | 56021 | Recursively removing directory: /tmp/git.us5lzT/ +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.131 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.132 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.132 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.133 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.133 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.133 | 61645 | Added a new worker 12 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.133 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.133 | 56020 | Removed run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.133 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.133 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.133 | 56020 | Assigned run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.133 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qqv0xw +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.135 | 61646 | Added a new run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.135 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.136 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.138 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.139 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.139 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.139 | 61650 | Added a new worker 16 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.139 | 56020 | Removed run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.139 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.139 | 56020 | Assigned run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.140 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iSD06F +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.140 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.141 | 61649 | Added a new run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.141 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.140 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.141 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.145 | 61643 | Marked run 406 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.145 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.146 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.146 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.147 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.149 | 61647 | Marked run 407 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.149 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.152 | 61654 | Added a new run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.153 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.154 | 56024 | Recursively removing directory: /tmp/git.qqv0xw/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.157 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.157 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.157 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.159 | 56021 | Recursively removing directory: /tmp/git.iSD06F/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.161 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.162 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.162 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.162 | 61668 | Added a new run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.162 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.165 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.165 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.165 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.165 | 61671 | Added a new worker 12 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.165 | 56020 | Removed run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.165 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.165 | 56020 | Assigned run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.165 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.165 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1OL1g9 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.165 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.167 | 61672 | Added a new run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.167 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.169 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.169 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.169 | 61675 | Added a new worker 11 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.169 | 56020 | Removed run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.169 | 56020 | Removed worker 11 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.169 | 56020 | Assigned run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.171 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.171 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.172 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.173 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.174 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JwM2cK +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.179 | 61673 | Marked run 409 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.179 | 61677 | Added a new run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.179 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.180 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.181 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.183 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.182 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.184 | 61669 | Marked run 408 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.185 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.185 | 56024 | Recursively removing directory: /tmp/git.1OL1g9/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.186 | 61686 | Added a new run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.186 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.187 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.187 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.190 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.191 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.192 | 61694 | Added a new run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.192 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.195 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.195 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.196 | 61697 | Added a new worker 12 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.196 | 56020 | Removed run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.196 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.196 | 56020 | Assigned run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.196 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.196 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.195 | 56021 | Recursively removing directory: /tmp/git.JwM2cK/ +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.197 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.197 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.197 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BeHGGi +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.198 | 61698 | Added a new run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.199 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.201 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.204 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.204 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.205 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.205 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.205 | 61701 | Added a new worker 13 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.206 | 56020 | Removed run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.206 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.206 | 56020 | Assigned run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.207 | 61695 | Marked run 410 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.207 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.207 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.206 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sHsjk5 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.210 | 61703 | Added a new run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.211 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.212 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.213 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.215 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.215 | 61700 | Marked run 411 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.215 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.217 | 61712 | Added a new run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.217 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.221 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.219 | 56024 | Recursively removing directory: /tmp/git.BeHGGi/ +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.221 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.221 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.222 | 61716 | Added a new run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.223 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.225 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.225 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.227 | 61723 | Added a new run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.227 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.228 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.228 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.229 | 61725 | Added a new worker 10 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.229 | 56020 | Removed run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.229 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.229 | 56020 | Assigned run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.229 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CgeBSf +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.230 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.230 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.231 | 56021 | Recursively removing directory: /tmp/git.sHsjk5/ +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.233 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.233 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.234 | 61726 | Added a new run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.235 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.236 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.237 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.238 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.241 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.241 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.241 | 61731 | Added a new worker 13 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.242 | 61722 | Marked run 412 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.242 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.243 | 56020 | Removed run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.243 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.243 | 56020 | Assigned run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.243 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.243 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.243 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xFd4jm +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.246 | 61735 | Added a new run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.247 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.248 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.249 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.252 | 61729 | Marked run 413 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.252 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.252 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.253 | 56024 | Recursively removing directory: /tmp/git.CgeBSf/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.254 | 61741 | Added a new run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.254 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.255 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.255 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.256 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.258 | 61744 | Added a new run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.258 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.260 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.263 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.263 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.264 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.264 | 61751 | Added a new worker 12 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.264 | 56020 | Removed run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.264 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.264 | 56020 | Assigned run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.269 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.264 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lMRP1z +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.268 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.264 | 56021 | Recursively removing directory: /tmp/git.xFd4jm/ +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.266 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.266 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.270 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.271 | 61752 | Added a new run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.271 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.271 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.274 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.275 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.275 | 61750 | Marked run 414 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.275 | 61758 | Added a new worker 12 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.275 | 56020 | Removed run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.275 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.275 | 56020 | Assigned run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.275 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.275 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.276 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cZ9zwm +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.279 | 61757 | Added a new run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.279 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.281 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.282 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.282 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.285 | 61754 | Marked run 415 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.286 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.287 | 61765 | Added a new run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.287 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.289 | 56024 | Recursively removing directory: /tmp/git.lMRP1z/ +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.291 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.291 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.291 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.293 | 61774 | Added a new run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.294 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.295 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.296 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.297 | 56021 | Recursively removing directory: /tmp/git.cZ9zwm/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.298 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.298 | 61778 | Added a new worker 13 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.298 | 56020 | Removed run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.298 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.298 | 56020 | Assigned run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.298 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.298 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.298 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zugtIT +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.299 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.299 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.301 | 61777 | Added a new run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.301 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.303 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.304 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.304 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.305 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.306 | 61781 | Added a new run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.307 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.308 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.309 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.309 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.310 | 61785 | Added a new worker 15 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.310 | 56020 | Removed run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.310 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.310 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.310 | 56020 | Assigned run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.310 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.T10aaC +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.314 | 61787 | Added a new run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.316 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.317 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.318 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.320 | 56024 | Recursively removing directory: /tmp/git.zugtIT/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.320 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.322 | 61776 | Marked run 416 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.322 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.322 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.322 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.325 | 61780 | Marked run 417 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.325 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.326 | 61794 | Added a new run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.326 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.329 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.330 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.330 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.330 | 61804 | Added a new worker 14 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.330 | 56020 | Removed run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.330 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.330 | 56020 | Assigned run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.330 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.330 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.waC0Ku +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.331 | 61803 | Added a new run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.331 | 56021 | Recursively removing directory: /tmp/git.T10aaC/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.331 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.332 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.332 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.334 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.336 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.336 | 61806 | Added a new run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.336 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.337 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.337 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.339 | 61801 | Marked run 418 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.340 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.341 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.341 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.341 | 61812 | Added a new worker 13 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.341 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.341 | 56020 | Removed run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.341 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.341 | 56020 | Assigned run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.341 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0S7GO4 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.342 | 61811 | Added a new run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.342 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.345 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.346 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.347 | 61819 | Added a new run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.347 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.348 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.349 | 56024 | Recursively removing directory: /tmp/git.waC0Ku/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.351 | 61807 | Marked run 419 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.351 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.352 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.352 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.353 | 61822 | Added a new run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.353 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.355 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.356 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.357 | 61830 | Added a new run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.358 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.358 | 56021 | Recursively removing directory: /tmp/git.0S7GO4/ +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.360 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.360 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.360 | 61833 | Added a new worker 8 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.360 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.360 | 56020 | Removed run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.360 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.360 | 56020 | Assigned run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.360 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.360 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.361 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.360 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xeevcC +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.363 | 61834 | Added a new run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.364 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.364 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.366 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.366 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.367 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.367 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.368 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.368 | 61839 | Added a new worker 15 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.368 | 61837 | Added a new run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.368 | 56020 | Removed run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.368 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.368 | 56020 | Assigned run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.368 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.368 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5RmMec +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.371 | 61831 | Marked run 420 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.372 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.373 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.374 | 61845 | Added a new run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.375 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.375 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.376 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.378 | 56024 | Recursively removing directory: /tmp/git.xeevcC/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.379 | 61836 | Marked run 421 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.379 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.379 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.380 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.380 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.381 | 61851 | Added a new run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.381 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.384 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.384 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.385 | 56021 | Recursively removing directory: /tmp/git.5RmMec/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.386 | 61858 | Added a new run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.386 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.387 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.387 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.388 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.388 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.388 | 61861 | Added a new worker 10 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.388 | 56020 | Removed run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.388 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.388 | 56020 | Assigned run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.388 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.388 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ip8l8l +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.390 | 61862 | Added a new run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.390 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.391 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.393 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.394 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.395 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.395 | 61865 | Added a new worker 12 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.395 | 56020 | Removed run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.395 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.395 | 56020 | Assigned run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.395 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.395 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7zeomJ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.397 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.397 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.400 | 61859 | Marked run 422 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.400 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.400 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.402 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.402 | 61867 | Added a new run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.402 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.405 | 61863 | Marked run 423 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.405 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.406 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.407 | 61877 | Added a new run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.407 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.407 | 56024 | Recursively removing directory: /tmp/git.Ip8l8l/ +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.409 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.409 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.409 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.411 | 61884 | Added a new run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.411 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.412 | 56021 | Recursively removing directory: /tmp/git.7zeomJ/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.413 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.414 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.414 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.414 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.415 | 61887 | Added a new run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.416 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.416 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.416 | 61888 | Added a new worker 10 to the queue +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.416 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.416 | 56020 | Removed run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.416 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.416 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.416 | 56020 | Assigned run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.417 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QUDQDW +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.418 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.419 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.420 | 61891 | Added a new run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.421 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.422 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.422 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.422 | 61893 | Added a new worker 13 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.422 | 56020 | Removed run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.422 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.422 | 56020 | Assigned run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.422 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.423 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.422 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.b5ldQg +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.424 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.424 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.427 | 61886 | Marked run 424 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.427 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.429 | 61895 | Added a new run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.429 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.429 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.430 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.432 | 61890 | Marked run 425 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.432 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.432 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.434 | 61904 | Added a new run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.434 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.435 | 56024 | Recursively removing directory: /tmp/git.QUDQDW/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.437 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.437 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.437 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.439 | 61912 | Added a new run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.440 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.440 | 56021 | Recursively removing directory: /tmp/git.b5ldQg/ +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.441 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.441 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.442 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.442 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.443 | 61914 | Added a new run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.443 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.445 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.445 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.445 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.446 | 61918 | Added a new worker 12 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.446 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.446 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.446 | 56020 | Removed run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.446 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.446 | 56020 | Assigned run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.446 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oByGju +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.447 | 61919 | Added a new run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.448 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.449 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.449 | 61921 | Added a new worker 12 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.449 | 56020 | Removed run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.449 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.449 | 56020 | Assigned run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.449 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ly6ISE +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.449 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.451 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.451 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.453 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.453 | 61922 | Added a new run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.454 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.455 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.456 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.457 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.457 | 61915 | Marked run 426 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.457 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.458 | 61927 | Added a new run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.459 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.462 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.463 | 61917 | Marked run 427 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.464 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.465 | 61936 | Added a new run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.465 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.467 | 56021 | Recursively removing directory: /tmp/git.ly6ISE/ +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.467 | 56024 | Recursively removing directory: /tmp/git.oByGju/ +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.468 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.468 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.468 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.468 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.468 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.470 | 61942 | Added a new run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.470 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.471 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.472 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.473 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.474 | 61946 | Added a new run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.474 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.475 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.475 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.475 | 61949 | Added a new worker 14 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.475 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.475 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.475 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.476 | 61948 | Added a new worker 12 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.476 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.476 | 56020 | Removed run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.476 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.476 | 56020 | Assigned run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.476 | 56020 | Removed run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.476 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.476 | 56020 | Assigned run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.477 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7cJNTT +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.477 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.478 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zcw4Qw +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.482 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.483 | 61950 | Added a new run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.483 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.483 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.484 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.484 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.486 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.487 | 61944 | Marked run 428 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.487 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.489 | 61945 | Marked run 429 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.489 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.490 | 61954 | Added a new run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.490 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.494 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.495 | 56024 | Recursively removing directory: /tmp/git.7cJNTT/ +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.496 | 56021 | Recursively removing directory: /tmp/git.zcw4Qw/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.496 | 61968 | Added a new run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.496 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.497 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.497 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.497 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.497 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.498 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.499 | 61970 | Added a new run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.500 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.502 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.502 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.502 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.504 | 61974 | Added a new run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.504 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.505 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.506 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.505 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.506 | 61976 | Added a new worker 14 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.506 | 56020 | Removed run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.506 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.506 | 56020 | Assigned run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.506 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Fsiu1l +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.506 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.506 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.506 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.507 | 61977 | Added a new worker 15 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.507 | 56020 | Removed run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.507 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.507 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.507 | 56020 | Assigned run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.507 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zpL5gd +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.508 | 61978 | Added a new run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.509 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.512 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.512 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.513 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.513 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.516 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.516 | 61972 | Marked run 430 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.517 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.518 | 61982 | Added a new run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.518 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.521 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.521 | 61973 | Marked run 431 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.521 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.523 | 61995 | Added a new run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.524 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.524 | 56021 | Recursively removing directory: /tmp/git.zpL5gd/ +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.525 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.525 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.526 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.527 | 56024 | Recursively removing directory: /tmp/git.Fsiu1l/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.528 | 61998 | Added a new run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.528 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.529 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.529 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.529 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.531 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.532 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.533 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.533 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.533 | 62003 | Added a new worker 15 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.533 | 56020 | Removed run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.533 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.533 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.533 | 56020 | Assigned run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.533 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ydj8z8 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.534 | 62001 | Added a new run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.534 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.536 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.538 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.538 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.538 | 62005 | Added a new worker 15 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.538 | 56020 | Removed run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.538 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.538 | 56020 | Assigned run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.536 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.538 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DcKmUe +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.539 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.539 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.543 | 62006 | Added a new run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.543 | 61999 | Marked run 433 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.543 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.543 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.544 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.546 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.546 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.547 | 62002 | Marked run 432 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.548 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.549 | 62016 | Added a new run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.549 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.550 | 56021 | Recursively removing directory: /tmp/git.ydj8z8/ +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.551 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.552 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.552 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.554 | 62024 | Added a new run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.555 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.555 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.556 | 56024 | Recursively removing directory: /tmp/git.DcKmUe/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.557 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.558 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.558 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.559 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.559 | 62028 | Added a new worker 12 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.559 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.559 | 56020 | Removed run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.559 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.559 | 56020 | Assigned run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.559 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.559 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iJRFt7 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.560 | 62027 | Added a new run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.560 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.563 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.563 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.564 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.565 | 62030 | Added a new run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.565 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.565 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.567 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.567 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.567 | 62034 | Added a new worker 13 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.568 | 56020 | Removed run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.568 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.568 | 56020 | Assigned run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.568 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.D3R6K1 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.568 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.569 | 62026 | Marked run 434 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.569 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.569 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.573 | 62036 | Added a new run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.573 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.574 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.575 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.576 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.577 | 56021 | Recursively removing directory: /tmp/git.iJRFt7/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.578 | 62031 | Marked run 435 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.578 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.579 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.579 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.580 | 62044 | Added a new run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.580 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.583 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.583 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.584 | 56024 | Recursively removing directory: /tmp/git.D3R6K1/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.584 | 62052 | Added a new run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.585 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.586 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.586 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.586 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.586 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.587 | 62055 | Added a new worker 8 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.587 | 56020 | Removed run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.587 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.587 | 56020 | Assigned run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.587 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.587 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.p91Q5j +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.588 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.590 | 62056 | Added a new run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.590 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.591 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.593 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.593 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.594 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.594 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.594 | 62060 | Added a new worker 16 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.594 | 56020 | Removed run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.594 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.594 | 56020 | Assigned run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.594 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WN80PR +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.594 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.595 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.595 | 62059 | Added a new run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.595 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.599 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.599 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.599 | 62053 | Marked run 436 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.600 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.600 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.601 | 62064 | Added a new run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.602 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.605 | 62057 | Marked run 437 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.605 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.606 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.607 | 62076 | Added a new run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.607 | 56021 | Recursively removing directory: /tmp/git.p91Q5j/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.608 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.609 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.609 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.610 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.611 | 56024 | Recursively removing directory: /tmp/git.WN80PR/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.612 | 62080 | Added a new run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.613 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.613 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.613 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.613 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.615 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.616 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.616 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.616 | 62084 | Added a new worker 15 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.616 | 56020 | Removed run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.616 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.616 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.616 | 56020 | Assigned run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.616 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.617 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nVUMVi +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.618 | 62083 | Added a new run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.619 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.620 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.620 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.621 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.622 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.622 | 62087 | Added a new worker 15 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.622 | 56020 | Removed run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.622 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.622 | 56020 | Assigned run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.622 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.622 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.623 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Jnm2Aq +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.624 | 62088 | Added a new run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.624 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.627 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.629 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.629 | 62085 | Marked run 439 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.629 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.630 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.630 | 62092 | Added a new run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.630 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.633 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.634 | 62081 | Marked run 438 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.634 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.635 | 62100 | Added a new run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.635 | 56021 | Recursively removing directory: /tmp/git.nVUMVi/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.636 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.637 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.637 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.638 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.640 | 62108 | Added a new run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.641 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.641 | 56024 | Recursively removing directory: /tmp/git.Jnm2Aq/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.642 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.643 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.643 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.643 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.645 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.645 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.645 | 62112 | Added a new worker 13 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.645 | 56020 | Removed run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.645 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.645 | 56020 | Assigned run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.646 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1R8kwd +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.646 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.647 | 62111 | Added a new run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.650 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.651 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.651 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.651 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.651 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.651 | 62116 | Added a new worker 14 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.651 | 56020 | Removed run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.651 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.651 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.651 | 56020 | Assigned run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.651 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.651 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yCu43K +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.652 | 62110 | Marked run 440 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.653 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.657 | 62115 | Added a new run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.657 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.657 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.658 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.660 | 62114 | Marked run 441 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.661 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.661 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.662 | 56021 | Recursively removing directory: /tmp/git.1R8kwd/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.662 | 62126 | Added a new run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.662 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.664 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.664 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.665 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.666 | 62133 | Added a new run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.667 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.668 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.669 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.670 | 56024 | Recursively removing directory: /tmp/git.yCu43K/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.671 | 62137 | Added a new run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.671 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.672 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.672 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.672 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.672 | 62138 | Added a new worker 12 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.672 | 56020 | Removed run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.672 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.672 | 56020 | Assigned run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.672 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.672 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.673 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tvfr8Z +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.676 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.677 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.678 | 62140 | Added a new run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.678 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.679 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.679 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.681 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.681 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.681 | 62136 | Marked run 442 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.681 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.681 | 62144 | Added a new worker 6 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.681 | 56020 | Removed run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.681 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.681 | 56020 | Assigned run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.682 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.682 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Rmoy1N +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.684 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.686 | 62147 | Added a new run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.686 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.688 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.689 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.689 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.692 | 56021 | Recursively removing directory: /tmp/git.tvfr8Z/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.694 | 62141 | Marked run 443 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.694 | 62153 | Added a new run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.694 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.694 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.694 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.697 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.698 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.698 | 62162 | Added a new run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.700 | 56024 | Recursively removing directory: /tmp/git.Rmoy1N/ +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.700 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.701 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.701 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.702 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.702 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.702 | 62165 | Added a new worker 8 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.702 | 56020 | Removed run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.702 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.702 | 56020 | Assigned run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.702 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.702 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CYF0Sf +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.703 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.704 | 62166 | Added a new run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.705 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.705 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.708 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.708 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.709 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.709 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.709 | 62170 | Added a new worker 15 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.709 | 56020 | Removed run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.709 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.709 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.709 | 56020 | Assigned run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.709 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.j0RfxJ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.710 | 62169 | Added a new run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.710 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.710 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.714 | 62163 | Marked run 444 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.714 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.714 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.714 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.715 | 62173 | Added a new run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.715 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.716 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.718 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.721 | 62168 | Marked run 445 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.721 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.722 | 62180 | Added a new run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.722 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.723 | 56021 | Recursively removing directory: /tmp/git.CYF0Sf/ +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.725 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.725 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.725 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.727 | 62190 | Added a new run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.727 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.727 | 56024 | Recursively removing directory: /tmp/git.j0RfxJ/ +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.729 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.729 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.729 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.730 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.731 | 62193 | Added a new run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.731 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.732 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.732 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.733 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.733 | 62196 | Added a new worker 12 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.733 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.733 | 56020 | Removed run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.733 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.733 | 56020 | Assigned run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.733 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.brjstU +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.734 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.736 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.737 | 62197 | Added a new run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.737 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.737 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.738 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.738 | 62198 | Added a new worker 11 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.739 | 56020 | Removed run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.739 | 56020 | Removed worker 11 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.739 | 56020 | Assigned run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.739 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.739 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VZxubj +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.740 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.740 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.742 | 62192 | Marked run 446 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.742 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.744 | 62201 | Added a new run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.744 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.745 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.746 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.747 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.747 | 62195 | Marked run 447 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.747 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.749 | 62208 | Added a new run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.750 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.751 | 56021 | Recursively removing directory: /tmp/git.brjstU/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.752 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.753 | 62216 | Added a new run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.754 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.754 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.754 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.756 | 56024 | Recursively removing directory: /tmp/git.VZxubj/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.756 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.758 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.758 | 62220 | Added a new run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.758 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.758 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.759 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.761 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.762 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.762 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.762 | 62224 | Added a new worker 15 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.762 | 56020 | Removed run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.762 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.762 | 56020 | Assigned run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.762 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.762 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5Sz47r +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.762 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.764 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.764 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.765 | 62226 | Added a new worker 15 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.765 | 56020 | Removed run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.765 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.765 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.765 | 56020 | Assigned run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.765 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UWYg80 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.769 | 62223 | Added a new run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.769 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.772 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.773 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.773 | 62221 | Marked run 448 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.773 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.773 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.774 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.774 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.777 | 62225 | Marked run 449 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.777 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.778 | 62228 | Added a new run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.778 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.781 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.783 | 62244 | Added a new run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.783 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.784 | 56024 | Recursively removing directory: /tmp/git.UWYg80/ +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.785 | 56021 | Recursively removing directory: /tmp/git.5Sz47r/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.786 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.786 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.786 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.786 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.786 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.787 | 62246 | Added a new run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.788 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.790 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.791 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.791 | 62248 | Added a new run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.791 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.791 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.793 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.794 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.794 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.794 | 62253 | Added a new worker 16 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.795 | 62252 | Added a new run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.795 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.795 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.795 | 62254 | Added a new worker 8 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.796 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.794 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.796 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6YeIee +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.796 | 56020 | Removed run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.796 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.796 | 56020 | Assigned run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.796 | 56020 | Removed run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.796 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.796 | 56020 | Assigned run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.798 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.798 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4zxWBC +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.801 | 62256 | Added a new run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.802 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.803 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.804 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.804 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.805 | 62249 | Marked run 451 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.805 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.805 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.805 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.808 | 62250 | Marked run 450 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.808 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.809 | 62259 | Added a new run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.810 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.812 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.814 | 62273 | Added a new run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.814 | 56024 | Recursively removing directory: /tmp/git.6YeIee/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.814 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.816 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.816 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.816 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.817 | 56021 | Recursively removing directory: /tmp/git.4zxWBC/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.818 | 62276 | Added a new run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.818 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.819 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.819 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.820 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.821 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.822 | 62279 | Added a new run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.822 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.823 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.824 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.824 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.824 | 62282 | Added a new worker 12 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.824 | 56020 | Removed run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.824 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.824 | 56020 | Assigned run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.824 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.824 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CsdI9I +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.825 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.826 | 62283 | Added a new run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.827 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.827 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.829 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.830 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.830 | 62285 | Added a new worker 15 to the queue +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.830 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.830 | 56020 | Removed run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.830 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.830 | 56020 | Assigned run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.830 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.830 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2H6RGl +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.832 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.832 | 62286 | Added a new run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.833 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.835 | 62278 | Marked run 452 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.836 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.837 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.837 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.838 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.840 | 62281 | Marked run 453 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.840 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.841 | 62291 | Added a new run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.841 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.842 | 56024 | Recursively removing directory: /tmp/git.CsdI9I/ +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.843 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.843 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.844 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.846 | 62302 | Added a new run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.846 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.847 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.849 | 56021 | Recursively removing directory: /tmp/git.2H6RGl/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.849 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.851 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.851 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.851 | 62308 | Added a new worker 14 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.851 | 56020 | Removed run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.851 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.851 | 56020 | Assigned run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.851 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.851 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KSMHHa +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.852 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.852 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.852 | 62307 | Added a new run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.853 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.855 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.856 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.857 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.857 | 62310 | Added a new run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.857 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.858 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.859 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.860 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.860 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.860 | 62315 | Added a new worker 15 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.860 | 56020 | Removed run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.860 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.860 | 56020 | Assigned run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.861 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.861 | 62306 | Marked run 454 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.862 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.860 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EshQKU +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.863 | 62314 | Added a new run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.865 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.866 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.867 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.867 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.870 | 62311 | Marked run 455 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.870 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.871 | 56024 | Recursively removing directory: /tmp/git.KSMHHa/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.872 | 62323 | Added a new run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.872 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.873 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.873 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.875 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.877 | 62332 | Added a new run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.877 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.877 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.878 | 56021 | Recursively removing directory: /tmp/git.EshQKU/ +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.879 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.879 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.881 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.881 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.881 | 62336 | Added a new worker 10 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.881 | 56020 | Removed run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.881 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.881 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.881 | 56020 | Assigned run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.881 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.881 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FfB5ts +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.882 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.884 | 62337 | Added a new run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.884 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.886 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.886 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.887 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.888 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.888 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.888 | 62340 | Added a new worker 14 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.888 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.888 | 56020 | Removed run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.888 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.888 | 56020 | Assigned run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.888 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7J8Bqi +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.890 | 62341 | Added a new run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.890 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.893 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.893 | 62333 | Marked run 456 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.893 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.894 | 62346 | Added a new run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.895 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.895 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.896 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.897 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.898 | 62338 | Marked run 457 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.898 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.900 | 62353 | Added a new run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.900 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.901 | 56024 | Recursively removing directory: /tmp/git.FfB5ts/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.903 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.903 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.903 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.904 | 62361 | Added a new run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.904 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.907 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.908 | 56021 | Recursively removing directory: /tmp/git.7J8Bqi/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.908 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.910 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.910 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.910 | 62365 | Added a new worker 11 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.910 | 56020 | Removed run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.910 | 56020 | Removed worker 11 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.910 | 56020 | Assigned run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.910 | 62364 | Added a new run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.910 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.910 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.W0DHRJ +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.910 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.910 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.913 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.915 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.915 | 62367 | Added a new run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.916 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.916 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.917 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.919 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.919 | 62371 | Added a new worker 15 to the queue +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.919 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.920 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.920 | 56020 | Removed run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.920 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.920 | 56020 | Assigned run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.920 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.920 | 62363 | Marked run 458 as finished +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.920 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.as89yV +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.920 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.922 | 62372 | Added a new run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.922 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.925 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.927 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.928 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.929 | 56024 | Recursively removing directory: /tmp/git.W0DHRJ/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.929 | 62368 | Marked run 459 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.929 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.930 | 62379 | Added a new run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.931 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.931 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.931 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.933 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.935 | 62386 | Added a new run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.935 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.935 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.938 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.938 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.938 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.938 | 62392 | Added a new worker 12 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.938 | 56020 | Removed run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.938 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.938 | 56020 | Assigned run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.939 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.939 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jmX74r +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.940 | 62393 | Added a new run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.940 | 56021 | Recursively removing directory: /tmp/git.as89yV/ +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.942 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.942 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.944 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.941 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.944 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.946 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.946 | 62395 | Added a new run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.946 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.947 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.949 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.949 | 62390 | Marked run 460 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.949 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.950 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.950 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.950 | 62402 | Added a new worker 13 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.950 | 56020 | Removed run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.950 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.950 | 56020 | Assigned run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.951 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.951 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QpGRbE +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.952 | 62400 | Added a new run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.952 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.956 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.956 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.957 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.958 | 62408 | Added a new run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.958 | 56024 | Recursively removing directory: /tmp/git.jmX74r/ +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.959 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.960 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.960 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.961 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.961 | 62398 | Marked run 461 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.962 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.963 | 62412 | Added a new run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.963 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.965 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.965 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.967 | 62420 | Added a new run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.967 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.968 | 56021 | Recursively removing directory: /tmp/git.QpGRbE/ +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.969 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.969 | 62422 | Added a new worker 10 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.969 | 56020 | Removed run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.969 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.969 | 56020 | Assigned run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.969 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.969 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TOZpDF +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.969 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.970 | 56021 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.970 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.971 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.973 | 62423 | Added a new run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.974 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.974 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.975 | 56024 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.975 | 56024 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.977 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.977 | 56021 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.978 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.978 | 62428 | Added a new worker 15 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.978 | 56020 | Removed run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.978 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.978 | 56020 | Assigned run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.978 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.978 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5ZXZeK +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.980 | 62419 | Marked run 462 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.981 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.985 | 56021 | Checking out revision HEAD +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.982 | 62427 | Added a new run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.985 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.987 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.989 | 56024 | Recursively removing directory: /tmp/git.TOZpDF/ +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.990 | 56024 | Process exit code: 0 +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.990 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:08 | INFO | 56021/cimple-worker: 2024-04-25 03:45:08.992 | 56021 | Going to run: ./ci +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.993 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.995 | 62424 | Marked run 463 as finished +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.995 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.996 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.996 | 62441 | Added a new worker 13 to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.996 | 56020 | Removed run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.996 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.996 | 56020 | Assigned run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.997 | 62436 | Added a new run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.997 | 56018 | Waiting for new connections +2024-04-25 03:45:08 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:08 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:08 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.996 | 56024 | Waiting for a new command +2024-04-25 03:45:08 | INFO | 56024/cimple-worker: 2024-04-25 03:45:08.996 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0wDoFI +2024-04-25 03:45:08 | INFO | 56018/cimple-server: 2024-04-25 03:45:08.999 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.000 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.001 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.002 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.003 | 62447 | Added a new run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.004 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.005 | 56021 | Recursively removing directory: /tmp/git.5ZXZeK/ +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.006 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.006 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.006 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.007 | 62438 | Marked run 464 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.007 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.008 | 62451 | Added a new run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.009 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.010 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.012 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.013 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.013 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.013 | 62459 | Added a new run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.013 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.014 | 62460 | Added a new worker 8 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.014 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.014 | 56020 | Removed run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.014 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.014 | 56020 | Assigned run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.014 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.X3fsPN +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.016 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.016 | 56024 | Recursively removing directory: /tmp/git.0wDoFI/ +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.019 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.019 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.019 | 62462 | Added a new run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.020 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.020 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.021 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.022 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.023 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.024 | 62458 | Marked run 465 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.024 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.025 | 62465 | Added a new run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.025 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.027 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.027 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.027 | 62472 | Added a new worker 8 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.028 | 56020 | Removed run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.028 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.028 | 56020 | Assigned run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.028 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.028 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.StfuUw +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.028 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.030 | 62473 | Added a new run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.030 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.033 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.033 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.035 | 56021 | Recursively removing directory: /tmp/git.X3fsPN/ +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.035 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.036 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.036 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.039 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.040 | 62477 | Added a new run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.041 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.041 | 62466 | Marked run 466 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.041 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.043 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.043 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.043 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.043 | 62488 | Added a new worker 13 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.043 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.043 | 56020 | Removed run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.043 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.044 | 56020 | Assigned run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.044 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3vVQQ7 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.044 | 62487 | Added a new run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.047 | 56024 | Recursively removing directory: /tmp/git.StfuUw/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.048 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.049 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.050 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.050 | 62490 | Added a new run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.051 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.050 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.050 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.053 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.054 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.054 | 62481 | Marked run 467 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.054 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.055 | 62494 | Added a new run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.056 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.057 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.057 | 62502 | Added a new worker 9 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.057 | 56020 | Removed run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.057 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.057 | 56020 | Assigned run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.057 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.058 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XIngZA +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.059 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.060 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.061 | 56021 | Recursively removing directory: /tmp/git.3vVQQ7/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.062 | 62503 | Added a new run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.063 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.063 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.063 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.064 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.065 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.066 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.067 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.068 | 62496 | Marked run 468 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.068 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.069 | 62506 | Added a new run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.069 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.070 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.070 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.072 | 62515 | Added a new worker 8 to the queue +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.072 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SW4KJd +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.072 | 56020 | Removed run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.072 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.072 | 56020 | Assigned run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.072 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.072 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.075 | 62516 | Added a new run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.075 | 56024 | Recursively removing directory: /tmp/git.XIngZA/ +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.076 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.077 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.077 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.077 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.078 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.079 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.081 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.082 | 62508 | Marked run 469 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.082 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.083 | 62519 | Added a new run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.083 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.085 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.085 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.085 | 62528 | Added a new worker 8 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.085 | 56020 | Removed run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.085 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.085 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.085 | 56020 | Assigned run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.085 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mkKz53 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.087 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.088 | 56021 | Recursively removing directory: /tmp/git.SW4KJd/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.089 | 62529 | Added a new run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.090 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.090 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.090 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.091 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.092 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.092 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.094 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.095 | 62522 | Marked run 470 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.096 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.097 | 62531 | Added a new run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.097 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.098 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.098 | 62539 | Added a new worker 8 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.098 | 56020 | Removed run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.098 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.098 | 56020 | Assigned run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.098 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.100 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.098 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.098 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CahpqX +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.102 | 62542 | Added a new run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.102 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.105 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.105 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.106 | 56024 | Recursively removing directory: /tmp/git.mkKz53/ +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.106 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.108 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.108 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.108 | 62533 | Marked run 471 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.109 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.110 | 62544 | Added a new run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.110 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.112 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.113 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.114 | 62554 | Added a new run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.115 | 56021 | Recursively removing directory: /tmp/git.CahpqX/ +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.115 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.115 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.115 | 62556 | Added a new worker 10 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.115 | 56020 | Removed run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.115 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.115 | 56020 | Assigned run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.116 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.115 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.116 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zbvJDO +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.116 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.116 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.118 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.120 | 62557 | Added a new run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.121 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.121 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.121 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.122 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.123 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.124 | 62561 | Added a new run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.124 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.126 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.126 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.126 | 62564 | Added a new worker 13 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.126 | 56020 | Removed run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.126 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.126 | 56020 | Assigned run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.126 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5Fg4nu +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.127 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.127 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.128 | 62553 | Marked run 472 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.128 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.130 | 62565 | Added a new run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.131 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.132 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.133 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.134 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.135 | 56024 | Recursively removing directory: /tmp/git.zbvJDO/ +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.137 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.137 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.138 | 62573 | Added a new run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.138 | 62559 | Marked run 473 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.139 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.141 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.141 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.142 | 56021 | Recursively removing directory: /tmp/git.5Fg4nu/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.143 | 62582 | Added a new run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.143 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.144 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.144 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.145 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.145 | 62584 | Added a new worker 10 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.145 | 56020 | Removed run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.145 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.145 | 56020 | Assigned run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.146 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.145 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.145 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8jhSra +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.146 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.148 | 62585 | Added a new run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.149 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.149 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.151 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.151 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.152 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.153 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.153 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.153 | 62590 | Added a new worker 15 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.153 | 56020 | Removed run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.153 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.153 | 56020 | Assigned run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.153 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.153 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TMn5dG +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.154 | 62588 | Added a new run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.154 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.156 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.161 | 62581 | Marked run 474 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.161 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.162 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.162 | 56024 | Recursively removing directory: /tmp/git.8jhSra/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.162 | 62594 | Added a new run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.163 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.163 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.165 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.165 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.166 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.167 | 62587 | Marked run 475 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.167 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.168 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.168 | 62602 | Added a new run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.168 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.171 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.172 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.172 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.172 | 62611 | Added a new worker 14 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.172 | 56020 | Removed run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.172 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.172 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.172 | 56020 | Assigned run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.172 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YwPpVx +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.172 | 62610 | Added a new run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.173 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.175 | 56021 | Recursively removing directory: /tmp/git.TMn5dG/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.177 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.177 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.177 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.177 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.178 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.179 | 62613 | Added a new run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.179 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.181 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.182 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.182 | 62606 | Marked run 476 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.183 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.184 | 62618 | Added a new run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.184 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.185 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.185 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.187 | 62625 | Added a new worker 8 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.187 | 56020 | Removed run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.187 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.187 | 56020 | Assigned run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.187 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3rVy0U +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.188 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.189 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.189 | 56024 | Recursively removing directory: /tmp/git.YwPpVx/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.191 | 62626 | Added a new run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.191 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.191 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.191 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.193 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.194 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.194 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.195 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.196 | 62617 | Marked run 477 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.196 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.197 | 62628 | Added a new run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.197 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.199 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.199 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.199 | 62634 | Added a new worker 8 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.199 | 56020 | Removed run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.199 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.199 | 56020 | Assigned run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.199 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.199 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xCAXcV +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.200 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.201 | 62637 | Added a new run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.202 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.205 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.205 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.206 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.206 | 56021 | Recursively removing directory: /tmp/git.3rVy0U/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.207 | 62641 | Added a new run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.207 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.209 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.209 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.211 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.212 | 62630 | Marked run 478 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.212 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.212 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.213 | 62646 | Added a new run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.213 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.216 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.216 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.216 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.216 | 62653 | Added a new worker 12 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.216 | 56020 | Removed run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.216 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.216 | 56020 | Assigned run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.216 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.217 | 56024 | Recursively removing directory: /tmp/git.xCAXcV/ +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.217 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gcK1JX +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.218 | 62654 | Added a new run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.221 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.221 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.219 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.219 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.222 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.223 | 62656 | Added a new run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.223 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.223 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.224 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.226 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.226 | 62649 | Marked run 479 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.227 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.227 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.227 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.227 | 62662 | Added a new worker 13 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.228 | 56020 | Removed run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.228 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.228 | 56020 | Assigned run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.228 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.228 | 62661 | Added a new run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.228 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.228 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DuQOTb +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.231 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.233 | 62669 | Added a new run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.234 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.235 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.235 | 56021 | Recursively removing directory: /tmp/git.gcK1JX/ +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.236 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.236 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.237 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.237 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.238 | 62657 | Marked run 480 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.239 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.239 | 62671 | Added a new run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.239 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.241 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.242 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.244 | 62680 | Added a new run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.244 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.244 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.245 | 62682 | Added a new worker 12 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.245 | 56020 | Removed run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.245 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.245 | 56020 | Assigned run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.245 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.245 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Pq9LbM +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.247 | 56024 | Recursively removing directory: /tmp/git.DuQOTb/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.248 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.248 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.248 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.248 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.249 | 62684 | Added a new run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.250 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.250 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.251 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.253 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.253 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.256 | 62687 | Added a new run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.256 | 62676 | Marked run 481 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.257 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.257 | 62694 | Added a new worker 6 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.257 | 56020 | Removed run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.257 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.257 | 56020 | Assigned run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.257 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.256 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.257 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AJpSnU +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.260 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.262 | 62697 | Added a new run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.263 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.263 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.264 | 56021 | Recursively removing directory: /tmp/git.Pq9LbM/ +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.264 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.265 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.266 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.266 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.267 | 62688 | Marked run 482 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.267 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.268 | 62700 | Added a new run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.268 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.270 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.271 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.272 | 62709 | Added a new run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.273 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.273 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.273 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.274 | 62711 | Added a new worker 10 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.274 | 56020 | Removed run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.274 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.274 | 56020 | Assigned run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.274 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.95w0mt +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.275 | 56024 | Recursively removing directory: /tmp/git.AJpSnU/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.275 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.276 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.276 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.277 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.278 | 62712 | Added a new run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.280 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.280 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.281 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.281 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.283 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.284 | 62706 | Marked run 483 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.284 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.285 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.285 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5I1jNI +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.285 | 62716 | Added a new run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.285 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.285 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.285 | 62719 | Added a new worker 8 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.285 | 56020 | Removed run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.285 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.285 | 56020 | Assigned run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.288 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.288 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.290 | 62725 | Added a new run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.290 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.290 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.291 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.294 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.295 | 56021 | Recursively removing directory: /tmp/git.95w0mt/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.295 | 62715 | Marked run 484 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.295 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.297 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.297 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.297 | 62728 | Added a new run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.297 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.300 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.301 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.302 | 56024 | Recursively removing directory: /tmp/git.5I1jNI/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.302 | 62736 | Added a new run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.302 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.303 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.303 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.304 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.304 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.304 | 62739 | Added a new worker 8 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.304 | 56020 | Removed run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.304 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.305 | 56020 | Assigned run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.305 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wv1cc9 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.305 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.306 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.307 | 62740 | Added a new run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.308 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.309 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.310 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.311 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.311 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.312 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.312 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.312 | 62745 | Added a new worker 15 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.312 | 56020 | Removed run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.312 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.312 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.312 | 56020 | Assigned run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.312 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qDtkfL +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.315 | 62737 | Marked run 485 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.315 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.316 | 62744 | Added a new run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.316 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.318 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.318 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.320 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.323 | 56021 | Recursively removing directory: /tmp/git.wv1cc9/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.324 | 62742 | Marked run 486 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.324 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.325 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.325 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.326 | 62754 | Added a new run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.326 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.329 | 56024 | Recursively removing directory: /tmp/git.qDtkfL/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.329 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.330 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.331 | 62762 | Added a new run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.331 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.331 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.331 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.333 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.333 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.333 | 62765 | Added a new worker 8 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.333 | 56020 | Removed run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.333 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.333 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.333 | 56020 | Assigned run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.334 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3lxmG7 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.334 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.335 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.336 | 62766 | Added a new run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.336 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.338 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.338 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.338 | 62769 | Added a new worker 8 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.339 | 56020 | Removed run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.339 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.339 | 56020 | Assigned run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.339 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.339 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GWkGc9 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.339 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.341 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.341 | 62770 | Added a new run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.342 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.342 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.345 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.346 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.347 | 62763 | Marked run 487 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.347 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.347 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.348 | 62774 | Added a new run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.348 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.351 | 62767 | Marked run 488 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.352 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.353 | 62783 | Added a new run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.353 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.355 | 56021 | Recursively removing directory: /tmp/git.3lxmG7/ +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.356 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.356 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.356 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.358 | 56024 | Recursively removing directory: /tmp/git.GWkGc9/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.359 | 62790 | Added a new run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.359 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.360 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.360 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.360 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.362 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.363 | 62793 | Added a new run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.363 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.364 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.364 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.364 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.364 | 62796 | Added a new worker 12 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.364 | 56020 | Removed run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.364 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.364 | 56020 | Assigned run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.364 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.365 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WjLwBo +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.366 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.367 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.367 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.368 | 62797 | Added a new run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.368 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.369 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XlH87k +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.368 | 62798 | Added a new worker 10 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.368 | 56020 | Removed run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.368 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.369 | 56020 | Assigned run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.370 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.372 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.372 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.374 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.374 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.375 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.377 | 62800 | Added a new run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.377 | 62792 | Marked run 489 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.377 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.380 | 62795 | Marked run 490 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.380 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.381 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.383 | 62814 | Added a new run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.383 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.385 | 56021 | Recursively removing directory: /tmp/git.WjLwBo/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.386 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.386 | 56024 | Recursively removing directory: /tmp/git.XlH87k/ +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.387 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.387 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.387 | 62818 | Added a new run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.388 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.388 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.389 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.390 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.390 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.391 | 62820 | Added a new run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.391 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.392 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.394 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.394 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.394 | 62824 | Added a new worker 12 to the queue +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.394 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pZDz49 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.394 | 56020 | Removed run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.394 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.394 | 56020 | Assigned run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.395 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.395 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.396 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.396 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.396 | 62826 | Added a new worker 8 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.397 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.397 | 62825 | Added a new run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.397 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.397 | 56020 | Removed run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.397 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.397 | 56020 | Assigned run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.398 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mkhiBZ +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.400 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.401 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.404 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.404 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.405 | 62821 | Marked run 491 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.405 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.405 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.408 | 62822 | Marked run 492 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.408 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.410 | 62829 | Added a new run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.410 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.413 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.415 | 56021 | Recursively removing directory: /tmp/git.pZDz49/ +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.415 | 56024 | Recursively removing directory: /tmp/git.mkhiBZ/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.415 | 62844 | Added a new run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.416 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.417 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.417 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.417 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.417 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.418 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.420 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.420 | 62846 | Added a new run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.421 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.423 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.423 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.423 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.423 | 62851 | Added a new worker 15 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.423 | 56020 | Removed run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.423 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.423 | 56020 | Assigned run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.424 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.424 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.424 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gBMSEw +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.424 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.424 | 62852 | Added a new worker 16 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.424 | 56020 | Removed run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.424 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.425 | 56020 | Assigned run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.425 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.429 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.425 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.l5kYd5 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.429 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.430 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.430 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.430 | 62850 | Added a new run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.431 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.434 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.435 | 62847 | Marked run 494 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.436 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.437 | 62859 | Added a new run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.437 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.440 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.440 | 62848 | Marked run 493 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.440 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.442 | 62870 | Added a new run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.442 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.443 | 56021 | Recursively removing directory: /tmp/git.l5kYd5/ +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.443 | 56024 | Recursively removing directory: /tmp/git.gBMSEw/ +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.444 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.444 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.445 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.445 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.445 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.446 | 62872 | Added a new run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.446 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.448 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.448 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.449 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.451 | 62876 | Added a new run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.451 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.451 | 62877 | Added a new worker 14 to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.451 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.452 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.451 | 56020 | Removed run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.451 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.451 | 56020 | Assigned run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.452 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.452 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.452 | 62879 | Added a new worker 10 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.453 | 56020 | Removed run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.453 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.453 | 56020 | Assigned run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.453 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OKBpVd +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.453 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.455 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.455 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XIMLFX +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.459 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.459 | 62880 | Added a new run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.459 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.460 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.462 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.462 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.463 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.463 | 62875 | Marked run 495 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.464 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.465 | 62883 | Added a new run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.465 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.468 | 62874 | Marked run 496 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.468 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.468 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.470 | 62895 | Added a new run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.470 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.472 | 56021 | Recursively removing directory: /tmp/git.OKBpVd/ +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.473 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.473 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.474 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.475 | 56024 | Recursively removing directory: /tmp/git.XIMLFX/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.475 | 62900 | Added a new run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.476 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.477 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.477 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.479 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.479 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.479 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.480 | 62904 | Added a new worker 13 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.480 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.480 | 56020 | Removed run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.480 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.480 | 56020 | Assigned run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.480 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ba8TNj +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.480 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.481 | 62903 | Added a new run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.481 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.484 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.484 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.485 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.486 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.486 | 62907 | Added a new worker 15 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.486 | 56020 | Removed run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.486 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.486 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.486 | 56020 | Assigned run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.486 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ERlhoI +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.487 | 62908 | Added a new run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.489 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.487 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.491 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.492 | 62901 | Marked run 498 as finished +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.492 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.492 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.493 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.496 | 62916 | Added a new run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.496 | 62905 | Marked run 497 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.496 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.497 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.499 | 56021 | Recursively removing directory: /tmp/git.Ba8TNj/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.500 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.501 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.501 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.502 | 62926 | Added a new run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.502 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.503 | 56024 | Recursively removing directory: /tmp/git.ERlhoI/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.505 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.505 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.505 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.505 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.506 | 62929 | Added a new run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.507 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.508 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.508 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.508 | 62931 | Added a new worker 10 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.508 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.508 | 56020 | Removed run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.508 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.509 | 56020 | Assigned run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.509 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ddyDzW +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.510 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.510 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.511 | 62933 | Added a new run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.512 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.513 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.513 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.513 | 62935 | Added a new worker 12 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.513 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.513 | 56020 | Removed run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.513 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.513 | 56020 | Assigned run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.513 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LOlEsj +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.514 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.515 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.515 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.517 | 62936 | Added a new run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.518 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.519 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.520 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.522 | 62928 | Marked run 499 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.522 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.522 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.525 | 62932 | Marked run 500 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.526 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.526 | 56021 | Recursively removing directory: /tmp/git.ddyDzW/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.526 | 62946 | Added a new run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.527 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.528 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.528 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.529 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.530 | 56024 | Recursively removing directory: /tmp/git.LOlEsj/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.531 | 62954 | Added a new run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.532 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.532 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.532 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.532 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.534 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.535 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.535 | 62957 | Added a new run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.536 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.536 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.536 | 62959 | Added a new worker 14 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.536 | 56020 | Removed run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.536 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.536 | 56020 | Assigned run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.536 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.536 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pMlyZp +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.537 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.539 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.539 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.539 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.539 | 62961 | Added a new worker 15 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.540 | 56020 | Removed run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.540 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.540 | 56020 | Assigned run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.540 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.540 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JKZka6 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.542 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.543 | 62962 | Added a new run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.543 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.543 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.546 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.549 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.550 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.550 | 62965 | Added a new run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.551 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.551 | 62955 | Marked run 501 as finished +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.551 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.553 | 56021 | Recursively removing directory: /tmp/git.pMlyZp/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.554 | 62958 | Marked run 502 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.554 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.555 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.555 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.555 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.556 | 62976 | Added a new run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.556 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.559 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.559 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.561 | 56024 | Recursively removing directory: /tmp/git.JKZka6/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.561 | 62983 | Added a new run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.561 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.562 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.562 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.563 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.563 | 62985 | Added a new worker 10 to the queue +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.563 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.563 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NMF063 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.563 | 56020 | Removed run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.563 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.563 | 56020 | Assigned run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.564 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.565 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.566 | 62986 | Added a new run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.566 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.567 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.568 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.569 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.569 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.571 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.571 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.571 | 62991 | Added a new worker 15 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.571 | 56020 | Removed run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.571 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.571 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.571 | 56020 | Assigned run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.571 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Y61LvS +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.573 | 62982 | Marked run 503 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.574 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.574 | 62990 | Added a new run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.575 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.577 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.578 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.578 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.580 | 56021 | Recursively removing directory: /tmp/git.NMF063/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.580 | 62999 | Added a new run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.580 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.582 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.582 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.584 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.584 | 62987 | Marked run 504 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.584 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.585 | 63006 | Added a new run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.585 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.587 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.588 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.588 | 56024 | Recursively removing directory: /tmp/git.Y61LvS/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.589 | 63011 | Added a new run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.590 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.590 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.590 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.590 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.591 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.591 | 63013 | Added a new worker 10 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.591 | 56020 | Removed run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.591 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.591 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.591 | 56020 | Assigned run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.591 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5tFJvc +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.592 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.594 | 63014 | Added a new run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.594 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.594 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.597 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.597 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.598 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.598 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.598 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.598 | 63019 | Added a new worker 15 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.598 | 56020 | Removed run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.598 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.598 | 56020 | Assigned run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.599 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.599 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uyHvJ2 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.600 | 63017 | Added a new run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.601 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.603 | 63010 | Marked run 505 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.604 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.604 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.605 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.605 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.608 | 63015 | Marked run 506 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.608 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.609 | 63025 | Added a new run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.609 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.609 | 56021 | Recursively removing directory: /tmp/git.5tFJvc/ +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.611 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.611 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.612 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.614 | 63036 | Added a new run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.615 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.615 | 56024 | Recursively removing directory: /tmp/git.uyHvJ2/ +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.615 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.616 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.616 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.617 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.618 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.618 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.618 | 63040 | Added a new worker 13 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.618 | 56020 | Removed run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.618 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.618 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.618 | 56020 | Assigned run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.619 | 63039 | Added a new run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.619 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0fyWs0 +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.620 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.620 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.622 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.624 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.624 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.624 | 63044 | Added a new worker 13 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.624 | 56020 | Removed run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.624 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.624 | 56020 | Assigned run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.624 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.624 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ua8vTf +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.624 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.625 | 63043 | Added a new run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.626 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.626 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.629 | 63037 | Marked run 507 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.629 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.629 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.630 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.630 | 63047 | Added a new run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.631 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.631 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.633 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.633 | 63042 | Marked run 508 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.634 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.635 | 63051 | Added a new run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.635 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.638 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.640 | 63064 | Added a new run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.640 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.641 | 56024 | Recursively removing directory: /tmp/git.Ua8vTf/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.643 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.642 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.642 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.642 | 56021 | Recursively removing directory: /tmp/git.0fyWs0/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.644 | 63066 | Added a new run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.645 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.645 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.645 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.645 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.647 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.648 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.649 | 63069 | Added a new run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.649 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.649 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.649 | 63071 | Added a new worker 10 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.649 | 56020 | Removed run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.649 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.649 | 56020 | Assigned run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.649 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.649 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.650 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WZ3UNm +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.651 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.651 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.652 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.653 | 63073 | Added a new worker 14 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.653 | 56020 | Removed run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.653 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.653 | 56020 | Assigned run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.653 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Jy2Zcr +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.653 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.655 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.656 | 63074 | Added a new run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.656 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.657 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.659 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.660 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.661 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.662 | 63068 | Marked run 510 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.662 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.664 | 63070 | Marked run 509 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.665 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.666 | 63077 | Added a new run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.666 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.668 | 56024 | Recursively removing directory: /tmp/git.WZ3UNm/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.669 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.670 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.670 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.671 | 63092 | Added a new run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.672 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.673 | 56021 | Recursively removing directory: /tmp/git.Jy2Zcr/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.673 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.674 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.675 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.675 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.675 | 63094 | Added a new run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.675 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.678 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.678 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.678 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.678 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.678 | 63099 | Added a new worker 15 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.678 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.678 | 56020 | Removed run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.678 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.678 | 56020 | Assigned run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.678 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rRT35D +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.680 | 63097 | Added a new run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.680 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.683 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.683 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.683 | 63101 | Added a new worker 15 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.683 | 56020 | Removed run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.683 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.683 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.683 | 56020 | Assigned run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.681 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.683 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lM5nA9 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.685 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.686 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.687 | 63102 | Added a new run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.688 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.690 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.691 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.691 | 63095 | Marked run 511 as finished +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.691 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.692 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.694 | 63098 | Marked run 512 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.695 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.696 | 63107 | Added a new run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.696 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.697 | 56024 | Recursively removing directory: /tmp/git.rRT35D/ +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.699 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.699 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.700 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.702 | 63120 | Added a new run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.702 | 56021 | Recursively removing directory: /tmp/git.lM5nA9/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.702 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.703 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.703 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.703 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.704 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.706 | 63123 | Added a new run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.706 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.706 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.706 | 63124 | Added a new worker 8 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.706 | 56020 | Removed run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.706 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.706 | 56020 | Assigned run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.706 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.706 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.707 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Hv8jJz +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.707 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.709 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.710 | 63127 | Added a new run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.711 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.712 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.713 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.714 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.714 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.714 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.714 | 63131 | Added a new worker 15 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.714 | 56020 | Removed run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.714 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.714 | 56020 | Assigned run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.714 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.715 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hEssmP +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.717 | 63122 | Marked run 513 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.718 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.719 | 63130 | Added a new run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.719 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.720 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.721 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.722 | 63126 | Marked run 514 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.722 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.723 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.723 | 56024 | Recursively removing directory: /tmp/git.Hv8jJz/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.725 | 63140 | Added a new run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.725 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.725 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.725 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.728 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.729 | 63148 | Added a new run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.729 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.730 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.731 | 56021 | Recursively removing directory: /tmp/git.hEssmP/ +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.732 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.732 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.733 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.733 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.733 | 63151 | Added a new worker 12 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.733 | 56020 | Removed run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.733 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.733 | 56020 | Assigned run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.733 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.733 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.733 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0BbSZQ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.734 | 63152 | Added a new run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.736 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.736 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.738 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.739 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.739 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.740 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.740 | 63156 | Added a new worker 16 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.740 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.740 | 56020 | Removed run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.740 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.740 | 56020 | Assigned run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.740 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.urrFd9 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.740 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.744 | 63149 | Marked run 515 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.744 | 63155 | Added a new run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.744 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.747 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.747 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.748 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.749 | 63154 | Marked run 516 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.750 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.751 | 63164 | Added a new run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.751 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.751 | 56024 | Recursively removing directory: /tmp/git.0BbSZQ/ +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.753 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.753 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.754 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.755 | 63172 | Added a new run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.755 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.760 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.760 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PGwK7h +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.765 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.766 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.779 | 56024 | Recursively removing directory: /tmp/git.PGwK7h/ +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.781 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.781 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.760 | 56021 | Recursively removing directory: /tmp/git.urrFd9/ +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.762 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.762 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.772 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.772 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BB6ByA +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.781 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.782 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.757 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.759 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.760 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.760 | 63178 | Added a new worker 13 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.760 | 56020 | Removed run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.760 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.760 | 56020 | Assigned run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.761 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.762 | 63177 | Added a new run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.762 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.767 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.769 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.772 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.772 | 63185 | Added a new worker 15 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.772 | 56020 | Removed run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.772 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.772 | 56020 | Assigned run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.773 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.777 | 63176 | Marked run 517 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.777 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.782 | 63181 | Marked run 518 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.783 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.783 | 63182 | Added a new run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.784 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.785 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.786 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.788 | 63194 | Added a new run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.788 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.789 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.789 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.789 | 63199 | Added a new worker 10 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.789 | 56020 | Removed run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.790 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.o9Fbzz +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.789 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.789 | 56020 | Assigned run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.791 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.791 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.793 | 63202 | Added a new run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.794 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.796 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.797 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.797 | 56021 | Recursively removing directory: /tmp/git.BB6ByA/ +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.797 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.799 | 63193 | Marked run 519 as finished +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.799 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.799 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.799 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.800 | 63204 | Added a new run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.800 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.802 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.803 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.804 | 63214 | Added a new run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.805 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.806 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.806 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.807 | 63216 | Added a new worker 10 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.807 | 56020 | Removed run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.807 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.807 | 56020 | Assigned run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.807 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.806 | 56024 | Recursively removing directory: /tmp/git.o9Fbzz/ +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.807 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mhDyT2 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.808 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.808 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.808 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.810 | 63217 | Added a new run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.810 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.812 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.813 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.813 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.814 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.815 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.815 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.815 | 63222 | Added a new worker 15 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.816 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.816 | 56020 | Removed run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.816 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.816 | 56020 | Assigned run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.816 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.goS2MP +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.816 | 63211 | Marked run 520 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.816 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.817 | 63220 | Added a new run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.818 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.821 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.821 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.822 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.823 | 63228 | Added a new run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.823 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.826 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.827 | 56021 | Recursively removing directory: /tmp/git.mhDyT2/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.828 | 63219 | Marked run 521 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.828 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.830 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.830 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.830 | 63234 | Added a new run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.830 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.833 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.833 | 56024 | Recursively removing directory: /tmp/git.goS2MP/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.834 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.834 | 63241 | Added a new run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.834 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.835 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.835 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.837 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.838 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.838 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.838 | 63245 | Added a new worker 13 to the queue +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.838 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.B8okwd +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.838 | 56020 | Removed run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.838 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.838 | 56020 | Assigned run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.839 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.839 | 63244 | Added a new run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.839 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.840 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.843 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.843 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.843 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.843 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.843 | 63249 | Added a new worker 14 to the queue +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.844 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.844 | 56020 | Removed run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.844 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.844 | 56020 | Assigned run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.844 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nimwug +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.845 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.846 | 63248 | Added a new run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.847 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.849 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.850 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.851 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.853 | 63254 | Added a new run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.853 | 63242 | Marked run 522 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.853 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.856 | 63246 | Marked run 523 as finished +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.856 | 56021 | Recursively removing directory: /tmp/git.B8okwd/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.856 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.857 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.858 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.858 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.859 | 63265 | Added a new run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.859 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.861 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.862 | 63269 | Added a new run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.862 | 56024 | Recursively removing directory: /tmp/git.nimwug/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.863 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.864 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.864 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.865 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.866 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.866 | 63272 | Added a new run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.866 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.866 | 63273 | Added a new worker 12 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.866 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.867 | 56020 | Removed run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.867 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.867 | 56020 | Assigned run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.867 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.867 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.s1SqIM +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.868 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.870 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.871 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.871 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.872 | 63277 | Added a new worker 13 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.872 | 56020 | Removed run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.872 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.872 | 56020 | Assigned run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.872 | 63276 | Added a new run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.872 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jFZQcf +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.873 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.874 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.875 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.875 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.877 | 63270 | Marked run 524 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.878 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.878 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.879 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.879 | 63279 | Added a new run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.880 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.883 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.885 | 63275 | Marked run 525 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.885 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.886 | 63290 | Added a new run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.887 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.888 | 56021 | Recursively removing directory: /tmp/git.s1SqIM/ +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.889 | 56024 | Recursively removing directory: /tmp/git.jFZQcf/ +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.889 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.889 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.890 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.890 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.890 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.891 | 63297 | Added a new run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.891 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.893 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.893 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.894 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.895 | 63301 | Added a new run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.895 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.896 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.896 | 63303 | Added a new worker 12 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.897 | 56020 | Removed run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.897 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.897 | 56020 | Assigned run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.897 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.897 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.898 | 63304 | Added a new worker 16 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.898 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.898 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.898 | 56020 | Removed run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.898 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.898 | 56020 | Assigned run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.899 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.amhQ6S +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.903 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.904 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.896 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.897 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SiTfk9 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.903 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.903 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.905 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.907 | 63299 | Marked run 526 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.907 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.910 | 63300 | Marked run 527 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.911 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.912 | 63305 | Added a new run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.912 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.914 | 56024 | Recursively removing directory: /tmp/git.amhQ6S/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.915 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.916 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.916 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.917 | 63321 | Added a new run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.917 | 56021 | Recursively removing directory: /tmp/git.SiTfk9/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.917 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.919 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.919 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.919 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.920 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.921 | 63324 | Added a new run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.922 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.922 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.923 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.923 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.923 | 63327 | Added a new worker 12 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.923 | 56020 | Removed run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.923 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.923 | 56020 | Assigned run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.923 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.924 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cwIEi4 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.925 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.926 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.926 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.926 | 63329 | Added a new worker 16 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.926 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.927 | 56020 | Removed run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.927 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.927 | 56020 | Assigned run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.927 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fIXZtS +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.929 | 63328 | Added a new run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.929 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.930 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.931 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.933 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.933 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.934 | 63323 | Marked run 529 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.934 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.935 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.937 | 63326 | Marked run 528 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.937 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.938 | 63332 | Added a new run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.938 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.941 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.943 | 56024 | Recursively removing directory: /tmp/git.cwIEi4/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.943 | 63347 | Added a new run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.944 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.945 | 56021 | Recursively removing directory: /tmp/git.fIXZtS/ +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.945 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.945 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.946 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.946 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.946 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.948 | 63349 | Added a new run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.948 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.949 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.950 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.950 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.951 | 63353 | Added a new run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.952 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.952 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.952 | 63354 | Added a new worker 14 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.952 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.952 | 56020 | Removed run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.952 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.952 | 56020 | Assigned run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.952 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.olL0Zf +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.953 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.953 | 63356 | Added a new worker 14 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.953 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.954 | 56020 | Removed run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.954 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.954 | 56020 | Assigned run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.954 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oAtIq4 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.954 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.956 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.958 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.960 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.960 | 63357 | Added a new run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.960 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.962 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.963 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.963 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.964 | 63351 | Marked run 530 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.964 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.965 | 63362 | Added a new run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.965 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.968 | 63352 | Marked run 531 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.968 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.969 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.971 | 63373 | Added a new run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.971 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.971 | 56021 | Recursively removing directory: /tmp/git.oAtIq4/ +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.972 | 56021 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.972 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.973 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.974 | 56024 | Recursively removing directory: /tmp/git.olL0Zf/ +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.975 | 63377 | Added a new run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.976 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.976 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.976 | 56024 | Process exit code: 0 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.976 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.978 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.979 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.979 | 56021 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.980 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.980 | 63382 | Added a new worker 15 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.980 | 56020 | Removed run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.980 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.980 | 56020 | Assigned run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.980 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.980 | 63380 | Added a new run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.980 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0PhOEl +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.980 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.983 | 56024 | Waiting for a new command +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.983 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.983 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.983 | 63385 | Added a new worker 14 to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.984 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.984 | 56020 | Removed run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.984 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.984 | 56020 | Assigned run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.984 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lS5gjP +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.986 | 56021 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56021/cimple-worker: 2024-04-25 03:45:09.987 | 56021 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.988 | 63384 | Added a new run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.989 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.990 | 56024 | Checking out revision HEAD +2024-04-25 03:45:09 | INFO | 56024/cimple-worker: 2024-04-25 03:45:09.991 | 56024 | Going to run: ./ci +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.991 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.993 | 63378 | Marked run 533 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.993 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.997 | 63381 | Marked run 532 as finished +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.998 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.999 | 63389 | Added a new run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:09 | INFO | 56018/cimple-server: 2024-04-25 03:45:09.999 | 56018 | Waiting for new connections +2024-04-25 03:45:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.000 | 56021 | Recursively removing directory: /tmp/git.0PhOEl/ +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.002 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.002 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.002 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.004 | 63403 | Added a new run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.004 | 56024 | Recursively removing directory: /tmp/git.lS5gjP/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.004 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.005 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.005 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.006 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.007 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.008 | 63406 | Added a new run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.008 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.009 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.009 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.009 | 63408 | Added a new worker 10 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.010 | 56020 | Removed run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.010 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.010 | 56020 | Assigned run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.010 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.010 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NsdwDB +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.011 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.012 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.013 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.013 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.013 | 63411 | Added a new worker 16 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.014 | 56020 | Removed run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.014 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.014 | 56020 | Assigned run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.014 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.014 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SDEKh4 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.015 | 63410 | Added a new run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.015 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.016 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.017 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.019 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.020 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.021 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.022 | 63414 | Added a new run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.022 | 63405 | Marked run 534 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.023 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.026 | 63409 | Marked run 535 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.026 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.027 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.028 | 63427 | Added a new run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.029 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.029 | 56021 | Recursively removing directory: /tmp/git.NsdwDB/ +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.030 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.030 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.032 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.032 | 56024 | Recursively removing directory: /tmp/git.SDEKh4/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.033 | 63431 | Added a new run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.034 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.034 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.034 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.034 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.036 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.037 | 63434 | Added a new run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.038 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.038 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.038 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.038 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.039 | 63436 | Added a new worker 12 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.039 | 56020 | Removed run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.039 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.039 | 56020 | Assigned run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.039 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.039 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.t7bN8I +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.040 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.042 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.042 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.042 | 63439 | Added a new worker 15 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.042 | 56020 | Removed run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.042 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.042 | 56020 | Assigned run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.042 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.043 | 63438 | Added a new run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.044 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.044 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.z5df2M +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.045 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.046 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.046 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.050 | 63433 | Marked run 536 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.050 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.051 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.051 | 63442 | Added a new run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.052 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.052 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.054 | 63437 | Marked run 537 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.055 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.055 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.056 | 63451 | Added a new run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.056 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.056 | 56021 | Recursively removing directory: /tmp/git.t7bN8I/ +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.058 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.058 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.059 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.061 | 63459 | Added a new run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.062 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.062 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.063 | 56024 | Recursively removing directory: /tmp/git.z5df2M/ +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.064 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.064 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.064 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.065 | 63462 | Added a new run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.065 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.066 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.066 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.066 | 63464 | Added a new worker 10 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.066 | 56020 | Removed run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.066 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.067 | 56020 | Assigned run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.067 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.067 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ds0ncw +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.068 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.068 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.070 | 63466 | Added a new run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.070 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.072 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.072 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.072 | 63468 | Added a new worker 12 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.072 | 56020 | Removed run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.072 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.072 | 56020 | Assigned run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.072 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.isLTMP +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.073 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.073 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.074 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.074 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.077 | 63461 | Marked run 538 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.077 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.078 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.079 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.082 | 63465 | Marked run 539 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.082 | 63469 | Added a new run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.082 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.082 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.085 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.086 | 56021 | Recursively removing directory: /tmp/git.ds0ncw/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.086 | 63484 | Added a new run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.086 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.087 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.087 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.089 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.090 | 56024 | Recursively removing directory: /tmp/git.isLTMP/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.091 | 63487 | Added a new run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.091 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.092 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.092 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.092 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.094 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.095 | 63490 | Added a new run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.095 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.095 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.095 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.096 | 63491 | Added a new worker 10 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.096 | 56020 | Removed run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.096 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.096 | 56020 | Assigned run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.096 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.096 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.096 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4terGI +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.098 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.100 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.100 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.100 | 63495 | Added a new worker 16 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.100 | 56020 | Removed run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.100 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.100 | 56020 | Assigned run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.101 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.101 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SlNll9 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.101 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.102 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.102 | 63494 | Added a new run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.103 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.107 | 63489 | Marked run 540 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.107 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.107 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.107 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.108 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.113 | 56021 | Recursively removing directory: /tmp/git.4terGI/ +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.114 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.114 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.116 | 63493 | Marked run 541 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.116 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.117 | 63502 | Added a new run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.118 | 56024 | Recursively removing directory: /tmp/git.SlNll9/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.118 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.119 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.119 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.119 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.120 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.121 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.122 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.122 | 63515 | Added a new worker 13 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.122 | 56020 | Removed run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.122 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.122 | 56020 | Assigned run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.122 | 63514 | Added a new run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.122 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.122 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.122 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rNiLVR +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.123 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.125 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.126 | 63518 | Added a new run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.127 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.127 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.127 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.127 | 63520 | Added a new worker 12 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.127 | 56020 | Removed run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.127 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.127 | 56020 | Assigned run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.128 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.128 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.129 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RfPL9l +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.130 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.130 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.132 | 63513 | Marked run 542 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.133 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.134 | 63521 | Added a new run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.134 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.135 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.135 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.137 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.138 | 63517 | Marked run 543 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.139 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.140 | 63531 | Added a new run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.140 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.141 | 56021 | Recursively removing directory: /tmp/git.rNiLVR/ +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.142 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.142 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.143 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.145 | 63539 | Added a new run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.145 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.146 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.147 | 56024 | Recursively removing directory: /tmp/git.RfPL9l/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.148 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.149 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.149 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.149 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.149 | 63542 | Added a new run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.149 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.149 | 63543 | Added a new worker 8 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.150 | 56020 | Removed run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.150 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.150 | 56020 | Assigned run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.150 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.149 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.150 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mMlnTj +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.153 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.153 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.154 | 63545 | Added a new run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.155 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.156 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.157 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.158 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.158 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.158 | 63549 | Added a new worker 13 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.158 | 63541 | Marked run 544 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.158 | 56020 | Removed run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.158 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.158 | 56020 | Assigned run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.159 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Y5yGo9 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.159 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.159 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.159 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.160 | 63550 | Added a new run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.161 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.164 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.164 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.164 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.166 | 63558 | Added a new run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.166 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.169 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.169 | 63546 | Marked run 545 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.169 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.170 | 56021 | Recursively removing directory: /tmp/git.mMlnTj/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.171 | 63563 | Added a new run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.171 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.172 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.172 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.173 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.175 | 56024 | Recursively removing directory: /tmp/git.Y5yGo9/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.175 | 63569 | Added a new run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.175 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.176 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.177 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.177 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.178 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.179 | 63572 | Added a new run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.179 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.180 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.180 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.180 | 63574 | Added a new worker 14 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.180 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.180 | 56020 | Removed run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.180 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.180 | 56020 | Assigned run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.180 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VJt3Fa +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.181 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.183 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.183 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.184 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.184 | 63577 | Added a new worker 15 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.184 | 56020 | Removed run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.184 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.184 | 56020 | Assigned run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.185 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.186 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.188 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.184 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bwh8Lp +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.188 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.189 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.190 | 63576 | Added a new run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.191 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.194 | 63571 | Marked run 546 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.195 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.197 | 63573 | Marked run 547 as finished +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.197 | 56021 | Recursively removing directory: /tmp/git.VJt3Fa/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.197 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.199 | 63591 | Added a new run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.199 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.199 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.199 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.200 | 56024 | Recursively removing directory: /tmp/git.bwh8Lp/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.202 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.202 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.202 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.203 | 63595 | Added a new run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.203 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.203 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.206 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.207 | 63598 | Added a new run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.207 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.207 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.207 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.207 | 63600 | Added a new worker 14 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.208 | 56020 | Removed run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.208 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.208 | 56020 | Assigned run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.208 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.208 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7cwimq +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.208 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.210 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.211 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.211 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.211 | 63603 | Added a new worker 14 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.211 | 56020 | Removed run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.211 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.211 | 56020 | Assigned run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.211 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Buq70U +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.212 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.214 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.215 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.217 | 63602 | Added a new run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.217 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.218 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.219 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.220 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.220 | 63596 | Marked run 548 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.221 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.223 | 63599 | Marked run 549 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.224 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.225 | 56021 | Recursively removing directory: /tmp/git.7cwimq/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.225 | 63611 | Added a new run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.226 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.227 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.227 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.229 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.230 | 63621 | Added a new run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.231 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.230 | 56024 | Recursively removing directory: /tmp/git.Buq70U/ +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.231 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.232 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.232 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.233 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.234 | 63624 | Added a new run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.235 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.235 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.235 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.236 | 63626 | Added a new worker 10 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.236 | 56020 | Removed run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.236 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.236 | 56020 | Assigned run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.236 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.236 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8jyfmD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.236 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.238 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.240 | 63628 | Added a new run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.240 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.240 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.240 | 63629 | Added a new worker 14 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.240 | 56020 | Removed run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.240 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.240 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.240 | 56020 | Assigned run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.240 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.241 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hINUcc +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.242 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.244 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.245 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.246 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.247 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.248 | 63623 | Marked run 550 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.248 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.252 | 63627 | Marked run 551 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.253 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.254 | 63632 | Added a new run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.254 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.256 | 56021 | Recursively removing directory: /tmp/git.8jyfmD/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.257 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.257 | 56024 | Recursively removing directory: /tmp/git.hINUcc/ +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.257 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.257 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.259 | 63647 | Added a new run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.259 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.259 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.259 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.261 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.262 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.262 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.263 | 63650 | Added a new run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.263 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.265 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.265 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.265 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.265 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.266 | 63654 | Added a new worker 14 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.266 | 56020 | Removed run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.266 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.266 | 56020 | Assigned run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.266 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.266 | 63653 | Added a new worker 10 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.266 | 56020 | Removed run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.266 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.266 | 56020 | Assigned run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.267 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kTuF8k +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.267 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.267 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1hRLIM +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.268 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.271 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.273 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.273 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.274 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.275 | 63649 | Marked run 552 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.276 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.276 | 63655 | Added a new run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.277 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.280 | 63651 | Marked run 553 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.280 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.280 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.281 | 63669 | Added a new run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.282 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.284 | 56024 | Recursively removing directory: /tmp/git.1hRLIM/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.284 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.286 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.286 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.286 | 63673 | Added a new run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.287 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.287 | 56021 | Recursively removing directory: /tmp/git.kTuF8k/ +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.288 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.288 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.289 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.290 | 63675 | Added a new run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.291 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.291 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.292 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.293 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.294 | 63679 | Added a new run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.294 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.294 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.294 | 63680 | Added a new worker 14 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.294 | 56020 | Removed run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.294 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.294 | 56020 | Assigned run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.295 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qM2Kom +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.296 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.296 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.296 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.297 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.298 | 63682 | Added a new worker 15 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.298 | 56020 | Removed run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.298 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.298 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.298 | 56020 | Assigned run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.298 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9V47CQ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.299 | 63683 | Added a new run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.300 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.301 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.302 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.304 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.305 | 63676 | Marked run 554 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.305 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.306 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.307 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.308 | 63678 | Marked run 555 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.308 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.309 | 63686 | Added a new run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.310 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.312 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.313 | 56024 | Recursively removing directory: /tmp/git.qM2Kom/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.314 | 63699 | Added a new run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.314 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.315 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.315 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.316 | 56021 | Recursively removing directory: /tmp/git.9V47CQ/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.317 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.318 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.318 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.319 | 63703 | Added a new run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.319 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.319 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.321 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.322 | 63706 | Added a new run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.323 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.323 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.323 | 63707 | Added a new worker 14 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.323 | 56020 | Removed run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.323 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.323 | 56020 | Assigned run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.324 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.324 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.323 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CR2CId +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.326 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.327 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.327 | 63711 | Added a new worker 15 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.327 | 56020 | Removed run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.327 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.327 | 56020 | Assigned run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.327 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.327 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.giJlvW +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.328 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.328 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.329 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.331 | 63710 | Added a new run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.331 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.333 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.334 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.334 | 63704 | Marked run 556 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.334 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.335 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.337 | 63709 | Marked run 557 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.337 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.339 | 63715 | Added a new run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.339 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.341 | 56024 | Recursively removing directory: /tmp/git.CR2CId/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.342 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.343 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.343 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.344 | 63729 | Added a new run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.344 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.345 | 56021 | Recursively removing directory: /tmp/git.giJlvW/ +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.347 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.347 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.347 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.347 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.348 | 63731 | Added a new run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.348 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.350 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.350 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.350 | 63734 | Added a new worker 10 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.350 | 56020 | Removed run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.350 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.350 | 56020 | Assigned run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.350 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.351 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.351 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.351 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CIXanF +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.353 | 63736 | Added a new run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.353 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.354 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.356 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.356 | 63738 | Added a new worker 13 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.356 | 56020 | Removed run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.356 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.356 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.356 | 56020 | Assigned run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.356 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.356 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3cVrCR +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.357 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.358 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.359 | 63732 | Marked run 558 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.359 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.363 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.364 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.364 | 63735 | Marked run 559 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.365 | 63739 | Added a new run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.365 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.366 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.367 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.369 | 56024 | Recursively removing directory: /tmp/git.CIXanF/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.369 | 63750 | Added a new run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.371 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.371 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.371 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.372 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.374 | 56021 | Recursively removing directory: /tmp/git.3cVrCR/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.374 | 63757 | Added a new run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.374 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.375 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.375 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.375 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.377 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.378 | 63760 | Added a new run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.378 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.379 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.379 | 63761 | Added a new worker 8 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.379 | 56020 | Removed run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.379 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.379 | 56020 | Assigned run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.379 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.379 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CZwc0Z +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.380 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.382 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.383 | 63764 | Added a new run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.383 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.383 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.384 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.384 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.385 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.386 | 63765 | Added a new worker 10 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.386 | 56020 | Removed run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.386 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.386 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.386 | 56020 | Assigned run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.387 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MxqvG5 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.387 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.391 | 63759 | Marked run 560 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.391 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.392 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.392 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.395 | 63763 | Marked run 561 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.395 | 63768 | Added a new run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.395 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.398 | 56024 | Recursively removing directory: /tmp/git.CZwc0Z/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.399 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.401 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.401 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.401 | 63783 | Added a new run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.401 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.402 | 56021 | Recursively removing directory: /tmp/git.MxqvG5/ +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.403 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.403 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.404 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.405 | 63785 | Added a new run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.405 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.406 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.407 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.408 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.408 | 63788 | Added a new run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.409 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.409 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.409 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KAz3WN +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.409 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.409 | 63790 | Added a new worker 10 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.409 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.409 | 56020 | Removed run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.409 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.409 | 56020 | Assigned run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.411 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.411 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.412 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IjBKUh +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.411 | 63792 | Added a new worker 10 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.411 | 56020 | Removed run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.411 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.411 | 56020 | Assigned run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.413 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.413 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.414 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.416 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.416 | 63793 | Added a new run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.417 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.417 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.418 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.420 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.423 | 63787 | Marked run 562 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.423 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.426 | 63789 | Marked run 563 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.426 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.427 | 63797 | Added a new run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.427 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.430 | 56024 | Recursively removing directory: /tmp/git.KAz3WN/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.431 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.432 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.432 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.433 | 56021 | Recursively removing directory: /tmp/git.IjBKUh/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.433 | 63811 | Added a new run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.434 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.435 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.435 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.436 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.436 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.438 | 63814 | Added a new run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.438 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.439 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.439 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.439 | 63816 | Added a new worker 12 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.439 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.439 | 56020 | Removed run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.439 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.439 | 56020 | Assigned run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.439 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.439 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.C15PaU +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.442 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.442 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.442 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.442 | 63819 | Added a new worker 15 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.442 | 56020 | Removed run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.442 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.442 | 56020 | Assigned run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.442 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VhQd9L +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.444 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.445 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.445 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.447 | 63818 | Added a new run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.447 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.448 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.449 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.451 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.451 | 63813 | Marked run 564 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.452 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.452 | 63826 | Added a new run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.453 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.456 | 63815 | Marked run 565 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.456 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.457 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.458 | 56024 | Recursively removing directory: /tmp/git.C15PaU/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.459 | 63837 | Added a new run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.459 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.460 | 56021 | Recursively removing directory: /tmp/git.VhQd9L/ +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.460 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.460 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.461 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.461 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.461 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.463 | 63839 | Added a new run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.463 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.464 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.465 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.466 | 63842 | Added a new run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.466 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.466 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.468 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.468 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.468 | 63845 | Added a new worker 12 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.468 | 56020 | Removed run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.468 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.468 | 56020 | Assigned run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.468 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EMuHyn +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.469 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.469 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.470 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.470 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.470 | 63847 | Added a new worker 14 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.470 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.470 | 56020 | Removed run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.470 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.471 | 56020 | Assigned run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.471 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FPt9H2 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.473 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.474 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.477 | 63846 | Added a new run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.477 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.477 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.478 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.480 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.480 | 63841 | Marked run 566 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.481 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.484 | 63843 | Marked run 567 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.484 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.485 | 63853 | Added a new run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.485 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.486 | 56024 | Recursively removing directory: /tmp/git.EMuHyn/ +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.488 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.488 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.488 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.489 | 56021 | Recursively removing directory: /tmp/git.FPt9H2/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.490 | 63865 | Added a new run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.490 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.491 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.491 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.492 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.492 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.494 | 63868 | Added a new run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.494 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.495 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.495 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.495 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.496 | 63870 | Added a new worker 12 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.496 | 56020 | Removed run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.496 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.496 | 56020 | Assigned run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.496 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.x66SNT +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.497 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.497 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.499 | 63872 | Added a new run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.499 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.499 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.499 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.502 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.502 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.502 | 63873 | Added a new worker 15 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.503 | 56020 | Removed run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.503 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.503 | 56020 | Assigned run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.503 | 63867 | Marked run 568 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.503 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.503 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.503 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bqpaMw +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.503 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.507 | 63875 | Added a new run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.507 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.509 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.510 | 63871 | Marked run 569 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.510 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.510 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.511 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.512 | 63885 | Added a new run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.513 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.515 | 56024 | Recursively removing directory: /tmp/git.x66SNT/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.515 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.517 | 63889 | Added a new run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.518 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.517 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.517 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.520 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.521 | 56021 | Recursively removing directory: /tmp/git.bqpaMw/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.521 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.522 | 63895 | Added a new run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.522 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.523 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.523 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.525 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.525 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.525 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.525 | 63899 | Added a new worker 12 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.525 | 56020 | Removed run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.525 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.525 | 56020 | Assigned run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.525 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.525 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jLjPiK +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.527 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.527 | 63898 | Added a new run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.527 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.530 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.530 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.530 | 63902 | Added a new worker 8 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.530 | 56020 | Removed run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.530 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.530 | 56020 | Assigned run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.531 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.530 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.64Wfls +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.531 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.533 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.533 | 63903 | Added a new run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.533 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.534 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.537 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.538 | 63896 | Marked run 570 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.538 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.538 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.539 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.541 | 63900 | Marked run 571 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.541 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.543 | 56024 | Recursively removing directory: /tmp/git.jLjPiK/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.544 | 63907 | Added a new run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.544 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.545 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.545 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.547 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.548 | 63921 | Added a new run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.548 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.549 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.551 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.552 | 56021 | Recursively removing directory: /tmp/git.64Wfls/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.552 | 63924 | Added a new run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.553 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.553 | 63926 | Added a new worker 12 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.553 | 56020 | Removed run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.553 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.553 | 56020 | Assigned run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.554 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.554 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.555 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.556 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.553 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.554 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XGNAaz +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.556 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.557 | 63927 | Added a new run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.557 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.559 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.560 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.560 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.561 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.562 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.562 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.562 | 63932 | Added a new worker 15 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.562 | 56020 | Removed run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.562 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.562 | 56020 | Assigned run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.562 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.D0zd1D +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.563 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.563 | 63923 | Marked run 572 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.563 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.565 | 63930 | Added a new run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.566 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.568 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.568 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.569 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.572 | 63929 | Marked run 573 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.572 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.573 | 56024 | Recursively removing directory: /tmp/git.XGNAaz/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.574 | 63941 | Added a new run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.574 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.575 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.575 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.577 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.578 | 56021 | Recursively removing directory: /tmp/git.D0zd1D/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.578 | 63949 | Added a new run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.579 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.579 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.580 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.580 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.581 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.582 | 63952 | Added a new run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.582 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.583 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.583 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.583 | 63954 | Added a new worker 10 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.583 | 56020 | Removed run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.583 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.583 | 56020 | Assigned run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.583 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RZZSLw +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.584 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.584 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.586 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.588 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.588 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.588 | 63957 | Added a new worker 15 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.588 | 56020 | Removed run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.588 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.588 | 56020 | Assigned run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.589 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.589 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qemrIh +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.589 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.590 | 63956 | Added a new run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.590 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.592 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.593 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.595 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.596 | 63951 | Marked run 574 as finished +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.596 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.596 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.598 | 63955 | Marked run 575 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.599 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.600 | 63961 | Added a new run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.600 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.601 | 56024 | Recursively removing directory: /tmp/git.RZZSLw/ +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.603 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.603 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.603 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.605 | 63975 | Added a new run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.605 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.606 | 56021 | Recursively removing directory: /tmp/git.qemrIh/ +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.607 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.607 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.607 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.608 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.609 | 63978 | Added a new run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.609 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.610 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.611 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.611 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.611 | 63981 | Added a new worker 12 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.611 | 56020 | Removed run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.611 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.611 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.611 | 56020 | Assigned run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.611 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8GBt45 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.614 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.614 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.615 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.615 | 63983 | Added a new worker 15 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.615 | 56020 | Removed run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.615 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.615 | 56020 | Assigned run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.615 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.616 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.616 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BsczOU +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.617 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.617 | 63982 | Added a new run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.619 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.621 | 63977 | Marked run 576 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.621 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.622 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.623 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.624 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.625 | 63980 | Marked run 577 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.626 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.626 | 63987 | Added a new run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.627 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.629 | 56024 | Recursively removing directory: /tmp/git.8GBt45/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.629 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.631 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.631 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.631 | 63997 | Added a new run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.632 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.634 | 56021 | Recursively removing directory: /tmp/git.BsczOU/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.635 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.635 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.636 | 64003 | Added a new run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.636 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.637 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.637 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.639 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.639 | 64006 | Added a new worker 8 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.639 | 56020 | Removed run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.639 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.639 | 56020 | Assigned run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.639 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.639 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.g781bz +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.640 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.640 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.640 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.641 | 64007 | Added a new run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.642 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.644 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.644 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.644 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.645 | 64010 | Added a new worker 12 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.645 | 56020 | Removed run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.645 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.645 | 56020 | Assigned run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.645 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.645 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tODQpB +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.646 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.647 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.650 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.651 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.652 | 64004 | Marked run 578 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.653 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.655 | 64008 | Marked run 579 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.655 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.656 | 64012 | Added a new run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.657 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.657 | 56024 | Recursively removing directory: /tmp/git.g781bz/ +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.658 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.658 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.660 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.661 | 64027 | Added a new run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.661 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.663 | 56021 | Recursively removing directory: /tmp/git.tODQpB/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.663 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.664 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.664 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.664 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.665 | 64030 | Added a new run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.665 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.667 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.667 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.667 | 64032 | Added a new worker 10 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.667 | 56020 | Removed run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.667 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.667 | 56020 | Assigned run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.667 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.42HB6d +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.668 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.668 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.669 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.670 | 64033 | Added a new run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.670 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.672 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.672 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.672 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.673 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.673 | 64036 | Added a new worker 15 to the queue +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.674 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.674 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.674 | 56020 | Removed run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.674 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.674 | 56020 | Assigned run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.674 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZlvuLa +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.675 | 64037 | Added a new run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.675 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.680 | 64029 | Marked run 580 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.680 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.680 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.680 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.682 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.683 | 64034 | Marked run 581 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.684 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.684 | 56024 | Recursively removing directory: /tmp/git.42HB6d/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.685 | 64044 | Added a new run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.685 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.686 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.686 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.688 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.689 | 64054 | Added a new run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.689 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.690 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.692 | 56021 | Recursively removing directory: /tmp/git.ZlvuLa/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.694 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.694 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.694 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.694 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.694 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.694 | 64059 | Added a new worker 13 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.694 | 56020 | Removed run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.694 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.694 | 56020 | Assigned run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.694 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.695 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PoCBm8 +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.695 | 64058 | Added a new run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.696 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.698 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.698 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.699 | 64061 | Added a new run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.700 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.700 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.702 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.702 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.702 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.703 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.703 | 64065 | Added a new worker 15 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.703 | 56020 | Removed run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.703 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.703 | 56020 | Assigned run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.703 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.klTDaW +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.703 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.704 | 64057 | Marked run 582 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.704 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.706 | 64066 | Added a new run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.707 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.709 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.710 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.710 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.711 | 64074 | Added a new run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.712 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.713 | 56024 | Recursively removing directory: /tmp/git.PoCBm8/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.714 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.714 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.714 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.715 | 64062 | Marked run 583 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.716 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.717 | 64078 | Added a new run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.718 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.718 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.720 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.721 | 56021 | Recursively removing directory: /tmp/git.klTDaW/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.721 | 64086 | Added a new run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.722 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.722 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.722 | 64088 | Added a new worker 10 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.722 | 56020 | Removed run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.722 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.722 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.722 | 56020 | Assigned run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.723 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.723 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.722 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.723 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YD6Hr1 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.725 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.727 | 64089 | Added a new run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.727 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.728 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.728 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.729 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.730 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.731 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.731 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bUzFwc +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.731 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.731 | 64094 | Added a new worker 15 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.731 | 56020 | Removed run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.731 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.731 | 56020 | Assigned run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.731 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.734 | 64085 | Marked run 584 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.735 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.736 | 64093 | Added a new run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.736 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.736 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.737 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.739 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.741 | 56024 | Recursively removing directory: /tmp/git.YD6Hr1/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.742 | 64091 | Marked run 585 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.742 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.743 | 64103 | Added a new run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.743 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.743 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.744 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.746 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.747 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.748 | 64111 | Added a new run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.748 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.749 | 56021 | Recursively removing directory: /tmp/git.bUzFwc/ +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.750 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.750 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.751 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.751 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.751 | 64115 | Added a new worker 13 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.751 | 56020 | Removed run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.751 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.751 | 56020 | Assigned run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.751 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.752 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.D231KU +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.752 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.753 | 64114 | Added a new run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.754 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.754 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.757 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.757 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.758 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.758 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.758 | 64119 | Added a new worker 15 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.758 | 56020 | Removed run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.758 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.758 | 56020 | Assigned run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.758 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.758 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sTiOnA +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.758 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.760 | 64118 | Added a new run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.760 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.763 | 64112 | Marked run 586 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.763 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.763 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.765 | 64124 | Added a new run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.765 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.768 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.768 | 64117 | Marked run 587 as finished +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.769 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.769 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.770 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.770 | 64130 | Added a new run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.770 | 56024 | Recursively removing directory: /tmp/git.D231KU/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.770 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.772 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.772 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.773 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.774 | 64133 | Added a new run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.774 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.775 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.776 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.777 | 64140 | Added a new run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.778 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.780 | 56021 | Recursively removing directory: /tmp/git.sTiOnA/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.781 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.781 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.781 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.781 | 64145 | Added a new worker 12 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.781 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.781 | 56020 | Removed run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.781 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.781 | 56020 | Assigned run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.782 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oIQ89u +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.782 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.782 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.783 | 64144 | Added a new run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.784 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.786 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.787 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.788 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.789 | 64137 | Marked run 588 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.789 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.789 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.790 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.790 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.790 | 64149 | Added a new worker 13 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.790 | 56020 | Removed run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.790 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.790 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.790 | 56020 | Assigned run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.790 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iSFGZj +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.791 | 64148 | Added a new run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.792 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.795 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.795 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.796 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.796 | 64154 | Added a new run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.797 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.799 | 64147 | Marked run 589 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.800 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.800 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.801 | 56024 | Recursively removing directory: /tmp/git.oIQ89u/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.801 | 64162 | Added a new run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.803 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.803 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.803 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.804 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.806 | 64169 | Added a new run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.807 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.807 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.808 | 56021 | Recursively removing directory: /tmp/git.iSFGZj/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.809 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.810 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.810 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.810 | 64173 | Added a new worker 13 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.810 | 56020 | Removed run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.810 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.810 | 56020 | Assigned run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.810 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.810 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9e5Gcu +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.811 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.811 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.811 | 64172 | Added a new run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.811 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.814 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.815 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.816 | 64175 | Added a new run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.816 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.816 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.817 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.819 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.819 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.819 | 64179 | Added a new worker 15 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.819 | 56020 | Removed run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.819 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.819 | 56020 | Assigned run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.819 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.819 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.819 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DdqWw5 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.820 | 64171 | Marked run 590 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.820 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.822 | 64180 | Added a new run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.822 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.824 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.826 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.827 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.829 | 56024 | Recursively removing directory: /tmp/git.9e5Gcu/ +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.830 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.831 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.831 | 64176 | Marked run 591 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.831 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.832 | 64188 | Added a new run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.832 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.834 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.835 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.836 | 64198 | Added a new run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.837 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.838 | 56021 | Recursively removing directory: /tmp/git.DdqWw5/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.838 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.838 | 64200 | Added a new worker 10 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.838 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.839 | 56020 | Removed run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.839 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.839 | 56020 | Assigned run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.839 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.839 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.840 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.838 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.839 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.skGeGU +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.841 | 64201 | Added a new run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.842 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.843 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.844 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.845 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.845 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.846 | 64204 | Added a new run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.846 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.847 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.847 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.847 | 64206 | Added a new worker 13 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.847 | 56020 | Removed run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.847 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.847 | 56020 | Assigned run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.848 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.848 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DKhO2C +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.850 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.852 | 64197 | Marked run 592 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.853 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.854 | 64210 | Added a new run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.855 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.856 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.856 | 56024 | Recursively removing directory: /tmp/git.skGeGU/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.858 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.858 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.858 | 64203 | Marked run 593 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.859 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.859 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.859 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.860 | 64216 | Added a new run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.860 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.862 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.863 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.864 | 64224 | Added a new run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.865 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.866 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.866 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.867 | 64228 | Added a new worker 10 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.867 | 56020 | Removed run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.867 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.867 | 56020 | Assigned run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.867 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.867 | 56021 | Recursively removing directory: /tmp/git.DKhO2C/ +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.867 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AH2aCF +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.868 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.870 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.870 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.870 | 64229 | Added a new run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.871 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.873 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.873 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.874 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.874 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.875 | 64231 | Added a new run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.875 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.877 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.877 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.877 | 64236 | Added a new worker 13 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.878 | 56020 | Removed run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.878 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.878 | 56020 | Assigned run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.878 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.878 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ohgd84 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.878 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.879 | 64221 | Marked run 594 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.879 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.880 | 64237 | Added a new run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.881 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.884 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.885 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.885 | 64244 | Added a new run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.886 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.886 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.887 | 56024 | Recursively removing directory: /tmp/git.AH2aCF/ +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.889 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.889 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.889 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.890 | 64232 | Marked run 595 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.890 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.891 | 64248 | Added a new run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.891 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.893 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.893 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.895 | 64256 | Added a new run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.896 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.896 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.896 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.896 | 64258 | Added a new worker 10 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.896 | 56020 | Removed run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.896 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.896 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.897 | 56020 | Assigned run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.897 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.T0sWjM +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.897 | 56021 | Recursively removing directory: /tmp/git.Ohgd84/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.898 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.899 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.899 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.900 | 64259 | Added a new run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.901 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.902 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.903 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.903 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.903 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.904 | 64261 | Added a new run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.905 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.907 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.907 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.907 | 64255 | Marked run 596 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.907 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.907 | 64266 | Added a new worker 6 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.908 | 56020 | Removed run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.908 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.908 | 56020 | Assigned run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.908 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.908 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rtmYlo +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.908 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.909 | 64268 | Added a new run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.910 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.913 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.913 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.914 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.914 | 64274 | Added a new run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.916 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.917 | 56024 | Recursively removing directory: /tmp/git.T0sWjM/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.918 | 64262 | Marked run 597 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.918 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.918 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.919 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.919 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.920 | 64277 | Added a new run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.920 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.922 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.923 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.925 | 64286 | Added a new run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.925 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.926 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.926 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.926 | 64288 | Added a new worker 10 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.926 | 56020 | Removed run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.926 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.926 | 56020 | Assigned run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.926 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.927 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eogVVH +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.927 | 56021 | Recursively removing directory: /tmp/git.rtmYlo/ +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.929 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.929 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.929 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.930 | 64289 | Added a new run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.931 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.932 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.932 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.934 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.934 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.936 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.936 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.936 | 64295 | Added a new worker 15 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.937 | 64292 | Added a new run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.937 | 64285 | Marked run 598 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.937 | 56020 | Removed run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.937 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.937 | 56020 | Assigned run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.937 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.940 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.938 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2Habkm +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.942 | 64300 | Added a new run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.943 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.944 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.945 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.945 | 56024 | Recursively removing directory: /tmp/git.eogVVH/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.945 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.947 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.947 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.948 | 64305 | Added a new run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.948 | 64291 | Marked run 599 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.948 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.949 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.950 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.952 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.953 | 64314 | Added a new run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.954 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.954 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.954 | 64315 | Added a new worker 12 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.954 | 56020 | Removed run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.954 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.954 | 56020 | Assigned run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.955 | 56021 | Recursively removing directory: /tmp/git.2Habkm/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.955 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.956 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.956 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.955 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ECZ1VC +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.958 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.958 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.960 | 64317 | Added a new run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.960 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.961 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.961 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.962 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.963 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.965 | 64311 | Marked run 600 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.965 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.965 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.965 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.966 | 64324 | Added a new worker 13 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.966 | 56020 | Removed run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.966 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.966 | 56020 | Assigned run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.966 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.muYhaa +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.966 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.967 | 64321 | Added a new run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.967 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.970 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.971 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.972 | 56021 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.973 | 64330 | Added a new run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.973 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.973 | 56024 | Recursively removing directory: /tmp/git.ECZ1VC/ +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.975 | 56024 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.975 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.976 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.977 | 64320 | Marked run 601 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.977 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.978 | 64334 | Added a new run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.979 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.979 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.982 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.983 | 56024 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.983 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.983 | 64343 | Added a new worker 13 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.983 | 56020 | Removed run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.983 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.983 | 56020 | Assigned run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.983 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.983 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cUlZLS +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.983 | 56021 | Recursively removing directory: /tmp/git.muYhaa/ +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.984 | 64342 | Added a new run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.984 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.985 | 56021 | Process exit code: 0 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.985 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.987 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.988 | 56024 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.989 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.989 | 64345 | Added a new run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56024/cimple-worker: 2024-04-25 03:45:10.989 | 56024 | Going to run: ./ci +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.990 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.992 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.992 | 64341 | Marked run 602 as finished +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.992 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.993 | 56021 | Waiting for a new command +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.993 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.993 | 64351 | Added a new worker 13 to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.993 | 56020 | Removed run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.993 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.993 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.993 | 56020 | Assigned run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.993 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nXhXAO +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.993 | 64349 | Added a new run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.993 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.997 | 56018 | Waiting for new connections +2024-04-25 03:45:10 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.998 | 64356 | Added a new run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:10 | INFO | 56021/cimple-worker: 2024-04-25 03:45:10.999 | 56021 | Checking out revision HEAD +2024-04-25 03:45:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:10.999 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.000 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.002 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.003 | 64346 | Marked run 603 as finished +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.003 | 56024 | Recursively removing directory: /tmp/git.cUlZLS/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.003 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.004 | 64361 | Added a new run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.005 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.005 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.005 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.008 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.009 | 64369 | Added a new run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.010 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.010 | 56021 | Recursively removing directory: /tmp/git.nXhXAO/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.010 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.011 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.011 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.012 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.013 | 64372 | Added a new run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.014 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.014 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.014 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.014 | 64373 | Added a new worker 10 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.014 | 56020 | Removed run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.014 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.014 | 56020 | Assigned run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.014 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.014 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LY3uZ4 +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.015 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.017 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.019 | 64376 | Added a new run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.019 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.020 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.019 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.020 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.020 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.022 | 64377 | Added a new worker 11 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.022 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.022 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.022 | 56020 | Removed run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.022 | 56020 | Removed worker 11 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.022 | 56020 | Assigned run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.022 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sxvBgi +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.025 | 64370 | Marked run 604 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.025 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.026 | 64380 | Added a new run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.027 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.028 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.029 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.030 | 64375 | Marked run 605 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.030 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.030 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.032 | 64389 | Added a new run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.032 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.032 | 56024 | Recursively removing directory: /tmp/git.LY3uZ4/ +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.034 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.034 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.034 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.036 | 64394 | Added a new run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.037 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.038 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.039 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.040 | 56021 | Recursively removing directory: /tmp/git.sxvBgi/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.040 | 64400 | Added a new run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.041 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.042 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.042 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.042 | 64402 | Added a new worker 10 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.042 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.042 | 56020 | Removed run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.042 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.042 | 56020 | Assigned run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.042 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4KfvEb +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.042 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.042 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.043 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.045 | 64403 | Added a new run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.045 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.046 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.047 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.048 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.049 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.050 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.050 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.050 | 64408 | Added a new worker 15 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.050 | 56020 | Removed run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.050 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.050 | 56020 | Assigned run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.050 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.050 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JbY6xe +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.050 | 64407 | Added a new run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.051 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.053 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.055 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.056 | 64412 | Added a new run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.056 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.056 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.059 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.060 | 64399 | Marked run 606 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.060 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.061 | 56024 | Recursively removing directory: /tmp/git.4KfvEb/ +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.064 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.064 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.065 | 64405 | Marked run 607 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.065 | 64420 | Added a new run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.066 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.067 | 56021 | Recursively removing directory: /tmp/git.JbY6xe/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.068 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.068 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.068 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.068 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.070 | 64428 | Added a new run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.070 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.071 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.071 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.071 | 64430 | Added a new worker 10 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.071 | 56020 | Removed run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.071 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.071 | 56020 | Assigned run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.071 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.072 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.072 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fjt38W +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.073 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.075 | 64432 | Added a new run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.075 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.076 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.076 | 64434 | Added a new worker 12 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.076 | 56020 | Removed run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.076 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.076 | 56020 | Assigned run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.076 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.076 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.077 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PvWVZR +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.078 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.078 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.080 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.082 | 64427 | Marked run 608 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.082 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.083 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.084 | 64435 | Added a new run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.084 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.084 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.087 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.089 | 64431 | Marked run 609 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.089 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.090 | 64446 | Added a new run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.090 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.090 | 56024 | Recursively removing directory: /tmp/git.fjt38W/ +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.092 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.092 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.093 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.094 | 56021 | Recursively removing directory: /tmp/git.PvWVZR/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.095 | 64453 | Added a new run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.095 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.096 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.096 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.097 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.097 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.098 | 64456 | Added a new run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.099 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.100 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.100 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.101 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.101 | 64459 | Added a new worker 12 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.101 | 56020 | Removed run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.101 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.101 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.101 | 56020 | Assigned run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.101 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NAU0VI +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.101 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.104 | 64460 | Added a new run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.104 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.104 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.106 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.107 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.107 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.107 | 64461 | Added a new worker 15 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.108 | 56020 | Removed run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.108 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.108 | 56020 | Assigned run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.108 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.107 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.108 | 64463 | Added a new run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.109 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.109 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8Y3WjS +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.112 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.113 | 64455 | Marked run 610 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.113 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.115 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.116 | 64458 | Marked run 611 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.116 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.116 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.118 | 64470 | Added a new run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.118 | 56024 | Recursively removing directory: /tmp/git.NAU0VI/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.118 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.120 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.120 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.121 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.122 | 64479 | Added a new run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.122 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.124 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.125 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.126 | 56021 | Recursively removing directory: /tmp/git.8Y3WjS/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.127 | 64484 | Added a new run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.127 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.127 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.127 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.129 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.129 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.129 | 64486 | Added a new worker 10 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.129 | 56020 | Removed run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.129 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.129 | 56020 | Assigned run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.129 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ibtoMh +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.130 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.130 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.131 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.131 | 64487 | Added a new run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.132 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.134 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.135 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.135 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.135 | 64491 | Added a new worker 15 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.135 | 56020 | Removed run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.135 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.135 | 56020 | Assigned run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.135 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.136 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.136 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BIgN6N +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.136 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.140 | 64490 | Added a new run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.141 | 64483 | Marked run 612 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.141 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.141 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.143 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.144 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.145 | 64488 | Marked run 613 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.145 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.146 | 64501 | Added a new run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.147 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.148 | 56024 | Recursively removing directory: /tmp/git.ibtoMh/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.150 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.150 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.150 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.152 | 64509 | Added a new run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.152 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.153 | 56021 | Recursively removing directory: /tmp/git.BIgN6N/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.154 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.154 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.154 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.154 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.156 | 64512 | Added a new run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.156 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.158 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.158 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.158 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.158 | 64514 | Added a new worker 12 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.158 | 56020 | Removed run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.158 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.158 | 56020 | Assigned run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.159 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wmz0J9 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.159 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.159 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.160 | 64515 | Added a new run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.161 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.163 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.163 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.164 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.164 | 64518 | Added a new worker 14 to the queue +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.164 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.164 | 56020 | Removed run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.164 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.164 | 56020 | Assigned run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.164 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mWd7qN +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.165 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.165 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.169 | 64511 | Marked run 614 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.169 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.170 | 64519 | Added a new run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.170 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.171 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.172 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.175 | 56024 | Recursively removing directory: /tmp/git.wmz0J9/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.175 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.175 | 64516 | Marked run 615 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.176 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.177 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.177 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.177 | 64530 | Added a new run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.178 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.181 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.181 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.182 | 56021 | Recursively removing directory: /tmp/git.mWd7qN/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.183 | 64537 | Added a new run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.183 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.184 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.184 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.185 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.185 | 64540 | Added a new worker 10 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.185 | 56020 | Removed run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.185 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.185 | 56020 | Assigned run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.185 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.185 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.185 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GuAVdJ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.186 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.187 | 64541 | Added a new run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.187 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.188 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.190 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.191 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.192 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.192 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.192 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.193 | 64546 | Added a new worker 15 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.193 | 56020 | Removed run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.193 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.193 | 56020 | Assigned run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.193 | 64544 | Added a new run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.193 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sZOLik +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.194 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.196 | 64538 | Marked run 616 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.196 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.196 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.198 | 64549 | Added a new run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.198 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.201 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.201 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.202 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.204 | 64543 | Marked run 617 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.204 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.205 | 56024 | Recursively removing directory: /tmp/git.GuAVdJ/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.205 | 64556 | Added a new run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.206 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.206 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.207 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.208 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.210 | 64565 | Added a new run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.211 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.211 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.212 | 56021 | Recursively removing directory: /tmp/git.sZOLik/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.213 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.213 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.213 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.214 | 64568 | Added a new run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.214 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.215 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.215 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.215 | 64570 | Added a new worker 10 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.215 | 56020 | Removed run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.215 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.215 | 56020 | Assigned run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.217 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.215 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kW6Gsr +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.218 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.218 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.219 | 64571 | Added a new run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.220 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.220 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.221 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.222 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.222 | 64575 | Added a new worker 12 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.222 | 56020 | Removed run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.222 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.222 | 56020 | Assigned run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.222 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.222 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.222 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IngPa4 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.223 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.226 | 64566 | Marked run 618 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.226 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.227 | 64576 | Added a new run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.228 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.229 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.230 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.232 | 64572 | Marked run 619 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.232 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.232 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.233 | 64585 | Added a new run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.233 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.234 | 56024 | Recursively removing directory: /tmp/git.kW6Gsr/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.236 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.236 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.236 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.237 | 64593 | Added a new run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.238 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.240 | 56021 | Recursively removing directory: /tmp/git.IngPa4/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.241 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.241 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.242 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.242 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.242 | 64595 | Added a new run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.243 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.245 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.245 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.245 | 64598 | Added a new worker 8 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.245 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.245 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.245 | 56020 | Removed run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.245 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.245 | 56020 | Assigned run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.245 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.246 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.igCDvX +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.247 | 64600 | Added a new run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.247 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.249 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.249 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.249 | 64602 | Added a new worker 8 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.249 | 56020 | Removed run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.249 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.249 | 56020 | Assigned run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.250 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.250 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.250 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8OGIWJ +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.251 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.253 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.253 | 64603 | Added a new run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.254 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.256 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.257 | 64596 | Marked run 620 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.258 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.258 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.259 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.261 | 64599 | Marked run 621 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.261 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.262 | 64608 | Added a new run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.262 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.264 | 56024 | Recursively removing directory: /tmp/git.igCDvX/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.265 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.266 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.266 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.266 | 64619 | Added a new run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.267 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.269 | 56021 | Recursively removing directory: /tmp/git.8OGIWJ/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.269 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.270 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.271 | 64623 | Added a new run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.271 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.271 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.271 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.274 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.274 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.274 | 64627 | Added a new worker 12 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.274 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.274 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.274 | 56020 | Removed run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.274 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.274 | 56020 | Assigned run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.274 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.amzzZG +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.275 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.275 | 64626 | Added a new run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.277 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.279 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.279 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.279 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.279 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.280 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.280 | 64630 | Added a new worker 15 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.280 | 56020 | Removed run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.280 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.280 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.280 | 56020 | Assigned run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.280 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Qfwy0M +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.281 | 64631 | Added a new run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.283 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.285 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.285 | 64624 | Marked run 622 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.286 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.289 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.289 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.289 | 56024 | Recursively removing directory: /tmp/git.amzzZG/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.291 | 64628 | Marked run 623 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.291 | 64638 | Added a new run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.291 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.292 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.292 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.294 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.295 | 64645 | Added a new run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.295 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.298 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.299 | 56021 | Recursively removing directory: /tmp/git.Qfwy0M/ +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.299 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.299 | 64652 | Added a new run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.300 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.300 | 64653 | Added a new worker 6 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.300 | 56020 | Removed run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.300 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.300 | 56020 | Assigned run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.300 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UPNo8V +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.300 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.301 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.301 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.303 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.305 | 64655 | Added a new run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.306 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.305 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.306 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.307 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.308 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.309 | 64650 | Marked run 624 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.309 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.310 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.310 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.310 | 64661 | Added a new worker 13 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.310 | 56020 | Removed run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.310 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.310 | 56020 | Assigned run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.310 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.310 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fjrVMr +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.311 | 64659 | Added a new run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.311 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.314 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.316 | 64668 | Added a new run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.317 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.317 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.318 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.319 | 56024 | Recursively removing directory: /tmp/git.UPNo8V/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.320 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.320 | 64656 | Marked run 625 as finished +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.321 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.321 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.321 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.322 | 64671 | Added a new run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.322 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.324 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.325 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.326 | 64680 | Added a new run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.327 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.328 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.328 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.328 | 56021 | Recursively removing directory: /tmp/git.fjrVMr/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.329 | 64682 | Added a new worker 10 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.329 | 56020 | Removed run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.329 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.329 | 56020 | Assigned run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.329 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ftSaOa +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.329 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.330 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.330 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.330 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.332 | 64683 | Added a new run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.333 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.334 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.335 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.335 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.335 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.338 | 64679 | Marked run 626 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.338 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.339 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.339 | 64690 | Added a new worker 13 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.339 | 56020 | Removed run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.339 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.339 | 56020 | Assigned run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.339 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.339 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.339 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TeKB1u +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.339 | 64686 | Added a new run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.340 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.343 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.344 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.345 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.345 | 64696 | Added a new run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.346 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.347 | 56024 | Recursively removing directory: /tmp/git.ftSaOa/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.349 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.349 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.349 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.350 | 64685 | Marked run 627 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.350 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.351 | 64700 | Added a new run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.351 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.354 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.355 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.355 | 56021 | Recursively removing directory: /tmp/git.TeKB1u/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.356 | 64708 | Added a new run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.356 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.357 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.357 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.358 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.358 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.358 | 64710 | Added a new worker 10 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.358 | 56020 | Removed run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.358 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.358 | 56020 | Assigned run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.358 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xRS0E0 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.358 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.359 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.361 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.361 | 64711 | Added a new run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.362 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.363 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.364 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.364 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.365 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.365 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.365 | 64716 | Added a new worker 15 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.365 | 56020 | Removed run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.365 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.365 | 56020 | Assigned run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.366 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.366 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MhosZy +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.367 | 64707 | Marked run 628 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.368 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.369 | 64714 | Added a new run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.370 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.371 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.372 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.374 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.375 | 64712 | Marked run 629 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.376 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.376 | 56024 | Recursively removing directory: /tmp/git.xRS0E0/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.377 | 64725 | Added a new run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.378 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.378 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.378 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.381 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.382 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.383 | 56021 | Recursively removing directory: /tmp/git.MhosZy/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.383 | 64733 | Added a new run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.383 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.384 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.384 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.386 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.386 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.386 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.387 | 64737 | Added a new worker 13 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.387 | 56020 | Removed run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.387 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.387 | 56020 | Assigned run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.387 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XLuyMw +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.387 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.388 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.388 | 64736 | Added a new run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.388 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.391 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.391 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.392 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.392 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.392 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.392 | 64741 | Added a new worker 15 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.392 | 56020 | Removed run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.392 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.392 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.392 | 56020 | Assigned run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.393 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2lek4V +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.394 | 64740 | Added a new run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.395 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.397 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.398 | 64734 | Marked run 630 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.398 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.399 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.400 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.401 | 64738 | Marked run 631 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.401 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.402 | 64745 | Added a new run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.403 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.404 | 56024 | Recursively removing directory: /tmp/git.XLuyMw/ +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.405 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.405 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.405 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.406 | 64755 | Added a new run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.407 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.409 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.410 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.411 | 56021 | Recursively removing directory: /tmp/git.2lek4V/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.411 | 64762 | Added a new run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.412 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.412 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.412 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.413 | 64764 | Added a new worker 10 to the queue +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.413 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.413 | 56021 | Process output: 415085 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.413 | 56020 | Removed run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.413 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.413 | 56020 | Assigned run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.413 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Mszkep +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.414 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.415 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.416 | 64765 | Added a new run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.417 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.417 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.419 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.419 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.420 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.420 | 64768 | Added a new run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.421 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.421 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.421 | 64770 | Added a new worker 13 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.421 | 56020 | Removed run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.421 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.421 | 56020 | Assigned run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.421 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.421 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.422 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NbeooM +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.424 | 64761 | Marked run 632 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.424 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.424 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.426 | 64772 | Added a new run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.426 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.429 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.431 | 64767 | Marked run 633 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.431 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.431 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.432 | 64778 | Added a new run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.432 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.432 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.434 | 56024 | Recursively removing directory: /tmp/git.Mszkep/ +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.435 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.435 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.435 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.437 | 64784 | Added a new run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.437 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.439 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.440 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.441 | 64792 | Added a new run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.442 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.442 | 56021 | Recursively removing directory: /tmp/git.NbeooM/ +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.444 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.444 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.444 | 64794 | Added a new worker 10 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.444 | 56020 | Removed run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.444 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.444 | 56020 | Assigned run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.444 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lcnwgq +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.444 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.444 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.444 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.445 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.446 | 64795 | Added a new run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.447 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.449 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.449 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.450 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.450 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.451 | 64798 | Added a new run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.452 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.453 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.453 | 64802 | Added a new worker 13 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.453 | 56020 | Removed run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.453 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.453 | 56020 | Assigned run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.453 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.453 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.453 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zaXbyF +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.455 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.455 | 64791 | Marked run 634 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.456 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.457 | 64806 | Added a new run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.457 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.459 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.460 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.460 | 56024 | Recursively removing directory: /tmp/git.lcnwgq/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.462 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.462 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.462 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.463 | 64811 | Added a new run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.464 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.467 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.467 | 64797 | Marked run 635 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.467 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.467 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.469 | 64819 | Added a new run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.469 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.471 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.471 | 64822 | Added a new worker 10 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.471 | 56020 | Removed run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.471 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.471 | 56020 | Assigned run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.471 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.471 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dSgvZN +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.471 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.472 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.470 | 56021 | Recursively removing directory: /tmp/git.zaXbyF/ +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.473 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.473 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.473 | 64823 | Added a new run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.474 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.476 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.477 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.477 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.478 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.478 | 64825 | Added a new run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.479 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.481 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.482 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.482 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.482 | 64834 | Added a new worker 15 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.482 | 56020 | Removed run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.482 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.482 | 56020 | Assigned run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.482 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.482 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DweGtU +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.484 | 64820 | Marked run 636 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.484 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.486 | 64831 | Added a new run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.486 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.487 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.488 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.489 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.489 | 56024 | Recursively removing directory: /tmp/git.dSgvZN/ +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.491 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.491 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.492 | 64827 | Marked run 637 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.492 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.493 | 64839 | Added a new run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.493 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.495 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.496 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.497 | 64848 | Added a new run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.497 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.498 | 56021 | Recursively removing directory: /tmp/git.DweGtU/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.499 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.499 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.500 | 64850 | Added a new worker 10 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.500 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.500 | 56020 | Removed run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.500 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.500 | 56020 | Assigned run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.499 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.499 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.500 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AnFGau +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.501 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.502 | 64851 | Added a new run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.503 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.504 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.506 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.506 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.507 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.508 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.508 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.508 | 64855 | Added a new worker 15 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.508 | 56020 | Removed run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.508 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.508 | 56020 | Assigned run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.508 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8t2AgA +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.509 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.509 | 64847 | Marked run 638 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.510 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.511 | 64854 | Added a new run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.511 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.514 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.514 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.515 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.517 | 64853 | Marked run 639 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.517 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.518 | 64862 | Added a new run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.518 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.520 | 56024 | Recursively removing directory: /tmp/git.AnFGau/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.521 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.522 | 64871 | Added a new run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.523 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.523 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.523 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.525 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.526 | 56021 | Recursively removing directory: /tmp/git.8t2AgA/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.527 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.527 | 64875 | Added a new run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.527 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.527 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.527 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.530 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.530 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.531 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.531 | 64880 | Added a new worker 15 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.531 | 56020 | Removed run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.531 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.531 | 56020 | Assigned run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.531 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.531 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.531 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.o2kzAA +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.531 | 64878 | Added a new run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.532 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.534 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.535 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.535 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.535 | 64882 | Added a new worker 14 to the queue +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.536 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aFhHHG +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.536 | 56020 | Removed run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.536 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.536 | 56020 | Assigned run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.537 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.536 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.537 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.543 | 64876 | Marked run 640 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.544 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.545 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.545 | 56024 | Recursively removing directory: /tmp/git.o2kzAA/ +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.546 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.547 | 64879 | Marked run 641 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.547 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.548 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.548 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.548 | 64883 | Added a new run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.548 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.551 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.552 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.554 | 64897 | Added a new run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.554 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.556 | 56021 | Recursively removing directory: /tmp/git.aFhHHG/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.557 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.557 | 64902 | Added a new worker 8 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.557 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.556 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.557 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cI7M5g +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.557 | 56020 | Removed run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.557 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.557 | 56020 | Assigned run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.558 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.558 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.558 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.559 | 64903 | Added a new run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.560 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.562 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.563 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.563 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.564 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.564 | 64905 | Added a new run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.564 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.567 | 64900 | Marked run 642 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.567 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.567 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.567 | 64910 | Added a new worker 8 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.567 | 56020 | Removed run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.567 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.567 | 56020 | Assigned run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.568 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.568 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.567 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.568 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hceVHq +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.570 | 64911 | Added a new run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.571 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.573 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.573 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.574 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.576 | 56024 | Recursively removing directory: /tmp/git.cI7M5g/ +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.578 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.578 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.579 | 64918 | Added a new run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.579 | 64906 | Marked run 643 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.579 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.580 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.581 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.582 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.584 | 56021 | Recursively removing directory: /tmp/git.hceVHq/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.584 | 64928 | Added a new run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.584 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.585 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.585 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lZRaWy +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.585 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.585 | 64929 | Added a new worker 10 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.585 | 56020 | Removed run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.585 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.585 | 56020 | Assigned run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.586 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.586 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.588 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.588 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.590 | 64931 | Added a new run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.590 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.590 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.591 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.591 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.593 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.594 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.594 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.594 | 64936 | Added a new worker 15 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.594 | 56020 | Removed run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.594 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.594 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.594 | 56020 | Assigned run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.594 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.k0sze3 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.595 | 64935 | Added a new run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.595 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.598 | 64927 | Marked run 644 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.600 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.600 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.601 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.602 | 64944 | Added a new run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.602 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.603 | 56024 | Recursively removing directory: /tmp/git.lZRaWy/ +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.605 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.605 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.605 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.606 | 64932 | Marked run 645 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.606 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.607 | 64949 | Added a new run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.608 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.609 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.610 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.612 | 64956 | Added a new run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.612 | 56021 | Recursively removing directory: /tmp/git.k0sze3/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.612 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.613 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.613 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.613 | 64958 | Added a new worker 10 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.613 | 56020 | Removed run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.613 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.613 | 56020 | Assigned run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.613 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.613 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.614 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fIr6mr +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.615 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.615 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.617 | 64959 | Added a new run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.617 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.617 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.619 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.620 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.620 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.621 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.622 | 64964 | Added a new worker 15 to the queue +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.621 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.622 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dt4wOM +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.622 | 56020 | Removed run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.622 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.622 | 56020 | Assigned run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.623 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.623 | 64955 | Marked run 646 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.624 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.624 | 64962 | Added a new run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.625 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.627 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.628 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.628 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.630 | 64960 | Marked run 647 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.631 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.632 | 56024 | Recursively removing directory: /tmp/git.fIr6mr/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.632 | 64970 | Added a new run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.632 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.633 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.633 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.635 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.637 | 64981 | Added a new run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.638 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.638 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.638 | 56021 | Recursively removing directory: /tmp/git.dt4wOM/ +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.639 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.639 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.640 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.641 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.641 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.641 | 64984 | Added a new run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.642 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.642 | 64985 | Added a new worker 8 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.642 | 56020 | Removed run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.642 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.642 | 56020 | Assigned run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.642 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.642 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VRQtWm +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.643 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.645 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.646 | 64988 | Added a new run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.647 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.647 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.647 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.648 | 64990 | Added a new worker 11 to the queue +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.648 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.648 | 56020 | Removed run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.648 | 56020 | Removed worker 11 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.648 | 56020 | Assigned run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.649 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.649 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vuqdNM +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.650 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.653 | 64983 | Marked run 648 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.653 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.654 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.655 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.656 | 64987 | Marked run 649 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.656 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.657 | 64992 | Added a new run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.657 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.660 | 56024 | Recursively removing directory: /tmp/git.VRQtWm/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.660 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.662 | 65005 | Added a new run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.662 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.662 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.662 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.665 | 56021 | Recursively removing directory: /tmp/git.vuqdNM/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.665 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.666 | 65009 | Added a new run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.666 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.667 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.667 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.667 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.669 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.670 | 65012 | Added a new run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.670 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.671 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.671 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.671 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.671 | 65014 | Added a new worker 12 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.671 | 56020 | Removed run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.671 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.672 | 56020 | Assigned run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.672 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CtCWCO +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.672 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.674 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.675 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.675 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.675 | 65017 | Added a new worker 15 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.675 | 56020 | Removed run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.675 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.675 | 56020 | Assigned run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.676 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.glpGh7 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.676 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.677 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.678 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.680 | 65010 | Marked run 650 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.680 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.680 | 65016 | Added a new run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.681 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.681 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.682 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.683 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.687 | 65025 | Added a new run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.687 | 65015 | Marked run 651 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.687 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.688 | 56024 | Recursively removing directory: /tmp/git.CtCWCO/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.690 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.690 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.690 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.692 | 65035 | Added a new run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.692 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.694 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.695 | 56021 | Recursively removing directory: /tmp/git.glpGh7/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.695 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.696 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.697 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.697 | 65038 | Added a new run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.697 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.698 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.698 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.698 | 65040 | Added a new worker 10 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.698 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.698 | 56020 | Removed run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.698 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.698 | 56020 | Assigned run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.698 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FmQPZo +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.700 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.701 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.702 | 65041 | Added a new run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.703 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.703 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.703 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.704 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.704 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.705 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.706 | 65045 | Added a new worker 15 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.706 | 56020 | Removed run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.706 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.706 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.706 | 56020 | Assigned run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.706 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wTKTgY +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.707 | 65046 | Added a new run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.707 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.711 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.711 | 65037 | Marked run 652 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.711 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.711 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.713 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.714 | 65042 | Marked run 653 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.714 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.715 | 65050 | Added a new run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.716 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.717 | 56024 | Recursively removing directory: /tmp/git.FmQPZo/ +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.718 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.718 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.718 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.720 | 65063 | Added a new run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.720 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.723 | 56021 | Recursively removing directory: /tmp/git.wTKTgY/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.723 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.723 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.724 | 65065 | Added a new run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.724 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.725 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.725 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.726 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.727 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.727 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.727 | 65069 | Added a new worker 13 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.727 | 56020 | Removed run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.727 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.727 | 56020 | Assigned run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.727 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.728 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Yghoo0 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.728 | 65068 | Added a new run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.729 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.730 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.731 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.732 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.732 | 65072 | Added a new run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.733 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.733 | 65074 | Added a new worker 15 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.733 | 56020 | Removed run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.733 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.733 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.733 | 56020 | Assigned run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.734 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.733 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.734 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.byB9ys +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.735 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.737 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.738 | 65066 | Marked run 654 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.738 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.740 | 65076 | Added a new run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.740 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.741 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.742 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.743 | 65071 | Marked run 655 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.743 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.744 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.745 | 65085 | Added a new run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.746 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.746 | 56024 | Recursively removing directory: /tmp/git.Yghoo0/ +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.748 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.748 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.748 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.750 | 65093 | Added a new run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.750 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.752 | 56021 | Recursively removing directory: /tmp/git.byB9ys/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.752 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.753 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.754 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.754 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.755 | 65096 | Added a new run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.755 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.756 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.756 | 65098 | Added a new worker 10 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.756 | 56020 | Removed run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.756 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.756 | 56020 | Assigned run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.756 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.756 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.756 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.g6DMKC +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.758 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.759 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.761 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.762 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.762 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.762 | 65101 | Added a new worker 16 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.762 | 56020 | Removed run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.762 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.762 | 56020 | Assigned run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.762 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.762 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OB6VY2 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.763 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.763 | 65100 | Added a new run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.763 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.766 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.767 | 65095 | Marked run 656 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.767 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.768 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.769 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.772 | 65104 | Added a new run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.772 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.772 | 65099 | Marked run 657 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.773 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.774 | 56024 | Recursively removing directory: /tmp/git.g6DMKC/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.775 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.775 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.775 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.777 | 65118 | Added a new run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.777 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.779 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.780 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.780 | 56021 | Recursively removing directory: /tmp/git.OB6VY2/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.780 | 65121 | Added a new run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.781 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.782 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.782 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.783 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.784 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.784 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.784 | 65125 | Added a new worker 13 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.784 | 56020 | Removed run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.784 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.784 | 56020 | Assigned run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.784 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.785 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nxOLkx +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.785 | 65124 | Added a new run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.786 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.786 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.789 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.789 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.789 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.790 | 65129 | Added a new worker 15 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.790 | 56020 | Removed run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.790 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.790 | 56020 | Assigned run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.790 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5la2bv +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.790 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.790 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.791 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.792 | 65128 | Added a new run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.792 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.795 | 65122 | Marked run 658 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.795 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.796 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.797 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.797 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.798 | 65135 | Added a new run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.799 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.802 | 65126 | Marked run 659 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.802 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.802 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.803 | 56024 | Recursively removing directory: /tmp/git.nxOLkx/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.803 | 65143 | Added a new run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.804 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.805 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.805 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.806 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.808 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.808 | 65149 | Added a new run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.809 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.809 | 56021 | Recursively removing directory: /tmp/git.5la2bv/ +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.811 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.811 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.811 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.812 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.812 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.812 | 65153 | Added a new worker 13 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.812 | 56020 | Removed run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.812 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.812 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.812 | 56020 | Assigned run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.813 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lfITyD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.813 | 65152 | Added a new run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.814 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.814 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.817 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.818 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.819 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.819 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.819 | 65157 | Added a new worker 15 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.819 | 56020 | Removed run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.819 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.819 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.819 | 56020 | Assigned run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.819 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.819 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HhU9ca +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.819 | 65156 | Added a new run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.821 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.824 | 65150 | Marked run 660 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.824 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.825 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.826 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.827 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.828 | 65155 | Marked run 661 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.828 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.829 | 65164 | Added a new run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.829 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.830 | 56024 | Recursively removing directory: /tmp/git.lfITyD/ +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.831 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.831 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.832 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.833 | 65171 | Added a new run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.834 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.835 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.837 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.838 | 56021 | Recursively removing directory: /tmp/git.HhU9ca/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.838 | 65178 | Added a new run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.838 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.839 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.840 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gbXYos +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.839 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.839 | 65180 | Added a new worker 10 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.839 | 56020 | Removed run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.839 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.840 | 56020 | Assigned run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.840 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.840 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.840 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.842 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.844 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.844 | 65181 | Added a new run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.845 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.845 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.845 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.848 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.848 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.848 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.848 | 65187 | Added a new worker 15 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.849 | 56020 | Removed run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.849 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.849 | 56020 | Assigned run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.849 | 65177 | Marked run 662 as finished +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.849 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Kh7M8O +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.849 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.851 | 65185 | Added a new run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.851 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.854 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.854 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.856 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.857 | 65194 | Added a new run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.857 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.858 | 56024 | Recursively removing directory: /tmp/git.gbXYos/ +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.860 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.860 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.860 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.860 | 65182 | Marked run 663 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.861 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.862 | 65198 | Added a new run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.862 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.863 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.865 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.867 | 56021 | Recursively removing directory: /tmp/git.Kh7M8O/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.867 | 65206 | Added a new run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.867 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.867 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.867 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.868 | 65208 | Added a new worker 10 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.868 | 56020 | Removed run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.868 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.868 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.868 | 56020 | Assigned run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.868 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1Ujjgh +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.868 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.868 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.870 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.873 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.874 | 65209 | Added a new run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.874 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.874 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.875 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.877 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.877 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.877 | 65213 | Added a new worker 11 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.877 | 56020 | Removed run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.877 | 56020 | Removed worker 11 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.877 | 56020 | Assigned run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.877 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pWTThC +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.877 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.877 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.878 | 65205 | Marked run 664 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.878 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.880 | 65214 | Added a new run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.880 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.882 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.883 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.883 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.885 | 65222 | Added a new run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.886 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.887 | 56024 | Recursively removing directory: /tmp/git.1Ujjgh/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.889 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.889 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.889 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.889 | 65210 | Marked run 665 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.890 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.891 | 65229 | Added a new run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.891 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.893 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.894 | 56021 | Recursively removing directory: /tmp/git.pWTThC/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.894 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.896 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.896 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.896 | 65234 | Added a new run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.896 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.898 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.898 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.898 | 65236 | Added a new worker 10 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.898 | 56020 | Removed run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.898 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.898 | 56020 | Assigned run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.898 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Qv1uTG +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.898 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.899 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.900 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.900 | 65237 | Added a new run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.903 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.903 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.904 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.904 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.904 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.904 | 65241 | Added a new worker 16 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.904 | 56020 | Removed run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.904 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.905 | 56020 | Assigned run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.905 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JEDluZ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.905 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.905 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.907 | 65240 | Added a new run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.907 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.910 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.911 | 65233 | Marked run 666 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.911 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.912 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.912 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.916 | 65247 | Added a new run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.916 | 65238 | Marked run 667 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.916 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.917 | 56024 | Recursively removing directory: /tmp/git.Qv1uTG/ +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.918 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.918 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.919 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.921 | 65259 | Added a new run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.921 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.922 | 56021 | Recursively removing directory: /tmp/git.JEDluZ/ +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.923 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.923 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.925 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.925 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.926 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.926 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.926 | 65263 | Added a new worker 13 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.926 | 56020 | Removed run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.926 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.926 | 56020 | Assigned run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.926 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.926 | 65262 | Added a new run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.926 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hxJgB9 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.927 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.930 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.930 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.931 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.931 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.931 | 65267 | Added a new worker 15 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.931 | 56020 | Removed run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.931 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.931 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.931 | 56020 | Assigned run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.932 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hLws5q +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.932 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.934 | 65266 | Added a new run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.935 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.938 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.938 | 65261 | Marked run 668 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.938 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.938 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.939 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.941 | 65265 | Marked run 669 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.941 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.942 | 65275 | Added a new run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.943 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.943 | 56024 | Recursively removing directory: /tmp/git.hxJgB9/ +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.944 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.944 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.945 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.947 | 65285 | Added a new run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.947 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.949 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.949 | 56021 | Recursively removing directory: /tmp/git.hLws5q/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.950 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.950 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.950 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.952 | 65288 | Added a new run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.952 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.953 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.953 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.953 | 65290 | Added a new worker 10 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.953 | 56020 | Removed run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.953 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.953 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.953 | 56020 | Assigned run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.953 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sFjkm7 +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.954 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.955 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.957 | 65292 | Added a new run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.957 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.957 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.958 | 65293 | Added a new worker 12 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.958 | 56020 | Removed run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.958 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.958 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.958 | 56020 | Assigned run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.958 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.957 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.958 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Keav76 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.959 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.963 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.964 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.964 | 65287 | Marked run 670 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.964 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.965 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.968 | 65291 | Marked run 671 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.968 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.969 | 65299 | Added a new run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.969 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.970 | 56024 | Recursively removing directory: /tmp/git.sFjkm7/ +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.971 | 56024 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.971 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.972 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.974 | 65311 | Added a new run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.974 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.975 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.977 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.978 | 56021 | Recursively removing directory: /tmp/git.Keav76/ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.978 | 65314 | Added a new run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.978 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.980 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.980 | 65316 | Added a new worker 10 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.980 | 56020 | Removed run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.980 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.980 | 56020 | Assigned run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.980 | 56021 | Process exit code: 0 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.980 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.980 | 56024 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.980 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pTfoyP +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.981 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.982 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.983 | 65317 | Added a new run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.984 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.984 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.986 | 56024 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.986 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56024/cimple-worker: 2024-04-25 03:45:11.987 | 56024 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.988 | 56021 | Waiting for a new command +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.988 | 65320 | Added a new run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.989 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.989 | 65323 | Added a new worker 10 to the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.989 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.989 | 56020 | Removed run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.989 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.989 | 56020 | Assigned run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.990 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oEjwdQ +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.991 | 65313 | Marked run 672 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.992 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.992 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.993 | 65326 | Added a new run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.995 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.996 | 56021 | Checking out revision HEAD +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.996 | 56018 | Waiting for new connections +2024-04-25 03:45:11 | INFO | 56021/cimple-worker: 2024-04-25 03:45:11.997 | 56021 | Going to run: ./ci +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.998 | 65319 | Marked run 673 as finished +2024-04-25 03:45:11 | INFO | 56018/cimple-server: 2024-04-25 03:45:11.998 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.000 | 56024 | Recursively removing directory: /tmp/git.pTfoyP/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.000 | 65332 | Added a new run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.001 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.001 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.001 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.004 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.005 | 65340 | Added a new run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.005 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.006 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.009 | 56021 | Recursively removing directory: /tmp/git.oEjwdQ/ +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.009 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.009 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.009 | 65344 | Added a new worker 10 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.009 | 56020 | Removed run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.009 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.009 | 56020 | Assigned run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.009 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OWp0Vg +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.010 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.010 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.011 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.011 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.012 | 65345 | Added a new run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.013 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.014 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.016 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.016 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.016 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.018 | 65342 | Marked run 674 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.018 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.019 | 65347 | Added a new run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.019 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.020 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.020 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.020 | 65353 | Added a new worker 9 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.020 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.021 | 56020 | Removed run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.021 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.021 | 56020 | Assigned run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.023 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.021 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NJN5ZI +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.025 | 65358 | Added a new run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.025 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.028 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.028 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.028 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.029 | 56024 | Recursively removing directory: /tmp/git.OWp0Vg/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.030 | 65348 | Marked run 675 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.030 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.032 | 65360 | Added a new run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.032 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.032 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.032 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.034 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.035 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.036 | 65368 | Added a new run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.037 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.038 | 56021 | Recursively removing directory: /tmp/git.NJN5ZI/ +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.039 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.039 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.039 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.039 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.040 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.040 | 65372 | Added a new worker 13 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.040 | 56020 | Removed run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.040 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.040 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.040 | 56020 | Assigned run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.040 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fB4DKE +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.041 | 65373 | Added a new run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.041 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.044 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.045 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.045 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.047 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.047 | 65376 | Added a new run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.047 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.048 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.048 | 65378 | Added a new worker 15 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.048 | 56020 | Removed run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.048 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.048 | 56020 | Assigned run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.048 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.M6N08G +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.048 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.048 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.052 | 65370 | Marked run 676 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.052 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.053 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.053 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.054 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.055 | 65382 | Added a new run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.055 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.059 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.059 | 56024 | Recursively removing directory: /tmp/git.fB4DKE/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.061 | 65391 | Added a new run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.061 | 65375 | Marked run 677 as finished +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.061 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.062 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.062 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.065 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.065 | 56021 | Recursively removing directory: /tmp/git.M6N08G/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.066 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.066 | 65397 | Added a new run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.067 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.067 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.067 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.069 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.070 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.070 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.070 | 65401 | Added a new worker 13 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.070 | 56020 | Removed run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.070 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.070 | 56020 | Assigned run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.070 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6L2GCH +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.070 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.071 | 65400 | Added a new run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.071 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.072 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.074 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.075 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.076 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.076 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.076 | 65405 | Added a new worker 13 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.076 | 56020 | Removed run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.076 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.076 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.076 | 56020 | Assigned run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.076 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ywwH26 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.077 | 65404 | Added a new run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.077 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.079 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.081 | 65398 | Marked run 678 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.081 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.082 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.083 | 65408 | Added a new run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.083 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.083 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.085 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.086 | 65402 | Marked run 679 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.087 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.088 | 65417 | Added a new run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.089 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.091 | 56024 | Recursively removing directory: /tmp/git.6L2GCH/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.091 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.093 | 65423 | Added a new run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.093 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.093 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.093 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.096 | 56021 | Recursively removing directory: /tmp/git.ywwH26/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.096 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.097 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.098 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.098 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.099 | 65427 | Added a new run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.099 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.100 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.100 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.100 | 65430 | Added a new worker 8 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.100 | 56020 | Removed run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.100 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.100 | 56020 | Assigned run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.101 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IJcyXw +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.103 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.103 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.103 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.104 | 65432 | Added a new run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.105 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.106 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.106 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.106 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.107 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.107 | 65434 | Added a new worker 12 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.108 | 56020 | Removed run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.108 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.108 | 56020 | Assigned run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.108 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.108 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.108 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MuROuN +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.112 | 65428 | Marked run 680 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.112 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.113 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.114 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.115 | 65431 | Marked run 681 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.115 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.116 | 65436 | Added a new run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.117 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.118 | 56024 | Recursively removing directory: /tmp/git.IJcyXw/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.119 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.120 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.120 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.121 | 65448 | Added a new run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.121 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.124 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.124 | 56021 | Recursively removing directory: /tmp/git.MuROuN/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.125 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.126 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.126 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.127 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.128 | 65455 | Added a new worker 14 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.128 | 56020 | Removed run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.128 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.128 | 56020 | Assigned run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.128 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.128 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.128 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jm57ik +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.129 | 65453 | Added a new run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.129 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.130 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.132 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.133 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.134 | 65458 | Added a new run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.134 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.134 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.134 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.134 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.134 | 65459 | Added a new worker 8 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.134 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.134 | 56020 | Removed run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.134 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.134 | 56020 | Assigned run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.134 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Bny3sL +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.137 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.138 | 65454 | Marked run 682 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.138 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.140 | 65462 | Added a new run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.140 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.140 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.141 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.142 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.145 | 65457 | Marked run 683 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.145 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.147 | 65470 | Added a new run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.147 | 56024 | Recursively removing directory: /tmp/git.jm57ik/ +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.148 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.149 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.149 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.150 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.152 | 65479 | Added a new run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.152 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.152 | 56021 | Recursively removing directory: /tmp/git.Bny3sL/ +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.153 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.154 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.154 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.155 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.156 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.156 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.156 | 65483 | Added a new worker 13 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.156 | 56020 | Removed run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.156 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.156 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.156 | 56020 | Assigned run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.156 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aOjavH +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.157 | 65482 | Added a new run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.157 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.158 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.160 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.161 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.162 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.162 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.162 | 65487 | Added a new worker 16 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.162 | 56020 | Removed run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.162 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.162 | 56020 | Assigned run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.162 | 65486 | Added a new run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.163 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Jw1bqu +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.162 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.163 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.167 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.168 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.168 | 65481 | Marked run 684 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.169 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.169 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.170 | 65492 | Added a new run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.171 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.174 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.173 | 56024 | Recursively removing directory: /tmp/git.aOjavH/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.174 | 65485 | Marked run 685 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.175 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.176 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.176 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.176 | 65500 | Added a new run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.177 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.180 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.180 | 56021 | Recursively removing directory: /tmp/git.Jw1bqu/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.180 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.181 | 65507 | Added a new run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.181 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.182 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.182 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.184 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.184 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.184 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.184 | 65511 | Added a new worker 13 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.185 | 56020 | Removed run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.185 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.185 | 56020 | Assigned run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.185 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.185 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aX2HNC +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.185 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.186 | 65510 | Added a new run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.187 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.189 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.189 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.189 | 65514 | Added a new worker 12 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.189 | 56020 | Removed run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.189 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.189 | 56020 | Assigned run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.189 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.190 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.orxRBn +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.190 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.191 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.192 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.195 | 65508 | Marked run 686 as finished +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.195 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.195 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.196 | 65516 | Added a new run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.196 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.196 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.199 | 65512 | Marked run 687 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.200 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.200 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.201 | 65527 | Added a new run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.202 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.204 | 56024 | Recursively removing directory: /tmp/git.aX2HNC/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.205 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.207 | 65533 | Added a new run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.207 | 56021 | Recursively removing directory: /tmp/git.orxRBn/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.207 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.207 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.207 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.208 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.208 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.209 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.211 | 65535 | Added a new run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.211 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.211 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.213 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.213 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.214 | 65539 | Added a new run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.215 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.215 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.215 | 65540 | Added a new worker 14 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.215 | 56020 | Removed run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.215 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.215 | 56020 | Assigned run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.215 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.215 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.215 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zmiLZf +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.217 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.217 | 65542 | Added a new worker 12 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.217 | 56020 | Removed run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.217 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.217 | 56020 | Assigned run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.218 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.217 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.217 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pHQ8Fo +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.219 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.221 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.222 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.222 | 65543 | Added a new run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.222 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.223 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.224 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.225 | 65536 | Marked run 688 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.226 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.226 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.229 | 65538 | Marked run 689 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.229 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.230 | 65548 | Added a new run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.230 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.234 | 56024 | Recursively removing directory: /tmp/git.zmiLZf/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.234 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.235 | 56021 | Recursively removing directory: /tmp/git.pHQ8Fo/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.236 | 65561 | Added a new run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.236 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.236 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.237 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.237 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.237 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.239 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.239 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.241 | 65564 | Added a new run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.241 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.241 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.243 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.243 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.243 | 65567 | Added a new worker 12 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.243 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.243 | 56020 | Removed run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.243 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.243 | 56020 | Assigned run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.243 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lDyJI4 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.244 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.245 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.245 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.245 | 65569 | Added a new worker 15 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.245 | 56020 | Removed run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.245 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.245 | 56020 | Assigned run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.245 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.245 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bh2NJ1 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.248 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.249 | 65568 | Added a new run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.249 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.250 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.250 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.252 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.253 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.254 | 65563 | Marked run 690 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.254 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.257 | 65565 | Marked run 691 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.257 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.258 | 65575 | Added a new run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.259 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.260 | 56024 | Recursively removing directory: /tmp/git.lDyJI4/ +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.262 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.262 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.262 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.262 | 56021 | Recursively removing directory: /tmp/git.bh2NJ1/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.264 | 65587 | Added a new run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.264 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.264 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.264 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.265 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.267 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.267 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.268 | 65590 | Added a new run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.268 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.269 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.269 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.269 | 65592 | Added a new worker 10 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.269 | 56020 | Removed run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.269 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.269 | 56020 | Assigned run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.269 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GBHvf4 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.269 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.271 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.271 | 65594 | Added a new worker 10 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.271 | 56020 | Removed run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.271 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.271 | 56020 | Assigned run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.271 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.272 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.271 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.272 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Q6L1Jj +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.275 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.276 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.277 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.277 | 65595 | Added a new run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.278 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.278 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.280 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.281 | 65589 | Marked run 692 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.281 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.282 | 65601 | Added a new run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.282 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.285 | 65591 | Marked run 693 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.285 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.285 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.287 | 65610 | Added a new run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.287 | 56024 | Recursively removing directory: /tmp/git.GBHvf4/ +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.288 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.289 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.289 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.290 | 56021 | Recursively removing directory: /tmp/git.Q6L1Jj/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.291 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.292 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.292 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.292 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.293 | 65615 | Added a new run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.293 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.295 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.295 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.296 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.296 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.296 | 65618 | Added a new worker 14 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.296 | 56020 | Removed run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.296 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.296 | 56020 | Assigned run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.296 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SkQrX5 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.297 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.298 | 65620 | Added a new run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.298 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.299 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.299 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.299 | 65622 | Added a new worker 12 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.299 | 56020 | Removed run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.299 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.299 | 56020 | Assigned run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.300 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iIqqDB +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.302 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.302 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.304 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.305 | 65616 | Marked run 694 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.306 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.306 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.306 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.307 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.307 | 65623 | Added a new run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.307 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.310 | 65619 | Marked run 695 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.310 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.310 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.312 | 65630 | Added a new run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.312 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.315 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.316 | 65641 | Added a new run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.316 | 56024 | Recursively removing directory: /tmp/git.SkQrX5/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.316 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.318 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.318 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.319 | 56021 | Recursively removing directory: /tmp/git.iIqqDB/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.319 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.321 | 65643 | Added a new run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.321 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.321 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.321 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.322 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.324 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.324 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.325 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.326 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.326 | 65648 | Added a new worker 15 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.326 | 56020 | Removed run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.326 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.326 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EaslBd +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.326 | 56020 | Assigned run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.326 | 65646 | Added a new run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.326 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.327 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.328 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.329 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.330 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.331 | 65650 | Added a new worker 15 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.331 | 56020 | Removed run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.331 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.331 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.331 | 56020 | Assigned run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.331 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EXC3ws +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.332 | 65651 | Added a new run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.333 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.333 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.334 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.336 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.337 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.338 | 65645 | Marked run 696 as finished +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.338 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.338 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.339 | 65654 | Added a new run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.339 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.342 | 65647 | Marked run 697 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.342 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.343 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.344 | 65665 | Added a new run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.344 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.345 | 56024 | Recursively removing directory: /tmp/git.EaslBd/ +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.347 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.347 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.347 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.349 | 65671 | Added a new run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.349 | 56021 | Recursively removing directory: /tmp/git.EXC3ws/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.350 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.350 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.350 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.351 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.353 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.353 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.354 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.354 | 65674 | Added a new run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.354 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.354 | 65676 | Added a new worker 10 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.355 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.355 | 56020 | Removed run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.355 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.355 | 56020 | Assigned run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.355 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.W8TWwx +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.355 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.357 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.357 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.357 | 65678 | Added a new worker 10 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.357 | 56020 | Removed run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.357 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.358 | 56020 | Assigned run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.358 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.358 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9SJNT4 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.358 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.360 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.361 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.362 | 65679 | Added a new run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.362 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.365 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.365 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.366 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.366 | 65672 | Marked run 698 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.367 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.371 | 65683 | Added a new run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.371 | 65675 | Marked run 699 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.372 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.371 | 56024 | Recursively removing directory: /tmp/git.W8TWwx/ +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.373 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.373 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.374 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.376 | 65697 | Added a new run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.376 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.376 | 56021 | Recursively removing directory: /tmp/git.9SJNT4/ +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.377 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.378 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.378 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.378 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.380 | 65700 | Added a new run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.380 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.381 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.381 | 65702 | Added a new worker 10 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.381 | 56020 | Removed run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.381 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.381 | 56020 | Assigned run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.382 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.383 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.383 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.381 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.381 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wTXRmx +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.384 | 65704 | Added a new run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.385 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.386 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.386 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.386 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.387 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.388 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.388 | 65706 | Added a new worker 15 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.388 | 56020 | Removed run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.388 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.388 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.388 | 56020 | Assigned run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.388 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LkPxJS +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.390 | 65708 | Added a new run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.390 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.393 | 65699 | Marked run 700 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.393 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.395 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.396 | 65703 | Marked run 701 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.397 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.398 | 65716 | Added a new run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.398 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.398 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.399 | 56024 | Recursively removing directory: /tmp/git.wTXRmx/ +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.400 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.400 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.400 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.401 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.403 | 65719 | Added a new run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.403 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.404 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.405 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.407 | 65726 | Added a new run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.408 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.408 | 65730 | Added a new worker 8 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.408 | 56020 | Removed run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.408 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.408 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.408 | 56020 | Assigned run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.408 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.408 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kkD3nK +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.411 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.412 | 56021 | Recursively removing directory: /tmp/git.LkPxJS/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.412 | 65731 | Added a new run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.413 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.414 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.414 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.414 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.416 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.417 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.417 | 65723 | Marked run 702 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.417 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.417 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.418 | 65733 | Added a new run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.418 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.420 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.420 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.421 | 65739 | Added a new worker 10 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.421 | 56020 | Removed run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.421 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.421 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.421 | 56020 | Assigned run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.421 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TGs4Xj +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.421 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.423 | 65740 | Added a new run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.423 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.426 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.426 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.428 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.428 | 56024 | Recursively removing directory: /tmp/git.kkD3nK/ +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.430 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.430 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.431 | 65746 | Added a new run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.431 | 65734 | Marked run 703 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.431 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.434 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.434 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.435 | 65756 | Added a new run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.436 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.437 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.437 | 56021 | Recursively removing directory: /tmp/git.TGs4Xj/ +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.438 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hnjeTZ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.437 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.437 | 65758 | Added a new worker 10 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.437 | 56020 | Removed run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.437 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.437 | 56020 | Assigned run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.437 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.439 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.439 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.439 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.441 | 65759 | Added a new run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.442 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.443 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.444 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.444 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.445 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.447 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.448 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.448 | 65765 | Added a new worker 15 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.448 | 56020 | Removed run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.448 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.448 | 56020 | Assigned run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.448 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.roWzGD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.448 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.448 | 65755 | Marked run 704 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.449 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.450 | 65762 | Added a new run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.451 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.453 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.453 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.455 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.455 | 65772 | Added a new run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.456 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.457 | 56024 | Recursively removing directory: /tmp/git.hnjeTZ/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.459 | 65761 | Marked run 705 as finished +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.459 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.459 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.459 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.460 | 65776 | Added a new run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.460 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.462 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.463 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.464 | 65784 | Added a new run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.465 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.466 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.466 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.466 | 65786 | Added a new worker 10 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.466 | 56020 | Removed run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.466 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.466 | 56020 | Assigned run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.466 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8pJ3aO +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.467 | 56021 | Recursively removing directory: /tmp/git.roWzGD/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.468 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.468 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.468 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.468 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.470 | 65787 | Added a new run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.471 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.471 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.472 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.473 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.473 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.476 | 65791 | Added a new run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.476 | 65783 | Marked run 706 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.476 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.476 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.476 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.476 | 65794 | Added a new worker 8 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.476 | 56020 | Removed run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.476 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.476 | 56020 | Assigned run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.476 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.476 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.477 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zLcFHj +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.480 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.482 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.483 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.484 | 65800 | Added a new run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.484 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.484 | 56024 | Recursively removing directory: /tmp/git.8pJ3aO/ +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.486 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.486 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.487 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.487 | 65789 | Marked run 707 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.487 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.488 | 65804 | Added a new run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.489 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.490 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.491 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.493 | 65812 | Added a new run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.493 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.493 | 56021 | Recursively removing directory: /tmp/git.zLcFHj/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.494 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.494 | 65814 | Added a new worker 10 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.494 | 56020 | Removed run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.494 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.494 | 56020 | Assigned run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.494 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.494 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.we3NbJ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.496 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.496 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.497 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.497 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.498 | 65815 | Added a new run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.498 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.500 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.501 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.501 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.502 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.503 | 65817 | Added a new run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.503 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.505 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.505 | 65811 | Marked run 708 as finished +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.505 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.506 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.506 | 65822 | Added a new worker 10 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.506 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.506 | 56020 | Removed run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.506 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.506 | 56020 | Assigned run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.506 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.507 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RFwjie +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.508 | 65824 | Added a new run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.508 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.510 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.513 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.514 | 65830 | Added a new run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.514 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.514 | 56024 | Recursively removing directory: /tmp/git.we3NbJ/ +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.514 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.516 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.516 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.516 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.517 | 65819 | Marked run 709 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.518 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.519 | 65833 | Added a new run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.519 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.519 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.522 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.523 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.523 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.523 | 65843 | Added a new worker 13 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.523 | 56020 | Removed run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.523 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.523 | 56020 | Assigned run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.524 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cIbsQj +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.524 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.524 | 65842 | Added a new run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.524 | 56021 | Recursively removing directory: /tmp/git.RFwjie/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.524 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.526 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.526 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.528 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.528 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.530 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.530 | 65845 | Added a new run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.530 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.531 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.533 | 65839 | Marked run 710 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.534 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.534 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.534 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.534 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.534 | 65850 | Added a new worker 10 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.534 | 56020 | Removed run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.534 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.534 | 56020 | Assigned run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.534 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fHVW8d +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.535 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.536 | 65851 | Added a new run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.536 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.539 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.540 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.541 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.542 | 65858 | Added a new run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.542 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.543 | 56024 | Recursively removing directory: /tmp/git.cIbsQj/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.545 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.545 | 65847 | Marked run 711 as finished +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.545 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.545 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.546 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.548 | 65863 | Added a new run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.548 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.549 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.551 | 56021 | Recursively removing directory: /tmp/git.fHVW8d/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.551 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.552 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.552 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.553 | 65870 | Added a new run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.553 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.553 | 65871 | Added a new worker 12 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.553 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.553 | 56020 | Removed run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.553 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.553 | 56020 | Assigned run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.554 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.556 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.553 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.554 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yrFCg4 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.557 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.558 | 65873 | Added a new run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.559 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.558 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.560 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.561 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.561 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.561 | 65878 | Added a new worker 14 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.561 | 56020 | Removed run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.561 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.561 | 56020 | Assigned run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.561 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.561 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.561 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5NCOee +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.565 | 65877 | Added a new run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.566 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.568 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.569 | 65869 | Marked run 712 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.569 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.571 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.572 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.572 | 65874 | Marked run 713 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.573 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.574 | 65882 | Added a new run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.574 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.579 | 56024 | Recursively removing directory: /tmp/git.yrFCg4/ +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.581 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.581 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.586 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.586 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.588 | 65894 | Added a new run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.588 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.590 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.590 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.592 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.593 | 65898 | Added a new worker 13 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.593 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.593 | 56020 | Removed run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.593 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.593 | 56020 | Assigned run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.593 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QqM0oF +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.595 | 65899 | Added a new run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.595 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.595 | 56021 | Recursively removing directory: /tmp/git.5NCOee/ +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.597 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.597 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.598 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.599 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.599 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.601 | 65891 | Marked run 714 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.601 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.601 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.602 | 65901 | Added a new run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.603 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.605 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.606 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.606 | 65911 | Added a new worker 12 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.606 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.606 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.606 | 56020 | Removed run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.606 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.607 | 56020 | Assigned run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.607 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1UvdFF +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.608 | 65912 | Added a new run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.608 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.611 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.612 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.612 | 56024 | Recursively removing directory: /tmp/git.QqM0oF/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.613 | 65914 | Added a new run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.613 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.613 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.615 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.615 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.616 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.617 | 65903 | Marked run 715 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.617 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.618 | 65918 | Added a new run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.618 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.619 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.621 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.622 | 65926 | Added a new run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.623 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.623 | 56021 | Recursively removing directory: /tmp/git.1UvdFF/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.623 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.623 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.624 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.624 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.625 | 65927 | Added a new worker 10 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.625 | 56020 | Removed run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.625 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.625 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.625 | 56020 | Assigned run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.625 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TVbwZY +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.629 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.630 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.630 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.631 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.633 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.633 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.633 | 65932 | Added a new worker 15 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.633 | 56020 | Removed run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.633 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.633 | 56020 | Assigned run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.633 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.633 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jUca14 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.634 | 65923 | Marked run 716 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.634 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.635 | 65930 | Added a new run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.636 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.638 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.639 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.640 | 65940 | Added a new run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.640 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.641 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.643 | 56024 | Recursively removing directory: /tmp/git.TVbwZY/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.644 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.644 | 65929 | Marked run 717 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.645 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.645 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.645 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.646 | 65944 | Added a new run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.646 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.649 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.649 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.651 | 65951 | Added a new run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.651 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.652 | 56021 | Recursively removing directory: /tmp/git.jUca14/ +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.653 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.653 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.654 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.654 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.654 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.654 | 65954 | Added a new worker 13 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.654 | 56020 | Removed run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.654 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.654 | 56020 | Assigned run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.654 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gXUopS +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.654 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.656 | 65955 | Added a new run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.656 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.658 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.659 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.660 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.661 | 65958 | Added a new run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.661 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.661 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.662 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.662 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.663 | 65961 | Added a new worker 13 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.663 | 56020 | Removed run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.663 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.663 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.663 | 56020 | Assigned run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.664 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cz9HcV +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.664 | 65952 | Marked run 718 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.664 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.666 | 65963 | Added a new run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.666 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.669 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.669 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.671 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.672 | 65957 | Marked run 719 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.672 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.673 | 56024 | Recursively removing directory: /tmp/git.gXUopS/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.673 | 65968 | Added a new run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.674 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.675 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.675 | 56024 | Process output: 415085 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.676 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.677 | 65976 | Added a new run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.678 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.679 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.681 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.681 | 56021 | Recursively removing directory: /tmp/git.cz9HcV/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.682 | 65982 | Added a new run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.683 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.683 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.683 | 65983 | Added a new worker 10 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.683 | 56020 | Removed run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.683 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.683 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.683 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.683 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.683 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.m5uWsN +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.683 | 56020 | Assigned run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.686 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.686 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.687 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.687 | 65985 | Added a new run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.688 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.689 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.689 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.690 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.692 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.692 | 65989 | Added a new run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.692 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.693 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.693 | 65991 | Added a new worker 8 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.693 | 56020 | Removed run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.693 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.693 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.693 | 56020 | Assigned run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.693 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YfuMom +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.696 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.699 | 65981 | Marked run 720 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.699 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.699 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.700 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.702 | 56024 | Recursively removing directory: /tmp/git.m5uWsN/ +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.704 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.704 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.705 | 65986 | Marked run 721 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.705 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.706 | 65998 | Added a new run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.706 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.708 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.709 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.711 | 56021 | Recursively removing directory: /tmp/git.YfuMom/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.711 | 66008 | Added a new run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.711 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.712 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.712 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.712 | 66010 | Added a new worker 10 to the queue +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.712 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.712 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.713 | 56020 | Removed run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.713 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.713 | 56020 | Assigned run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.713 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.01M5Jr +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.714 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.714 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.715 | 66011 | Added a new run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.716 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.716 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.719 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.719 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.720 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.720 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.720 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.720 | 66016 | Added a new worker 15 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.720 | 56020 | Removed run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.721 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ur66aa +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.720 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.720 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.720 | 56020 | Assigned run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.721 | 66007 | Marked run 722 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.721 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.722 | 66014 | Added a new run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.722 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.725 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.726 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.727 | 66020 | Added a new run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.727 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.727 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.730 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.731 | 66013 | Marked run 723 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.731 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.733 | 66028 | Added a new run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.733 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.733 | 56024 | Recursively removing directory: /tmp/git.01M5Jr/ +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.735 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.735 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.736 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.737 | 66035 | Added a new run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.738 | 56021 | Recursively removing directory: /tmp/git.Ur66aa/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.738 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.739 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.739 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.739 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.740 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.741 | 66038 | Added a new run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.741 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.743 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.743 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.743 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.743 | 66041 | Added a new worker 12 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.743 | 56020 | Removed run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.743 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.743 | 56020 | Assigned run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.743 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hk34Sl +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.745 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.745 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.746 | 66042 | Added a new run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.747 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.747 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.747 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.748 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.750 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.750 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.750 | 66043 | Added a new worker 15 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.750 | 56020 | Removed run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.750 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.750 | 56020 | Assigned run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.750 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ElzLM1 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.750 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.754 | 66037 | Marked run 724 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.754 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.755 | 66045 | Added a new run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.756 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.757 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.757 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.758 | 66040 | Marked run 725 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.759 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.759 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.760 | 66055 | Added a new run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.760 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.762 | 56024 | Recursively removing directory: /tmp/git.hk34Sl/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.763 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.763 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.763 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.764 | 66059 | Added a new run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.765 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.767 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.767 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.769 | 66066 | Added a new run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.769 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.769 | 56021 | Recursively removing directory: /tmp/git.ElzLM1/ +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.771 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.771 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.771 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.771 | 66068 | Added a new worker 10 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.771 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.771 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.771 | 56020 | Removed run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.771 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.771 | 56020 | Assigned run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.772 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZRunDC +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.772 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.774 | 66069 | Added a new run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.774 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.775 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.777 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.777 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.778 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.779 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.779 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.779 | 66074 | Added a new worker 16 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.779 | 56020 | Removed run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.779 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.779 | 56020 | Assigned run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.779 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.779 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.79mKCH +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.780 | 66072 | Added a new run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.781 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.783 | 66065 | Marked run 726 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.783 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.784 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.785 | 66080 | Added a new run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.786 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.788 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.788 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.790 | 66071 | Marked run 727 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.790 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.790 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.790 | 56024 | Recursively removing directory: /tmp/git.ZRunDC/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.792 | 66085 | Added a new run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.792 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.792 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.792 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.795 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.796 | 66093 | Added a new run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.797 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.797 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.798 | 56021 | Recursively removing directory: /tmp/git.79mKCH/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.799 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.800 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.800 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.800 | 66096 | Added a new run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.801 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.801 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.801 | 66097 | Added a new worker 12 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.801 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.801 | 56020 | Removed run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.801 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.801 | 56020 | Assigned run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.802 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.801 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.979Kbt +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.804 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.804 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.806 | 66100 | Added a new run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.807 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.806 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.807 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.808 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.808 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.809 | 66103 | Added a new worker 13 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.809 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.810 | 56020 | Removed run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.810 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.810 | 56020 | Assigned run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.810 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6ALyma +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.810 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.811 | 66094 | Marked run 728 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.811 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.813 | 66104 | Added a new run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.813 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.815 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.816 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.817 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.819 | 56024 | Recursively removing directory: /tmp/git.979Kbt/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.819 | 66099 | Marked run 729 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.819 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.821 | 66113 | Added a new run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.821 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.821 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.821 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.824 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.825 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.826 | 66121 | Added a new run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.826 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.827 | 56021 | Recursively removing directory: /tmp/git.6ALyma/ +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.829 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.829 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.829 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.829 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.829 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.829 | 66125 | Added a new worker 13 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.829 | 56020 | Removed run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.829 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.830 | 56020 | Assigned run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.830 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.830 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vSZpsg +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.830 | 66124 | Added a new run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.831 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.833 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.834 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.835 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.836 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.836 | 66128 | Added a new run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.836 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.837 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.837 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.838 | 66131 | Added a new worker 13 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.838 | 56020 | Removed run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.838 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.838 | 56020 | Assigned run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.839 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UX53rZ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.839 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.841 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.841 | 66122 | Marked run 730 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.842 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.843 | 66134 | Added a new run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.843 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.844 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.846 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.846 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.847 | 66127 | Marked run 731 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.848 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.848 | 56024 | Recursively removing directory: /tmp/git.vSZpsg/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.849 | 66140 | Added a new run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.850 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.850 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.850 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.852 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.854 | 66149 | Added a new run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.854 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.854 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.856 | 56021 | Recursively removing directory: /tmp/git.UX53rZ/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.857 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.858 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.858 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.858 | 66153 | Added a new worker 14 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.858 | 56020 | Removed run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.858 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.858 | 56020 | Assigned run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.858 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.858 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.23AlaD +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.859 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.859 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.859 | 66152 | Added a new run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.861 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.863 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.863 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.863 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.864 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.864 | 66155 | Added a new run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.864 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.867 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.867 | 66159 | Added a new worker 13 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.867 | 56020 | Removed run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.867 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.867 | 56020 | Assigned run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.867 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.867 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.868 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.868 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yUIn3w +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.868 | 66150 | Marked run 732 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.868 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.869 | 66161 | Added a new run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.869 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.873 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.873 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.874 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.877 | 56024 | Recursively removing directory: /tmp/git.23AlaD/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.878 | 66156 | Marked run 733 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.878 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.879 | 66168 | Added a new run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.880 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.880 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.880 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.882 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.883 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.884 | 66177 | Added a new run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.884 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.885 | 56021 | Recursively removing directory: /tmp/git.yUIn3w/ +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.886 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.886 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.887 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.887 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.887 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.887 | 66181 | Added a new worker 13 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.887 | 56020 | Removed run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.887 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.888 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.888 | 56020 | Assigned run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.888 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CMW7Ny +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.889 | 66180 | Added a new run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.892 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.892 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.893 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.894 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.894 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.894 | 66185 | Added a new worker 16 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.894 | 56020 | Removed run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.894 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.894 | 56020 | Assigned run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.894 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.894 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uVXFLX +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.894 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.895 | 66184 | Added a new run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.896 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.899 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.900 | 66178 | Marked run 734 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.900 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.902 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.903 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.904 | 66183 | Marked run 735 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.904 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.905 | 66190 | Added a new run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.905 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.906 | 56024 | Recursively removing directory: /tmp/git.CMW7Ny/ +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.907 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.907 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.908 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.909 | 66200 | Added a new run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.910 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.911 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.912 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.913 | 66206 | Added a new run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.914 | 56021 | Recursively removing directory: /tmp/git.uVXFLX/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.914 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.915 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.915 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.915 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.915 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.916 | 66208 | Added a new worker 10 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.916 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.916 | 56020 | Removed run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.916 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.916 | 56020 | Assigned run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.916 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Xyh7aG +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.917 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.919 | 66209 | Added a new run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.919 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.920 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.921 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.922 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.922 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.923 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.924 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.924 | 66214 | Added a new worker 15 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.924 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.924 | 56020 | Removed run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.924 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.924 | 56020 | Assigned run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.924 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bL0Klu +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.925 | 66205 | Marked run 736 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.925 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.926 | 66212 | Added a new run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.927 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.930 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.929 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.930 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.933 | 66210 | Marked run 737 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.933 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.933 | 56024 | Recursively removing directory: /tmp/git.Xyh7aG/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.934 | 66222 | Added a new run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.934 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.936 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.936 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.938 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.939 | 66231 | Added a new run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.940 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.940 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.942 | 56021 | Recursively removing directory: /tmp/git.bL0Klu/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.942 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.944 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.944 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.944 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.944 | 66235 | Added a new worker 11 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.944 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.944 | 56020 | Removed run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.944 | 56020 | Removed worker 11 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.944 | 56020 | Assigned run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.944 | 66234 | Added a new run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.944 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.944 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AAkcAY +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.945 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.948 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.948 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.950 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.950 | 66237 | Added a new run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.951 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.951 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.952 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.952 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.952 | 66240 | Added a new worker 13 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.952 | 56020 | Removed run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.952 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.952 | 56020 | Assigned run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.953 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lv4Ncb +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.953 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.954 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.955 | 66232 | Marked run 738 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.955 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.957 | 66242 | Added a new run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.957 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.958 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.959 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.961 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.962 | 66238 | Marked run 739 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.962 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.964 | 66251 | Added a new run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.964 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.964 | 56024 | Recursively removing directory: /tmp/git.AAkcAY/ +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.966 | 56024 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.966 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.967 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.968 | 66259 | Added a new run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.969 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.970 | 56021 | Recursively removing directory: /tmp/git.lv4Ncb/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.971 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.971 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.971 | 56021 | Process exit code: 0 +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.972 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.972 | 66262 | Added a new run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.973 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.975 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.976 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.976 | 56024 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.976 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.976 | 66265 | Added a new worker 15 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.976 | 56020 | Removed run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.976 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.976 | 56020 | Assigned run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.976 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.E3Q8VU +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.977 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.977 | 66264 | Added a new run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.978 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.980 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.980 | 56021 | Waiting for a new command +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.980 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.981 | 56024 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.981 | 66268 | Added a new worker 15 to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.981 | 56020 | Removed run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.981 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.981 | 56020 | Assigned run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.982 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.983 | 66269 | Added a new run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.983 | 56024 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.983 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.983 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uPzNsn +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.986 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.986 | 66261 | Marked run 740 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.987 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.988 | 66272 | Added a new run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.989 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.990 | 56021 | Checking out revision HEAD +2024-04-25 03:45:12 | INFO | 56021/cimple-worker: 2024-04-25 03:45:12.991 | 56021 | Going to run: ./ci +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.992 | 66266 | Marked run 741 as finished +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.992 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.992 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.994 | 66281 | Added a new run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.994 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.997 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | 56024/cimple-worker: 2024-04-25 03:45:12.997 | 56024 | Recursively removing directory: /tmp/git.E3Q8VU/ +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.999 | 66287 | Added a new run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:12 | INFO | 56018/cimple-server: 2024-04-25 03:45:12.999 | 56018 | Waiting for new connections +2024-04-25 03:45:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.000 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.000 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.001 | 56021 | Recursively removing directory: /tmp/git.uPzNsn/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.003 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.003 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.004 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.004 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.004 | 66291 | Added a new run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.005 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.007 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.007 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.007 | 66294 | Added a new worker 8 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.007 | 56020 | Removed run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.007 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.007 | 56020 | Assigned run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.007 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.007 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.007 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fE4EWe +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.008 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.009 | 66295 | Added a new run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.009 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.012 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.012 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.013 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.013 | 66298 | Added a new worker 14 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.013 | 56020 | Removed run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.013 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.012 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.013 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.013 | 56020 | Assigned run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.013 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.013 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AvS6wu +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.017 | 66292 | Marked run 742 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.017 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.019 | 66299 | Added a new run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.019 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.019 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.020 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.022 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.023 | 66296 | Marked run 743 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.023 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.024 | 66309 | Added a new run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.024 | 56024 | Recursively removing directory: /tmp/git.fE4EWe/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.025 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.026 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.026 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.027 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.028 | 66317 | Added a new run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.029 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.031 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.031 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.032 | 66320 | Added a new run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.033 | 56021 | Recursively removing directory: /tmp/git.AvS6wu/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.032 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.034 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.034 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.035 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.035 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rgjzQV +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.035 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.035 | 66322 | Added a new worker 10 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.035 | 56020 | Removed run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.035 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.035 | 56020 | Assigned run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.035 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.036 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.038 | 66323 | Added a new run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.039 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.039 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.040 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.041 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.042 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.043 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.043 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.043 | 66328 | Added a new worker 15 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.043 | 56020 | Removed run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.043 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.043 | 56020 | Assigned run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.043 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uO5mzl +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.043 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.044 | 66327 | Added a new run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.044 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.047 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.047 | 66319 | Marked run 744 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.048 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.049 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.049 | 66332 | Added a new run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.050 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.050 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.052 | 66325 | Marked run 745 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.053 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.053 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.054 | 66339 | Added a new run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.054 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.055 | 56024 | Recursively removing directory: /tmp/git.rgjzQV/ +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.057 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.057 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.057 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.059 | 66347 | Added a new run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.060 | 56021 | Recursively removing directory: /tmp/git.uO5mzl/ +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.060 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.060 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.061 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.061 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.062 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.064 | 66350 | Added a new run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.064 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.064 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.064 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.065 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.065 | 66352 | Added a new worker 12 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.065 | 56020 | Removed run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.065 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.065 | 56020 | Assigned run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.065 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.065 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.t8oUMa +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.067 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.069 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.069 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.069 | 66355 | Added a new worker 15 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.069 | 56020 | Removed run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.069 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.069 | 56020 | Assigned run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.069 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.069 | 66354 | Added a new run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.069 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.01jiXd +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.070 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.072 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.073 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.074 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.074 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.075 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.076 | 66349 | Marked run 746 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.077 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.079 | 66353 | Marked run 747 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.079 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.081 | 66358 | Added a new run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.081 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.084 | 56024 | Recursively removing directory: /tmp/git.t8oUMa/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.084 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.086 | 56021 | Recursively removing directory: /tmp/git.01jiXd/ +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.086 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.086 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.086 | 66373 | Added a new run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.086 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.087 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.087 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.089 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.089 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.090 | 66375 | Added a new run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.090 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.091 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.093 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.093 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.093 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.093 | 66380 | Added a new worker 14 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.094 | 56020 | Removed run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.094 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.094 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.094 | 56020 | Assigned run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.094 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZxYF6p +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.095 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.095 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.095 | 66381 | Added a new worker 16 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.095 | 56020 | Removed run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.095 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.095 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.095 | 56020 | Assigned run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.095 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZSardM +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.099 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.099 | 66379 | Added a new run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.100 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.101 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.102 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.102 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.103 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.104 | 66376 | Marked run 748 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.104 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.105 | 66385 | Added a new run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.106 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.109 | 66378 | Marked run 749 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.109 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.109 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.111 | 66399 | Added a new run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.111 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.113 | 56021 | Recursively removing directory: /tmp/git.ZSardM/ +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.114 | 56024 | Recursively removing directory: /tmp/git.ZxYF6p/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.115 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.115 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.115 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.115 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.115 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.116 | 66401 | Added a new run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.117 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.118 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.119 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.120 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.121 | 66405 | Added a new run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.121 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.122 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.122 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.122 | 66407 | Added a new worker 12 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.122 | 56020 | Removed run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.122 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.122 | 56020 | Assigned run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.123 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jEkkir +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.123 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.123 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.123 | 66408 | Added a new worker 14 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.123 | 56020 | Removed run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.123 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.123 | 56020 | Assigned run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.123 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NEbBIE +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.124 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.124 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.125 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.129 | 66409 | Added a new run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.130 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.132 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.132 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.133 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.133 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.134 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.137 | 66403 | Marked run 751 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.137 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.138 | 66411 | Added a new run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.138 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.141 | 66404 | Marked run 750 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.142 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.142 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.143 | 66427 | Added a new run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.144 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.145 | 56024 | Recursively removing directory: /tmp/git.NEbBIE/ +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.146 | 56021 | Recursively removing directory: /tmp/git.jEkkir/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.147 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.147 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.147 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.147 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.147 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.148 | 66429 | Added a new run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.148 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.150 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.151 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.151 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.152 | 66433 | Added a new run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.153 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.154 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.154 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.154 | 66435 | Added a new worker 12 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.154 | 56020 | Removed run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.154 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.154 | 56020 | Assigned run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.154 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.155 | 66436 | Added a new worker 14 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.155 | 56020 | Removed run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.155 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.155 | 56020 | Assigned run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.154 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.155 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QIsdFq +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.155 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.155 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.154 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hgEKrL +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.156 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.159 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.161 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.161 | 66437 | Added a new run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.161 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.162 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.163 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.164 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.165 | 66431 | Marked run 752 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.165 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.168 | 66432 | Marked run 753 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.168 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.170 | 66443 | Added a new run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.170 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.171 | 56021 | Recursively removing directory: /tmp/git.hgEKrL/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.173 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.173 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.173 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.175 | 66455 | Added a new run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.175 | 56024 | Recursively removing directory: /tmp/git.QIsdFq/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.175 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.176 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.176 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.177 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.178 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.179 | 66458 | Added a new run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.179 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.180 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.181 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.181 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.181 | 66461 | Added a new worker 12 to the queue +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.182 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IRFVoj +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.181 | 56020 | Removed run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.181 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.182 | 56020 | Assigned run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.182 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.183 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.184 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.184 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.184 | 66463 | Added a new worker 15 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.184 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.185 | 66462 | Added a new run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.185 | 56020 | Removed run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.185 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.185 | 56020 | Assigned run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.185 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.185 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nIInvl +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.187 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.188 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.188 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.190 | 66465 | Added a new run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.190 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.192 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.193 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.193 | 66457 | Marked run 754 as finished +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.193 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.193 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.198 | 66459 | Marked run 755 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.198 | 66469 | Added a new run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.199 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.201 | 56021 | Recursively removing directory: /tmp/git.IRFVoj/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.201 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.203 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.203 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.203 | 66483 | Added a new run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.204 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.204 | 56024 | Recursively removing directory: /tmp/git.nIInvl/ +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.206 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.206 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.206 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.207 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.208 | 66486 | Added a new run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.208 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.210 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.210 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.210 | 66488 | Added a new worker 10 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.210 | 56020 | Removed run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.210 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.210 | 56020 | Assigned run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.210 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qBYqbC +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.210 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.211 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.211 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.212 | 66490 | Added a new run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.213 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.214 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.214 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.214 | 66492 | Added a new worker 12 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.214 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.214 | 56020 | Removed run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.215 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.215 | 56020 | Assigned run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.215 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pOpCnE +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.215 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.216 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.216 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.219 | 66493 | Added a new run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.220 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.222 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.223 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.224 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.223 | 66485 | Marked run 756 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.223 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.227 | 66489 | Marked run 757 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.227 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.227 | 56021 | Recursively removing directory: /tmp/git.qBYqbC/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.228 | 66501 | Added a new run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.228 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.229 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.229 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.232 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.233 | 66511 | Added a new run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.233 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.234 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.234 | 56024 | Recursively removing directory: /tmp/git.pOpCnE/ +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.235 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.235 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.236 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.237 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.237 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.237 | 66515 | Added a new worker 13 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.237 | 56020 | Removed run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.237 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.237 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.237 | 56020 | Assigned run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.238 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hAq6w5 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.239 | 66514 | Added a new run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.239 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.240 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.242 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.242 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.243 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.243 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.243 | 66519 | Added a new worker 13 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.243 | 56020 | Removed run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.243 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.244 | 56020 | Assigned run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.244 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nqIjJ0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.244 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.244 | 66518 | Added a new run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.244 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.245 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.248 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.248 | 66512 | Marked run 758 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.248 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.250 | 66523 | Added a new run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.251 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.252 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.253 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.253 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.254 | 66516 | Marked run 759 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.254 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.255 | 66530 | Added a new run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.256 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.256 | 56021 | Recursively removing directory: /tmp/git.hAq6w5/ +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.258 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.258 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.258 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.259 | 66537 | Added a new run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.260 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.262 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.262 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.263 | 56024 | Recursively removing directory: /tmp/git.nqIjJ0/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.263 | 66542 | Added a new run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.264 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.264 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.264 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.266 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.266 | 66544 | Added a new worker 10 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.266 | 56020 | Removed run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.266 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.266 | 56020 | Assigned run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.266 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.266 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6CL0Cy +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.268 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.268 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.269 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.269 | 66545 | Added a new run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.271 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.273 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.273 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.273 | 66548 | Added a new worker 13 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.273 | 56020 | Removed run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.273 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.274 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.275 | 56020 | Assigned run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.275 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.275 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.277 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.A4y6bB +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.277 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.280 | 66541 | Marked run 760 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.280 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.282 | 66549 | Added a new run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.282 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.284 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.285 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.286 | 66546 | Marked run 761 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.286 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.287 | 56021 | Recursively removing directory: /tmp/git.6CL0Cy/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.287 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.289 | 66559 | Added a new run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.289 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.289 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.289 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.291 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.293 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.294 | 66567 | Added a new run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.294 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.295 | 56024 | Recursively removing directory: /tmp/git.A4y6bB/ +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.296 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.296 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.297 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.296 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.297 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.297 | 66571 | Added a new worker 13 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.297 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.297 | 56020 | Removed run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.297 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.297 | 56020 | Assigned run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.297 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ixMhYn +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.298 | 66570 | Added a new run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.299 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.301 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.301 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.303 | 66574 | Added a new run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.303 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.304 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.304 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.305 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.305 | 66577 | Added a new worker 13 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.305 | 56020 | Removed run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.305 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.305 | 56020 | Assigned run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.305 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.305 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.306 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4h083s +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.307 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.310 | 66568 | Marked run 762 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.310 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.312 | 66581 | Added a new run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.312 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.315 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.316 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.316 | 66573 | Marked run 763 as finished +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.316 | 56021 | Recursively removing directory: /tmp/git.ixMhYn/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.316 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.317 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.319 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.319 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.319 | 66591 | Added a new run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.319 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.322 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.322 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.323 | 66596 | Added a new run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.324 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.326 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.326 | 66603 | Added a new worker 10 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.326 | 56020 | Removed run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.326 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.327 | 56020 | Assigned run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.326 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.327 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XOfkRx +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.327 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.327 | 56024 | Recursively removing directory: /tmp/git.4h083s/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.328 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.330 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.330 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.330 | 66604 | Added a new run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.331 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.332 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.333 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.334 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.334 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.335 | 66598 | Marked run 764 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.336 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.336 | 66606 | Added a new run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.337 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.337 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.337 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.337 | 66611 | Added a new worker 8 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.338 | 56020 | Removed run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.338 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.338 | 56020 | Assigned run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.338 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.338 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PKhoYv +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.339 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.342 | 66615 | Added a new run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.343 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.343 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.344 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.345 | 56021 | Recursively removing directory: /tmp/git.XOfkRx/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.346 | 66607 | Marked run 765 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.346 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.346 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.347 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.347 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.348 | 66620 | Added a new run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.349 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.351 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.351 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.353 | 66629 | Added a new run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.353 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.354 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.354 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.354 | 66631 | Added a new worker 10 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.354 | 56020 | Removed run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.354 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.354 | 56020 | Assigned run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.355 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.evRsvc +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.355 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.356 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.357 | 56024 | Recursively removing directory: /tmp/git.PKhoYv/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.359 | 66632 | Added a new run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.359 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.359 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.360 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.360 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.361 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.362 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.363 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.364 | 66626 | Marked run 766 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.364 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.365 | 66635 | Added a new run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.365 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.367 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.367 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.367 | 66642 | Added a new worker 8 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.367 | 56020 | Removed run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.367 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.367 | 56020 | Assigned run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.368 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.367 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.d8PQjK +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.368 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.369 | 66643 | Added a new run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.370 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.373 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.374 | 56021 | Recursively removing directory: /tmp/git.evRsvc/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.374 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.374 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.376 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.376 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.376 | 66636 | Marked run 767 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.376 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.378 | 66647 | Added a new run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.378 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.380 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.380 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.382 | 66657 | Added a new run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.382 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.384 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.384 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.384 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.385 | 66659 | Added a new worker 12 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.385 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.385 | 56020 | Removed run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.385 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.385 | 56020 | Assigned run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.385 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hAYcvV +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.385 | 56024 | Recursively removing directory: /tmp/git.d8PQjK/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.387 | 66660 | Added a new run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.388 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.388 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.388 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.390 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.391 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.392 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.392 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.392 | 66662 | Added a new run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.393 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.395 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.396 | 66654 | Marked run 768 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.396 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.396 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.396 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.396 | 66669 | Added a new worker 13 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.396 | 56020 | Removed run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.396 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.396 | 56020 | Assigned run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.396 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.396 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oiG2MI +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.398 | 66667 | Added a new run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.399 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.401 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.402 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.403 | 66675 | Added a new run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.403 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.404 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.404 | 56021 | Recursively removing directory: /tmp/git.hAYcvV/ +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.407 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.407 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.407 | 66664 | Marked run 769 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.407 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.407 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.409 | 66680 | Added a new run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.409 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.411 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.412 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.413 | 66687 | Added a new run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.413 | 56024 | Recursively removing directory: /tmp/git.oiG2MI/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.414 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.415 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.415 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.415 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.415 | 66689 | Added a new worker 10 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.415 | 56020 | Removed run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.415 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.415 | 56020 | Assigned run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.415 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.415 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.416 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZeooER +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.417 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.419 | 66690 | Added a new run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.419 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.420 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.421 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.422 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.422 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.423 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.423 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.423 | 66695 | Added a new worker 15 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.423 | 56020 | Removed run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.423 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.423 | 56020 | Assigned run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.423 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0reDwa +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.424 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.426 | 66693 | Added a new run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.426 | 66686 | Marked run 770 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.426 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.426 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.429 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.429 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.430 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.431 | 66702 | Added a new run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.431 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.433 | 56021 | Recursively removing directory: /tmp/git.ZeooER/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.434 | 66691 | Marked run 771 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.434 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.434 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.436 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.436 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.436 | 66708 | Added a new run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.437 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.440 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.440 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.441 | 66714 | Added a new run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.441 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.441 | 56024 | Recursively removing directory: /tmp/git.0reDwa/ +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.443 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.443 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.444 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.445 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.445 | 66718 | Added a new worker 13 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.445 | 56020 | Removed run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.445 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.445 | 56020 | Assigned run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.445 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.445 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.445 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2SVuTK +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.446 | 66717 | Added a new run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.446 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.447 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.449 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.449 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.451 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.451 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.451 | 66722 | Added a new worker 15 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.451 | 56020 | Removed run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.451 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.451 | 56020 | Assigned run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.451 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.451 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aoaZyY +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.452 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.455 | 66715 | Marked run 772 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.455 | 66721 | Added a new run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.456 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.456 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.456 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.457 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.459 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.461 | 66720 | Marked run 773 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.462 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.463 | 56021 | Recursively removing directory: /tmp/git.2SVuTK/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.463 | 66732 | Added a new run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.464 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.464 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.464 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.467 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.468 | 56024 | Recursively removing directory: /tmp/git.aoaZyY/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.468 | 66740 | Added a new run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.469 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.470 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.470 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.471 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.472 | 66743 | Added a new run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.473 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.473 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.473 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.473 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.473 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CGEaUZ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.473 | 66744 | Added a new worker 12 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.473 | 56020 | Removed run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.473 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.473 | 56020 | Assigned run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.475 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.476 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.477 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.477 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.477 | 66748 | Added a new worker 16 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.477 | 56020 | Removed run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.477 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.477 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.477 | 56020 | Assigned run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.477 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9K90qO +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.478 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.479 | 66747 | Added a new run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.479 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.480 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.483 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.483 | 66741 | Marked run 774 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.483 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.483 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.485 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.485 | 66752 | Added a new run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.486 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.488 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.490 | 66745 | Marked run 775 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.491 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.492 | 66762 | Added a new run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.492 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.492 | 56021 | Recursively removing directory: /tmp/git.CGEaUZ/ +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.494 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.494 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.495 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.496 | 56024 | Recursively removing directory: /tmp/git.9K90qO/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.497 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.498 | 66768 | Added a new run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.498 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.498 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.498 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.500 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.501 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.501 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.501 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.501 | 66773 | Added a new worker 15 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.501 | 56020 | Removed run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.501 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.502 | 56020 | Assigned run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.502 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zvCFCC +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.502 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.502 | 66771 | Added a new run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.503 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.506 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.506 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.506 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.506 | 66775 | Added a new worker 14 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.506 | 56020 | Removed run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.506 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.506 | 56020 | Assigned run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.506 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jkjifm +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.506 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.507 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.507 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.510 | 66776 | Added a new run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.510 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.511 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.512 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.514 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.515 | 66772 | Marked run 777 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.515 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.516 | 66784 | Added a new run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.516 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.519 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.520 | 66769 | Marked run 776 as finished +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.520 | 56021 | Recursively removing directory: /tmp/git.zvCFCC/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.520 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.521 | 66794 | Added a new run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.522 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.522 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.522 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.523 | 56024 | Recursively removing directory: /tmp/git.jkjifm/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.524 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.524 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.524 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.526 | 66796 | Added a new run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.526 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.526 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.528 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.529 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.530 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.530 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.530 | 66801 | Added a new worker 15 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.530 | 56020 | Removed run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.530 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.530 | 56020 | Assigned run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.530 | 66800 | Added a new run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.531 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.530 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OowZz6 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.531 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.532 | 66803 | Added a new worker 12 to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.532 | 56020 | Removed run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.532 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.532 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.532 | 56020 | Assigned run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.532 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.532 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WfTdNa +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.535 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.536 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.536 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.536 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.537 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.540 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.542 | 66797 | Marked run 778 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.543 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.546 | 66799 | Marked run 779 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.546 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.547 | 66807 | Added a new run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.547 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.548 | 56021 | Recursively removing directory: /tmp/git.OowZz6/ +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.549 | 56024 | Recursively removing directory: /tmp/git.WfTdNa/ +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.550 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.550 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.550 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.551 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.551 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.551 | 66820 | Added a new run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.552 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.553 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.554 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.554 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.555 | 66824 | Added a new run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.556 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.557 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.557 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.557 | 66826 | Added a new worker 12 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.558 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.558 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.558 | 66827 | Added a new worker 13 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.558 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.558 | 56020 | Removed run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.558 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.558 | 56020 | Assigned run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.558 | 56020 | Removed run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.558 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.558 | 56020 | Assigned run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.558 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.559 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.h7GeZ0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.558 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.560 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dbOnQ5 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.563 | 66828 | Added a new run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.564 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.565 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.565 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.566 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.566 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.568 | 66822 | Marked run 780 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.568 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.568 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.571 | 66823 | Marked run 781 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.571 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.572 | 66833 | Added a new run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.572 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.575 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.576 | 56021 | Recursively removing directory: /tmp/git.h7GeZ0/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.576 | 66846 | Added a new run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.576 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.578 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.578 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.578 | 56024 | Recursively removing directory: /tmp/git.dbOnQ5/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.579 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.580 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.580 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.580 | 66848 | Added a new run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.581 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.582 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.584 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.584 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.585 | 66851 | Added a new run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.585 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.586 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.586 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.586 | 66853 | Added a new worker 10 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.586 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.586 | 56020 | Removed run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.586 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.586 | 56020 | Assigned run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.586 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BORDI8 +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.589 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.589 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.590 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.590 | 66856 | Added a new worker 15 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.590 | 56020 | Removed run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.590 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.590 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.590 | 56020 | Assigned run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.590 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KBP98M +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.592 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.593 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.595 | 66850 | Marked run 782 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.595 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.596 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.597 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.598 | 66852 | Marked run 783 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.598 | 66855 | Added a new run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.599 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.599 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.601 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.603 | 66868 | Added a new run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.603 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.603 | 56021 | Recursively removing directory: /tmp/git.BORDI8/ +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.605 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.605 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.606 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.607 | 66874 | Added a new run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.608 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.608 | 56024 | Recursively removing directory: /tmp/git.KBP98M/ +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.609 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.609 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.609 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.610 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.612 | 66877 | Added a new run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.612 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.613 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.613 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.613 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.613 | 66879 | Added a new worker 12 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.613 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.613 | 56020 | Removed run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.613 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.613 | 56020 | Assigned run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.613 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.x0eOIk +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.615 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.616 | 66881 | Added a new run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.617 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.617 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.618 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.618 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.619 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.619 | 66883 | Added a new worker 12 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.619 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.619 | 56020 | Removed run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.619 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.619 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.620 | 56020 | Assigned run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.620 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.m2ovJM +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.621 | 66884 | Added a new run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.621 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.625 | 66876 | Marked run 784 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.626 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.626 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.627 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.628 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.629 | 66880 | Marked run 785 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.629 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.630 | 66889 | Added a new run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.630 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.631 | 56021 | Recursively removing directory: /tmp/git.x0eOIk/ +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.633 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.633 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.633 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.635 | 66900 | Added a new run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.635 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.637 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.638 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.638 | 56024 | Recursively removing directory: /tmp/git.m2ovJM/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.640 | 66905 | Added a new run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.640 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.640 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.641 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.641 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.640 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.641 | 66907 | Added a new worker 10 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.641 | 56020 | Removed run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.641 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.641 | 56020 | Assigned run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.641 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.641 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5PmnMr +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.643 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.645 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.645 | 66908 | Added a new run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.646 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.647 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.648 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.648 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.649 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.650 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TwhyQK +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.649 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.649 | 66913 | Added a new worker 15 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.649 | 56020 | Removed run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.649 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.650 | 56020 | Assigned run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.650 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.651 | 66904 | Marked run 786 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.651 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.652 | 66912 | Added a new run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.653 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.656 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.657 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.658 | 66909 | Marked run 787 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.658 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.658 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.659 | 56021 | Recursively removing directory: /tmp/git.5PmnMr/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.660 | 66921 | Added a new run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.660 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.661 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.661 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.662 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.664 | 66926 | Added a new run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.664 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.664 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.667 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.668 | 56024 | Recursively removing directory: /tmp/git.TwhyQK/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.668 | 66933 | Added a new run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.668 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.669 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.669 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wAvcGK +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.669 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.669 | 66935 | Added a new worker 10 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.669 | 56020 | Removed run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.669 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.669 | 56020 | Assigned run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.671 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.671 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.671 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.671 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.673 | 66936 | Added a new run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.674 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.674 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.675 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.675 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.676 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.679 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.679 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.679 | 66931 | Marked run 788 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.679 | 66942 | Added a new worker 10 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.679 | 56020 | Removed run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.679 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.679 | 56020 | Assigned run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.679 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.680 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.680 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BzivMa +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.681 | 66940 | Added a new run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.681 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.684 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.685 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.686 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.687 | 66949 | Added a new run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.687 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.687 | 56021 | Recursively removing directory: /tmp/git.wAvcGK/ +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.690 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.690 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.690 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.691 | 66938 | Marked run 789 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.692 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.692 | 66953 | Added a new run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.692 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.693 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.695 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.697 | 66961 | Added a new run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.697 | 56024 | Recursively removing directory: /tmp/git.BzivMa/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.697 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.698 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.698 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.698 | 66963 | Added a new worker 10 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.698 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.698 | 56020 | Removed run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.698 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.698 | 56020 | Assigned run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.698 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.698 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.699 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.H2kRZV +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.700 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.702 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.704 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.705 | 66964 | Added a new run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.705 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.705 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.708 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.708 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.708 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.708 | 66968 | Added a new worker 15 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.708 | 56020 | Removed run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.708 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.708 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.708 | 56020 | Assigned run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.708 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.N12HGa +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.710 | 66969 | Added a new run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.710 | 66960 | Marked run 790 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.711 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.714 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.714 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.715 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.716 | 66965 | Marked run 791 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.716 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.717 | 56021 | Recursively removing directory: /tmp/git.H2kRZV/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.717 | 66977 | Added a new run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.718 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.718 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.718 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.720 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.722 | 66984 | Added a new run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.723 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.723 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.725 | 56024 | Recursively removing directory: /tmp/git.N12HGa/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.725 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.727 | 66989 | Added a new run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.727 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.727 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.727 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.727 | 66990 | Added a new worker 10 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.727 | 56020 | Removed run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.727 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.727 | 56020 | Assigned run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.727 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.727 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hBqT2l +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.731 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.727 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.727 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.732 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.733 | 66992 | Added a new run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.734 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.733 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.735 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.736 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.736 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.736 | 66996 | Added a new worker 13 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.736 | 56020 | Removed run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.736 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.736 | 56020 | Assigned run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.736 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.A7VsDY +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.737 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.737 | 66988 | Marked run 792 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.737 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.737 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.739 | 66997 | Added a new run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.739 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.742 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.743 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.744 | 67004 | Added a new run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.744 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.744 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.747 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.748 | 66993 | Marked run 793 as finished +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.748 | 56021 | Recursively removing directory: /tmp/git.hBqT2l/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.748 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.750 | 67009 | Added a new run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.750 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.751 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.751 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.753 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.754 | 56024 | Recursively removing directory: /tmp/git.A7VsDY/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.755 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.755 | 67016 | Added a new run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.755 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.756 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.756 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.757 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.758 | 67019 | Added a new run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.759 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.759 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.759 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.759 | 67020 | Added a new worker 10 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.759 | 56020 | Removed run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.759 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.759 | 56020 | Assigned run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.759 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gTW0GE +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.760 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.760 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.763 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.764 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.764 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.764 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.764 | 67024 | Added a new worker 16 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.765 | 56020 | Removed run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.765 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.765 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.765 | 56020 | Assigned run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.765 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i4ozlO +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.765 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.766 | 67023 | Added a new run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.767 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.769 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.770 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.771 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.771 | 67029 | Added a new run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.772 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.775 | 67017 | Marked run 794 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.775 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.776 | 56021 | Recursively removing directory: /tmp/git.gTW0GE/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.776 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.778 | 67022 | Marked run 795 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.778 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.779 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.779 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.779 | 67037 | Added a new run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.780 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.782 | 56024 | Recursively removing directory: /tmp/git.i4ozlO/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.782 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.783 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.784 | 67044 | Added a new run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.784 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.784 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.784 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.787 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.787 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.787 | 67048 | Added a new worker 12 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.787 | 56020 | Removed run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.787 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.787 | 56020 | Assigned run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.787 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.787 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.787 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9HEW7k +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.788 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.789 | 67047 | Added a new run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.790 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.792 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.792 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.793 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.793 | 67052 | Added a new worker 16 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.793 | 56020 | Removed run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.793 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.793 | 56020 | Assigned run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.793 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.794 | 67051 | Added a new run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.793 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.794 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ERyvmQ +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.794 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.794 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.797 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.797 | 67045 | Marked run 796 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.798 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.800 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.801 | 67049 | Marked run 797 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.801 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.802 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.802 | 67055 | Added a new run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.802 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.806 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.807 | 67066 | Added a new run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.807 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.808 | 56021 | Recursively removing directory: /tmp/git.9HEW7k/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.810 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.810 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.810 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.811 | 67072 | Added a new run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.812 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.812 | 56024 | Recursively removing directory: /tmp/git.ERyvmQ/ +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.814 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.814 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.814 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.815 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.815 | 67074 | Added a new run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.815 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.817 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.818 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.818 | 67077 | Added a new run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.819 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.819 | 67079 | Added a new worker 14 to the queue +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.819 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.819 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.819 | 56020 | Removed run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.819 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.819 | 56020 | Assigned run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.819 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.819 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Kw22Xd +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.822 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.823 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.823 | 67082 | Added a new worker 16 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.823 | 56020 | Removed run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.823 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.823 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.823 | 56020 | Assigned run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.823 | 67081 | Added a new run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.824 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.823 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.824 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7fdIz6 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.826 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.827 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.828 | 67075 | Marked run 798 as finished +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.828 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.828 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.830 | 67084 | Added a new run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.830 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.831 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.832 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.834 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.834 | 67078 | Marked run 799 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.834 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.835 | 67092 | Added a new run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.836 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.838 | 56021 | Recursively removing directory: /tmp/git.Kw22Xd/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.838 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.840 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.840 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.840 | 67100 | Added a new run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.841 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.843 | 56024 | Recursively removing directory: /tmp/git.7fdIz6/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.844 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.844 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.844 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.844 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.845 | 67104 | Added a new run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.846 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.848 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.848 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.848 | 67107 | Added a new worker 8 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.848 | 56020 | Removed run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.848 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.848 | 56020 | Assigned run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.848 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.848 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.849 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IYDhr7 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.849 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.850 | 67109 | Added a new run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.851 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.853 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.854 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.854 | 67112 | Added a new worker 15 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.854 | 56020 | Removed run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.854 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.854 | 56020 | Assigned run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.854 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.854 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.854 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lojtf1 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.855 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.855 | 67111 | Added a new run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.856 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.857 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.858 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.860 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.860 | 67105 | Marked run 800 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.860 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.861 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.864 | 67108 | Marked run 801 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.864 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.865 | 67115 | Added a new run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.865 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.867 | 56021 | Recursively removing directory: /tmp/git.IYDhr7/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.868 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.869 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.870 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.870 | 67129 | Added a new run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.870 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.872 | 56024 | Recursively removing directory: /tmp/git.lojtf1/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.873 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.873 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.873 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.874 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.874 | 67132 | Added a new run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.874 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.877 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.878 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.878 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.878 | 67135 | Added a new run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.878 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.878 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.878 | 67137 | Added a new worker 6 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.879 | 56020 | Removed run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.879 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.879 | 56020 | Assigned run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.879 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fDR48C +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.879 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.882 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.883 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.884 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.885 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.885 | 67141 | Added a new worker 15 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.885 | 56020 | Removed run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.885 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.885 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.885 | 56020 | Assigned run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.885 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.885 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Uc2Ya5 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.888 | 67133 | Marked run 802 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.888 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.890 | 67139 | Added a new run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.890 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.893 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.893 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.894 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.894 | 56021 | Recursively removing directory: /tmp/git.fDR48C/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.895 | 67136 | Marked run 803 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.895 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.896 | 67149 | Added a new run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.896 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.896 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.897 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.899 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.901 | 67157 | Added a new run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.901 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.901 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.904 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.905 | 56024 | Recursively removing directory: /tmp/git.Uc2Ya5/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.905 | 67162 | Added a new run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.906 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.906 | 67163 | Added a new worker 12 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.906 | 56020 | Removed run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.906 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.906 | 56020 | Assigned run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.906 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.907 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.907 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.906 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.907 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dzK6Zd +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.909 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.909 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.911 | 67165 | Added a new run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.911 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.911 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.912 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.913 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.914 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.915 | 67160 | Marked run 804 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.915 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.915 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.915 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.915 | 67170 | Added a new worker 13 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.915 | 56020 | Removed run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.915 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.915 | 56020 | Assigned run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.915 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.915 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Dm02lE +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.917 | 67169 | Added a new run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.918 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.920 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.920 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.922 | 67178 | Added a new run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.922 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.922 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.925 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.925 | 67166 | Marked run 805 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.925 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.926 | 67181 | Added a new run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.927 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.928 | 56021 | Recursively removing directory: /tmp/git.dzK6Zd/ +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.929 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.929 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.929 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.930 | 67186 | Added a new run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.931 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.933 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.934 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.934 | 56024 | Recursively removing directory: /tmp/git.Dm02lE/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.935 | 67192 | Added a new run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.936 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.936 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.936 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.938 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.938 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.938 | 67195 | Added a new worker 13 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.938 | 56020 | Removed run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.938 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.938 | 56020 | Assigned run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.938 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.939 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VFpzsZ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.939 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.940 | 67194 | Added a new run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.940 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.941 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.944 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.944 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.944 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.944 | 67199 | Added a new worker 15 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.944 | 56020 | Removed run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.944 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.944 | 56020 | Assigned run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.945 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aXf8P0 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.945 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.946 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.946 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.948 | 67191 | Marked run 806 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.948 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.950 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.950 | 67198 | Added a new run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.950 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.951 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.953 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.954 | 67196 | Marked run 807 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.954 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.956 | 67209 | Added a new run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.956 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.956 | 56021 | Recursively removing directory: /tmp/git.VFpzsZ/ +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.958 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.958 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.958 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.960 | 67217 | Added a new run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.961 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.962 | 56024 | Recursively removing directory: /tmp/git.aXf8P0/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.963 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.964 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.964 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.964 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.965 | 67220 | Added a new run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.965 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.967 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.967 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.967 | 67222 | Added a new worker 10 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.967 | 56020 | Removed run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.967 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.967 | 56020 | Assigned run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.967 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MJ7A3x +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.967 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.968 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.968 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.969 | 67223 | Added a new run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.970 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.972 | 56021 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.972 | 56024 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.972 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.973 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.973 | 56021 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.973 | 67226 | Added a new worker 15 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.973 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.973 | 56020 | Removed run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.973 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.974 | 56020 | Assigned run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.974 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IePmem +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.975 | 67227 | Added a new run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.976 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.979 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.979 | 56024 | Checking out revision HEAD +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.980 | 56024 | Going to run: ./ci +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.981 | 67219 | Marked run 808 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.981 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.982 | 67233 | Added a new run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.983 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.985 | 56021 | Recursively removing directory: /tmp/git.MJ7A3x/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.986 | 67224 | Marked run 809 as finished +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.987 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.987 | 56021 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.987 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.988 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.992 | 56024 | Recursively removing directory: /tmp/git.IePmem/ +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.992 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.993 | 67243 | Added a new run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.993 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.993 | 56024 | Process exit code: 0 +2024-04-25 03:45:13 | INFO | 56024/cimple-worker: 2024-04-25 03:45:13.993 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.996 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.996 | 56021 | Waiting for a new command +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.996 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.996 | 67249 | Added a new worker 13 to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.996 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.996 | 56020 | Removed run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.996 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.996 | 56020 | Assigned run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:13 | INFO | 56021/cimple-worker: 2024-04-25 03:45:13.997 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kSuNk1 +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.997 | 67248 | Added a new run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.997 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | 56018/cimple-server: 2024-04-25 03:45:13.998 | 56018 | Waiting for new connections +2024-04-25 03:45:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.000 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.002 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.002 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.002 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.002 | 67253 | Added a new worker 16 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.002 | 56020 | Removed run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.002 | 56020 | Removed worker 16 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.002 | 56020 | Assigned run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.002 | 67252 | Added a new run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.003 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.003 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.003 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eA3wzM +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.003 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.007 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.008 | 67246 | Marked run 810 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.008 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.010 | 67258 | Added a new run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.010 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.011 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.011 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.014 | 67250 | Marked run 811 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.014 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.015 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.015 | 56021 | Recursively removing directory: /tmp/git.kSuNk1/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.016 | 67266 | Added a new run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.016 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.017 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.017 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.020 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.021 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.022 | 67273 | Added a new run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.022 | 56024 | Recursively removing directory: /tmp/git.eA3wzM/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.022 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.023 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.023 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.024 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.025 | 67276 | Added a new run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.025 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.026 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.026 | 67277 | Added a new worker 12 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.026 | 56020 | Removed run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.026 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.026 | 56020 | Assigned run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.026 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.026 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Uqza4Q +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.026 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.027 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.029 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.031 | 67280 | Added a new run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.031 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.031 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.032 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.032 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.033 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.033 | 67281 | Added a new worker 9 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.033 | 56020 | Removed run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.033 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.033 | 56020 | Assigned run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.033 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.034 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2hvzVS +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.035 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.037 | 67274 | Marked run 812 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.038 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.039 | 67284 | Added a new run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.039 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.040 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.041 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.042 | 67279 | Marked run 813 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.042 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.043 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.045 | 67293 | Added a new run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.045 | 56021 | Recursively removing directory: /tmp/git.Uqza4Q/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.045 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.046 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.047 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.048 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.050 | 67301 | Added a new run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.050 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.052 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.052 | 56024 | Recursively removing directory: /tmp/git.2hvzVS/ +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.053 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.053 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.053 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.054 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.054 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.054 | 67305 | Added a new worker 13 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.054 | 56020 | Removed run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.054 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.054 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.054 | 56020 | Assigned run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.054 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IQo1uQ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.056 | 67304 | Added a new run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.057 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.058 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.060 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.060 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.060 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.062 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.062 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.062 | 67310 | Added a new worker 15 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.062 | 56020 | Removed run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.062 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.062 | 56020 | Assigned run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.062 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yZ3Er6 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.063 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.063 | 67308 | Added a new run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.063 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.067 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.067 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.068 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.071 | 67303 | Marked run 814 as finished +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.071 | 56021 | Recursively removing directory: /tmp/git.IQo1uQ/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.071 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.073 | 67318 | Added a new run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.073 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.073 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.073 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.076 | 67307 | Marked run 815 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.076 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.077 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.078 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.078 | 67327 | Added a new run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.078 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.080 | 56024 | Recursively removing directory: /tmp/git.yZ3Er6/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.080 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.082 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.082 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.082 | 67331 | Added a new worker 13 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.082 | 56020 | Removed run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.082 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.082 | 56020 | Assigned run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.082 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.082 | 67330 | Added a new run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.082 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.R4H0iP +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.083 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.083 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.083 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.085 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.087 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.087 | 67333 | Added a new run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.088 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.088 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.089 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.091 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.091 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.091 | 67337 | Added a new worker 13 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.091 | 56020 | Removed run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.091 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.091 | 56020 | Assigned run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.091 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.091 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.p9XOOU +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.092 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.092 | 67328 | Marked run 816 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.093 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.094 | 67338 | Added a new run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.095 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.096 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.097 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.097 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.099 | 67346 | Added a new run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.100 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.103 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.103 | 56021 | Recursively removing directory: /tmp/git.R4H0iP/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.104 | 67334 | Marked run 817 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.105 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.106 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.106 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.106 | 67353 | Added a new run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.107 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.107 | 56024 | Recursively removing directory: /tmp/git.p9XOOU/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.109 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.109 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.109 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.110 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.110 | 67357 | Added a new run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.110 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.112 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.114 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.116 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bAnisy +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.115 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.116 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.116 | 67362 | Added a new worker 14 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.116 | 56020 | Removed run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.116 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.116 | 56020 | Assigned run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.116 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.116 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.116 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.117 | 67363 | Added a new worker 15 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.117 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.117 | 56020 | Removed run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.117 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.117 | 56020 | Assigned run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.118 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Z0LrFb +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.122 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.121 | 67361 | Added a new run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.122 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.123 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.124 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.124 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.125 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.126 | 67358 | Marked run 818 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.126 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.129 | 67360 | Marked run 819 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.129 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.130 | 67367 | Added a new run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.130 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.133 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.134 | 56021 | Recursively removing directory: /tmp/git.bAnisy/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.135 | 67381 | Added a new run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.135 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.136 | 56024 | Recursively removing directory: /tmp/git.Z0LrFb/ +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.136 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.136 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.138 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.138 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.138 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.139 | 67383 | Added a new run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.139 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.139 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.142 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.142 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.143 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.143 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.143 | 67387 | Added a new run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.143 | 67388 | Added a new worker 12 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.143 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.143 | 56020 | Removed run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.143 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.143 | 56020 | Assigned run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.144 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Jjag1N +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.144 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.146 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.146 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.147 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.147 | 67390 | Added a new worker 15 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.147 | 56020 | Removed run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.147 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.147 | 56020 | Assigned run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.148 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.148 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MrJtkF +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.149 | 67391 | Added a new run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.150 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.151 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.152 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.152 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.159 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.160 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.167 | 56021 | Recursively removing directory: /tmp/git.Jjag1N/ +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.170 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.170 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.170 | 67393 | Added a new run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.170 | 67384 | Marked run 820 as finished +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.170 | 56024 | Recursively removing directory: /tmp/git.MrJtkF/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.171 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.172 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.172 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.173 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.174 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.175 | 67386 | Marked run 821 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.175 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.176 | 67410 | Added a new run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.176 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.176 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.177 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.177 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.177 | 67413 | Added a new worker 12 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.177 | 56020 | Removed run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.177 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.177 | 56020 | Assigned run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.177 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mpQZlu +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.179 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.180 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.181 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.181 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.181 | 67415 | Added a new worker 15 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.181 | 56020 | Removed run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.181 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.181 | 56020 | Assigned run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.182 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VoDoJw +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.182 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.182 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.183 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.188 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.188 | 67409 | Marked run 822 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.189 | 67414 | Added a new run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.189 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.189 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.189 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.192 | 67411 | Marked run 823 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.192 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.192 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.194 | 56021 | Recursively removing directory: /tmp/git.mpQZlu/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.194 | 67426 | Added a new run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.195 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.196 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.196 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.198 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.200 | 67433 | Added a new run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.200 | 56024 | Recursively removing directory: /tmp/git.VoDoJw/ +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.201 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.201 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.202 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.202 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.202 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.204 | 67436 | Added a new run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.204 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.205 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.205 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.205 | 67438 | Added a new worker 12 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.205 | 56020 | Removed run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.205 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.205 | 56020 | Assigned run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.205 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Kq98YD +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.206 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.208 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.208 | 67440 | Added a new worker 12 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.208 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.208 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.209 | 56020 | Removed run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.209 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.209 | 56020 | Assigned run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.209 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yiqOU2 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.210 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.211 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.212 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.219 | 56021 | Recursively removing directory: /tmp/git.Kq98YD/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.219 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.220 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.220 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.220 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.221 | 67435 | Marked run 824 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.221 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.224 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.225 | 67439 | Marked run 825 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.225 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.226 | 67442 | Added a new run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.226 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.227 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.227 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.228 | 67458 | Added a new worker 9 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.228 | 56020 | Removed run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.228 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.228 | 56020 | Assigned run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.228 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.228 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JUCcBQ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.230 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.232 | 67459 | Added a new run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.232 | 56024 | Recursively removing directory: /tmp/git.yiqOU2/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.233 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.234 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.234 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.234 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.236 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.236 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.238 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.238 | 67451 | Marked run 826 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.238 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.239 | 67461 | Added a new run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.240 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.242 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.243 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.243 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.243 | 67472 | Added a new worker 13 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.243 | 56020 | Removed run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.243 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.243 | 56020 | Assigned run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.243 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8b7lYc +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.244 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.244 | 67471 | Added a new run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.245 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.247 | 56021 | Recursively removing directory: /tmp/git.JUCcBQ/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.248 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.249 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.249 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.249 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.250 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.251 | 67463 | Marked run 827 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.251 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.252 | 67474 | Added a new run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.252 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.253 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.255 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.256 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.257 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.257 | 67485 | Added a new worker 13 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.257 | 56020 | Removed run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.257 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.257 | 56020 | Assigned run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.257 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sZPAOr +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.258 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.260 | 56024 | Recursively removing directory: /tmp/git.8b7lYc/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.260 | 67481 | Added a new run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.261 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.262 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.262 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.264 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.264 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.264 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.265 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.269 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.269 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.269 | 67492 | Added a new worker 15 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.269 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.269 | 56020 | Removed run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.269 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.269 | 56020 | Assigned run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.269 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DpBDsh +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.271 | 67476 | Marked run 828 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.271 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.273 | 67487 | Added a new run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.273 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.275 | 56021 | Recursively removing directory: /tmp/git.sZPAOr/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.276 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.276 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.276 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.276 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.276 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.278 | 67498 | Added a new run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.278 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.280 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.281 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.284 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.284 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.284 | 67509 | Added a new worker 15 to the queue +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.284 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0C55J3 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.284 | 56020 | Removed run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.284 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.284 | 56020 | Assigned run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.285 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.286 | 56024 | Recursively removing directory: /tmp/git.DpBDsh/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.287 | 67489 | Marked run 829 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.287 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.288 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.288 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.291 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.294 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.294 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i78j7c +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.294 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.294 | 67511 | Added a new worker 15 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.294 | 56020 | Removed run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.294 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.294 | 56020 | Assigned run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.294 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.296 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.297 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.296 | 67506 | Added a new run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.298 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.299 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.300 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.301 | 67502 | Marked run 830 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.301 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.302 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.305 | 67510 | Marked run 831 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.305 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.306 | 67519 | Added a new run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.307 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.307 | 56021 | Recursively removing directory: /tmp/git.0C55J3/ +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.309 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.309 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.309 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.311 | 56024 | Recursively removing directory: /tmp/git.i78j7c/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.311 | 67529 | Added a new run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.312 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.313 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.313 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.313 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.315 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.316 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.316 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.316 | 67532 | Added a new run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.317 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.317 | 67534 | Added a new worker 14 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.317 | 56020 | Removed run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.317 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.317 | 56020 | Assigned run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.317 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VqxmAn +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.317 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.318 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.320 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.321 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.321 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.321 | 67537 | Added a new worker 15 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.321 | 56020 | Removed run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.321 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.321 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.321 | 56020 | Assigned run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.322 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cwr8Wx +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.323 | 67536 | Added a new run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.323 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.323 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.324 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.326 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.333 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.333 | 56021 | Recursively removing directory: /tmp/git.VqxmAn/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.334 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.334 | 67540 | Added a new run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.334 | 67531 | Marked run 832 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.334 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.335 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.336 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.336 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.337 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.338 | 67533 | Marked run 833 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.338 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.339 | 67550 | Added a new run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.339 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.340 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.342 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.343 | 56024 | Recursively removing directory: /tmp/git.cwr8Wx/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.344 | 67558 | Added a new run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.344 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.344 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.344 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.345 | 67559 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.345 | 56020 | Removed run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.345 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.345 | 56020 | Assigned run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.345 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.345 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.345 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.346 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.x0Reho +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.347 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.349 | 67561 | Added a new run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.349 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.350 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.352 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.353 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.353 | 67557 | Marked run 834 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.353 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.353 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.353 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.354 | 67564 | Added a new worker 8 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.354 | 56020 | Removed run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.354 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.354 | 56020 | Assigned run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.354 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Oq4bor +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.358 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.359 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.360 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.365 | 67562 | Marked run 835 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.365 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.365 | 56021 | Recursively removing directory: /tmp/git.x0Reho/ +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.367 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.367 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.369 | 56024 | Recursively removing directory: /tmp/git.Oq4bor/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.370 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.370 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.371 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.373 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.374 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.374 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.374 | 67580 | Added a new worker 12 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.374 | 56020 | Removed run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.374 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.374 | 56020 | Assigned run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.375 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.60DOfp +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.376 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.377 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.377 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.379 | 67581 | Added a new worker 12 to the queue +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.380 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.381 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.381 | 56020 | Removed run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.381 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.381 | 56020 | Assigned run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.381 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5m18Vs +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.382 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.385 | 67578 | Marked run 836 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.385 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.388 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.389 | 67579 | Marked run 837 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.389 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.389 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.391 | 56021 | Recursively removing directory: /tmp/git.60DOfp/ +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.392 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.392 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.395 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.397 | 56024 | Recursively removing directory: /tmp/git.5m18Vs/ +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.398 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.398 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.398 | 67597 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.398 | 56020 | Removed run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.398 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.398 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.398 | 56020 | Assigned run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.398 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KRi7JB +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.399 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.399 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.402 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.403 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.404 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.408 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.408 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ixurpy +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.408 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.408 | 67604 | Added a new worker 13 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.408 | 56020 | Removed run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.408 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.408 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.408 | 56020 | Assigned run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.408 | 67596 | Marked run 838 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.408 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.413 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.413 | 56021 | Recursively removing directory: /tmp/git.KRi7JB/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.414 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.415 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.415 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.418 | 67599 | Marked run 839 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.418 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.419 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.423 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.423 | 56024 | Recursively removing directory: /tmp/git.ixurpy/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.423 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.423 | 67615 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.423 | 56020 | Removed run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.423 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.423 | 56020 | Assigned run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.423 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.423 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MKknlk +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.424 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.424 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.427 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.428 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.429 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.431 | 67613 | Marked run 840 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.431 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.432 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.433 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WK5ePV +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.432 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.432 | 67622 | Added a new worker 8 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.432 | 56020 | Removed run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.432 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.432 | 56020 | Assigned run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.434 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.437 | 56021 | Recursively removing directory: /tmp/git.MKknlk/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.437 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.438 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.438 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.438 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.441 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.442 | 67617 | Marked run 841 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.443 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.445 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.445 | 67633 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.445 | 56020 | Removed run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.445 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.445 | 56020 | Assigned run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.445 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.445 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.445 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.L4DzjC +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.448 | 56024 | Recursively removing directory: /tmp/git.WK5ePV/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.449 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.449 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.450 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.451 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.452 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.454 | 67627 | Marked run 842 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.455 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.456 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.456 | 67641 | Added a new worker 8 to the queue +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.456 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.457 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BAxqJT +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.456 | 56020 | Removed run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.456 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.457 | 56020 | Assigned run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.460 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.460 | 56021 | Recursively removing directory: /tmp/git.L4DzjC/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.461 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.461 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.461 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.462 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.465 | 67635 | Marked run 843 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.465 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.465 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.468 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.468 | 67651 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.468 | 56020 | Removed run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.468 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.468 | 56020 | Assigned run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.468 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.468 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.469 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.O9Y49g +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.473 | 56024 | Recursively removing directory: /tmp/git.BAxqJT/ +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.473 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.474 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.474 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.474 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.478 | 67645 | Marked run 844 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.478 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.478 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.482 | 56021 | Recursively removing directory: /tmp/git.O9Y49g/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.482 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.482 | 67660 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.482 | 56020 | Removed run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.482 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.482 | 56020 | Assigned run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.483 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.482 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.482 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gMq4mp +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.484 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.484 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.486 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.487 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.488 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.492 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.492 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.492 | 67667 | Added a new worker 13 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.492 | 56020 | Removed run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.492 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.492 | 56020 | Assigned run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.492 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nvu3bp +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.493 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.493 | 67655 | Marked run 845 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.493 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.498 | 56024 | Recursively removing directory: /tmp/git.gMq4mp/ +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.498 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.499 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.500 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.500 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.502 | 67662 | Marked run 846 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.502 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.504 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.507 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.507 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GA0gU5 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.507 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.507 | 67678 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.507 | 56020 | Removed run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.507 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.507 | 56020 | Assigned run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.507 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.507 | 56021 | Recursively removing directory: /tmp/git.nvu3bp/ +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.509 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.509 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.512 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.513 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.513 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.515 | 67675 | Marked run 847 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.515 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.516 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.516 | 67682 | Added a new worker 8 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.516 | 56020 | Removed run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.516 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.516 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.516 | 56020 | Assigned run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.516 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.516 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4FL2fo +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.521 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.522 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.523 | 56024 | Recursively removing directory: /tmp/git.GA0gU5/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.525 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.525 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.526 | 67679 | Marked run 848 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.527 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.528 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.531 | 56021 | Recursively removing directory: /tmp/git.4FL2fo/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.532 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.532 | 67696 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.532 | 56020 | Removed run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.532 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.532 | 56020 | Assigned run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.532 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.532 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eNbaSI +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.533 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.533 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.533 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.537 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.537 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.537 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.540 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.540 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.540 | 67700 | Added a new worker 13 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.540 | 56020 | Removed run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.540 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.540 | 56020 | Assigned run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.540 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.540 | 67695 | Marked run 849 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.541 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.541 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QXQ5GK +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.545 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.546 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.547 | 56024 | Recursively removing directory: /tmp/git.eNbaSI/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.549 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.549 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.551 | 67697 | Marked run 850 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.551 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.552 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.555 | 56021 | Recursively removing directory: /tmp/git.QXQ5GK/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.556 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.556 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.556 | 67714 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.556 | 56020 | Removed run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.556 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.556 | 56020 | Assigned run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.556 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.556 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.556 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.556 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dEVocS +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.559 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.560 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.561 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.562 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.562 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.562 | 67717 | Added a new worker 11 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.562 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.563 | 56020 | Removed run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.563 | 56020 | Removed worker 11 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.563 | 56020 | Assigned run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.563 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ra8nEk +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.564 | 67713 | Marked run 851 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.565 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.568 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.569 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.572 | 67715 | Marked run 852 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.572 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.572 | 56024 | Recursively removing directory: /tmp/git.dEVocS/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.574 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.574 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.577 | 56021 | Recursively removing directory: /tmp/git.ra8nEk/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.578 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.578 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.579 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.581 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.581 | 67732 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.581 | 56020 | Removed run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.581 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.581 | 56020 | Assigned run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.581 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.581 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.581 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.irPUz3 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.582 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.585 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.585 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.585 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.586 | 67734 | Added a new worker 12 to the queue +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.586 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.586 | 56020 | Removed run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.586 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.586 | 56020 | Assigned run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.586 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wDCSLS +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.588 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.592 | 67731 | Marked run 853 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.592 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.592 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.593 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.595 | 67733 | Marked run 854 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.595 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.596 | 56024 | Recursively removing directory: /tmp/git.irPUz3/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.598 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.598 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.602 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.603 | 56021 | Recursively removing directory: /tmp/git.wDCSLS/ +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.604 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.604 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.606 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.606 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.606 | 67750 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.607 | 56020 | Removed run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.607 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.607 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.607 | 56020 | Assigned run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.607 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TBo8Az +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.608 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.611 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.612 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.612 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.613 | 67752 | Added a new worker 13 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.613 | 56020 | Removed run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.613 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.613 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.613 | 56020 | Assigned run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.613 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.613 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tuG0El +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.617 | 67749 | Marked run 855 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.617 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.619 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.620 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.623 | 56024 | Recursively removing directory: /tmp/git.TBo8Az/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.624 | 67751 | Marked run 856 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.624 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.625 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.625 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.629 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.629 | 56021 | Recursively removing directory: /tmp/git.tuG0El/ +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.630 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.630 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.632 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.632 | 67768 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.632 | 56020 | Removed run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.632 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.632 | 56020 | Assigned run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.632 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.632 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.632 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PJRdfN +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.633 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.636 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.636 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.636 | 67770 | Added a new worker 12 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.636 | 56020 | Removed run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.636 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.636 | 56020 | Assigned run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.636 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.637 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.637 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.637 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ASnaBp +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.643 | 67767 | Marked run 857 as finished +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.643 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.643 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.644 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.646 | 67769 | Marked run 858 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.646 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.647 | 56024 | Recursively removing directory: /tmp/git.PJRdfN/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.648 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.648 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.652 | 56021 | Recursively removing directory: /tmp/git.ASnaBp/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.652 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.654 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.654 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.655 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.655 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.655 | 67786 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.655 | 56020 | Removed run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.655 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.655 | 56020 | Assigned run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.656 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ODqWDR +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.656 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.657 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.659 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.660 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.661 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.661 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.661 | 67789 | Added a new worker 12 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.661 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.661 | 56020 | Removed run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.661 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.661 | 56020 | Assigned run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.662 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wyLLYQ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.667 | 67785 | Marked run 859 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.667 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.669 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.670 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.671 | 56024 | Recursively removing directory: /tmp/git.ODqWDR/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.672 | 67787 | Marked run 860 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.672 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.673 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.673 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.676 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.678 | 56021 | Recursively removing directory: /tmp/git.wyLLYQ/ +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.680 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.680 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.680 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.680 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.680 | 67804 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.680 | 56020 | Removed run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.680 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.680 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.680 | 56020 | Assigned run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.681 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8KHD7Z +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.684 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.685 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.686 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.688 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.688 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.688 | 67807 | Added a new worker 13 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.688 | 56020 | Removed run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.688 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.688 | 56020 | Assigned run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.688 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hB3p78 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.688 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.689 | 67803 | Marked run 861 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.689 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.692 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.693 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.696 | 56024 | Recursively removing directory: /tmp/git.8KHD7Z/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.697 | 67805 | Marked run 862 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.697 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.698 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.698 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.701 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.702 | 56021 | Recursively removing directory: /tmp/git.hB3p78/ +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.703 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.703 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.705 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.707 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.707 | 67822 | Added a new worker 12 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.707 | 56020 | Removed run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.707 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.707 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.707 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.707 | 56020 | Assigned run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.708 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vIFz0j +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.711 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.711 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.711 | 67824 | Added a new worker 13 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.711 | 56020 | Removed run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.711 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.711 | 56020 | Assigned run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.711 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.711 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hYKMta +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.713 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.714 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.715 | 67821 | Marked run 863 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.715 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.717 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.718 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.721 | 67823 | Marked run 864 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.721 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.722 | 56024 | Recursively removing directory: /tmp/git.vIFz0j/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.724 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.724 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.727 | 56021 | Recursively removing directory: /tmp/git.hYKMta/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.728 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.728 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.728 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.731 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.731 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.731 | 67840 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.731 | 56020 | Removed run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.731 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.731 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.731 | 56020 | Assigned run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.731 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ssobd6 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.731 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.735 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.735 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.735 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.735 | 67842 | Added a new worker 12 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.735 | 56020 | Removed run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.735 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.735 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.735 | 56020 | Assigned run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.736 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.736 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4vzI7y +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.741 | 67839 | Marked run 865 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.742 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.742 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.743 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.745 | 67841 | Marked run 866 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.745 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.746 | 56024 | Recursively removing directory: /tmp/git.ssobd6/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.748 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.748 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.751 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.752 | 56021 | Recursively removing directory: /tmp/git.4vzI7y/ +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.753 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.753 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.754 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.754 | 67858 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.754 | 56020 | Removed run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.754 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.754 | 56020 | Assigned run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.755 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.754 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.755 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8f6Bes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.757 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.758 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.759 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.761 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.761 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.761 | 67862 | Added a new worker 13 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.761 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.761 | 56020 | Removed run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.761 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.761 | 56020 | Assigned run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.762 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OX4gKf +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.764 | 67857 | Marked run 867 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.764 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.767 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.768 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.770 | 56024 | Recursively removing directory: /tmp/git.8f6Bes/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.771 | 67859 | Marked run 868 as finished +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.771 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.771 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.772 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.775 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.776 | 56021 | Recursively removing directory: /tmp/git.OX4gKf/ +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.778 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.778 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.778 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.779 | 67876 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.779 | 56020 | Removed run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.779 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.779 | 56020 | Assigned run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.779 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.778 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.779 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NPHc4p +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.782 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.784 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.785 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.786 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.786 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.786 | 67879 | Added a new worker 13 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.786 | 56020 | Removed run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.786 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.786 | 56020 | Assigned run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.786 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.786 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4QVTPW +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.787 | 67875 | Marked run 869 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.787 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.792 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.793 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.794 | 67877 | Marked run 870 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.795 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.796 | 56024 | Recursively removing directory: /tmp/git.NPHc4p/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.797 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.797 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.801 | 56021 | Recursively removing directory: /tmp/git.4QVTPW/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.801 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.802 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.802 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.805 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.805 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.805 | 67894 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.805 | 56020 | Removed run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.805 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.805 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.805 | 56020 | Assigned run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.806 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DhZ1HE +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.807 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.810 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.811 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.811 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.811 | 67896 | Added a new worker 13 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.811 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.811 | 56020 | Removed run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.811 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.811 | 56020 | Assigned run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.811 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.812 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1t1kr7 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.813 | 67893 | Marked run 871 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.813 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.817 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.818 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.821 | 67895 | Marked run 872 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.821 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.821 | 56024 | Recursively removing directory: /tmp/git.DhZ1HE/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.823 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.823 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.826 | 56021 | Recursively removing directory: /tmp/git.1t1kr7/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.826 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.828 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.828 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.830 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.830 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.830 | 67912 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.830 | 56020 | Removed run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.830 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.830 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.830 | 56020 | Assigned run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.830 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bHZfcm +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.832 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.835 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.835 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.836 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.836 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.836 | 67915 | Added a new worker 13 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.836 | 56020 | Removed run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.836 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.836 | 56020 | Assigned run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.836 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.836 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5XYPiN +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.839 | 67911 | Marked run 873 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.840 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.842 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.843 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.845 | 56024 | Recursively removing directory: /tmp/git.bHZfcm/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.845 | 67913 | Marked run 874 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.846 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.847 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.847 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.850 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.852 | 56021 | Recursively removing directory: /tmp/git.5XYPiN/ +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.853 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.853 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.854 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.854 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1hTkCl +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.854 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.854 | 67930 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.854 | 56020 | Removed run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.854 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.854 | 56020 | Assigned run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.854 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.858 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.858 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.860 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.864 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.861 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.865 | 67935 | Added a new worker 13 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.865 | 56020 | Removed run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.865 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.865 | 56020 | Assigned run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.865 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PywPIZ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.866 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.867 | 67929 | Marked run 875 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.868 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.870 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.872 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.873 | 67931 | Marked run 876 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.873 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.874 | 56024 | Recursively removing directory: /tmp/git.1hTkCl/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.876 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.876 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.880 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.882 | 56021 | Recursively removing directory: /tmp/git.PywPIZ/ +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.884 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.884 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.885 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.885 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.885 | 67948 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.885 | 56020 | Removed run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.885 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.885 | 56020 | Assigned run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.885 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aUhXzz +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.888 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.889 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.890 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.890 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.892 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.892 | 67951 | Added a new worker 12 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.892 | 56020 | Removed run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.892 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.892 | 56020 | Assigned run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.892 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.892 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EXkg01 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.894 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.897 | 67947 | Marked run 877 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.898 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.898 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.899 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.901 | 56024 | Recursively removing directory: /tmp/git.aUhXzz/ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.902 | 67949 | Marked run 878 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.902 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.903 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.903 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.906 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.910 | 56021 | Recursively removing directory: /tmp/git.EXkg01/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.910 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.910 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.910 | 67966 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.910 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.910 | 56020 | Removed run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.910 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.910 | 56020 | Assigned run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.910 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MzNHgV +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.911 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.911 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.914 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.915 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.916 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.920 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.920 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.920 | 67974 | Added a new worker 13 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.920 | 56020 | Removed run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.920 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.920 | 56020 | Assigned run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.921 | 67965 | Marked run 879 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.921 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.921 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.921 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.en2DCq +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.924 | 56024 | Recursively removing directory: /tmp/git.MzNHgV/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.925 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.925 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.926 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.928 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.928 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.931 | 67968 | Marked run 880 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.931 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.931 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.931 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.931 | 67980 | Added a new worker 9 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.931 | 56020 | Removed run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.931 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.931 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.931 | 56020 | Assigned run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.932 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2FAV9T +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.936 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.937 | 56021 | Recursively removing directory: /tmp/git.en2DCq/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.937 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.939 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.939 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.942 | 67977 | Marked run 881 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.942 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.942 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.946 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.946 | 67993 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.946 | 56020 | Removed run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.946 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.946 | 56020 | Assigned run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.946 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.946 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VsqCQE +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.947 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.948 | 56024 | Recursively removing directory: /tmp/git.2FAV9T/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.949 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.949 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.950 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.951 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.954 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.957 | 67988 | Marked run 882 as finished +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.957 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.958 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.958 | 68002 | Added a new worker 12 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.958 | 56020 | Removed run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.958 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.958 | 56020 | Assigned run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.958 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.75GfPx +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.959 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.959 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.961 | 56021 | Recursively removing directory: /tmp/git.VsqCQE/ +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.962 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.962 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.962 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.963 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.967 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.969 | 67997 | Marked run 883 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.970 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.971 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.971 | 68011 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.971 | 56020 | Removed run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.971 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.971 | 56020 | Assigned run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.971 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.971 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lyeeV7 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.971 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.972 | 56024 | Recursively removing directory: /tmp/git.75GfPx/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.974 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.974 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.975 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.976 | 56021 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.978 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.979 | 68006 | Marked run 884 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.979 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.981 | 56024 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.981 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.982 | 68020 | Added a new worker 8 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.982 | 56020 | Removed run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.982 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.982 | 56020 | Assigned run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.982 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.982 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.N8Cku5 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.985 | 56021 | Recursively removing directory: /tmp/git.lyeeV7/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.987 | 56024 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.987 | 56021 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.987 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.987 | 56024 | Going to run: ./ci +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.991 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.991 | 68013 | Marked run 885 as finished +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.991 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.994 | 56021 | Waiting for a new command +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.994 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eSwqUQ +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.994 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.994 | 68029 | Added a new worker 10 to the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.994 | 56020 | Removed run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.994 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.994 | 56020 | Assigned run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:14 | INFO | 56018/cimple-server: 2024-04-25 03:45:14.996 | 56018 | Waiting for new connections +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.996 | 56024 | Recursively removing directory: /tmp/git.N8Cku5/ +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.998 | 56024 | Process exit code: 0 +2024-04-25 03:45:14 | INFO | 56024/cimple-worker: 2024-04-25 03:45:14.998 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.998 | 56021 | Checking out revision HEAD +2024-04-25 03:45:14 | INFO | 56021/cimple-worker: 2024-04-25 03:45:14.999 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.002 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.005 | 68024 | Marked run 886 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.005 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.006 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.006 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.006 | 68038 | Added a new worker 8 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.006 | 56020 | Removed run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.006 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.006 | 56020 | Assigned run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.006 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TnGJdT +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.007 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.011 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.011 | 56021 | Recursively removing directory: /tmp/git.eSwqUQ/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.012 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.013 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.013 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.016 | 68032 | Marked run 887 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.016 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.016 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.020 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.020 | 68047 | Added a new worker 10 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.020 | 56020 | Removed run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.020 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.020 | 56020 | Assigned run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.020 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.020 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.020 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uzlRNe +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.020 | 56024 | Recursively removing directory: /tmp/git.TnGJdT/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.022 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.022 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.024 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.025 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.027 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.030 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.030 | 68044 | Marked run 888 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.030 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.031 | 68056 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.031 | 56020 | Removed run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.031 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.031 | 56020 | Assigned run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.031 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oJBvbH +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.032 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.035 | 56021 | Recursively removing directory: /tmp/git.uzlRNe/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.036 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.036 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.037 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.037 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.040 | 68049 | Marked run 889 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.040 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.040 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.044 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.044 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QhoOFu +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.044 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.044 | 68065 | Added a new worker 10 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.044 | 56020 | Removed run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.044 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.044 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.044 | 56020 | Assigned run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.046 | 56024 | Recursively removing directory: /tmp/git.oJBvbH/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.048 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.048 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.049 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.049 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.052 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.053 | 68060 | Marked run 890 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.053 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.055 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.055 | 68074 | Added a new worker 8 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.055 | 56020 | Removed run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.055 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.055 | 56020 | Assigned run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.056 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.055 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.056 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.w9yfuq +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.059 | 56021 | Recursively removing directory: /tmp/git.QhoOFu/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.060 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.061 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.061 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.061 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.065 | 68068 | Marked run 891 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.065 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.065 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.069 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.069 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.069 | 68083 | Added a new worker 10 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.069 | 56020 | Removed run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.069 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.069 | 56020 | Assigned run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.069 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.P7ADdJ +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.069 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.070 | 56024 | Recursively removing directory: /tmp/git.w9yfuq/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.072 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.072 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.073 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.074 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.076 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.077 | 68078 | Marked run 892 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.077 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.079 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.079 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.079 | 68091 | Added a new worker 8 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.079 | 56020 | Removed run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.079 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.079 | 56020 | Assigned run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.080 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.080 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sH5tGZ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.083 | 56021 | Recursively removing directory: /tmp/git.P7ADdJ/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.084 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.084 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.085 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.085 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.089 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.090 | 68085 | Marked run 893 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.090 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.092 | 56024 | Recursively removing directory: /tmp/git.sH5tGZ/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.093 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.093 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.093 | 68101 | Added a new worker 10 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.093 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.093 | 56020 | Removed run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.093 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.093 | 56020 | Assigned run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.093 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dWLW5C +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.094 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.094 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.097 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.098 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.098 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.103 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.103 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.103 | 68106 | Added a new worker 13 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.104 | 56020 | Removed run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.104 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.104 | 56020 | Assigned run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.104 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.104 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zWedhd +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.105 | 68098 | Marked run 894 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.105 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.108 | 56021 | Recursively removing directory: /tmp/git.dWLW5C/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.109 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.110 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.110 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.110 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.114 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.115 | 68103 | Marked run 895 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.115 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.118 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.118 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.118 | 68119 | Added a new worker 9 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.118 | 56020 | Removed run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.118 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.118 | 56020 | Assigned run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.118 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.118 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5Zcpjr +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.122 | 56024 | Recursively removing directory: /tmp/git.zWedhd/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.123 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.124 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.125 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.125 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.128 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.128 | 68114 | Marked run 896 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.128 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.131 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.131 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.131 | 68128 | Added a new worker 10 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.132 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.132 | 56020 | Removed run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.132 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.132 | 56020 | Assigned run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.132 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oYajfZ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.133 | 56021 | Recursively removing directory: /tmp/git.5Zcpjr/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.135 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.135 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.136 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.136 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.140 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.142 | 68123 | Marked run 897 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.142 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.144 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.144 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.144 | 68137 | Added a new worker 9 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.144 | 56020 | Removed run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.144 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.144 | 56020 | Assigned run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.145 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bZy1CM +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.145 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.146 | 56024 | Recursively removing directory: /tmp/git.oYajfZ/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.147 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.147 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.149 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.150 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.151 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.152 | 68132 | Marked run 898 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.153 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.155 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.155 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.155 | 68144 | Added a new worker 10 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.155 | 56020 | Removed run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.155 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.155 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.155 | 56020 | Assigned run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.155 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DoamQf +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.159 | 56021 | Recursively removing directory: /tmp/git.bZy1CM/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.159 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.160 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.161 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.161 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.164 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.165 | 68139 | Marked run 899 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.165 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.168 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.168 | 68155 | Added a new worker 9 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.168 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.168 | 56020 | Removed run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.168 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.168 | 56020 | Assigned run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.168 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.169 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iK8Btb +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.170 | 56024 | Recursively removing directory: /tmp/git.DoamQf/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.172 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.172 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.173 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.174 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.176 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.178 | 68150 | Marked run 900 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.178 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.179 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.179 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.179 | 68162 | Added a new worker 10 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.179 | 56020 | Removed run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.179 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.179 | 56020 | Assigned run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.179 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.179 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MNvab9 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.183 | 56021 | Recursively removing directory: /tmp/git.iK8Btb/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.185 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.185 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.185 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.185 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.189 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.189 | 68157 | Marked run 901 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.190 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.192 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.192 | 68173 | Added a new worker 9 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.192 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.192 | 56020 | Removed run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.192 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.192 | 56020 | Assigned run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.192 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.193 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xTBLh4 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.195 | 56024 | Recursively removing directory: /tmp/git.MNvab9/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.197 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.197 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.197 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.198 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.200 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.202 | 68167 | Marked run 902 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.202 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.204 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.204 | 68182 | Added a new worker 10 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.204 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.204 | 56020 | Removed run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.204 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.204 | 56020 | Assigned run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.204 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.205 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NKL0W9 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.209 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.210 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.210 | 56021 | Recursively removing directory: /tmp/git.xTBLh4/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.213 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.213 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.214 | 68176 | Marked run 903 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.215 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.216 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.221 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.221 | 68191 | Added a new worker 10 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.221 | 56020 | Removed run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.221 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.221 | 56020 | Assigned run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.222 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.220 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.221 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fAYZpu +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.223 | 56024 | Recursively removing directory: /tmp/git.NKL0W9/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.225 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.225 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.228 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.229 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.229 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.230 | 68186 | Marked run 904 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.231 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.234 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.234 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.234 | 68198 | Added a new worker 8 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.234 | 56020 | Removed run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.234 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.234 | 56020 | Assigned run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.234 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oqzZkJ +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.237 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.239 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.240 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.240 | 56021 | Recursively removing directory: /tmp/git.fAYZpu/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.243 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.243 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.244 | 68192 | Marked run 905 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.244 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.246 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.248 | 56024 | Recursively removing directory: /tmp/git.oqzZkJ/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.249 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.249 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.250 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.250 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.250 | 68209 | Added a new worker 10 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.250 | 56020 | Removed run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.250 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.250 | 56020 | Assigned run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.250 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.250 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Jdga0w +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.252 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.254 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.255 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.256 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.256 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.256 | 68212 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.256 | 56020 | Removed run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.256 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.256 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.256 | 56020 | Assigned run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.256 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nWJtZx +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.260 | 68208 | Marked run 906 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.261 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.262 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.263 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.265 | 68210 | Marked run 907 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.266 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.266 | 56021 | Recursively removing directory: /tmp/git.Jdga0w/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.267 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.267 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.271 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.272 | 56024 | Recursively removing directory: /tmp/git.nWJtZx/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.273 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.273 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.275 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.275 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.275 | 68227 | Added a new worker 10 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.275 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.275 | 56020 | Removed run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.275 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.275 | 56020 | Assigned run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.275 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.czC0wc +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.277 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.280 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.281 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.281 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.281 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.282 | 68229 | Added a new worker 13 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.282 | 56020 | Removed run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.282 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.282 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.282 | 56020 | Assigned run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.282 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nypfNF +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.284 | 68226 | Marked run 908 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.285 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.287 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.288 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.291 | 56021 | Recursively removing directory: /tmp/git.czC0wc/ +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.291 | 68228 | Marked run 909 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.292 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.292 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.292 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.297 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.297 | 56024 | Recursively removing directory: /tmp/git.nypfNF/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.298 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.298 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.300 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.300 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.300 | 68245 | Added a new worker 10 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.300 | 56020 | Removed run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.300 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.300 | 56020 | Assigned run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.300 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.300 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Uk0iU4 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.302 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.304 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.304 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.305 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.306 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.306 | 68248 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.306 | 56020 | Removed run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.306 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.306 | 56020 | Assigned run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.306 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GTUWTu +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.307 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.311 | 68244 | Marked run 910 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.311 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.311 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.312 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.315 | 56021 | Recursively removing directory: /tmp/git.Uk0iU4/ +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.316 | 68246 | Marked run 911 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.316 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.317 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.317 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.320 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.321 | 56024 | Recursively removing directory: /tmp/git.GTUWTu/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.322 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.322 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.323 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.323 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.323 | 68263 | Added a new worker 10 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.323 | 56020 | Removed run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.323 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.323 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.323 | 56020 | Assigned run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.323 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.spu6CE +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.325 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.328 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.328 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.328 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.328 | 68265 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.328 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.328 | 56020 | Removed run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.329 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.329 | 56020 | Assigned run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.329 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.329 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.coDkrc +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.334 | 68262 | Marked run 912 as finished +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.334 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.335 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.337 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.339 | 68264 | Marked run 913 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.339 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.340 | 56021 | Recursively removing directory: /tmp/git.spu6CE/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.341 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.341 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.345 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.345 | 56024 | Recursively removing directory: /tmp/git.coDkrc/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.347 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.347 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.349 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.349 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.349 | 68281 | Added a new worker 10 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.349 | 56020 | Removed run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.349 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.349 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.349 | 56020 | Assigned run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.349 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZbZPaR +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.351 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.353 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.355 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.355 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.355 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.356 | 68283 | Added a new worker 13 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.356 | 56020 | Removed run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.356 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.356 | 56020 | Assigned run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.356 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qCjHlz +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.356 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.358 | 68280 | Marked run 914 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.358 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.361 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.362 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.365 | 56021 | Recursively removing directory: /tmp/git.ZbZPaR/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.366 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.366 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.367 | 68282 | Marked run 915 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.367 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.370 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.371 | 56024 | Recursively removing directory: /tmp/git.qCjHlz/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.373 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.373 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.373 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.373 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.374 | 68299 | Added a new worker 10 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.374 | 56020 | Removed run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.374 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.374 | 56020 | Assigned run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.374 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.374 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FFykCR +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.377 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.378 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.380 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.381 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.381 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.381 | 68302 | Added a new worker 13 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.381 | 56020 | Removed run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.381 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.381 | 56020 | Assigned run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.381 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tueJrx +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.381 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.382 | 68298 | Marked run 916 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.383 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.386 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.386 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.389 | 56021 | Recursively removing directory: /tmp/git.FFykCR/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.390 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.390 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.393 | 68300 | Marked run 917 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.394 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.395 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.395 | 56024 | Recursively removing directory: /tmp/git.tueJrx/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.396 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.396 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.398 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.398 | 68317 | Added a new worker 10 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.398 | 56020 | Removed run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.398 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.398 | 56020 | Assigned run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.398 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.398 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cFF05E +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.398 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.399 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.402 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.403 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.403 | 68319 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.403 | 56020 | Removed run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.403 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.403 | 56020 | Assigned run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.403 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.403 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.403 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xDy04Y +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.404 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.408 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.409 | 68316 | Marked run 918 as finished +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.410 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.410 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.413 | 68318 | Marked run 919 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.413 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.413 | 56021 | Recursively removing directory: /tmp/git.cFF05E/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.415 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.415 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.418 | 56024 | Recursively removing directory: /tmp/git.xDy04Y/ +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.419 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.420 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.420 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.423 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.423 | 68335 | Added a new worker 10 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.423 | 56020 | Removed run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.423 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.423 | 56020 | Assigned run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.423 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.423 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dQuEBp +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.423 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.424 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.427 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.428 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.428 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.428 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.428 | 68338 | Added a new worker 13 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.428 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.428 | 56020 | Removed run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.428 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.428 | 56020 | Assigned run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.429 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BqsCPC +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.431 | 68334 | Marked run 920 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.431 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.434 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.435 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.439 | 56021 | Recursively removing directory: /tmp/git.dQuEBp/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.440 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.440 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.444 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.444 | 56024 | Recursively removing directory: /tmp/git.BqsCPC/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.445 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.445 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.448 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.448 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.448 | 68353 | Added a new worker 13 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.448 | 56020 | Removed run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.448 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.448 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.448 | 56020 | Assigned run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.448 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tArYuC +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.449 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.452 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.452 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.452 | 68355 | Added a new worker 15 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.452 | 56020 | Removed run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.452 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.452 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.452 | 56020 | Assigned run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.452 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.C2G7rq +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.457 | 68336 | Marked run 921 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.457 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.465 | 68352 | Marked run 922 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.466 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.466 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.467 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.468 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.468 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.470 | 68354 | Marked run 923 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.470 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.476 | 56021 | Recursively removing directory: /tmp/git.tArYuC/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.477 | 56024 | Recursively removing directory: /tmp/git.C2G7rq/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.477 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.477 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.478 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.478 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.480 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.481 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.483 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.483 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.483 | 68372 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.483 | 56020 | Removed run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.483 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.483 | 56020 | Assigned run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.483 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.484 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2wB1Kn +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.484 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.484 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.484 | 68373 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.484 | 56020 | Removed run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.484 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.484 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.485 | 56020 | Assigned run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.485 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5gThoz +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.488 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.490 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.490 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.491 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.493 | 68370 | Marked run 924 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.493 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.496 | 68371 | Marked run 925 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.496 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.499 | 56021 | Recursively removing directory: /tmp/git.2wB1Kn/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.500 | 56024 | Recursively removing directory: /tmp/git.5gThoz/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.500 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.500 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.502 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.502 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.505 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.506 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.509 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.509 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.509 | 68390 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.509 | 56020 | Removed run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.509 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.509 | 56020 | Assigned run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.509 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iEoDQH +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.509 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.510 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.510 | 68391 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.511 | 56020 | Removed run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.511 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.511 | 56020 | Assigned run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.511 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.510 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.511 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zjuUBa +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.514 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.515 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.515 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.516 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.520 | 68388 | Marked run 926 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.520 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.523 | 68389 | Marked run 927 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.523 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.525 | 56021 | Recursively removing directory: /tmp/git.iEoDQH/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.525 | 56024 | Recursively removing directory: /tmp/git.zjuUBa/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.526 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.526 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.527 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.527 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.529 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.530 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.532 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.532 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.533 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.533 | 68408 | Added a new worker 14 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.533 | 56020 | Removed run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.533 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.533 | 56020 | Assigned run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.533 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ToLoKD +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.533 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.533 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.533 | 68409 | Added a new worker 10 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.533 | 56020 | Removed run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.533 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.534 | 56020 | Assigned run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.534 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VU6hAD +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.534 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.538 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.539 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.540 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.541 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.541 | 68406 | Marked run 928 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.542 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.545 | 68407 | Marked run 929 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.545 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.548 | 56021 | Recursively removing directory: /tmp/git.ToLoKD/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.549 | 56024 | Recursively removing directory: /tmp/git.VU6hAD/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.550 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.550 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.550 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.550 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.553 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.553 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.556 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.556 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.556 | 68426 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.556 | 56020 | Removed run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.556 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.556 | 56020 | Assigned run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.556 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.556 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.c1rrjy +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.556 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.556 | 68427 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.556 | 56020 | Removed run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.556 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.556 | 56020 | Assigned run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.556 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.556 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.557 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mL8rSG +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.561 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.561 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.562 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.562 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.566 | 68425 | Marked run 931 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.566 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.569 | 68424 | Marked run 930 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.569 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.572 | 56021 | Recursively removing directory: /tmp/git.c1rrjy/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.572 | 56024 | Recursively removing directory: /tmp/git.mL8rSG/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.573 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.573 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.574 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.574 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.578 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.578 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.582 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.582 | 68444 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.582 | 56020 | Removed run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.582 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.582 | 56020 | Assigned run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.582 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.583 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.583 | 68445 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.583 | 56020 | Removed run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.583 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.583 | 56020 | Assigned run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.582 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.583 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QyiB9b +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.582 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.582 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uJ0hGw +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.583 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.587 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.587 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.587 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.588 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.594 | 68442 | Marked run 932 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.594 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.597 | 68443 | Marked run 933 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.597 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.598 | 56021 | Recursively removing directory: /tmp/git.uJ0hGw/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.598 | 56024 | Recursively removing directory: /tmp/git.QyiB9b/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.600 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.600 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.600 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.600 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.602 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.603 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.605 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.606 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.606 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.606 | 68463 | Added a new worker 14 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.606 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.606 | 68462 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.606 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.606 | 56020 | Removed run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.606 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.606 | 56020 | Assigned run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.606 | 56020 | Removed run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.606 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.606 | 56020 | Assigned run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.606 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.606 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MW23qU +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.607 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aNcSjE +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.610 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.611 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.612 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.613 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.615 | 68460 | Marked run 935 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.615 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.617 | 68461 | Marked run 934 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.618 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.621 | 56024 | Recursively removing directory: /tmp/git.MW23qU/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.622 | 56021 | Recursively removing directory: /tmp/git.aNcSjE/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.622 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.622 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.623 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.623 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.625 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.626 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.628 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.628 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AicOdI +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.628 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.628 | 68480 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.628 | 56020 | Removed run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.628 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.628 | 56020 | Assigned run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.628 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.629 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.630 | 68481 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.630 | 56020 | Removed run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.630 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.630 | 56020 | Assigned run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.630 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.629 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.630 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MTQgkn +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.633 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.634 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.635 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.637 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.639 | 68478 | Marked run 937 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.639 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.642 | 68479 | Marked run 936 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.642 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.645 | 56024 | Recursively removing directory: /tmp/git.AicOdI/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.646 | 56021 | Recursively removing directory: /tmp/git.MTQgkn/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.646 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.646 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.647 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.647 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.649 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.650 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.652 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.652 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.652 | 68498 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.652 | 56020 | Removed run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.652 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.652 | 56020 | Assigned run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.652 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.653 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2bUlhH +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.653 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.653 | 68499 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.653 | 56020 | Removed run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.653 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.654 | 56020 | Assigned run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.653 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.654 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IW3zfe +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.658 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.658 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.658 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.659 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.660 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.662 | 68496 | Marked run 938 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.662 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.666 | 68497 | Marked run 939 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.666 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.668 | 56021 | Recursively removing directory: /tmp/git.IW3zfe/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.669 | 56024 | Recursively removing directory: /tmp/git.2bUlhH/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.670 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.670 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.671 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.671 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.674 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.675 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.678 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.678 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.678 | 68516 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.678 | 56020 | Removed run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.679 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.679 | 56020 | Assigned run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.679 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.679 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wooPru +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.679 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.679 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.680 | 68517 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.680 | 56020 | Removed run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.680 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.680 | 56020 | Assigned run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.680 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.680 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eNskDt +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.684 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.685 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.685 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.686 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.690 | 68515 | Marked run 940 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.690 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.695 | 56024 | Recursively removing directory: /tmp/git.eNskDt/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.696 | 56021 | Recursively removing directory: /tmp/git.wooPru/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.697 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.697 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.697 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.697 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.699 | 68514 | Marked run 941 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.699 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.702 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.702 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.705 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.705 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.705 | 68534 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.706 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.706 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.V0Q9UH +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.706 | 56020 | Removed run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.706 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.706 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.706 | 56020 | Assigned run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.706 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.706 | 68535 | Added a new worker 10 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.706 | 56020 | Removed run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.706 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.706 | 56020 | Assigned run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.707 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Zy4lhU +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.707 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.711 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.712 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.716 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.717 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.717 | 68532 | Marked run 943 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.718 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.721 | 56024 | Recursively removing directory: /tmp/git.V0Q9UH/ +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.722 | 68533 | Marked run 942 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.722 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.723 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.723 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.726 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.727 | 56021 | Recursively removing directory: /tmp/git.Zy4lhU/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.728 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.728 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.730 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.730 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.730 | 68551 | Added a new worker 10 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.730 | 56020 | Removed run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.730 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.730 | 56020 | Assigned run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.731 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.731 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.28cOi2 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.732 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.735 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.736 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.736 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.736 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.737 | 68553 | Added a new worker 13 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.737 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.737 | 56020 | Removed run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.737 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.737 | 56020 | Assigned run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.737 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Za1DqM +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.738 | 68550 | Marked run 944 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.738 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.742 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.743 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.746 | 56024 | Recursively removing directory: /tmp/git.28cOi2/ +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.747 | 68552 | Marked run 945 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.747 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.748 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.748 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.752 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.752 | 56021 | Recursively removing directory: /tmp/git.Za1DqM/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.753 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.753 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.756 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.756 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.756 | 68569 | Added a new worker 10 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.756 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.756 | 56020 | Removed run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.756 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.756 | 56020 | Assigned run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.756 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.c6wSIM +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.758 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.760 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.762 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.762 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.762 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.762 | 68572 | Added a new worker 13 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.762 | 56020 | Removed run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.762 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.762 | 56020 | Assigned run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.763 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dtRkA9 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.763 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.764 | 68568 | Marked run 946 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.765 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.768 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.769 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.771 | 68570 | Marked run 947 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.772 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.772 | 56024 | Recursively removing directory: /tmp/git.c6wSIM/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.774 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.774 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.778 | 56021 | Recursively removing directory: /tmp/git.dtRkA9/ +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.778 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.779 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.779 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.781 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.781 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.781 | 68587 | Added a new worker 10 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.781 | 56020 | Removed run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.781 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.781 | 56020 | Assigned run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.781 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.781 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kdpkR6 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.782 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.785 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.785 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.785 | 68589 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.785 | 56020 | Removed run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.785 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.785 | 56020 | Assigned run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.785 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.785 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.L6pU9B +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.786 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.788 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.791 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.791 | 68586 | Marked run 948 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.791 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.791 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.794 | 68588 | Marked run 949 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.794 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.798 | 56024 | Recursively removing directory: /tmp/git.kdpkR6/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.799 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.799 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.800 | 56021 | Recursively removing directory: /tmp/git.L6pU9B/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.802 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.802 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.802 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.804 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.805 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.806 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.806 | 68606 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.806 | 56020 | Removed run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.806 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.806 | 56020 | Assigned run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.806 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.806 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ECbnk1 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.808 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.808 | 68607 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.808 | 56020 | Removed run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.808 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.808 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.808 | 56020 | Assigned run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.808 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.808 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pLynoX +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.811 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.811 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.813 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.814 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.817 | 68604 | Marked run 950 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.817 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.820 | 68605 | Marked run 951 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.821 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.821 | 56024 | Recursively removing directory: /tmp/git.ECbnk1/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.823 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.823 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.824 | 56021 | Recursively removing directory: /tmp/git.pLynoX/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.825 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.825 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.826 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.828 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.829 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.829 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.829 | 68624 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.829 | 56020 | Removed run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.829 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.829 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.829 | 56020 | Assigned run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.829 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8IqEm6 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.832 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.832 | 68625 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.832 | 56020 | Removed run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.832 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.832 | 56020 | Assigned run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.833 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.834 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.835 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.832 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.833 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KWB4fZ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.838 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.839 | 68622 | Marked run 952 as finished +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.839 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.839 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.843 | 68623 | Marked run 953 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.843 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.845 | 56024 | Recursively removing directory: /tmp/git.8IqEm6/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.846 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.846 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.848 | 56021 | Recursively removing directory: /tmp/git.KWB4fZ/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.849 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.849 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.850 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.852 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.853 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.853 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.853 | 68642 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.853 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.853 | 56020 | Removed run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.853 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.853 | 56020 | Assigned run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.854 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.swek2d +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.855 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.855 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.855 | 68643 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.855 | 56020 | Removed run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.855 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.855 | 56020 | Assigned run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.855 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.855 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.d5CwCV +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.858 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.859 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.860 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.862 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.863 | 68640 | Marked run 954 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.864 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.869 | 68641 | Marked run 955 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.869 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.869 | 56024 | Recursively removing directory: /tmp/git.swek2d/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.870 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.871 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.871 | 56021 | Recursively removing directory: /tmp/git.d5CwCV/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.872 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.872 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.873 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.875 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.876 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.876 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.876 | 68660 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.876 | 56020 | Removed run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.876 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.877 | 56020 | Assigned run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.877 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.877 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GJbb3Q +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.878 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.879 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.879 | 68661 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.879 | 56020 | Removed run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.879 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.879 | 56020 | Assigned run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.879 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.881 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.882 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.879 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MRhXk5 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.884 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.886 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.886 | 68658 | Marked run 956 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.886 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.889 | 68659 | Marked run 957 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.889 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.893 | 56024 | Recursively removing directory: /tmp/git.GJbb3Q/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.895 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.895 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.895 | 56021 | Recursively removing directory: /tmp/git.MRhXk5/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.896 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.896 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.898 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.899 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.901 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.901 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.901 | 68678 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.901 | 56020 | Removed run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.901 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.901 | 56020 | Assigned run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.901 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.901 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GUVmYW +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.902 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.902 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.903 | 68679 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.903 | 56020 | Removed run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.903 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.903 | 56020 | Assigned run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.903 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.903 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0QcQ9N +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.906 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.907 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.908 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.909 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.912 | 68676 | Marked run 958 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.912 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.915 | 68677 | Marked run 959 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.915 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.918 | 56024 | Recursively removing directory: /tmp/git.GUVmYW/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.918 | 56021 | Recursively removing directory: /tmp/git.0QcQ9N/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.919 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.919 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.919 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.919 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.922 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.922 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.925 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.925 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.925 | 68696 | Added a new worker 14 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.925 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.925 | 56020 | Removed run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.925 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.925 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.925 | 56020 | Assigned run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.925 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.926 | 68697 | Added a new worker 10 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.926 | 56020 | Removed run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.926 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.926 | 56020 | Assigned run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.926 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.926 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PVs43T +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.925 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8j27nr +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.930 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.931 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.931 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.932 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.935 | 68694 | Marked run 960 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.935 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.938 | 68695 | Marked run 961 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.938 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.942 | 56021 | Recursively removing directory: /tmp/git.PVs43T/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.942 | 56024 | Recursively removing directory: /tmp/git.8j27nr/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.943 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.943 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.943 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.943 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.948 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.948 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.952 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.952 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.952 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.952 | 68714 | Added a new worker 14 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.952 | 56020 | Removed run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.952 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.952 | 56020 | Assigned run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.952 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8aYcpX +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.953 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.953 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.953 | 68715 | Added a new worker 10 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.953 | 56020 | Removed run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.953 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.953 | 56020 | Assigned run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.954 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UKiqxK +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.957 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.958 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.958 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.959 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.960 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.962 | 68713 | Marked run 963 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.962 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.965 | 68712 | Marked run 962 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.965 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.968 | 56024 | Recursively removing directory: /tmp/git.8aYcpX/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.969 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.969 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.970 | 56021 | Recursively removing directory: /tmp/git.UKiqxK/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.971 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.971 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.973 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.976 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.977 | 56024 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.977 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.977 | 68732 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.977 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.977 | 56020 | Removed run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.977 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.977 | 56020 | Assigned run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.977 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LZdfO2 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.980 | 56021 | Waiting for a new command +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.980 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.980 | 68733 | Added a new worker 12 to the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.980 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.980 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mL7y3M +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.982 | 56024 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.983 | 56024 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.985 | 56021 | Checking out revision HEAD +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.980 | 56020 | Removed run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.980 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.980 | 56020 | Assigned run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.986 | 56021 | Going to run: ./ci +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.989 | 68730 | Marked run 964 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.989 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.992 | 68731 | Marked run 965 as finished +2024-04-25 03:45:15 | INFO | 56018/cimple-server: 2024-04-25 03:45:15.992 | 56018 | Waiting for new connections +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.994 | 56024 | Recursively removing directory: /tmp/git.LZdfO2/ +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.995 | 56024 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56024/cimple-worker: 2024-04-25 03:45:15.995 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.996 | 56021 | Recursively removing directory: /tmp/git.mL7y3M/ +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.998 | 56021 | Process exit code: 0 +2024-04-25 03:45:15 | INFO | 56021/cimple-worker: 2024-04-25 03:45:15.998 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.000 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.002 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.004 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.004 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.004 | 68750 | Added a new worker 12 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.004 | 56020 | Removed run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.004 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.004 | 56020 | Assigned run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.004 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.004 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ltXSH4 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.006 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.006 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.006 | 68751 | Added a new worker 12 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.007 | 56020 | Removed run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.007 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.007 | 56020 | Assigned run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.007 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.007 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wBpDgT +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.009 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.010 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.015 | 68748 | Marked run 966 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.015 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.015 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.016 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.018 | 68749 | Marked run 967 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.019 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.019 | 56024 | Recursively removing directory: /tmp/git.ltXSH4/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.021 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.021 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.024 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.025 | 56021 | Recursively removing directory: /tmp/git.wBpDgT/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.027 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.027 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.027 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.027 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.027 | 68767 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.027 | 56020 | Removed run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.027 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.027 | 56020 | Assigned run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.027 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rfeuol +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.028 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.030 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.032 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.033 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.033 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.033 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.033 | 68769 | Added a new worker 12 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.033 | 56020 | Removed run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.033 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.033 | 56020 | Assigned run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.033 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.033 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WjXm6q +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.039 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.039 | 68766 | Marked run 968 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.039 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.040 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.043 | 68768 | Marked run 969 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.043 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.044 | 56024 | Recursively removing directory: /tmp/git.rfeuol/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.046 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.046 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.049 | 56021 | Recursively removing directory: /tmp/git.WjXm6q/ +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.050 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.051 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.051 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.053 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.053 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.053 | 68785 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.053 | 56020 | Removed run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.053 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.053 | 56020 | Assigned run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.053 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.053 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hCDyVp +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.054 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.057 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.057 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.057 | 68787 | Added a new worker 12 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.057 | 56020 | Removed run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.057 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.057 | 56020 | Assigned run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.057 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.058 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.058 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tSfxzK +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.058 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.064 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.064 | 68784 | Marked run 970 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.064 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.065 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.067 | 68786 | Marked run 971 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.067 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.068 | 56024 | Recursively removing directory: /tmp/git.hCDyVp/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.070 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.070 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.073 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.074 | 56021 | Recursively removing directory: /tmp/git.tSfxzK/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.075 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.075 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.076 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.076 | 68803 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.076 | 56020 | Removed run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.076 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.077 | 56020 | Assigned run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.076 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.077 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dm4QH5 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.077 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.078 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.081 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.081 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.081 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.082 | 68805 | Added a new worker 12 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.082 | 56020 | Removed run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.082 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.082 | 56020 | Assigned run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.082 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.082 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.082 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DDeQtE +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.087 | 68802 | Marked run 972 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.087 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.089 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.090 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.091 | 68804 | Marked run 973 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.091 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.092 | 56024 | Recursively removing directory: /tmp/git.dm4QH5/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.093 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.093 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.096 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.098 | 56021 | Recursively removing directory: /tmp/git.DDeQtE/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.099 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.099 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.100 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.101 | 68821 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.101 | 56020 | Removed run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.101 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.101 | 56020 | Assigned run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.101 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.101 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.101 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0Qa31z +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.104 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.104 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.105 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.108 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.108 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.108 | 68825 | Added a new worker 13 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.108 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.108 | 56020 | Removed run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.108 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.108 | 56020 | Assigned run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.108 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1kT8j6 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.110 | 68820 | Marked run 974 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.110 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.114 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.114 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.115 | 56024 | Recursively removing directory: /tmp/git.0Qa31z/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.117 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.117 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.118 | 68822 | Marked run 975 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.118 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.120 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.123 | 56021 | Recursively removing directory: /tmp/git.1kT8j6/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.124 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.124 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.124 | 68839 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.124 | 56020 | Removed run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.124 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.124 | 56020 | Assigned run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.124 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.125 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.125 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.125 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.koa7nY +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.129 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.129 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.131 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.132 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.132 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.132 | 68842 | Added a new worker 13 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.132 | 56020 | Removed run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.132 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.132 | 56020 | Assigned run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.132 | 68838 | Marked run 976 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.133 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.133 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.133 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JnqI2N +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.137 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.139 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.140 | 56024 | Recursively removing directory: /tmp/git.koa7nY/ +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.141 | 68840 | Marked run 977 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.142 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.142 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.142 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.145 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.147 | 56021 | Recursively removing directory: /tmp/git.JnqI2N/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.149 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.149 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.149 | 68857 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.149 | 56020 | Removed run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.149 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.149 | 56020 | Assigned run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.149 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.149 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.149 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xLAuKY +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.150 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.153 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.153 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.154 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.157 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.157 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.J2OfqN +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.157 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.157 | 68863 | Added a new worker 13 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.157 | 56020 | Removed run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.157 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.157 | 56020 | Assigned run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.157 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.162 | 56024 | Recursively removing directory: /tmp/git.xLAuKY/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.172 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.172 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.173 | 68856 | Marked run 978 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.174 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.176 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.176 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.177 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.178 | 68859 | Marked run 979 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.178 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.179 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.179 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.179 | 68870 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.180 | 56020 | Removed run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.180 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.180 | 56020 | Assigned run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.180 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.180 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qZxqQK +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.184 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.185 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.185 | 56021 | Recursively removing directory: /tmp/git.J2OfqN/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.188 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.188 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.188 | 68867 | Marked run 980 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.189 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.191 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.194 | 56024 | Recursively removing directory: /tmp/git.qZxqQK/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.195 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.195 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.195 | 68884 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.195 | 56020 | Removed run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.195 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.195 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.195 | 56020 | Assigned run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.195 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2FDzaC +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.196 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.196 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.199 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.199 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.200 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.202 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.202 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.203 | 68887 | Added a new worker 13 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.203 | 56020 | Removed run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.203 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.203 | 56020 | Assigned run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.203 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.203 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZVaZ0W +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.205 | 68883 | Marked run 981 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.205 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.208 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.210 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.211 | 56021 | Recursively removing directory: /tmp/git.2FDzaC/ +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.212 | 68885 | Marked run 982 as finished +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.212 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.212 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.212 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.216 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.218 | 56024 | Recursively removing directory: /tmp/git.ZVaZ0W/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.219 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.219 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.219 | 68902 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.219 | 56020 | Removed run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.219 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.219 | 56020 | Assigned run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.220 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.220 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.220 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.220 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Wz2oxH +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.223 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.224 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.225 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.226 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.226 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.226 | 68905 | Added a new worker 13 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.226 | 56020 | Removed run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.226 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.226 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.226 | 56020 | Assigned run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.227 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7a1ZD5 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.230 | 68901 | Marked run 983 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.230 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.232 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.233 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.235 | 56021 | Recursively removing directory: /tmp/git.Wz2oxH/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.236 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.237 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.240 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.242 | 68903 | Marked run 984 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.242 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.242 | 56024 | Recursively removing directory: /tmp/git.7a1ZD5/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.243 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.243 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.243 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.244 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.244 | 68920 | Added a new worker 9 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.244 | 56020 | Removed run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.244 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.244 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.244 | 56020 | Assigned run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.244 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lUrXjY +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.246 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.248 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.249 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.250 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.250 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.250 | 68923 | Added a new worker 12 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.250 | 56020 | Removed run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.250 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.250 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.250 | 56020 | Assigned run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.250 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eEggTJ +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.254 | 68919 | Marked run 985 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.254 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.257 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.258 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.259 | 68921 | Marked run 986 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.259 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.259 | 56021 | Recursively removing directory: /tmp/git.lUrXjY/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.261 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.261 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.264 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.267 | 56024 | Recursively removing directory: /tmp/git.eEggTJ/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.268 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.268 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.268 | 68938 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.268 | 56020 | Removed run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.268 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.268 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.268 | 56020 | Assigned run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.268 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kdDMln +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.269 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.269 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.272 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.272 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.274 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.277 | 68937 | Marked run 987 as finished +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.277 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.277 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.277 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.278 | 68945 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.278 | 56020 | Removed run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.278 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.278 | 56020 | Assigned run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.279 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.279 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PpYU2q +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.282 | 56021 | Recursively removing directory: /tmp/git.kdDMln/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.283 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.283 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.284 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.284 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.287 | 68940 | Marked run 988 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.287 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.287 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.291 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.291 | 68956 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.291 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.291 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PphErY +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.291 | 56020 | Removed run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.291 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.291 | 56020 | Assigned run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.292 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.293 | 56024 | Recursively removing directory: /tmp/git.PpYU2q/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.295 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.295 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.296 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.297 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.298 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.299 | 68950 | Marked run 989 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.299 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.301 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.301 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.301 | 68961 | Added a new worker 8 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.301 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.301 | 56020 | Removed run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.301 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.301 | 56020 | Assigned run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.302 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PA0aQR +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.306 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.307 | 56021 | Recursively removing directory: /tmp/git.PphErY/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.307 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.309 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.309 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.311 | 68958 | Marked run 990 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.312 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.313 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.316 | 56024 | Recursively removing directory: /tmp/git.PA0aQR/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.317 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.317 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.317 | 68974 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.317 | 56020 | Removed run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.317 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.317 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.317 | 56020 | Assigned run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.317 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.e5887N +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.317 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.317 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.321 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.322 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.322 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.325 | 68973 | Marked run 991 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.325 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.325 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.325 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.326 | 68978 | Added a new worker 8 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.326 | 56020 | Removed run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.326 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.326 | 56020 | Assigned run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.326 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9uoDrY +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.326 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.330 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.331 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.331 | 56021 | Recursively removing directory: /tmp/git.e5887N/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.333 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.333 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.334 | 68975 | Marked run 992 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.334 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.337 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.340 | 56024 | Recursively removing directory: /tmp/git.9uoDrY/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.340 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.340 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.340 | 68992 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.340 | 56020 | Removed run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.340 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.341 | 56020 | Assigned run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.341 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.341 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.341 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.341 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MIjMTq +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.344 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.345 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.346 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.347 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.347 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.347 | 68995 | Added a new worker 13 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.347 | 56020 | Removed run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.347 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.347 | 56020 | Assigned run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.347 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.348 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tb2ePI +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.350 | 68991 | Marked run 993 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.350 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.354 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.355 | 56021 | Recursively removing directory: /tmp/git.MIjMTq/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.355 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.357 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.357 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.357 | 68993 | Marked run 994 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.358 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.360 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.364 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.364 | 69010 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.364 | 56020 | Removed run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.364 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.364 | 56020 | Assigned run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.364 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.363 | 56024 | Recursively removing directory: /tmp/git.tb2ePI/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.364 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.365 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gG0AUw +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.365 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.365 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.368 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.369 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.370 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.371 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.371 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.371 | 69013 | Added a new worker 12 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.371 | 56020 | Removed run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.371 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.371 | 56020 | Assigned run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.371 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RTv1og +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.372 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.376 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.377 | 69007 | Marked run 995 as finished +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.378 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.378 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.380 | 56021 | Recursively removing directory: /tmp/git.gG0AUw/ +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.381 | 69011 | Marked run 996 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.381 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.382 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.382 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.386 | 56024 | Recursively removing directory: /tmp/git.RTv1og/ +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.386 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.387 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.387 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.389 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.389 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.389 | 69028 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.389 | 56020 | Removed run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.389 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.389 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.389 | 56020 | Assigned run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.389 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UxxIyE +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.390 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.393 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.394 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.394 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.394 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.394 | 69031 | Added a new worker 12 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.394 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.394 | 56020 | Removed run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.394 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.394 | 56020 | Assigned run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.394 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dHTsst +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.400 | 69027 | Marked run 997 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.400 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.400 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.401 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.404 | 56021 | Recursively removing directory: /tmp/git.UxxIyE/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.405 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.405 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.406 | 69029 | Marked run 998 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.406 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.409 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.410 | 56024 | Recursively removing directory: /tmp/git.dHTsst/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.412 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.412 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.413 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.413 | 69046 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.413 | 56020 | Removed run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.413 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.413 | 56020 | Assigned run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.413 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.413 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.414 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MSBh6E +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.416 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.418 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.419 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.420 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.420 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.420 | 69049 | Added a new worker 13 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.420 | 56020 | Removed run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.420 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.420 | 56020 | Assigned run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.420 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Fwol5A +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.421 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.422 | 69045 | Marked run 999 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.422 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.425 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.427 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.429 | 69047 | Marked run 1000 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.429 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.429 | 56021 | Recursively removing directory: /tmp/git.MSBh6E/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.431 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.431 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.434 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.436 | 56024 | Recursively removing directory: /tmp/git.Fwol5A/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.437 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.437 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.437 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.437 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.437 | 69064 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.437 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.437 | 56020 | Removed run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.437 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.437 | 56020 | Assigned run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.437 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FyyJy3 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.442 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.443 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.443 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.446 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.446 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.446 | 69067 | Added a new worker 13 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.446 | 56020 | Removed run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.446 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.446 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.446 | 56020 | Assigned run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.446 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1Getyb +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.447 | 69063 | Marked run 1001 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.447 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.453 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.454 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.455 | 56021 | Recursively removing directory: /tmp/git.FyyJy3/ +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.456 | 69065 | Marked run 1002 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.456 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.457 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.457 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.460 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.462 | 56024 | Recursively removing directory: /tmp/git.1Getyb/ +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.464 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.464 | 69082 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.464 | 56020 | Removed run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.464 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.464 | 56020 | Assigned run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.464 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.464 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.464 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XLqVHT +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.464 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.464 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.468 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.469 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.470 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.472 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.472 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.472 | 69086 | Added a new worker 13 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.472 | 56020 | Removed run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.472 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.473 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.15BwJk +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.472 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.472 | 56020 | Assigned run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.473 | 69081 | Marked run 1003 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.473 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.477 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.478 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.480 | 56021 | Recursively removing directory: /tmp/git.XLqVHT/ +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.482 | 69083 | Marked run 1004 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.482 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.482 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.482 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.486 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.487 | 56024 | Recursively removing directory: /tmp/git.15BwJk/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.488 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.488 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.489 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.489 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.489 | 69100 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.489 | 56020 | Removed run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.489 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.489 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.489 | 56020 | Assigned run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.489 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GUgccb +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.493 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.493 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.494 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.496 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.496 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.497 | 69104 | Added a new worker 14 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.497 | 56020 | Removed run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.497 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.497 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.497 | 56020 | Assigned run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.497 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.e8btM0 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.499 | 69099 | Marked run 1005 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.499 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.503 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.503 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.504 | 56021 | Recursively removing directory: /tmp/git.GUgccb/ +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.507 | 69101 | Marked run 1006 as finished +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.507 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.507 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.507 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.510 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.512 | 56024 | Recursively removing directory: /tmp/git.e8btM0/ +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.514 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.514 | 69118 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.514 | 56020 | Removed run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.514 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.514 | 56020 | Assigned run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.514 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.514 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.514 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.514 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.514 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PM6CdF +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.517 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.519 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.520 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.520 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.520 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.520 | 69120 | Added a new worker 12 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.520 | 56020 | Removed run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.520 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.520 | 56020 | Assigned run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.521 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.521 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ELDuKB +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.525 | 69117 | Marked run 1007 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.525 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.527 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.528 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.529 | 69119 | Marked run 1008 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.529 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.530 | 56021 | Recursively removing directory: /tmp/git.PM6CdF/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.531 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.531 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.534 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.536 | 56024 | Recursively removing directory: /tmp/git.ELDuKB/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.538 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.538 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.538 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.538 | 69136 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.538 | 56020 | Removed run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.538 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.538 | 56020 | Assigned run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.538 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.538 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.G8bjxm +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.541 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.542 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.543 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.544 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.546 | 69135 | Marked run 1009 as finished +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.546 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.546 | 69139 | Added a new worker 6 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.546 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.546 | 56020 | Removed run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.546 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.546 | 56020 | Assigned run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.546 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HkzEzE +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.546 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.551 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.551 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.554 | 56021 | Recursively removing directory: /tmp/git.G8bjxm/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.555 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.555 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.556 | 69137 | Marked run 1010 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.556 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.558 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.561 | 56024 | Recursively removing directory: /tmp/git.HkzEzE/ +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.562 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.562 | 69154 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.562 | 56020 | Removed run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.562 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.562 | 56020 | Assigned run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.562 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.562 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.562 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.562 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.563 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6gWlzu +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.567 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.567 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.568 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.570 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.570 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.570 | 69157 | Added a new worker 13 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.570 | 56020 | Removed run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.570 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.570 | 56020 | Assigned run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.570 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.570 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.P3DYEN +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.572 | 69153 | Marked run 1011 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.573 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.576 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.577 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.578 | 56021 | Recursively removing directory: /tmp/git.6gWlzu/ +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.580 | 69155 | Marked run 1012 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.580 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.581 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.581 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.584 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.585 | 56024 | Recursively removing directory: /tmp/git.P3DYEN/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.587 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.587 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.587 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.587 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.587 | 69172 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.587 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.587 | 56020 | Removed run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.587 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.587 | 56020 | Assigned run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.588 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.E84J4a +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.591 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.591 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.592 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.595 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.595 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.595 | 69176 | Added a new worker 13 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.595 | 56020 | Removed run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.595 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.595 | 56020 | Assigned run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.596 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.595 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oZakcN +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.597 | 69171 | Marked run 1013 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.597 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.601 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.602 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.603 | 56021 | Recursively removing directory: /tmp/git.E84J4a/ +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.605 | 69173 | Marked run 1014 as finished +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.605 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.605 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.605 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.608 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.611 | 56024 | Recursively removing directory: /tmp/git.oZakcN/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.612 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.612 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.612 | 69190 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.612 | 56020 | Removed run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.612 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.612 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.612 | 56020 | Assigned run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.612 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.612 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.612 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i2Bqb0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.617 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.617 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.618 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.620 | 69189 | Marked run 1015 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.620 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.621 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.621 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.621 | 69194 | Added a new worker 8 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.621 | 56020 | Removed run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.621 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.621 | 56020 | Assigned run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.621 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gSMt3b +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.621 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.626 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.627 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.628 | 56021 | Recursively removing directory: /tmp/git.i2Bqb0/ +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.630 | 69191 | Marked run 1016 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.630 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.630 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.630 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.633 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.635 | 56024 | Recursively removing directory: /tmp/git.gSMt3b/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.636 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.636 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.637 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.637 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.637 | 69208 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.637 | 56020 | Removed run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.637 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.637 | 56020 | Assigned run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.637 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6oox5q +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.638 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.640 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.642 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.643 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.644 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.644 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.644 | 69211 | Added a new worker 13 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.644 | 56020 | Removed run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.644 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.644 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.644 | 56020 | Assigned run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.644 | 69207 | Marked run 1017 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.645 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.644 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MFYcVQ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.648 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.649 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.653 | 56021 | Recursively removing directory: /tmp/git.6oox5q/ +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.655 | 69209 | Marked run 1018 as finished +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.655 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.655 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.656 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.659 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.659 | 56024 | Recursively removing directory: /tmp/git.MFYcVQ/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.660 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.660 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.662 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.662 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.662 | 69226 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.662 | 56020 | Removed run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.662 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.662 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.662 | 56020 | Assigned run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.662 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LlXyvG +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.664 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.666 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.666 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.668 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.668 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.668 | 69229 | Added a new worker 12 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.668 | 56020 | Removed run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.668 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.668 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.668 | 56020 | Assigned run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.668 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.84U0T4 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.673 | 69225 | Marked run 1019 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.673 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.674 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.675 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.676 | 69227 | Marked run 1020 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.676 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.677 | 56021 | Recursively removing directory: /tmp/git.LlXyvG/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.678 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.678 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.681 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.684 | 56024 | Recursively removing directory: /tmp/git.84U0T4/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.685 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.685 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.685 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.685 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.685 | 69244 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.685 | 56020 | Removed run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.685 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.685 | 56020 | Assigned run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.685 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.686 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.axXRu8 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.688 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.690 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.691 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.691 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.691 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.691 | 69246 | Added a new worker 13 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.691 | 56020 | Removed run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.691 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.691 | 56020 | Assigned run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.691 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.691 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1taIzD +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.695 | 69243 | Marked run 1021 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.695 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.697 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.699 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.701 | 69245 | Marked run 1022 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.701 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.701 | 56021 | Recursively removing directory: /tmp/git.axXRu8/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.702 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.702 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.706 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.707 | 56024 | Recursively removing directory: /tmp/git.1taIzD/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.708 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.708 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.709 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.709 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.709 | 69262 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.709 | 56020 | Removed run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.709 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.709 | 56020 | Assigned run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.709 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.709 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SJXxMq +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.712 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.713 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.713 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.716 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.716 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.716 | 69266 | Added a new worker 13 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.716 | 56020 | Removed run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.716 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.716 | 56020 | Assigned run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.716 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.716 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Kx7BGr +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.722 | 69261 | Marked run 1023 as finished +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.722 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.722 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.723 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.725 | 56021 | Recursively removing directory: /tmp/git.SJXxMq/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.726 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.726 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.726 | 69263 | Marked run 1024 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.726 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.730 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.732 | 56024 | Recursively removing directory: /tmp/git.Kx7BGr/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.734 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.734 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.734 | 69280 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.734 | 56020 | Removed run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.734 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.734 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.734 | 56020 | Assigned run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.734 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QfT21c +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.734 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.734 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.738 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.738 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.739 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.742 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.742 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.742 | 69285 | Added a new worker 13 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.743 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.743 | 56020 | Removed run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.743 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.743 | 56020 | Assigned run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.743 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hvF8ba +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.745 | 69279 | Marked run 1025 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.745 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.748 | 56021 | Recursively removing directory: /tmp/git.QfT21c/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.749 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.749 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.750 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.750 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.752 | 69281 | Marked run 1026 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.753 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.753 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.757 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.757 | 69298 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.757 | 56020 | Removed run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.757 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.757 | 56020 | Assigned run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.757 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.757 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QhG6CQ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.758 | 56024 | Recursively removing directory: /tmp/git.hvF8ba/ +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.758 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.759 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.759 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.762 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.762 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.763 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.765 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.766 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.766 | 69302 | Added a new worker 13 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.766 | 56020 | Removed run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.766 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.766 | 56020 | Assigned run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.766 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.766 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ri2Shy +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.767 | 69293 | Marked run 1027 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.767 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.771 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.772 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.772 | 56021 | Recursively removing directory: /tmp/git.QhG6CQ/ +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.774 | 69299 | Marked run 1028 as finished +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.774 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.774 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.775 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.777 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.781 | 56024 | Recursively removing directory: /tmp/git.Ri2Shy/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.781 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.781 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.781 | 69316 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.781 | 56020 | Removed run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.781 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.781 | 56020 | Assigned run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.781 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.781 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VV5pAq +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.782 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.782 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.785 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.786 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.787 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.790 | 69315 | Marked run 1029 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.790 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.791 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.791 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.791 | 69325 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.791 | 56020 | Removed run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.791 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.791 | 56020 | Assigned run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.792 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.792 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dcApBI +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.794 | 56021 | Recursively removing directory: /tmp/git.VV5pAq/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.796 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.796 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.797 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.798 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.800 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.801 | 69318 | Marked run 1030 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.802 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.804 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.804 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.804 | 69334 | Added a new worker 9 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.804 | 56020 | Removed run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.804 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.804 | 56020 | Assigned run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.804 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cZav9B +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.805 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.807 | 56024 | Recursively removing directory: /tmp/git.dcApBI/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.808 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.809 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.809 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.809 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.812 | 69328 | Marked run 1031 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.812 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.812 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.816 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.816 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.816 | 69343 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.816 | 56020 | Removed run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.816 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.816 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.816 | 56020 | Assigned run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.816 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KXi5Z9 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.818 | 56021 | Recursively removing directory: /tmp/git.cZav9B/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.820 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.820 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.821 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.822 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.823 | 69338 | Marked run 1032 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.824 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.824 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.827 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.827 | 69351 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.827 | 56020 | Removed run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.827 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.827 | 56020 | Assigned run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.827 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.827 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vkEdn0 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.828 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.831 | 56024 | Recursively removing directory: /tmp/git.KXi5Z9/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.832 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.833 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.833 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.833 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.836 | 69345 | Marked run 1033 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.836 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.836 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.840 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.840 | 69361 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.840 | 56020 | Removed run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.840 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.840 | 56020 | Assigned run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.840 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.841 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bzrgfr +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.841 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.842 | 56021 | Recursively removing directory: /tmp/git.vkEdn0/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.843 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.843 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.845 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.846 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.846 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.849 | 69356 | Marked run 1034 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.849 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.850 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.850 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.850 | 69366 | Added a new worker 8 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.850 | 56020 | Removed run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.850 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.850 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.850 | 56020 | Assigned run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.850 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xe0zHP +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.855 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.855 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.856 | 56024 | Recursively removing directory: /tmp/git.bzrgfr/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.858 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.858 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.861 | 69363 | Marked run 1035 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.861 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.862 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.864 | 56021 | Recursively removing directory: /tmp/git.xe0zHP/ +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.866 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.866 | 69379 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.866 | 56020 | Removed run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.866 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.866 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.866 | 56020 | Assigned run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.866 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.866 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EeJdsU +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.866 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.866 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.870 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.871 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.872 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.874 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.874 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.874 | 69378 | Marked run 1036 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.874 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.874 | 69382 | Added a new worker 6 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.874 | 56020 | Removed run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.874 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.874 | 56020 | Assigned run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.874 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.874 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eqF2sM +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.879 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.880 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.882 | 69380 | Marked run 1037 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.882 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.882 | 56024 | Recursively removing directory: /tmp/git.EeJdsU/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.883 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.883 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.886 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.888 | 56021 | Recursively removing directory: /tmp/git.eqF2sM/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.890 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.890 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.890 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.890 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.890 | 69397 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.890 | 56020 | Removed run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.890 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.890 | 56020 | Assigned run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.890 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.891 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eMYAxe +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.893 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.895 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.896 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.896 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.896 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.896 | 69400 | Added a new worker 13 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.896 | 56020 | Removed run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.896 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.896 | 56020 | Assigned run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.896 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.897 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.05Y7gK +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.899 | 69396 | Marked run 1038 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.899 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.902 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.903 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.905 | 56024 | Recursively removing directory: /tmp/git.eMYAxe/ +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.906 | 69398 | Marked run 1039 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.906 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.907 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.907 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.910 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.912 | 56021 | Recursively removing directory: /tmp/git.05Y7gK/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.914 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.914 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.914 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.914 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.914 | 69415 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.914 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.914 | 56020 | Removed run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.914 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.914 | 56020 | Assigned run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.914 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bn8zpi +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.916 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.919 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.920 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.920 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.920 | 69417 | Added a new worker 12 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.920 | 56020 | Removed run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.920 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.920 | 56020 | Assigned run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.920 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.920 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LaUTNn +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.920 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.925 | 69414 | Marked run 1040 as finished +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.925 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.926 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.926 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.929 | 69416 | Marked run 1041 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.929 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.930 | 56024 | Recursively removing directory: /tmp/git.bn8zpi/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.931 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.931 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.935 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.935 | 56021 | Recursively removing directory: /tmp/git.LaUTNn/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.937 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.937 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.938 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.938 | 69433 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.938 | 56020 | Removed run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.938 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.938 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.938 | 56020 | Assigned run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.938 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.938 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yuyULk +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.940 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.942 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.943 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.944 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.944 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.944 | 69436 | Added a new worker 12 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.944 | 56020 | Removed run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.944 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.944 | 56020 | Assigned run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.944 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vVACj1 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.946 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.950 | 69432 | Marked run 1042 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.950 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.950 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.951 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.954 | 69434 | Marked run 1043 as finished +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.954 | 56024 | Recursively removing directory: /tmp/git.yuyULk/ +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.954 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.956 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.956 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.960 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.960 | 56021 | Recursively removing directory: /tmp/git.vVACj1/ +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.961 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.961 | 56021 | Process output: 415085 bytes +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.963 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.963 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.963 | 69451 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.963 | 56020 | Removed run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.963 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.963 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.963 | 56020 | Assigned run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.963 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3T1QBx +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.965 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.966 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.967 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.969 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.969 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.969 | 69454 | Added a new worker 12 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.969 | 56020 | Removed run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.969 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.969 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.969 | 56020 | Assigned run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.969 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dpILjy +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.974 | 69450 | Marked run 1044 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.974 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.976 | 56021 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.977 | 69452 | Marked run 1045 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.977 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.978 | 56021 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.978 | 56024 | Recursively removing directory: /tmp/git.3T1QBx/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.979 | 56024 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.979 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.982 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.985 | 56021 | Recursively removing directory: /tmp/git.dpILjy/ +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.986 | 56024 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.987 | 56021 | Process exit code: 0 +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.987 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.987 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.987 | 69469 | Added a new worker 10 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.987 | 56020 | Removed run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.987 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.987 | 56020 | Assigned run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.987 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.987 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ol8htP +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.991 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.992 | 56024 | Checking out revision HEAD +2024-04-25 03:45:16 | INFO | 56024/cimple-worker: 2024-04-25 03:45:16.993 | 56024 | Going to run: ./ci +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.994 | 69467 | Marked run 1046 as finished +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.994 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.994 | 56021 | Waiting for a new command +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.994 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.994 | 69472 | Added a new worker 8 to the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.995 | 56020 | Removed run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.995 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.995 | 56020 | Assigned run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:16 | INFO | 56018/cimple-server: 2024-04-25 03:45:16.995 | 56018 | Waiting for new connections +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.995 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dJbkmi +2024-04-25 03:45:16 | INFO | 56021/cimple-worker: 2024-04-25 03:45:16.999 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.001 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.003 | 56024 | Recursively removing directory: /tmp/git.Ol8htP/ +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.004 | 69470 | Marked run 1047 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.005 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.005 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.005 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.008 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.009 | 56021 | Recursively removing directory: /tmp/git.dJbkmi/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.011 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.011 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.011 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.011 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.011 | 69487 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.011 | 56020 | Removed run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.011 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.011 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.012 | 56020 | Assigned run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.012 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DuWXsl +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.015 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.015 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.016 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.019 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.019 | 69491 | Added a new worker 13 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.019 | 56020 | Removed run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.019 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.019 | 56020 | Assigned run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.019 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.019 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.019 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KbrZdC +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.025 | 69486 | Marked run 1048 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.025 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.026 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.027 | 56024 | Recursively removing directory: /tmp/git.DuWXsl/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.027 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.028 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.028 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.029 | 69488 | Marked run 1049 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.029 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.032 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.035 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.035 | 69505 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.035 | 56020 | Removed run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.035 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.035 | 56020 | Assigned run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.036 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.035 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.035 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0K3Yt4 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.035 | 56021 | Recursively removing directory: /tmp/git.KbrZdC/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.037 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.037 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.039 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.040 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.042 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.045 | 69502 | Marked run 1050 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.045 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.045 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.045 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.045 | 69512 | Added a new worker 8 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.045 | 56020 | Removed run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.045 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.045 | 56020 | Assigned run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.045 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.utOUfi +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.046 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.050 | 56024 | Recursively removing directory: /tmp/git.0K3Yt4/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.050 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.051 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.051 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.051 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.054 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.056 | 69507 | Marked run 1051 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.056 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.058 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.058 | 69523 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.058 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.058 | 56020 | Removed run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.058 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.058 | 56020 | Assigned run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.058 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.058 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SwnYep +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.063 | 56021 | Recursively removing directory: /tmp/git.utOUfi/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.063 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.064 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.065 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.065 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.067 | 69517 | Marked run 1052 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.067 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.068 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.072 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.072 | 69532 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.072 | 56020 | Removed run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.072 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.072 | 56020 | Assigned run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.072 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.072 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.A7OJVg +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.073 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.073 | 56024 | Recursively removing directory: /tmp/git.SwnYep/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.075 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.075 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.076 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.077 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.079 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.082 | 69526 | Marked run 1053 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.082 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.083 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.083 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.083 | 69541 | Added a new worker 8 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.084 | 56020 | Removed run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.084 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.084 | 56020 | Assigned run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.084 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.084 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.F3P3qT +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.086 | 56021 | Recursively removing directory: /tmp/git.A7OJVg/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.088 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.088 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.088 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.089 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.092 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.094 | 69535 | Marked run 1054 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.094 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.096 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.096 | 69550 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.096 | 56020 | Removed run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.096 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.096 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.096 | 56020 | Assigned run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.096 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.096 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1MM5Dc +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.098 | 56024 | Recursively removing directory: /tmp/git.F3P3qT/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.099 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.099 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.101 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.102 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.102 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.105 | 69544 | Marked run 1055 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.105 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.106 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.106 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.106 | 69555 | Added a new worker 8 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.106 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.106 | 56020 | Removed run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.106 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.106 | 56020 | Assigned run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.107 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TVNv9a +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.111 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.112 | 56021 | Recursively removing directory: /tmp/git.1MM5Dc/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.112 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.113 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.113 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.115 | 69551 | Marked run 1056 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.116 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.117 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.120 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.120 | 69568 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.120 | 56020 | Removed run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.120 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.120 | 56020 | Assigned run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.120 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.120 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.d2Gr2i +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.121 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.122 | 56024 | Recursively removing directory: /tmp/git.TVNv9a/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.123 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.123 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.125 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.126 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.126 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.129 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.129 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.129 | 69572 | Added a new worker 13 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.129 | 56020 | Removed run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.129 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.129 | 56020 | Assigned run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.130 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.130 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Jv8BM6 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.130 | 69564 | Marked run 1057 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.130 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.135 | 56021 | Recursively removing directory: /tmp/git.d2Gr2i/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.136 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.136 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.139 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.139 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.140 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.141 | 69569 | Marked run 1058 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.141 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.143 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.143 | 69581 | Added a new worker 9 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.143 | 56020 | Removed run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.143 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.143 | 56020 | Assigned run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.143 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.143 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.143 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.v6pIwW +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.147 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.148 | 56024 | Recursively removing directory: /tmp/git.Jv8BM6/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.148 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.150 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.150 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.152 | 69578 | Marked run 1059 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.153 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.153 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.157 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.157 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.157 | 69595 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.157 | 56020 | Removed run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.157 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.157 | 56020 | Assigned run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.157 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.157 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fuzdfN +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.158 | 56021 | Recursively removing directory: /tmp/git.v6pIwW/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.159 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.159 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.162 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.162 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.163 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.167 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.167 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.167 | 69599 | Added a new worker 13 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.167 | 56020 | Removed run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.167 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.167 | 56020 | Assigned run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.167 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.167 | 69590 | Marked run 1060 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.167 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.167 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.80TJje +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.172 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.173 | 56024 | Recursively removing directory: /tmp/git.fuzdfN/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.173 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.175 | 69596 | Marked run 1061 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.175 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.175 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.175 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.179 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.182 | 56021 | Recursively removing directory: /tmp/git.80TJje/ +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.182 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.182 | 69613 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.183 | 56020 | Removed run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.183 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.183 | 56020 | Assigned run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.183 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.182 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.183 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qiCRbg +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.183 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.183 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.186 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.188 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.189 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.189 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.189 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.189 | 69616 | Added a new worker 13 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.190 | 56020 | Removed run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.190 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.190 | 56020 | Assigned run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.190 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mH9QGZ +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.190 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.191 | 69612 | Marked run 1062 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.191 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.195 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.195 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.199 | 56024 | Recursively removing directory: /tmp/git.qiCRbg/ +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.200 | 69614 | Marked run 1063 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.200 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.200 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.200 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.204 | 56021 | Recursively removing directory: /tmp/git.mH9QGZ/ +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.204 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.206 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.206 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.207 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.207 | 69631 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.207 | 56020 | Removed run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.207 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.207 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.208 | 56020 | Assigned run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.207 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.208 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.I3SMI1 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.208 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.212 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.211 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.212 | 69633 | Added a new worker 12 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.212 | 56020 | Removed run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.212 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.212 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.212 | 56020 | Assigned run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.212 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1o9Qa7 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.212 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.213 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.217 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.218 | 69630 | Marked run 1064 as finished +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.219 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.219 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.222 | 56024 | Recursively removing directory: /tmp/git.I3SMI1/ +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.222 | 69632 | Marked run 1065 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.222 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.223 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.223 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.227 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.227 | 56021 | Recursively removing directory: /tmp/git.1o9Qa7/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.229 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.229 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.231 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.231 | 69649 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.231 | 56020 | Removed run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.231 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.231 | 56020 | Assigned run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.231 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.231 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PVltdm +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.232 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.233 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.235 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.237 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.237 | 69651 | Added a new worker 13 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.237 | 56020 | Removed run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.237 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.237 | 56020 | Assigned run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.237 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.238 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.237 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.237 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TrrsTS +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.239 | 69648 | Marked run 1066 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.239 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.242 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.243 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.247 | 56024 | Recursively removing directory: /tmp/git.PVltdm/ +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.248 | 69650 | Marked run 1067 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.248 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.249 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.249 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.253 | 56021 | Recursively removing directory: /tmp/git.TrrsTS/ +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.253 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.254 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.254 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.257 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.257 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.257 | 69667 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.257 | 56020 | Removed run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.257 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.257 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.257 | 56020 | Assigned run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.257 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HDAJE7 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.258 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.261 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.262 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.262 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.263 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.263 | 69670 | Added a new worker 13 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.263 | 56020 | Removed run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.263 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.263 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.263 | 56020 | Assigned run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.263 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.111urG +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.266 | 69666 | Marked run 1068 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.266 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.270 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.271 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.271 | 69668 | Marked run 1069 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.271 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.271 | 56024 | Recursively removing directory: /tmp/git.HDAJE7/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.273 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.273 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.276 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.279 | 56021 | Recursively removing directory: /tmp/git.111urG/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.279 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.279 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.279 | 69685 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.279 | 56020 | Removed run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.279 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.279 | 56020 | Assigned run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.279 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OmNaRZ +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.280 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.280 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.280 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.283 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.284 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.285 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.287 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.287 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.287 | 69688 | Added a new worker 13 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.287 | 56020 | Removed run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.287 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.287 | 56020 | Assigned run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.287 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.288 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6dtL5n +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.288 | 69684 | Marked run 1070 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.288 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.292 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.293 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.295 | 56024 | Recursively removing directory: /tmp/git.OmNaRZ/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.297 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.297 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.298 | 69686 | Marked run 1071 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.298 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.301 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.302 | 56021 | Recursively removing directory: /tmp/git.6dtL5n/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.303 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.303 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.304 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.304 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.304 | 69703 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.304 | 56020 | Removed run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.304 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.304 | 56020 | Assigned run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.304 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.304 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wvDwlu +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.307 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.308 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.309 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.311 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.311 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.311 | 69706 | Added a new worker 12 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.311 | 56020 | Removed run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.311 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.311 | 56020 | Assigned run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.311 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aB9EOD +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.311 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.316 | 69702 | Marked run 1072 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.316 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.318 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.319 | 56024 | Recursively removing directory: /tmp/git.wvDwlu/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.319 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.320 | 69704 | Marked run 1073 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.321 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.321 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.321 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.324 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.327 | 56021 | Recursively removing directory: /tmp/git.aB9EOD/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.327 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.328 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.328 | 69721 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.328 | 56020 | Removed run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.328 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.328 | 56020 | Assigned run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.328 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.328 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4L0a5O +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.329 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.329 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.333 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.333 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.334 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.335 | 69720 | Marked run 1074 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.335 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.337 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.337 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.337 | 69725 | Added a new worker 8 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.337 | 56020 | Removed run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.337 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.337 | 56020 | Assigned run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.337 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.337 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1z92J9 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.342 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.343 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.343 | 56024 | Recursively removing directory: /tmp/git.4L0a5O/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.346 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.346 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.347 | 69722 | Marked run 1075 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.347 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.349 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.351 | 56021 | Recursively removing directory: /tmp/git.1z92J9/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.352 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.352 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.353 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.353 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.353 | 69739 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.353 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.353 | 56020 | Removed run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.353 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.353 | 56020 | Assigned run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.353 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CCtzdx +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.356 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.357 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.358 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.359 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.359 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.359 | 69742 | Added a new worker 12 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.359 | 56020 | Removed run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.359 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.359 | 56020 | Assigned run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.359 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.360 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RMohx6 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.363 | 69738 | Marked run 1076 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.363 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.365 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.367 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.367 | 56024 | Recursively removing directory: /tmp/git.CCtzdx/ +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.369 | 69740 | Marked run 1077 as finished +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.369 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.369 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.369 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.373 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.375 | 56021 | Recursively removing directory: /tmp/git.RMohx6/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.376 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.376 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.376 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.376 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.376 | 69757 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.376 | 56020 | Removed run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.376 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.376 | 56020 | Assigned run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.376 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DhczOG +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.377 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.379 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.381 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.382 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.382 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.382 | 69759 | Added a new worker 13 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.382 | 56020 | Removed run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.382 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.382 | 56020 | Assigned run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.383 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.383 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.383 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pl4Qnv +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.387 | 69756 | Marked run 1078 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.387 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.388 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.390 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.392 | 69758 | Marked run 1079 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.392 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.392 | 56024 | Recursively removing directory: /tmp/git.DhczOG/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.393 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.393 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.397 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.398 | 56021 | Recursively removing directory: /tmp/git.pl4Qnv/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.400 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.400 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.401 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.401 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.401 | 69775 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.401 | 56020 | Removed run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.401 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.401 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.401 | 56020 | Assigned run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.401 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ELNlU0 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.404 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.406 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.407 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.408 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.408 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.408 | 69778 | Added a new worker 13 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.408 | 56020 | Removed run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.408 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.408 | 56020 | Assigned run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.409 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.408 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5H7q1h +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.410 | 69774 | Marked run 1080 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.410 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.414 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.415 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.417 | 56024 | Recursively removing directory: /tmp/git.ELNlU0/ +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.417 | 69776 | Marked run 1081 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.417 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.418 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.418 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.422 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.423 | 56021 | Recursively removing directory: /tmp/git.5H7q1h/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.425 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.425 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.425 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.425 | 69793 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.425 | 56020 | Removed run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.425 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.425 | 56020 | Assigned run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.425 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.425 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LulQZu +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.426 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.428 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.429 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.430 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.431 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.431 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.431 | 69796 | Added a new worker 13 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.431 | 56020 | Removed run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.431 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.431 | 56020 | Assigned run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.432 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.432 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GlBNMJ +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.435 | 69792 | Marked run 1082 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.436 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.438 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.439 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.440 | 56024 | Recursively removing directory: /tmp/git.LulQZu/ +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.441 | 69794 | Marked run 1083 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.441 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.442 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.442 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.445 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.448 | 56021 | Recursively removing directory: /tmp/git.GlBNMJ/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.449 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.449 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.449 | 69811 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.449 | 56020 | Removed run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.449 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.449 | 56020 | Assigned run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.449 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FWGAf9 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.449 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.450 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.450 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.452 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.453 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.454 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.458 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.458 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.L2g1IS +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.458 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.458 | 69818 | Added a new worker 14 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.458 | 56020 | Removed run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.458 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.458 | 56020 | Assigned run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.459 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.461 | 69810 | Marked run 1084 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.461 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.463 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.464 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.465 | 56024 | Recursively removing directory: /tmp/git.FWGAf9/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.467 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.467 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.467 | 69813 | Marked run 1085 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.467 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.470 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.473 | 56021 | Recursively removing directory: /tmp/git.L2g1IS/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.473 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.473 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.474 | 69829 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.474 | 56020 | Removed run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.474 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.474 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.474 | 56020 | Assigned run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.474 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dIQ1kI +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.474 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.474 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.478 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.478 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.479 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.483 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.483 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.483 | 69834 | Added a new worker 13 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.483 | 56020 | Removed run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.483 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.483 | 56020 | Assigned run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.483 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.484 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LxlPNb +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.484 | 69828 | Marked run 1086 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.484 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.488 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.489 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.490 | 56024 | Recursively removing directory: /tmp/git.dIQ1kI/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.492 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.492 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.494 | 69831 | Marked run 1087 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.494 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.496 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.498 | 56021 | Recursively removing directory: /tmp/git.LxlPNb/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.499 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.499 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.499 | 69847 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.500 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.500 | 56020 | Removed run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.500 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.500 | 56020 | Assigned run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.500 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.v3uHFJ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.500 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.500 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.504 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.504 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.505 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.508 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.508 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.508 | 69851 | Added a new worker 13 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.508 | 56020 | Removed run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.508 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.508 | 56020 | Assigned run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.508 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.508 | 69846 | Marked run 1088 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.508 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.508 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lOLjFQ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.512 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.513 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.515 | 56024 | Recursively removing directory: /tmp/git.v3uHFJ/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.516 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.516 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.516 | 69848 | Marked run 1089 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.517 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.520 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.522 | 56021 | Recursively removing directory: /tmp/git.lOLjFQ/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.523 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.523 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.524 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.524 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.524 | 69865 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.524 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.524 | 56020 | Removed run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.524 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.524 | 56020 | Assigned run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.524 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QWGglp +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.528 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.528 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.529 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.531 | 69864 | Marked run 1090 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.531 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.532 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.532 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.533 | 69869 | Added a new worker 8 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.533 | 56020 | Removed run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.533 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.533 | 56020 | Assigned run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.533 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eGgRDX +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.533 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.537 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.538 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.538 | 56024 | Recursively removing directory: /tmp/git.QWGglp/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.540 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.540 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.542 | 69866 | Marked run 1091 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.542 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.544 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.547 | 56021 | Recursively removing directory: /tmp/git.eGgRDX/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.547 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.547 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.547 | 69883 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.547 | 56020 | Removed run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.547 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.547 | 56020 | Assigned run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.547 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.548 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.B9U9bb +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.549 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.549 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.552 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.553 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.554 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.555 | 69882 | Marked run 1092 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.556 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.556 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.556 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.556 | 69887 | Added a new worker 8 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.556 | 56020 | Removed run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.556 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.556 | 56020 | Assigned run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.556 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.557 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fT0sEG +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.561 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.562 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.563 | 56024 | Recursively removing directory: /tmp/git.B9U9bb/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.564 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.564 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.565 | 69884 | Marked run 1093 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.565 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.568 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.570 | 56021 | Recursively removing directory: /tmp/git.fT0sEG/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.572 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.572 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.572 | 69901 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.572 | 56020 | Removed run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.572 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.572 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.572 | 56020 | Assigned run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.572 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.572 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.573 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LQKFq6 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.576 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.577 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.578 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.579 | 69900 | Marked run 1094 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.579 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.580 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.580 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.580 | 69904 | Added a new worker 8 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.580 | 56020 | Removed run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.580 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.580 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.580 | 56020 | Assigned run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.580 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0pTvS2 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.585 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.585 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.588 | 56024 | Recursively removing directory: /tmp/git.LQKFq6/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.589 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.589 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.590 | 69902 | Marked run 1095 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.590 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.593 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.594 | 56021 | Recursively removing directory: /tmp/git.0pTvS2/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.595 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.595 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.596 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.596 | 69919 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.596 | 56020 | Removed run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.596 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.596 | 56020 | Assigned run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.596 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.596 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1PMCQD +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.597 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.598 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.601 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.601 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.602 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.602 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.602 | 69921 | Added a new worker 12 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.602 | 56020 | Removed run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.602 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.602 | 56020 | Assigned run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.602 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.603 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FAHzXl +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.607 | 69918 | Marked run 1096 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.607 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.608 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.609 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.611 | 56024 | Recursively removing directory: /tmp/git.1PMCQD/ +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.611 | 69920 | Marked run 1097 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.611 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.612 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.612 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.615 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.618 | 56021 | Recursively removing directory: /tmp/git.FAHzXl/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.619 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.619 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.619 | 69937 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.619 | 56020 | Removed run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.619 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.619 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.619 | 56020 | Assigned run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.619 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LpSkkh +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.620 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.620 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.623 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.623 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.625 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.628 | 69936 | Marked run 1098 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.628 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.629 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.629 | 69946 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.629 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.629 | 56020 | Removed run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.629 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.629 | 56020 | Assigned run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.629 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.629 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Eh22z8 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.633 | 56024 | Recursively removing directory: /tmp/git.LpSkkh/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.634 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.634 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.634 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.635 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.638 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.638 | 69939 | Marked run 1099 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.639 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.641 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.641 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.641 | 69955 | Added a new worker 9 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.641 | 56020 | Removed run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.641 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.641 | 56020 | Assigned run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.642 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7mRkCi +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.642 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.644 | 56021 | Recursively removing directory: /tmp/git.Eh22z8/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.646 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.646 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.647 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.648 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.649 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.649 | 69949 | Marked run 1100 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.649 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.652 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.652 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.653 | 69963 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.653 | 56020 | Removed run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.653 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.654 | 56020 | Assigned run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.654 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wbmjvY +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.655 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.656 | 56024 | Recursively removing directory: /tmp/git.7mRkCi/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.657 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.657 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.658 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.659 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.660 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.662 | 69957 | Marked run 1101 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.662 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.664 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.664 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.664 | 69971 | Added a new worker 9 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.664 | 56020 | Removed run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.664 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.664 | 56020 | Assigned run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.665 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Qbnyq4 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.665 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.668 | 56021 | Recursively removing directory: /tmp/git.wbmjvY/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.669 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.671 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.671 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.671 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.673 | 69966 | Marked run 1102 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.673 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.674 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.678 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.678 | 69982 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.678 | 56020 | Removed run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.678 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.678 | 56020 | Assigned run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.678 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.678 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.679 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.J2p5tW +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.680 | 56024 | Recursively removing directory: /tmp/git.Qbnyq4/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.681 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.681 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.684 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.684 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.685 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.687 | 69977 | Marked run 1103 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.687 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.688 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.688 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.688 | 69986 | Added a new worker 8 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.688 | 56020 | Removed run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.688 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.688 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.688 | 56020 | Assigned run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.688 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.H7cv6Y +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.692 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.693 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.695 | 56021 | Recursively removing directory: /tmp/git.J2p5tW/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.697 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.697 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.698 | 69983 | Marked run 1104 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.698 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.701 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.702 | 56024 | Recursively removing directory: /tmp/git.H7cv6Y/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.703 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.703 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.704 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.704 | 70000 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.704 | 56020 | Removed run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.704 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.704 | 56020 | Assigned run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.704 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.704 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hTJjHE +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.705 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.706 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.709 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.709 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.709 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.709 | 70002 | Added a new worker 12 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.709 | 56020 | Removed run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.709 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.709 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.709 | 56020 | Assigned run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.710 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.710 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.g9PPSR +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.715 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.715 | 69999 | Marked run 1105 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.716 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.716 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.718 | 56021 | Recursively removing directory: /tmp/git.hTJjHE/ +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.720 | 70001 | Marked run 1106 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.720 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.721 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.721 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.725 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.726 | 56024 | Recursively removing directory: /tmp/git.g9PPSR/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.727 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.727 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.729 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.729 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.729 | 70018 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.729 | 56020 | Removed run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.729 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.729 | 56020 | Assigned run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.729 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MKHHn3 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.729 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.732 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.733 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.734 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.734 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.734 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.734 | 70021 | Added a new worker 13 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.734 | 56020 | Removed run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.734 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.734 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.734 | 56020 | Assigned run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.735 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iuVUzj +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.738 | 70017 | Marked run 1107 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.738 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.741 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.742 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.743 | 56021 | Recursively removing directory: /tmp/git.MKHHn3/ +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.744 | 70019 | Marked run 1108 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.745 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.745 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.745 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.748 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.751 | 56024 | Recursively removing directory: /tmp/git.iuVUzj/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.752 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.752 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.752 | 70036 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.752 | 56020 | Removed run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.752 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.752 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.752 | 56020 | Assigned run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.752 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nobWkY +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.752 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.752 | 56024 | Process output: 415085 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.756 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.757 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.758 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.759 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.759 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.759 | 70039 | Added a new worker 13 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.759 | 56020 | Removed run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.759 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.759 | 56020 | Assigned run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.759 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qYuIAM +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.759 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.762 | 70035 | Marked run 1109 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.762 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.764 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.765 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.767 | 70037 | Marked run 1110 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.768 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.768 | 56021 | Recursively removing directory: /tmp/git.nobWkY/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.770 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.770 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.773 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.773 | 56024 | Recursively removing directory: /tmp/git.qYuIAM/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.775 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.775 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.776 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.776 | 70054 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.776 | 56020 | Removed run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.776 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.776 | 56020 | Assigned run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.776 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.777 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.777 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6hVwFu +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.778 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.781 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.781 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.781 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.781 | 70056 | Added a new worker 12 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.781 | 56020 | Removed run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.781 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.781 | 56020 | Assigned run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.782 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.f4sW2s +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.782 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.783 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.786 | 70053 | Marked run 1111 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.786 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.788 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.789 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.792 | 70055 | Marked run 1112 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.792 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.792 | 56021 | Recursively removing directory: /tmp/git.6hVwFu/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.794 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.794 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.797 | 56024 | Recursively removing directory: /tmp/git.f4sW2s/ +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.798 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.798 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.798 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.800 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.800 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.800 | 70072 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.800 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.801 | 56020 | Removed run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.801 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.801 | 56020 | Assigned run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.801 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.b9Jfl1 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.802 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.804 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.805 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.806 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.806 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.806 | 70075 | Added a new worker 12 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.806 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.806 | 56020 | Removed run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.806 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.806 | 56020 | Assigned run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.807 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PcaXF1 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.813 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.813 | 70071 | Marked run 1113 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.813 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.814 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.815 | 56021 | Recursively removing directory: /tmp/git.b9Jfl1/ +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.816 | 70073 | Marked run 1114 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.816 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.816 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.816 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.820 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.823 | 56024 | Recursively removing directory: /tmp/git.PcaXF1/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.823 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.824 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.824 | 70090 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.824 | 56020 | Removed run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.824 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.824 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.824 | 56020 | Assigned run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.824 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ImOTH8 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.824 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.824 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.828 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.828 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.829 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.831 | 70089 | Marked run 1115 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.831 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.832 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.832 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.832 | 70094 | Added a new worker 8 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.832 | 56020 | Removed run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.832 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.832 | 56020 | Assigned run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.832 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UQ8X7h +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.833 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.837 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.837 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.838 | 56021 | Recursively removing directory: /tmp/git.ImOTH8/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.840 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.840 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.842 | 70091 | Marked run 1116 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.842 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.844 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.847 | 56024 | Recursively removing directory: /tmp/git.UQ8X7h/ +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.847 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.848 | 70108 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.847 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.848 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.848 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.848 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wlpOpO +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.848 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.848 | 56020 | Removed run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.848 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.848 | 56020 | Assigned run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.851 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.852 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.853 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.854 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.854 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.854 | 70111 | Added a new worker 12 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.855 | 56020 | Removed run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.855 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.855 | 56020 | Assigned run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.855 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.855 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LX4WMX +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.859 | 70107 | Marked run 1117 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.859 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.861 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.862 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.863 | 56021 | Recursively removing directory: /tmp/git.wlpOpO/ +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.863 | 70109 | Marked run 1118 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.863 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.864 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.864 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.867 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.870 | 56024 | Recursively removing directory: /tmp/git.LX4WMX/ +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.871 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.871 | 70126 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.871 | 56020 | Removed run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.871 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.871 | 56020 | Assigned run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.871 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.871 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.p8GwZn +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.872 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.872 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.872 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.876 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.876 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.877 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.879 | 70125 | Marked run 1119 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.879 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.880 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.880 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.880 | 70130 | Added a new worker 8 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.880 | 56020 | Removed run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.880 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.880 | 56020 | Assigned run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.880 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.880 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vnjG79 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.885 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.885 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.887 | 56021 | Recursively removing directory: /tmp/git.p8GwZn/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.888 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.889 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.889 | 70127 | Marked run 1120 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.889 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.892 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.895 | 56024 | Recursively removing directory: /tmp/git.vnjG79/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.895 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.895 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.895 | 70144 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.895 | 56020 | Removed run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.895 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.895 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.895 | 56020 | Assigned run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.896 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cGg5ni +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.896 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.896 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.899 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.900 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.901 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.904 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.904 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.905 | 70151 | Added a new worker 13 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.905 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.905 | 56020 | Removed run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.905 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.905 | 56020 | Assigned run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.905 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.he2GVf +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.907 | 70143 | Marked run 1121 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.908 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.910 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.911 | 56021 | Recursively removing directory: /tmp/git.cGg5ni/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.912 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.913 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.913 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.913 | 70146 | Marked run 1122 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.913 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.916 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.919 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.919 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.919 | 70162 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.919 | 56020 | Removed run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.919 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.919 | 56020 | Assigned run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.919 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TLoNTo +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.920 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.920 | 56024 | Recursively removing directory: /tmp/git.he2GVf/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.922 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.922 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.923 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.924 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.926 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.929 | 70157 | Marked run 1123 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.929 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.930 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.930 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.930 | 70171 | Added a new worker 8 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.930 | 56020 | Removed run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.930 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.930 | 56020 | Assigned run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.930 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.930 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.N5uCry +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.934 | 56021 | Recursively removing directory: /tmp/git.TLoNTo/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.935 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.935 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.935 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.935 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.939 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.939 | 70165 | Marked run 1124 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.940 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.943 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.943 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.943 | 70180 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.943 | 56020 | Removed run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.943 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.943 | 56020 | Assigned run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.943 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sntuGF +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.944 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.945 | 56024 | Recursively removing directory: /tmp/git.N5uCry/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.946 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.946 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.947 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.948 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.949 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.951 | 70175 | Marked run 1125 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.951 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.952 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.952 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.952 | 70185 | Added a new worker 8 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.952 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.952 | 56020 | Removed run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.952 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.952 | 56020 | Assigned run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.953 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fdEJmM +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.958 | 56021 | Recursively removing directory: /tmp/git.sntuGF/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.958 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.959 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.960 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.960 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.962 | 70182 | Marked run 1126 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.962 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.963 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.967 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.967 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.967 | 70198 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.967 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.967 | 56020 | Removed run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.967 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.967 | 56020 | Assigned run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.967 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sHh6X7 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.969 | 56024 | Recursively removing directory: /tmp/git.fdEJmM/ +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.971 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.971 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.971 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.972 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.975 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.977 | 70193 | Marked run 1127 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.977 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.979 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.979 | 56024 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.980 | 70207 | Added a new worker 8 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.980 | 56020 | Removed run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.980 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.980 | 56020 | Assigned run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.980 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ofh18g +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.980 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.981 | 56021 | Recursively removing directory: /tmp/git.sHh6X7/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.983 | 56021 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.983 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.985 | 56024 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.986 | 56024 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.987 | 70202 | Marked run 1128 as finished +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.987 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.987 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.990 | 56021 | Waiting for a new command +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.990 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.990 | 70214 | Added a new worker 10 to the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.991 | 56018 | Waiting for new connections +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.991 | 56020 | Removed run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.991 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:17 | INFO | 56018/cimple-server: 2024-04-25 03:45:17.991 | 56020 | Assigned run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.991 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4OEIEY +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.995 | 56024 | Recursively removing directory: /tmp/git.ofh18g/ +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.995 | 56021 | Checking out revision HEAD +2024-04-25 03:45:17 | INFO | 56021/cimple-worker: 2024-04-25 03:45:17.996 | 56021 | Going to run: ./ci +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.996 | 56024 | Process exit code: 0 +2024-04-25 03:45:17 | INFO | 56024/cimple-worker: 2024-04-25 03:45:17.996 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.000 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.000 | 70209 | Marked run 1129 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.001 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.003 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.003 | 70225 | Added a new worker 8 to the queue +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.003 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.003 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.004 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.j7ruS2 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.004 | 56020 | Removed run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.004 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.004 | 56020 | Assigned run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.006 | 56021 | Recursively removing directory: /tmp/git.4OEIEY/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.008 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.008 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.008 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.009 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.011 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.012 | 70219 | Marked run 1130 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.013 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.015 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.015 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.015 | 70234 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.015 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.015 | 56020 | Removed run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.015 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.015 | 56020 | Assigned run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.015 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bVnYTm +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.019 | 56024 | Recursively removing directory: /tmp/git.j7ruS2/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.021 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.021 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.022 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.022 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.024 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.024 | 70227 | Marked run 1131 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.024 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.027 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.028 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.028 | 70243 | Added a new worker 8 to the queue +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.028 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mXV9uv +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.028 | 56020 | Removed run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.028 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.028 | 56020 | Assigned run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.030 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.030 | 56021 | Recursively removing directory: /tmp/git.bVnYTm/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.032 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.032 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.033 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.034 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.035 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.036 | 70236 | Marked run 1132 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.037 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.038 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.038 | 70248 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.038 | 56020 | Removed run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.038 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.038 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.038 | 56020 | Assigned run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.038 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.039 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9j2VIX +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.043 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.044 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.044 | 56024 | Recursively removing directory: /tmp/git.mXV9uv/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.046 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.046 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.048 | 70245 | Marked run 1133 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.048 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.050 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.052 | 56021 | Recursively removing directory: /tmp/git.9j2VIX/ +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.054 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.054 | 70261 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.054 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.054 | 56020 | Removed run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.054 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.054 | 56020 | Assigned run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.054 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.054 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.054 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.054 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CklO3t +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.058 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.058 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.060 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.061 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.061 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.062 | 70264 | Added a new worker 13 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.062 | 56020 | Removed run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.062 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.062 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.062 | 56020 | Assigned run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.062 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cqPGT4 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.063 | 70260 | Marked run 1134 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.063 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.066 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.068 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.070 | 56024 | Recursively removing directory: /tmp/git.CklO3t/ +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.070 | 70262 | Marked run 1135 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.070 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.071 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.071 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.074 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.076 | 56021 | Recursively removing directory: /tmp/git.cqPGT4/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.078 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.078 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.078 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.078 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.078 | 70279 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.078 | 56020 | Removed run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.078 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.079 | 56020 | Assigned run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.079 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.079 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.574RO4 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.082 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.084 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.084 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.085 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.085 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.085 | 70282 | Added a new worker 13 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.086 | 56020 | Removed run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.086 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.086 | 56020 | Assigned run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.086 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.086 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MvWvM4 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.086 | 70278 | Marked run 1136 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.086 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.090 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.091 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.094 | 56024 | Recursively removing directory: /tmp/git.574RO4/ +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.096 | 70280 | Marked run 1137 as finished +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.096 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.096 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.097 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.100 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.100 | 56021 | Recursively removing directory: /tmp/git.MvWvM4/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.101 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.101 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.103 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.103 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.103 | 70297 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.103 | 56020 | Removed run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.103 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.103 | 56020 | Assigned run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.103 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.103 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FvR53E +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.104 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.107 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.107 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.107 | 70299 | Added a new worker 12 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.107 | 56020 | Removed run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.107 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.107 | 56020 | Assigned run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.107 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.107 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qTh4XR +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.108 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.109 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.113 | 70296 | Marked run 1138 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.113 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.113 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.115 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.117 | 70298 | Marked run 1139 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.117 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.118 | 56024 | Recursively removing directory: /tmp/git.FvR53E/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.119 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.119 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.123 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.123 | 56021 | Recursively removing directory: /tmp/git.qTh4XR/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.125 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.125 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.126 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.126 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.126 | 70315 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.126 | 56020 | Removed run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.126 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.126 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.127 | 56020 | Assigned run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.127 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Z9X5tR +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.128 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.131 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.131 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.131 | 70317 | Added a new worker 12 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.131 | 56020 | Removed run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.131 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.131 | 56020 | Assigned run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.131 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.131 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ek5yxC +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.133 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.134 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.136 | 70314 | Marked run 1140 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.136 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.137 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.137 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.141 | 70316 | Marked run 1141 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.141 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.144 | 56024 | Recursively removing directory: /tmp/git.Z9X5tR/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.146 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.146 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.147 | 56021 | Recursively removing directory: /tmp/git.Ek5yxC/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.148 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.148 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.150 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.153 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.154 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.154 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.154 | 70334 | Added a new worker 12 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.154 | 56020 | Removed run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.154 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.154 | 56020 | Assigned run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.154 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.155 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Esh2LC +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.157 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.157 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.157 | 70335 | Added a new worker 12 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.157 | 56020 | Removed run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.157 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.157 | 56020 | Assigned run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.158 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.158 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2A9f5t +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.159 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.160 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.163 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.164 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.165 | 70332 | Marked run 1142 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.165 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.168 | 70333 | Marked run 1143 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.168 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.170 | 56024 | Recursively removing directory: /tmp/git.Esh2LC/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.172 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.172 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.173 | 56021 | Recursively removing directory: /tmp/git.2A9f5t/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.175 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.175 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.176 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.179 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.179 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.179 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.179 | 70352 | Added a new worker 12 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.180 | 56020 | Removed run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.180 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.180 | 56020 | Assigned run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.180 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.180 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.86AOBX +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.183 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.183 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.183 | 70353 | Added a new worker 12 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.183 | 56020 | Removed run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.183 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.183 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.184 | 56020 | Assigned run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.184 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GN5I0b +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.185 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.186 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.188 | 70350 | Marked run 1144 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.188 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.189 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.190 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.193 | 70351 | Marked run 1145 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.194 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.196 | 56024 | Recursively removing directory: /tmp/git.86AOBX/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.198 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.198 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.199 | 56021 | Recursively removing directory: /tmp/git.GN5I0b/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.201 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.201 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.201 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.203 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.204 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.204 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.204 | 70370 | Added a new worker 12 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.204 | 56020 | Removed run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.204 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.204 | 56020 | Assigned run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.204 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.D5WK0b +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.205 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.207 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.207 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.207 | 70371 | Added a new worker 12 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.207 | 56020 | Removed run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.207 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.207 | 56020 | Assigned run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.207 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.207 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rM0nd8 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.209 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.210 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.212 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.213 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.215 | 70368 | Marked run 1146 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.216 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.218 | 70369 | Marked run 1147 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.218 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.219 | 56024 | Recursively removing directory: /tmp/git.D5WK0b/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.221 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.221 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.223 | 56021 | Recursively removing directory: /tmp/git.rM0nd8/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.224 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.224 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.224 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.227 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.227 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.227 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.227 | 70388 | Added a new worker 12 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.227 | 56020 | Removed run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.227 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.228 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.228 | 56020 | Assigned run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.228 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uQFexH +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.231 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.231 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.232 | 70389 | Added a new worker 12 to the queue +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.232 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.232 | 56020 | Removed run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.232 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.232 | 56020 | Assigned run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.232 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hdBDY3 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.233 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.234 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.237 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.238 | 70386 | Marked run 1148 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.238 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.238 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.242 | 70387 | Marked run 1149 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.242 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.243 | 56024 | Recursively removing directory: /tmp/git.uQFexH/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.244 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.245 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.247 | 56021 | Recursively removing directory: /tmp/git.hdBDY3/ +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.248 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.249 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.249 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.252 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.252 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.252 | 70405 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.252 | 56020 | Removed run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.252 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.252 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.252 | 56020 | Assigned run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.253 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2Bplod +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.253 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.257 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.257 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.257 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.257 | 70407 | Added a new worker 13 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.257 | 56020 | Removed run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.257 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.257 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.257 | 56020 | Assigned run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.258 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iouBvP +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.258 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.261 | 70404 | Marked run 1150 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.262 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.263 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.264 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.267 | 70406 | Marked run 1151 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.267 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.267 | 56024 | Recursively removing directory: /tmp/git.2Bplod/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.269 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.269 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.272 | 56021 | Recursively removing directory: /tmp/git.iouBvP/ +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.273 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.274 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.274 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.276 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.277 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.277 | 70423 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.277 | 56020 | Removed run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.277 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.277 | 56020 | Assigned run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.277 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WaMgDU +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.277 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.278 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.281 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.282 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.282 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.282 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.283 | 70425 | Added a new worker 13 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.283 | 56020 | Removed run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.283 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.283 | 56020 | Assigned run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.283 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.283 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QrbyMZ +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.285 | 70422 | Marked run 1152 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.285 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.288 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.289 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.292 | 70424 | Marked run 1153 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.292 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.292 | 56024 | Recursively removing directory: /tmp/git.WaMgDU/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.294 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.294 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.298 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.298 | 56021 | Recursively removing directory: /tmp/git.QrbyMZ/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.299 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.299 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.300 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.301 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.301 | 70441 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.301 | 56020 | Removed run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.301 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.301 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.301 | 56020 | Assigned run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.301 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4xyBf9 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.303 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.304 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.305 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.307 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.307 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.307 | 70444 | Added a new worker 12 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.307 | 56020 | Removed run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.307 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.307 | 56020 | Assigned run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.307 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.308 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0TzMsn +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.312 | 70440 | Marked run 1154 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.312 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.314 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.314 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.315 | 70442 | Marked run 1155 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.315 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.317 | 56024 | Recursively removing directory: /tmp/git.4xyBf9/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.318 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.318 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.321 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.322 | 56021 | Recursively removing directory: /tmp/git.0TzMsn/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.324 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.324 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.326 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.326 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.326 | 70459 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.326 | 56020 | Removed run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.326 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.326 | 56020 | Assigned run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.326 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.326 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.C1bi2D +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.328 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.331 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.332 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.332 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.332 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.332 | 70461 | Added a new worker 13 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.332 | 56020 | Removed run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.332 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.332 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.332 | 56020 | Assigned run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.332 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.geokk1 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.333 | 70458 | Marked run 1156 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.333 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.337 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.337 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.341 | 70460 | Marked run 1157 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.341 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.343 | 56024 | Recursively removing directory: /tmp/git.C1bi2D/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.344 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.344 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.346 | 56021 | Recursively removing directory: /tmp/git.geokk1/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.347 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.347 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.348 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.350 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.351 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.351 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.351 | 70478 | Added a new worker 12 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.351 | 56020 | Removed run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.351 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.351 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.351 | 56020 | Assigned run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.351 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lDek3d +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.353 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.353 | 70479 | Added a new worker 12 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.353 | 56020 | Removed run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.353 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.353 | 56020 | Assigned run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.353 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.353 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1IuvGS +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.354 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.360 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.360 | 70476 | Marked run 1158 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.360 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.360 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.361 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.362 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.364 | 70477 | Marked run 1159 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.364 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.370 | 56024 | Recursively removing directory: /tmp/git.lDek3d/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.370 | 56021 | Recursively removing directory: /tmp/git.1IuvGS/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.371 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.371 | 56024 | Process output: 415085 bytes +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.371 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.371 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.374 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.374 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.377 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.377 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.377 | 70496 | Added a new worker 12 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.377 | 56020 | Removed run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.377 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.377 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.377 | 56020 | Assigned run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.377 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.377 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.t7a6ua +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.378 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.378 | 70497 | Added a new worker 12 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.378 | 56020 | Removed run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.378 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.378 | 56020 | Assigned run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.378 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.379 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jSSfJ7 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.382 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.383 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.383 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.385 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.387 | 70494 | Marked run 1160 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.387 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.390 | 70495 | Marked run 1161 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.390 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.392 | 56024 | Recursively removing directory: /tmp/git.t7a6ua/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.394 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.394 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.395 | 56021 | Recursively removing directory: /tmp/git.jSSfJ7/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.396 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.396 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.398 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.401 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.401 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.401 | 70514 | Added a new worker 12 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.401 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.401 | 56020 | Removed run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.401 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.401 | 56020 | Assigned run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.401 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.401 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.km3ftb +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.405 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.405 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.405 | 70515 | Added a new worker 12 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.405 | 56020 | Removed run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.405 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.406 | 56020 | Assigned run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.406 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.406 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AUjGTv +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.408 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.410 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.412 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.413 | 70512 | Marked run 1162 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.413 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.413 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.416 | 70513 | Marked run 1163 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.416 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.419 | 56024 | Recursively removing directory: /tmp/git.km3ftb/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.421 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.421 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.422 | 56021 | Recursively removing directory: /tmp/git.AUjGTv/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.423 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.423 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.424 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.426 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.427 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.427 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.427 | 70532 | Added a new worker 12 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.427 | 56020 | Removed run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.427 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.427 | 56020 | Assigned run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.427 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.15if9Z +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.427 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.430 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.430 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.430 | 70533 | Added a new worker 12 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.430 | 56020 | Removed run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.430 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.430 | 56020 | Assigned run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.430 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.431 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GFT4NR +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.431 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.432 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.436 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.436 | 70530 | Marked run 1164 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.437 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.437 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.440 | 70531 | Marked run 1165 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.441 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.442 | 56024 | Recursively removing directory: /tmp/git.15if9Z/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.444 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.444 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.446 | 56021 | Recursively removing directory: /tmp/git.GFT4NR/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.447 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.447 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.447 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.450 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.450 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.450 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.451 | 70550 | Added a new worker 12 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.451 | 56020 | Removed run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.451 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.451 | 56020 | Assigned run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.451 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.451 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.m0qj2N +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.454 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.454 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.454 | 70551 | Added a new worker 12 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.454 | 56020 | Removed run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.454 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.454 | 56020 | Assigned run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.454 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.454 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Mkr7JE +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.456 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.456 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.461 | 70548 | Marked run 1166 as finished +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.461 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.461 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.462 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.464 | 70549 | Marked run 1167 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.464 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.466 | 56024 | Recursively removing directory: /tmp/git.m0qj2N/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.467 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.467 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.471 | 56021 | Recursively removing directory: /tmp/git.Mkr7JE/ +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.471 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.472 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.472 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.474 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.474 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.474 | 70567 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.474 | 56020 | Removed run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.474 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.474 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.474 | 56020 | Assigned run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.474 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lbkdWF +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.475 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.478 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.478 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.479 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.479 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.479 | 70570 | Added a new worker 12 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.480 | 56020 | Removed run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.480 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.480 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.480 | 56020 | Assigned run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.480 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1w3WYU +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.485 | 70566 | Marked run 1168 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.485 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.486 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.487 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.489 | 56024 | Recursively removing directory: /tmp/git.lbkdWF/ +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.489 | 70568 | Marked run 1169 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.489 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.490 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.490 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.493 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.496 | 56021 | Recursively removing directory: /tmp/git.1w3WYU/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.497 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.497 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.497 | 70585 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.497 | 56020 | Removed run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.497 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.497 | 56020 | Assigned run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.497 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.497 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.498 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.K5T3Z5 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.498 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.501 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.502 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.502 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.505 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.505 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.505 | 70589 | Added a new worker 13 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.505 | 56020 | Removed run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.505 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.505 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.505 | 56020 | Assigned run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.505 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.v52Gzk +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.506 | 70584 | Marked run 1170 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.506 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.510 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.510 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.513 | 56024 | Recursively removing directory: /tmp/git.K5T3Z5/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.514 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.514 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.515 | 70586 | Marked run 1171 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.515 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.519 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.519 | 56021 | Recursively removing directory: /tmp/git.v52Gzk/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.520 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.520 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.522 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.522 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.522 | 70603 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.522 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.522 | 56020 | Removed run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.522 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.522 | 56020 | Assigned run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.522 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xduAQV +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.524 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.526 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.526 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.528 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.528 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.528 | 70606 | Added a new worker 13 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.528 | 56020 | Removed run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.528 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.528 | 56020 | Assigned run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.528 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.529 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QtROIk +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.532 | 70602 | Marked run 1172 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.532 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.534 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.535 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.536 | 56024 | Recursively removing directory: /tmp/git.xduAQV/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.538 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.538 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.539 | 70604 | Marked run 1173 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.539 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.542 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.543 | 56021 | Recursively removing directory: /tmp/git.QtROIk/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.545 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.545 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.545 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.545 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.546 | 70621 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.546 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.546 | 56020 | Removed run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.546 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.546 | 56020 | Assigned run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.546 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LdqsCG +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.548 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.550 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.551 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.551 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.551 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.551 | 70623 | Added a new worker 12 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.552 | 56020 | Removed run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.552 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.552 | 56020 | Assigned run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.552 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.552 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wK7K6H +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.556 | 70620 | Marked run 1174 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.556 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.558 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.559 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.560 | 56024 | Recursively removing directory: /tmp/git.LdqsCG/ +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.561 | 70622 | Marked run 1175 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.561 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.562 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.562 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.565 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.567 | 56021 | Recursively removing directory: /tmp/git.wK7K6H/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.568 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.568 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.569 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.569 | 70639 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.569 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.569 | 56020 | Removed run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.569 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.569 | 56020 | Assigned run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.569 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.569 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.je45aX +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.573 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.573 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.573 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.576 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.577 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.577 | 70643 | Added a new worker 13 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.577 | 56020 | Removed run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.577 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.577 | 56020 | Assigned run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.577 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.577 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WNZirh +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.580 | 70638 | Marked run 1176 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.580 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.583 | 56024 | Recursively removing directory: /tmp/git.je45aX/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.584 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.585 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.585 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.585 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.587 | 70640 | Marked run 1177 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.588 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.589 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.592 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.592 | 70657 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.592 | 56020 | Removed run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.592 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.592 | 56020 | Assigned run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.592 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.592 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.592 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xcAiRK +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.594 | 56021 | Recursively removing directory: /tmp/git.WNZirh/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.595 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.595 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.596 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.597 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.599 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.601 | 70652 | Marked run 1178 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.602 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.602 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.602 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.603 | 70664 | Added a new worker 8 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.603 | 56020 | Removed run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.603 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.603 | 56020 | Assigned run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.603 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.603 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XFgpAi +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.607 | 56024 | Recursively removing directory: /tmp/git.xcAiRK/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.608 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.609 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.609 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.609 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.611 | 70659 | Marked run 1179 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.611 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.613 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.616 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.616 | 70675 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.616 | 56020 | Removed run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.616 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.616 | 56020 | Assigned run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.616 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.616 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.616 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GxYjjb +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.619 | 56021 | Recursively removing directory: /tmp/git.XFgpAi/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.620 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.620 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.621 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.622 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.624 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.624 | 70670 | Marked run 1180 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.624 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.627 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.627 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.627 | 70684 | Added a new worker 8 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.627 | 56020 | Removed run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.627 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.627 | 56020 | Assigned run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.627 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZxNUdy +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.628 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.630 | 56024 | Recursively removing directory: /tmp/git.GxYjjb/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.632 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.632 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.632 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.633 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.635 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.637 | 70677 | Marked run 1181 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.637 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.638 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.638 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.639 | 70692 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.639 | 56020 | Removed run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.639 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.639 | 56020 | Assigned run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.639 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IXPHgO +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.639 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.643 | 56021 | Recursively removing directory: /tmp/git.ZxNUdy/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.643 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.645 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.646 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.646 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.647 | 70686 | Marked run 1182 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.647 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.649 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.652 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.652 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.w402Ti +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.652 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.652 | 70702 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.652 | 56020 | Removed run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.652 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.652 | 56020 | Assigned run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.653 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.654 | 56024 | Recursively removing directory: /tmp/git.IXPHgO/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.656 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.656 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.656 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.657 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.660 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.661 | 70697 | Marked run 1183 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.662 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.663 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.663 | 70711 | Added a new worker 8 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.664 | 56020 | Removed run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.664 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.664 | 56020 | Assigned run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.664 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.663 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.664 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0q59EF +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.667 | 56021 | Recursively removing directory: /tmp/git.w402Ti/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.668 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.669 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.669 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.669 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.672 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.673 | 70705 | Marked run 1184 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.673 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.675 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.676 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dEul5M +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.675 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.676 | 70720 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.676 | 56020 | Removed run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.676 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.676 | 56020 | Assigned run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.677 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.678 | 56024 | Recursively removing directory: /tmp/git.0q59EF/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.679 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.679 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.680 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.681 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.682 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.684 | 70714 | Marked run 1185 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.684 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.686 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.686 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.686 | 70727 | Added a new worker 8 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.686 | 56020 | Removed run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.686 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.686 | 56020 | Assigned run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.687 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.faJfrt +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.687 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.690 | 56021 | Recursively removing directory: /tmp/git.dEul5M/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.691 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.692 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.692 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.692 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.696 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.696 | 70722 | Marked run 1186 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.696 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.699 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.699 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.699 | 70738 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.699 | 56020 | Removed run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.699 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.699 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.699 | 56020 | Assigned run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.700 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WK3SeL +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.701 | 56024 | Recursively removing directory: /tmp/git.faJfrt/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.703 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.703 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.704 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.705 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.707 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.707 | 70733 | Marked run 1187 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.707 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.710 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.710 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.710 | 70745 | Added a new worker 8 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.710 | 56020 | Removed run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.710 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.710 | 56020 | Assigned run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.710 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.710 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WLktQK +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.714 | 56021 | Recursively removing directory: /tmp/git.WK3SeL/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.715 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.716 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.716 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.716 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.720 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.720 | 70740 | Marked run 1188 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.720 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.724 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.724 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.724 | 70756 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.724 | 56020 | Removed run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.724 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.724 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.724 | 56020 | Assigned run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.725 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fG0aae +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.726 | 56024 | Recursively removing directory: /tmp/git.WLktQK/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.727 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.727 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.729 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.730 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.730 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.734 | 70752 | Marked run 1189 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.734 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.734 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.734 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.734 | 70761 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.734 | 56020 | Removed run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.734 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.734 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.734 | 56020 | Assigned run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.734 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fWV4Mo +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.739 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.739 | 56021 | Recursively removing directory: /tmp/git.fG0aae/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.740 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.741 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.741 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.743 | 70758 | Marked run 1190 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.744 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.744 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.748 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.748 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.748 | 70774 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.748 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.748 | 56020 | Removed run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.748 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.748 | 56020 | Assigned run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.748 | 56024 | Recursively removing directory: /tmp/git.fWV4Mo/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.749 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Jnw4Ot +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.750 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.750 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.753 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.754 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.754 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.756 | 70771 | Marked run 1191 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.756 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.758 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.758 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.758 | 70779 | Added a new worker 8 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.758 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.758 | 56020 | Removed run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.758 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.758 | 56020 | Assigned run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.758 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.l4Jlz8 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.763 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.764 | 56021 | Recursively removing directory: /tmp/git.Jnw4Ot/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.764 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.766 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.766 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.768 | 70775 | Marked run 1192 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.768 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.770 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.772 | 56024 | Recursively removing directory: /tmp/git.l4Jlz8/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.773 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.773 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.773 | 70792 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.773 | 56020 | Removed run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.773 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.773 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.773 | 56020 | Assigned run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.774 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bNdZIf +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.774 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.774 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.777 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.778 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.779 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.783 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.783 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.783 | 70799 | Added a new worker 14 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.783 | 56020 | Removed run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.783 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.783 | 56020 | Assigned run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.783 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.785 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TTzlCh +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.788 | 56021 | Recursively removing directory: /tmp/git.bNdZIf/ +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.789 | 70791 | Marked run 1193 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.790 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.790 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.791 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.791 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.791 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.793 | 70794 | Marked run 1194 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.793 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.794 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.798 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.798 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.798 | 70810 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.798 | 56020 | Removed run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.798 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.798 | 56020 | Assigned run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.798 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.798 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xmvIkE +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.800 | 56024 | Recursively removing directory: /tmp/git.TTzlCh/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.801 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.801 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.802 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.803 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.805 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.807 | 70805 | Marked run 1195 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.807 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.808 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.808 | 70817 | Added a new worker 8 to the queue +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.808 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.809 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TYsem5 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.808 | 56020 | Removed run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.808 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.808 | 56020 | Assigned run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.810 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.813 | 56021 | Recursively removing directory: /tmp/git.xmvIkE/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.813 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.814 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.814 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.814 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.818 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.818 | 70812 | Marked run 1196 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.819 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.821 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.821 | 70828 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.821 | 56020 | Removed run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.821 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.822 | 56020 | Assigned run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.821 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.822 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i4HJMq +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.823 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.824 | 56024 | Recursively removing directory: /tmp/git.TYsem5/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.826 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.826 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.826 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.827 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.829 | 70823 | Marked run 1197 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.829 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.830 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.833 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.833 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.833 | 70837 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.833 | 56020 | Removed run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.833 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.833 | 56020 | Assigned run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.833 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sr3x9Y +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.835 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.836 | 56021 | Recursively removing directory: /tmp/git.i4HJMq/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.837 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.837 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.837 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.838 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.841 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.841 | 70831 | Marked run 1198 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.841 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.844 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.844 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.844 | 70846 | Added a new worker 8 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.844 | 56020 | Removed run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.844 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.844 | 56020 | Assigned run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.844 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.844 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eczTYE +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.849 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.850 | 56024 | Recursively removing directory: /tmp/git.sr3x9Y/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.850 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.852 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.852 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.853 | 70840 | Marked run 1199 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.853 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.856 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.859 | 56021 | Recursively removing directory: /tmp/git.eczTYE/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.859 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.859 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.859 | 70855 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.859 | 56020 | Removed run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.859 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.860 | 56020 | Assigned run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.860 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jqTpHa +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.860 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.861 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.863 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.863 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.864 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.865 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.867 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.867 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.867 | 70858 | Added a new worker 13 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.867 | 56020 | Removed run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.867 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.867 | 56020 | Assigned run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.867 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EIQnus +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.868 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.870 | 70852 | Marked run 1200 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.870 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.873 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.874 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.875 | 56024 | Recursively removing directory: /tmp/git.jqTpHa/ +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.877 | 70856 | Marked run 1201 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.877 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.877 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.877 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.880 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.883 | 56021 | Recursively removing directory: /tmp/git.EIQnus/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.884 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.884 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.884 | 70873 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.884 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.884 | 56020 | Removed run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.884 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.884 | 56020 | Assigned run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.884 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.q3GmvO +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.885 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.885 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.888 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.888 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.889 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.893 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.894 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.894 | 70880 | Added a new worker 13 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.894 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.894 | 56020 | Removed run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.894 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.894 | 56020 | Assigned run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.894 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XjNPNs +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.895 | 70872 | Marked run 1202 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.895 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.898 | 56024 | Recursively removing directory: /tmp/git.q3GmvO/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.899 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.900 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.900 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.900 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.903 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.904 | 70875 | Marked run 1203 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.904 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.906 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.906 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.906 | 70891 | Added a new worker 9 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.907 | 56020 | Removed run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.907 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.907 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.907 | 56020 | Assigned run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.907 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rdU37g +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.909 | 56021 | Recursively removing directory: /tmp/git.XjNPNs/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.910 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.910 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.911 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.912 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.913 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.916 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.916 | 70898 | Added a new worker 13 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.916 | 56020 | Removed run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.916 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.916 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.916 | 56020 | Assigned run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.916 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.916 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GHgyW3 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.918 | 70885 | Marked run 1204 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.918 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.921 | 56024 | Recursively removing directory: /tmp/git.rdU37g/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.921 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.922 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.922 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.922 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.926 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.926 | 70893 | Marked run 1205 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.926 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.929 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.929 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.929 | 70909 | Added a new worker 9 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.929 | 56020 | Removed run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.929 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.929 | 56020 | Assigned run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.930 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.930 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qwYrUH +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.932 | 56021 | Recursively removing directory: /tmp/git.GHgyW3/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.934 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.934 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.934 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.936 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.937 | 70903 | Marked run 1206 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.937 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.938 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.940 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.940 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.941 | 70916 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.941 | 56020 | Removed run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.941 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.941 | 56020 | Assigned run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.941 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.D6nhKU +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.941 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.945 | 56024 | Recursively removing directory: /tmp/git.qwYrUH/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.946 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.946 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.946 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.946 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.949 | 70911 | Marked run 1207 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.949 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.950 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.953 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.953 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7Ewyja +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.953 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.953 | 70927 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.953 | 56020 | Removed run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.953 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.953 | 56020 | Assigned run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.953 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.956 | 56021 | Recursively removing directory: /tmp/git.D6nhKU/ +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.957 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.957 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.957 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.959 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.961 | 70921 | Marked run 1208 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.961 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.961 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.964 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.964 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.964 | 70936 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.964 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.965 | 56020 | Removed run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.965 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.965 | 56020 | Assigned run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.965 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nQwcA8 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.968 | 56024 | Recursively removing directory: /tmp/git.7Ewyja/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.969 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.970 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.970 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.970 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.973 | 70930 | Marked run 1209 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.973 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.973 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.976 | 56024 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.977 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.977 | 70945 | Added a new worker 10 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.977 | 56020 | Removed run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.977 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.977 | 56020 | Assigned run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.977 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.977 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YiaQiD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.979 | 56021 | Recursively removing directory: /tmp/git.nQwcA8/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.980 | 56021 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.980 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.981 | 56024 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.982 | 56024 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.983 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.985 | 70940 | Marked run 1210 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.985 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.987 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.987 | 70952 | Added a new worker 8 to the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.987 | 56020 | Removed run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.987 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.987 | 56020 | Assigned run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.987 | 56021 | Waiting for a new command +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.987 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eTzZr0 +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.987 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.991 | 56024 | Recursively removing directory: /tmp/git.YiaQiD/ +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.992 | 56021 | Checking out revision HEAD +2024-04-25 03:45:18 | INFO | 56021/cimple-worker: 2024-04-25 03:45:18.992 | 56021 | Going to run: ./ci +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.993 | 56024 | Process exit code: 0 +2024-04-25 03:45:18 | INFO | 56024/cimple-worker: 2024-04-25 03:45:18.993 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.997 | 56018 | Waiting for new connections +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.997 | 70947 | Marked run 1211 as finished +2024-04-25 03:45:18 | INFO | 56018/cimple-server: 2024-04-25 03:45:18.997 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.001 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.001 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.001 | 70963 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.001 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.001 | 56020 | Removed run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.001 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.001 | 56020 | Assigned run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.001 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ddoI6w +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.002 | 56021 | Recursively removing directory: /tmp/git.eTzZr0/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.003 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.003 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.006 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.007 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.007 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.008 | 70958 | Marked run 1212 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.008 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.010 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.010 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.011 | 70968 | Added a new worker 8 to the queue +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.011 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.caqtAs +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.011 | 56020 | Removed run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.011 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.011 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.011 | 56020 | Assigned run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.016 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.016 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.017 | 56024 | Recursively removing directory: /tmp/git.ddoI6w/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.019 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.019 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.020 | 70964 | Marked run 1213 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.021 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.023 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.025 | 56021 | Recursively removing directory: /tmp/git.caqtAs/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.026 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.026 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.026 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.027 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ekv2Hc +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.026 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.026 | 70981 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.026 | 56020 | Removed run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.026 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.026 | 56020 | Assigned run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.027 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.029 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.032 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.032 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.032 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.032 | 70983 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.032 | 56020 | Removed run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.032 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.032 | 56020 | Assigned run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.033 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.033 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZTKoqR +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.034 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.038 | 70980 | Marked run 1214 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.038 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.039 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.040 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.042 | 70982 | Marked run 1215 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.042 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.043 | 56024 | Recursively removing directory: /tmp/git.Ekv2Hc/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.044 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.044 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.048 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.049 | 56021 | Recursively removing directory: /tmp/git.ZTKoqR/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.050 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.050 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.051 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.051 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.051 | 70999 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.051 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.051 | 56020 | Removed run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.051 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.051 | 56020 | Assigned run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.052 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vjm3A1 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.053 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.056 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.056 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.056 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.056 | 71001 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.056 | 56020 | Removed run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.056 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.056 | 56020 | Assigned run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.056 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.056 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aUU9TG +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.057 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.061 | 70998 | Marked run 1216 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.061 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.062 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.063 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.065 | 71000 | Marked run 1217 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.065 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.068 | 56024 | Recursively removing directory: /tmp/git.vjm3A1/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.069 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.069 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.073 | 56021 | Recursively removing directory: /tmp/git.aUU9TG/ +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.073 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.074 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.074 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.076 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.076 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.076 | 71017 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.076 | 56020 | Removed run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.076 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.076 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.076 | 56020 | Assigned run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.076 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pdDbse +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.077 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.080 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.080 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.080 | 71019 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.080 | 56020 | Removed run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.080 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.080 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.080 | 56020 | Assigned run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.080 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pMlYs3 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.081 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.082 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.086 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.087 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.087 | 71016 | Marked run 1218 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.087 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.090 | 71018 | Marked run 1219 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.091 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.091 | 56024 | Recursively removing directory: /tmp/git.pdDbse/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.092 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.092 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.096 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.096 | 56021 | Recursively removing directory: /tmp/git.pMlYs3/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.097 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.097 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.100 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.100 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aUKk0M +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.100 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.100 | 71035 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.100 | 56020 | Removed run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.100 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.100 | 56020 | Assigned run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.101 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.102 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.105 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.106 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.106 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.106 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.106 | 71037 | Added a new worker 13 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.106 | 56020 | Removed run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.106 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.106 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.106 | 56020 | Assigned run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.106 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qJel9r +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.107 | 71034 | Marked run 1220 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.108 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.111 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.112 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.116 | 56024 | Recursively removing directory: /tmp/git.aUKk0M/ +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.116 | 71036 | Marked run 1221 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.116 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.117 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.117 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.121 | 56021 | Recursively removing directory: /tmp/git.qJel9r/ +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.121 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.122 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.122 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.125 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.125 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.125 | 71053 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.125 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.125 | 56020 | Removed run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.125 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.125 | 56020 | Assigned run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.125 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.d8A4Ea +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.126 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.130 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.130 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.130 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.130 | 71055 | Added a new worker 13 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.130 | 56020 | Removed run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.130 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.130 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.131 | 56020 | Assigned run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.131 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.131 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Tyxvbz +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.135 | 71052 | Marked run 1222 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.135 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.136 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.137 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.141 | 56024 | Recursively removing directory: /tmp/git.d8A4Ea/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.143 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.143 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.146 | 56021 | Recursively removing directory: /tmp/git.Tyxvbz/ +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.146 | 71054 | Marked run 1223 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.146 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.146 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.147 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.147 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.150 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.150 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.150 | 71071 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.150 | 56020 | Removed run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.150 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.150 | 56020 | Assigned run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.150 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.151 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fGZwMy +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.151 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.155 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.156 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.156 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.156 | 71073 | Added a new worker 13 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.156 | 56020 | Removed run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.156 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.156 | 56020 | Assigned run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.156 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.156 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CXP2z3 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.157 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.158 | 71070 | Marked run 1224 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.158 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.161 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.162 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.165 | 71072 | Marked run 1225 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.165 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.166 | 56024 | Recursively removing directory: /tmp/git.fGZwMy/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.168 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.168 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.171 | 56021 | Recursively removing directory: /tmp/git.CXP2z3/ +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.172 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.173 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.173 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.175 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.175 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.175 | 71089 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.175 | 56020 | Removed run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.175 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.175 | 56020 | Assigned run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.175 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.175 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.asbxcd +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.176 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.179 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.179 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.180 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.180 | 71091 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.180 | 56020 | Removed run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.180 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.180 | 56020 | Assigned run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.180 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.180 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iZVDxQ +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.182 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.186 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.186 | 71088 | Marked run 1226 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.186 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.187 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.189 | 71090 | Marked run 1227 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.189 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.190 | 56024 | Recursively removing directory: /tmp/git.asbxcd/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.192 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.192 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.195 | 56021 | Recursively removing directory: /tmp/git.iZVDxQ/ +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.195 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.197 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.197 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.199 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.199 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.199 | 71107 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.199 | 56020 | Removed run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.199 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.199 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.199 | 56020 | Assigned run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.199 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QSBByn +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.200 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.203 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.203 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.203 | 71109 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.203 | 56020 | Removed run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.203 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.203 | 56020 | Assigned run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.203 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.203 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5vtwzJ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.203 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.204 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.208 | 71106 | Marked run 1228 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.208 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.209 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.209 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.213 | 71108 | Marked run 1229 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.214 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.214 | 56024 | Recursively removing directory: /tmp/git.QSBByn/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.215 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.215 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.218 | 56021 | Recursively removing directory: /tmp/git.5vtwzJ/ +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.219 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.220 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.220 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.223 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.223 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.223 | 71125 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.223 | 56020 | Removed run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.223 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.223 | 56020 | Assigned run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.223 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.223 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5FQGkL +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.224 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.227 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.227 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.227 | 71127 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.227 | 56020 | Removed run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.227 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.227 | 56020 | Assigned run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.227 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.228 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.T4MdE4 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.228 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.229 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.233 | 71124 | Marked run 1230 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.233 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.233 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.234 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.237 | 71126 | Marked run 1231 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.237 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.239 | 56024 | Recursively removing directory: /tmp/git.5FQGkL/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.241 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.241 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.243 | 56021 | Recursively removing directory: /tmp/git.T4MdE4/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.244 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.244 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.245 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.248 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.249 | 71143 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.249 | 56020 | Removed run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.249 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.249 | 56020 | Assigned run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.249 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.248 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.249 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lL1RSf +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.249 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.252 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.252 | 71145 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.252 | 56020 | Removed run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.252 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.252 | 56020 | Assigned run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.252 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.252 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Tu6PCa +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.253 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.255 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.256 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.258 | 71142 | Marked run 1232 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.258 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.258 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.259 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.263 | 71144 | Marked run 1233 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.263 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.266 | 56024 | Recursively removing directory: /tmp/git.lL1RSf/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.267 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.267 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.268 | 56021 | Recursively removing directory: /tmp/git.Tu6PCa/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.270 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.270 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.272 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.274 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.275 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.275 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.275 | 71162 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.275 | 56020 | Removed run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.275 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.276 | 56020 | Assigned run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.276 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.276 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LilAIJ +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.278 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.278 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.278 | 71163 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.278 | 56020 | Removed run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.279 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.279 | 56020 | Assigned run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.279 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.279 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xFln0Z +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.281 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.282 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.285 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.285 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.286 | 71160 | Marked run 1234 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.286 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.289 | 71161 | Marked run 1235 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.289 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.291 | 56024 | Recursively removing directory: /tmp/git.LilAIJ/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.292 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.292 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.295 | 56021 | Recursively removing directory: /tmp/git.xFln0Z/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.296 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.296 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.296 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.300 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.300 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.300 | 71179 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.301 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.301 | 56020 | Removed run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.301 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.301 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.301 | 56020 | Assigned run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.301 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NENsRA +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.304 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.304 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.304 | 71181 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.304 | 56020 | Removed run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.304 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.304 | 56020 | Assigned run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.304 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Lk5ZaM +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.304 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.306 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.307 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.309 | 71178 | Marked run 1236 as finished +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.310 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.310 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.310 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.313 | 71180 | Marked run 1237 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.314 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.317 | 56024 | Recursively removing directory: /tmp/git.NENsRA/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.319 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.319 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.319 | 56021 | Recursively removing directory: /tmp/git.Lk5ZaM/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.321 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.321 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.323 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.325 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.327 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.327 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.327 | 71198 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.327 | 56020 | Removed run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.327 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.327 | 56020 | Assigned run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.327 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.327 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yIpnyh +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.329 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.330 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WUSi6v +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.332 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.329 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.329 | 71199 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.329 | 56020 | Removed run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.329 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.330 | 56020 | Assigned run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.330 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.333 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.334 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.336 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.338 | 71196 | Marked run 1238 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.339 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.342 | 71197 | Marked run 1239 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.342 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.342 | 56024 | Recursively removing directory: /tmp/git.yIpnyh/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.344 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.344 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.346 | 56021 | Recursively removing directory: /tmp/git.WUSi6v/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.347 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.347 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.347 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.351 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.351 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.351 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.351 | 71215 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.352 | 56020 | Removed run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.352 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.352 | 56020 | Assigned run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.352 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.352 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3JHsJF +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.356 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.356 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.356 | 71217 | Added a new worker 13 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.356 | 56020 | Removed run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.356 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.356 | 56020 | Assigned run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.356 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.356 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.357 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.15FsXo +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.358 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.360 | 71214 | Marked run 1240 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.360 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.362 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.363 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.366 | 71216 | Marked run 1241 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.366 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.367 | 56024 | Recursively removing directory: /tmp/git.3JHsJF/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.368 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.368 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.371 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.372 | 56021 | Recursively removing directory: /tmp/git.15FsXo/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.373 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.373 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.375 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.375 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.375 | 71233 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.375 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.375 | 56020 | Removed run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.375 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.376 | 56020 | Assigned run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.376 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.E4PHE9 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.377 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.380 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.381 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.381 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.381 | 71235 | Added a new worker 14 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.382 | 56020 | Removed run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.382 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.382 | 56020 | Assigned run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.382 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.381 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.382 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ubGSXM +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.384 | 71232 | Marked run 1242 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.385 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.388 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.389 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.391 | 56024 | Recursively removing directory: /tmp/git.E4PHE9/ +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.391 | 71234 | Marked run 1243 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.391 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.392 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.392 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.395 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.397 | 56021 | Recursively removing directory: /tmp/git.ubGSXM/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.399 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.399 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.399 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.399 | 71251 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.399 | 56020 | Removed run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.399 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.399 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.399 | 56020 | Assigned run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.399 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.399 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1mePfJ +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.403 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.404 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.405 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.406 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.406 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.407 | 71254 | Added a new worker 13 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.407 | 56020 | Removed run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.407 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.407 | 56020 | Assigned run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.407 | 71250 | Marked run 1244 as finished +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.407 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PqaQZw +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.407 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.411 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.412 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.415 | 56024 | Recursively removing directory: /tmp/git.1mePfJ/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.416 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.416 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.417 | 71252 | Marked run 1245 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.417 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.420 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.421 | 56021 | Recursively removing directory: /tmp/git.PqaQZw/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.422 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.422 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.423 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.423 | 71269 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.423 | 56020 | Removed run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.423 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.423 | 56020 | Assigned run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.423 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.423 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.423 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HYATA5 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.426 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.427 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.429 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.430 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.430 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.430 | 71272 | Added a new worker 13 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.430 | 56020 | Removed run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.430 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.430 | 56020 | Assigned run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.430 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qVXDXO +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.431 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.431 | 71268 | Marked run 1246 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.432 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.435 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.436 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.438 | 56024 | Recursively removing directory: /tmp/git.HYATA5/ +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.440 | 71270 | Marked run 1247 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.440 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.440 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.440 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.443 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.445 | 56021 | Recursively removing directory: /tmp/git.qVXDXO/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.446 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.446 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.447 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.447 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.447 | 71287 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.447 | 56020 | Removed run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.447 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.447 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.447 | 56020 | Assigned run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.447 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0Pq6Ox +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.451 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.452 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.453 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.454 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.454 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.454 | 71290 | Added a new worker 13 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.454 | 56020 | Removed run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.454 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.454 | 56020 | Assigned run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.454 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.455 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FQfIxh +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.455 | 71286 | Marked run 1248 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.455 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.459 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.460 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.463 | 56024 | Recursively removing directory: /tmp/git.0Pq6Ox/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.464 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.464 | 56024 | Process output: 415085 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.464 | 71288 | Marked run 1249 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.465 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.468 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.469 | 56021 | Recursively removing directory: /tmp/git.FQfIxh/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.470 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.470 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.472 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.472 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.472 | 71305 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.472 | 56020 | Removed run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.472 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.472 | 56020 | Assigned run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.472 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.472 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DyeOVK +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.474 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.476 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.478 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.478 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.478 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.478 | 71308 | Added a new worker 13 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.479 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.479 | 56020 | Removed run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.479 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.479 | 56020 | Assigned run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.479 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TpsAGQ +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.481 | 71304 | Marked run 1250 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.481 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.484 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.485 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.487 | 71306 | Marked run 1251 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.488 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.488 | 56024 | Recursively removing directory: /tmp/git.DyeOVK/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.490 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.490 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.493 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.494 | 56021 | Recursively removing directory: /tmp/git.TpsAGQ/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.495 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.495 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.496 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.497 | 71323 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.497 | 56020 | Removed run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.497 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.497 | 56020 | Assigned run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.496 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.497 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.J1RPgm +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.497 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.498 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.501 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.501 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.501 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.501 | 71325 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.501 | 56020 | Removed run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.501 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.501 | 56020 | Assigned run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.502 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.502 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.502 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.E7396T +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.506 | 71322 | Marked run 1252 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.506 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.507 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.508 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.511 | 71324 | Marked run 1253 as finished +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.511 | 56024 | Recursively removing directory: /tmp/git.J1RPgm/ +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.511 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.513 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.513 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.516 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.517 | 56021 | Recursively removing directory: /tmp/git.E7396T/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.519 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.519 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.520 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.520 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.520 | 71341 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.520 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.520 | 56020 | Removed run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.520 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.520 | 56020 | Assigned run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.520 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QYs1zV +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.523 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.525 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.525 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.526 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.527 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.527 | 71344 | Added a new worker 13 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.527 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.527 | 56020 | Removed run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.527 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.527 | 56020 | Assigned run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.527 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bNXjVD +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.530 | 71340 | Marked run 1254 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.530 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.531 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.532 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.535 | 56024 | Recursively removing directory: /tmp/git.QYs1zV/ +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.537 | 71342 | Marked run 1255 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.537 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.537 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.537 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.541 | 56021 | Recursively removing directory: /tmp/git.bNXjVD/ +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.541 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.542 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.542 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.544 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.544 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.544 | 71359 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.544 | 56020 | Removed run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.544 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.544 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.544 | 56020 | Assigned run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.544 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MBe1mU +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.545 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.548 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.548 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.548 | 71361 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.548 | 56020 | Removed run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.548 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.548 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.548 | 56020 | Assigned run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.548 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i9p8U5 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.549 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.550 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.554 | 71358 | Marked run 1256 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.554 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.554 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.555 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.559 | 71360 | Marked run 1257 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.559 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.560 | 56024 | Recursively removing directory: /tmp/git.MBe1mU/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.561 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.561 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.564 | 56021 | Recursively removing directory: /tmp/git.i9p8U5/ +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.565 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.565 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.565 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.568 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.568 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.568 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.568 | 71378 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.568 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.568 | 56020 | Removed run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.568 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.568 | 56020 | Assigned run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.568 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dINayn +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.571 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.571 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.571 | 71379 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.571 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.571 | 56020 | Removed run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.571 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.571 | 56020 | Assigned run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.571 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bGYvIz +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.574 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.575 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.576 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.577 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.578 | 71376 | Marked run 1258 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.578 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.581 | 71377 | Marked run 1259 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.581 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.584 | 56024 | Recursively removing directory: /tmp/git.dINayn/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.586 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.586 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.586 | 56021 | Recursively removing directory: /tmp/git.bGYvIz/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.587 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.587 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.589 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.590 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.592 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.592 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.592 | 71396 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.592 | 56020 | Removed run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.592 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.592 | 56020 | Assigned run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.592 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.592 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zicsea +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.594 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.594 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.594 | 71397 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.594 | 56020 | Removed run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.594 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.594 | 56020 | Assigned run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.594 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.594 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qT02Fp +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.597 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.598 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.599 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.600 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.602 | 71394 | Marked run 1260 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.602 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.605 | 71395 | Marked run 1261 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.605 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.607 | 56024 | Recursively removing directory: /tmp/git.zicsea/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.608 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.608 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.610 | 56021 | Recursively removing directory: /tmp/git.qT02Fp/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.611 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.611 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.612 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.614 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.615 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.615 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.615 | 71414 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.615 | 56020 | Removed run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.615 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.615 | 56020 | Assigned run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.615 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gGG5sa +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.616 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.617 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.617 | 71415 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.617 | 56020 | Removed run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.617 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.618 | 56020 | Assigned run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.617 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.618 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.h4Q8xU +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.618 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.619 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.620 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.623 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.624 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.625 | 71412 | Marked run 1262 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.625 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.629 | 71413 | Marked run 1263 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.629 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.631 | 56024 | Recursively removing directory: /tmp/git.gGG5sa/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.633 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.633 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.634 | 56021 | Recursively removing directory: /tmp/git.h4Q8xU/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.635 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.635 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.637 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.638 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.639 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.639 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.639 | 71432 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.639 | 56020 | Removed run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.639 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.639 | 56020 | Assigned run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.639 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.639 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9VaUM3 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.642 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.642 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.642 | 71433 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.642 | 56020 | Removed run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.642 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.642 | 56020 | Assigned run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.642 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.643 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EL8UzL +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.643 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.644 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.648 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.648 | 71430 | Marked run 1264 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.648 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.649 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.652 | 71431 | Marked run 1265 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.652 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.654 | 56024 | Recursively removing directory: /tmp/git.9VaUM3/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.655 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.655 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.658 | 56021 | Recursively removing directory: /tmp/git.EL8UzL/ +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.659 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.659 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.659 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.662 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.662 | 71449 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.662 | 56020 | Removed run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.662 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.662 | 56020 | Assigned run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.662 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.662 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.662 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OxEmdY +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.662 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.666 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.666 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.666 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.666 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.667 | 71451 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.667 | 56020 | Removed run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.667 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.667 | 56020 | Assigned run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.667 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.667 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1IOH2k +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.673 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.673 | 71448 | Marked run 1266 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.673 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.674 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.676 | 71450 | Marked run 1267 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.677 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.677 | 56024 | Recursively removing directory: /tmp/git.OxEmdY/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.678 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.678 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.682 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.683 | 56021 | Recursively removing directory: /tmp/git.1IOH2k/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.684 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.684 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.685 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.685 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.685 | 71467 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.685 | 56020 | Removed run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.685 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.685 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.685 | 56020 | Assigned run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.685 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hV6oGw +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.688 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.689 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.690 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.692 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.692 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.692 | 71470 | Added a new worker 13 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.692 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.692 | 56020 | Removed run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.692 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.692 | 56020 | Assigned run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.692 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bcwrP2 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.695 | 71466 | Marked run 1268 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.695 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.698 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.699 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.699 | 56024 | Recursively removing directory: /tmp/git.hV6oGw/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.702 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.702 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.703 | 71468 | Marked run 1269 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.703 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.706 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.707 | 56021 | Recursively removing directory: /tmp/git.bcwrP2/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.708 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.708 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.709 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.709 | 71485 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.709 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.709 | 56020 | Removed run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.709 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.709 | 56020 | Assigned run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.709 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.710 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HJ9ZLH +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.712 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.713 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.714 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.716 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.716 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.717 | 71489 | Added a new worker 13 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.717 | 56020 | Removed run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.717 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.717 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.717 | 56020 | Assigned run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.717 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gKX9aa +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.722 | 71484 | Marked run 1270 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.722 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.722 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.723 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.724 | 56024 | Recursively removing directory: /tmp/git.HJ9ZLH/ +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.726 | 71486 | Marked run 1271 as finished +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.726 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.726 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.727 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.730 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.733 | 56021 | Recursively removing directory: /tmp/git.gKX9aa/ +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.734 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.734 | 71503 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.734 | 56020 | Removed run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.734 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.734 | 56020 | Assigned run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.734 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.734 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Wyy5ZB +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.734 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.734 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.735 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.738 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.739 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.739 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.742 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.742 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.742 | 71508 | Added a new worker 13 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.742 | 56020 | Removed run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.742 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.742 | 56020 | Assigned run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.743 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GVeaBa +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.743 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.744 | 71502 | Marked run 1272 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.744 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.748 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.748 | 56024 | Recursively removing directory: /tmp/git.Wyy5ZB/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.749 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.750 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.750 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.753 | 71504 | Marked run 1273 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.753 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.753 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.758 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.758 | 71521 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.758 | 56020 | Removed run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.758 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.758 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.758 | 56020 | Assigned run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.758 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.758 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jjL4B5 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.759 | 56021 | Recursively removing directory: /tmp/git.GVeaBa/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.760 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.760 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.762 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.762 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.765 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.769 | 71516 | Marked run 1274 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.769 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.770 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.770 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.770 | 71530 | Added a new worker 8 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.770 | 56020 | Removed run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.770 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.770 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.770 | 56020 | Assigned run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.770 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.crmk2x +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.771 | 56024 | Recursively removing directory: /tmp/git.jjL4B5/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.773 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.773 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.774 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.775 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.777 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.778 | 71525 | Marked run 1275 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.778 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.780 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.780 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.780 | 71539 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.780 | 56020 | Removed run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.780 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.780 | 56020 | Assigned run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.780 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EE3o9F +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.783 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.783 | 56021 | Recursively removing directory: /tmp/git.crmk2x/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.785 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.785 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.785 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.785 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.789 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.790 | 71532 | Marked run 1276 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.790 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.793 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.793 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.793 | 71548 | Added a new worker 8 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.793 | 56020 | Removed run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.793 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.793 | 56020 | Assigned run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.793 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iHQypg +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.793 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.795 | 56024 | Recursively removing directory: /tmp/git.EE3o9F/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.797 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.797 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.797 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.799 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.800 | 71542 | Marked run 1277 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.800 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.800 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.804 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.804 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.804 | 71557 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.804 | 56020 | Removed run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.804 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.804 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.804 | 56020 | Assigned run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.805 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.q89bXI +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.807 | 56021 | Recursively removing directory: /tmp/git.iHQypg/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.808 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.808 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.809 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.811 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.811 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.813 | 71550 | Marked run 1278 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.813 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.814 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.815 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.815 | 71562 | Added a new worker 8 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.815 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.815 | 56020 | Removed run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.815 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.815 | 56020 | Assigned run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.815 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.F7swma +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.820 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.820 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.820 | 56024 | Recursively removing directory: /tmp/git.q89bXI/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.823 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.823 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.825 | 71558 | Marked run 1279 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.825 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.826 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.829 | 56021 | Recursively removing directory: /tmp/git.F7swma/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.830 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.830 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.830 | 71575 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.830 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.830 | 56020 | Removed run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.830 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.830 | 56020 | Assigned run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.830 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.830 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.830 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gMzPCe +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.833 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.835 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.836 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.836 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.836 | 71577 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.836 | 56020 | Removed run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.836 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.836 | 56020 | Assigned run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.836 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.836 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HDxJvC +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.836 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.841 | 71574 | Marked run 1280 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.842 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.842 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.843 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.845 | 71576 | Marked run 1281 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.845 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.845 | 56024 | Recursively removing directory: /tmp/git.gMzPCe/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.847 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.847 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.850 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.852 | 56021 | Recursively removing directory: /tmp/git.HDxJvC/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.853 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.853 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.854 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.854 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.854 | 71593 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.854 | 56020 | Removed run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.854 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.854 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.854 | 56020 | Assigned run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.854 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IiS0Fw +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.857 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.858 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.858 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.861 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.861 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.861 | 71598 | Added a new worker 13 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.861 | 56020 | Removed run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.861 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.861 | 56020 | Assigned run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.862 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.862 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GHmfEX +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.864 | 71592 | Marked run 1282 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.864 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.867 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.867 | 56024 | Recursively removing directory: /tmp/git.IiS0Fw/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.868 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.869 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.869 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.871 | 71594 | Marked run 1283 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.872 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.872 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.876 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.876 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.876 | 71611 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.876 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.876 | 56020 | Removed run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.876 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.876 | 56020 | Assigned run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.876 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.n1RToi +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.877 | 56021 | Recursively removing directory: /tmp/git.GHmfEX/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.878 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.878 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.881 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.881 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.882 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.885 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.885 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.885 | 71615 | Added a new worker 13 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.885 | 56020 | Removed run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.885 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.885 | 56020 | Assigned run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.885 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.885 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fwRkBu +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.886 | 71607 | Marked run 1284 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.886 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.890 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.891 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.892 | 56024 | Recursively removing directory: /tmp/git.n1RToi/ +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.894 | 71612 | Marked run 1285 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.894 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.894 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.894 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.897 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.899 | 56021 | Recursively removing directory: /tmp/git.fwRkBu/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.901 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.901 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.901 | 71629 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.901 | 56020 | Removed run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.901 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.901 | 56020 | Assigned run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.901 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.901 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.901 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bqSSRJ +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.902 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.905 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.906 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.907 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.909 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.909 | 71628 | Marked run 1286 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.909 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.909 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.909 | 71633 | Added a new worker 6 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.909 | 56020 | Removed run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.909 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.909 | 56020 | Assigned run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.909 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.910 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.m8dBps +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.915 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.915 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.917 | 56024 | Recursively removing directory: /tmp/git.bqSSRJ/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.918 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.918 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.919 | 71630 | Marked run 1287 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.919 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.922 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.924 | 56021 | Recursively removing directory: /tmp/git.m8dBps/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.925 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.925 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.925 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.925 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.A9wj8t +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.925 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.925 | 71647 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.925 | 56020 | Removed run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.925 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.925 | 56020 | Assigned run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.925 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.928 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.930 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.931 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.931 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.931 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.931 | 71650 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.932 | 56020 | Removed run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.932 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.932 | 56020 | Assigned run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.932 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VNAKoz +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.932 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.936 | 71646 | Marked run 1288 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.937 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.938 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.939 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.941 | 71648 | Marked run 1289 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.941 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.941 | 56024 | Recursively removing directory: /tmp/git.A9wj8t/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.942 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.942 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.945 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.947 | 56021 | Recursively removing directory: /tmp/git.VNAKoz/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.948 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.948 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.949 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.949 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.949 | 71665 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.949 | 56020 | Removed run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.949 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.949 | 56020 | Assigned run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.949 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.949 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.w24KyS +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.952 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.954 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.954 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.956 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.956 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.956 | 71668 | Added a new worker 13 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.956 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.956 | 56020 | Removed run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.956 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.956 | 56020 | Assigned run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.956 | 71664 | Marked run 1290 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.957 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.956 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qPHPrN +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.960 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.961 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.964 | 56024 | Recursively removing directory: /tmp/git.w24KyS/ +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.966 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.966 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.966 | 71666 | Marked run 1291 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.967 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.970 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.970 | 56021 | Recursively removing directory: /tmp/git.qPHPrN/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.971 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.971 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.973 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.973 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NknW9j +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.973 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.973 | 71683 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.973 | 56020 | Removed run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.973 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.973 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.973 | 56020 | Assigned run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.975 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.977 | 56024 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.977 | 56024 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.979 | 56021 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.979 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.979 | 71686 | Added a new worker 12 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.979 | 56020 | Removed run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.979 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.979 | 56020 | Assigned run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.979 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.980 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UbaQ5O +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.984 | 71682 | Marked run 1292 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.984 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.987 | 56024 | Recursively removing directory: /tmp/git.NknW9j/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.988 | 56021 | Checking out revision HEAD +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.988 | 71684 | Marked run 1293 as finished +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.988 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.989 | 56021 | Going to run: ./ci +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.989 | 56024 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.989 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.992 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.995 | 56024 | Waiting for a new command +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.995 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.996 | 71701 | Added a new worker 10 to the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.996 | 56018 | Waiting for new connections +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.996 | 56020 | Removed run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.996 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:19 | INFO | 56018/cimple-server: 2024-04-25 03:45:19.996 | 56020 | Assigned run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:19 | INFO | 56024/cimple-worker: 2024-04-25 03:45:19.996 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7YImcU +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.997 | 56021 | Recursively removing directory: /tmp/git.UbaQ5O/ +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.999 | 56021 | Process exit code: 0 +2024-04-25 03:45:19 | INFO | 56021/cimple-worker: 2024-04-25 03:45:19.999 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.000 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.001 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.003 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.005 | 71696 | Marked run 1294 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.005 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.007 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.007 | 71710 | Added a new worker 8 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.007 | 56020 | Removed run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.007 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.007 | 56020 | Assigned run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.007 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.007 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.007 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.R7wBIc +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.011 | 56024 | Recursively removing directory: /tmp/git.7YImcU/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.012 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.013 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.013 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.013 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.016 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.016 | 71704 | Marked run 1295 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.016 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.019 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.020 | 71719 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.020 | 56020 | Removed run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.020 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.020 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.020 | 56020 | Assigned run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.019 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.020 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pO2Lnl +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.023 | 56021 | Recursively removing directory: /tmp/git.R7wBIc/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.024 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.025 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.025 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.025 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.028 | 71713 | Marked run 1296 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.028 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.028 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.032 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.032 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.032 | 71728 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.032 | 56020 | Removed run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.032 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.032 | 56020 | Assigned run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.033 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.033 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.I6XdOb +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.034 | 56024 | Recursively removing directory: /tmp/git.pO2Lnl/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.036 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.036 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.037 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.038 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.040 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.041 | 71723 | Marked run 1297 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.042 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.043 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.043 | 71733 | Added a new worker 8 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.043 | 56020 | Removed run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.043 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.043 | 56020 | Assigned run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.043 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.043 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uQVerq +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.044 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.048 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.049 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.049 | 56021 | Recursively removing directory: /tmp/git.I6XdOb/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.051 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.051 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.055 | 71730 | Marked run 1298 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.055 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.056 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.057 | 56024 | Recursively removing directory: /tmp/git.uQVerq/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.058 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.058 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.059 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.059 | 71746 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.059 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.059 | 56020 | Removed run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.059 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.059 | 56020 | Assigned run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.059 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.059 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gdsj3c +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.061 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.064 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.065 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.065 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.065 | 71748 | Added a new worker 14 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.065 | 56020 | Removed run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.065 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.065 | 56020 | Assigned run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.065 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.065 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rEpmMR +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.066 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.068 | 71745 | Marked run 1299 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.068 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.070 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.071 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.075 | 71747 | Marked run 1300 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.075 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.076 | 56021 | Recursively removing directory: /tmp/git.gdsj3c/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.078 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.078 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.080 | 56024 | Recursively removing directory: /tmp/git.rEpmMR/ +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.081 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.082 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.082 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.085 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.085 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.085 | 71764 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.085 | 56020 | Removed run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.085 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.085 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.085 | 56020 | Assigned run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.085 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YEJTac +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.086 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.090 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.090 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.090 | 71766 | Added a new worker 13 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.090 | 56020 | Removed run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.090 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.090 | 56020 | Assigned run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.090 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.090 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iV4kdz +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.090 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.091 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.094 | 71763 | Marked run 1301 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.095 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.096 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.097 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.099 | 71765 | Marked run 1302 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.100 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.100 | 56021 | Recursively removing directory: /tmp/git.YEJTac/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.101 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.101 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.105 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.106 | 56024 | Recursively removing directory: /tmp/git.iV4kdz/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.107 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.107 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.108 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.108 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.108 | 71782 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.108 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.108 | 56020 | Removed run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.108 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.108 | 56020 | Assigned run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.108 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JJeIzF +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.112 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.112 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.113 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.115 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.115 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.116 | 71786 | Added a new worker 13 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.116 | 56020 | Removed run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.116 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.116 | 56020 | Assigned run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.116 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.116 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VheHKC +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.119 | 71781 | Marked run 1303 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.119 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.122 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.123 | 56021 | Recursively removing directory: /tmp/git.JJeIzF/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.123 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.125 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.125 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.125 | 71783 | Marked run 1304 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.126 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.128 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.132 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.132 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.132 | 71800 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.132 | 56020 | Removed run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.132 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.132 | 56020 | Assigned run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.132 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mMnLL0 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.132 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.133 | 56024 | Recursively removing directory: /tmp/git.VheHKC/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.134 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.134 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.136 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.138 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.139 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.140 | 71797 | Marked run 1305 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.140 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.142 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.142 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.142 | 71805 | Added a new worker 8 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.142 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.142 | 56020 | Removed run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.142 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.142 | 56020 | Assigned run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.142 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oJoKjb +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.147 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.147 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.148 | 56021 | Recursively removing directory: /tmp/git.mMnLL0/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.149 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.149 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.152 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.153 | 71802 | Marked run 1306 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.154 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.156 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.156 | 71818 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.156 | 56020 | Removed run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.156 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.156 | 56020 | Assigned run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.156 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.156 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pnPhFW +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.157 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.157 | 56024 | Recursively removing directory: /tmp/git.oJoKjb/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.158 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.158 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.160 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.161 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.163 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.166 | 71813 | Marked run 1307 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.166 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.167 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.167 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.167 | 71827 | Added a new worker 8 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.167 | 56020 | Removed run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.167 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.167 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.167 | 56020 | Assigned run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.167 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gtn3yi +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.170 | 56021 | Recursively removing directory: /tmp/git.pnPhFW/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.171 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.172 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.172 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.172 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.176 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.177 | 71821 | Marked run 1308 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.178 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.179 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.179 | 71836 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.179 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.179 | 56020 | Removed run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.179 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.179 | 56020 | Assigned run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.179 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.180 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KFheSu +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.181 | 56024 | Recursively removing directory: /tmp/git.gtn3yi/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.183 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.183 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.184 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.186 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.187 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.187 | 71831 | Marked run 1309 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.187 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.190 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.190 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.190 | 71844 | Added a new worker 8 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.190 | 56020 | Removed run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.190 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.190 | 56020 | Assigned run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.191 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4repUW +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.192 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.195 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.196 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.199 | 56021 | Recursively removing directory: /tmp/git.KFheSu/ +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.200 | 71838 | Marked run 1310 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.200 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.201 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.201 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.205 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.205 | 56024 | Recursively removing directory: /tmp/git.4repUW/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.206 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.206 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.209 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.209 | 71855 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.209 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.209 | 56020 | Removed run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.209 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.209 | 56020 | Assigned run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.209 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.209 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.L3QZ0p +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.211 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.214 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.214 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.214 | 71857 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.214 | 56020 | Removed run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.214 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.214 | 56020 | Assigned run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.214 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.214 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.214 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ly3fW5 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.215 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.220 | 71854 | Marked run 1311 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.220 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.221 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.222 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.223 | 71856 | Marked run 1312 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.223 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.225 | 56021 | Recursively removing directory: /tmp/git.L3QZ0p/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.226 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.226 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.230 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.230 | 56024 | Recursively removing directory: /tmp/git.ly3fW5/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.232 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.232 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.234 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.234 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.234 | 71873 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.234 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.234 | 56020 | Removed run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.234 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.234 | 56020 | Assigned run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.235 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.F8GYO9 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.236 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.240 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.240 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.240 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.240 | 71875 | Added a new worker 13 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.240 | 56020 | Removed run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.240 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.240 | 56020 | Assigned run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.241 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Y4O5Kl +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.241 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.241 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.242 | 71872 | Marked run 1313 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.242 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.245 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.246 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.249 | 71874 | Marked run 1314 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.249 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.251 | 56021 | Recursively removing directory: /tmp/git.F8GYO9/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.253 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.253 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.255 | 56024 | Recursively removing directory: /tmp/git.Y4O5Kl/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.256 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.256 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.257 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.259 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.260 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.260 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.260 | 71892 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.260 | 56020 | Removed run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.260 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.260 | 56020 | Assigned run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.260 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uY2AQI +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.262 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.262 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.262 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.262 | 71893 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.262 | 56020 | Removed run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.262 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.262 | 56020 | Assigned run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.262 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.262 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TCwBUj +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.266 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.266 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.268 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.269 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.270 | 71890 | Marked run 1315 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.270 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.274 | 71891 | Marked run 1316 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.274 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.276 | 56021 | Recursively removing directory: /tmp/git.uY2AQI/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.278 | 56024 | Recursively removing directory: /tmp/git.TCwBUj/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.278 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.278 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.279 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.279 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.282 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.284 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.286 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.286 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.286 | 71910 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.286 | 56020 | Removed run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.286 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.286 | 56020 | Assigned run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.286 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.287 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.df8TAD +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.288 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.288 | 71911 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.288 | 56020 | Removed run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.288 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.288 | 56020 | Assigned run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.288 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.288 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.289 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kjGWs5 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.292 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.293 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.294 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.295 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.296 | 71908 | Marked run 1317 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.296 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.299 | 71909 | Marked run 1318 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.299 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.303 | 56021 | Recursively removing directory: /tmp/git.df8TAD/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.304 | 56024 | Recursively removing directory: /tmp/git.kjGWs5/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.305 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.305 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.306 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.306 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.308 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.308 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.311 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.311 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.311 | 71928 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.311 | 56020 | Removed run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.311 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.311 | 56020 | Assigned run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.311 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.311 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.m79pOF +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.312 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.312 | 71929 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.312 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.312 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.312 | 56020 | Removed run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.312 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.312 | 56020 | Assigned run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.313 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cru9mr +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.315 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.316 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.317 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.319 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.322 | 71926 | Marked run 1319 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.322 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.326 | 71927 | Marked run 1320 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.326 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.326 | 56021 | Recursively removing directory: /tmp/git.m79pOF/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.327 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.327 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.329 | 56024 | Recursively removing directory: /tmp/git.cru9mr/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.330 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.330 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.330 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.333 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.333 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.333 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.333 | 71946 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.333 | 56020 | Removed run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.333 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.334 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.334 | 56020 | Assigned run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.335 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uWyaSB +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.336 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.336 | 71947 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.336 | 56020 | Removed run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.336 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.336 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.336 | 56020 | Assigned run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.336 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.336 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qc9xZH +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.340 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.341 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.342 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.343 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.343 | 71944 | Marked run 1321 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.344 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.346 | 71945 | Marked run 1322 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.347 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.351 | 56021 | Recursively removing directory: /tmp/git.uWyaSB/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.351 | 56024 | Recursively removing directory: /tmp/git.qc9xZH/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.352 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.352 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.353 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.353 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.357 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.357 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.361 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.361 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.361 | 71964 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.361 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.361 | 56020 | Removed run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.361 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.361 | 56020 | Assigned run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.361 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.361 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vECGgN +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.361 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.362 | 71965 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.362 | 56020 | Removed run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.362 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.362 | 56020 | Assigned run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.362 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.362 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CfGyau +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.366 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.366 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.368 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.369 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.371 | 71963 | Marked run 1324 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.371 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.377 | 56021 | Recursively removing directory: /tmp/git.vECGgN/ +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.377 | 71962 | Marked run 1323 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.378 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.379 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.379 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.379 | 56024 | Recursively removing directory: /tmp/git.CfGyau/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.381 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.381 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.383 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.385 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.387 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.387 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.387 | 71982 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.387 | 56020 | Removed run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.387 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.387 | 56020 | Assigned run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.387 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.388 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eQfZc5 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.389 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.389 | 71983 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.389 | 56020 | Removed run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.389 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.389 | 56020 | Assigned run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.389 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.389 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.389 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qvlJuB +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.392 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.393 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.394 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.395 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.397 | 71980 | Marked run 1325 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.398 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.401 | 71981 | Marked run 1326 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.401 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.404 | 56021 | Recursively removing directory: /tmp/git.eQfZc5/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.404 | 56024 | Recursively removing directory: /tmp/git.qvlJuB/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.405 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.405 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.405 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.405 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.408 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.408 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.411 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.411 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Sfqd4Q +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.411 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.411 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LUctD4 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.411 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.411 | 72000 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.411 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.411 | 56020 | Removed run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.411 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.411 | 56020 | Assigned run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.411 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.411 | 72001 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.411 | 56020 | Removed run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.411 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.411 | 56020 | Assigned run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.411 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.416 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.416 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.418 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.418 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.420 | 71998 | Marked run 1327 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.420 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.423 | 71999 | Marked run 1328 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.423 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.427 | 56024 | Recursively removing directory: /tmp/git.LUctD4/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.428 | 56021 | Recursively removing directory: /tmp/git.Sfqd4Q/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.429 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.429 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.429 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.429 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.433 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.434 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.437 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.438 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.438 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GqfjKL +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.438 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BYbf2C +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.437 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.437 | 72018 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.437 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.437 | 56020 | Removed run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.437 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.437 | 56020 | Assigned run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.438 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.438 | 72019 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.438 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.438 | 56020 | Removed run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.438 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.438 | 56020 | Assigned run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.443 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.443 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.443 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.444 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.449 | 72017 | Marked run 1329 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.450 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.452 | 72016 | Marked run 1330 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.452 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.454 | 56024 | Recursively removing directory: /tmp/git.GqfjKL/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.455 | 56021 | Recursively removing directory: /tmp/git.BYbf2C/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.455 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.455 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.456 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.456 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.458 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.459 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.461 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.461 | 72036 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.461 | 56020 | Removed run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.461 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.461 | 56020 | Assigned run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.461 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.461 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BS6zSc +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.462 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.462 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.462 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.462 | 72037 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.462 | 56020 | Removed run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.462 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.462 | 56020 | Assigned run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.462 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.463 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vVvFLw +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.466 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.466 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.467 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.469 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.471 | 72035 | Marked run 1332 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.472 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.475 | 56024 | Recursively removing directory: /tmp/git.BS6zSc/ +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.475 | 72034 | Marked run 1331 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.476 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.477 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.477 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.479 | 56021 | Recursively removing directory: /tmp/git.vVvFLw/ +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.480 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.481 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.481 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.484 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.484 | 72053 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.484 | 56020 | Removed run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.484 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.485 | 56020 | Assigned run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.484 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.485 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MwYj0f +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.485 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.485 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.489 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.489 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.489 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.489 | 72055 | Added a new worker 13 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.490 | 56020 | Removed run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.490 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.490 | 56020 | Assigned run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.490 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.490 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.490 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hpDF5m +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.493 | 72052 | Marked run 1333 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.493 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.497 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.498 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.498 | 72054 | Marked run 1334 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.498 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.499 | 56024 | Recursively removing directory: /tmp/git.MwYj0f/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.500 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.500 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.504 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.506 | 56021 | Recursively removing directory: /tmp/git.hpDF5m/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.507 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.507 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.508 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.508 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.508 | 72071 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.508 | 56020 | Removed run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.508 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.508 | 56020 | Assigned run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.508 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.508 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8D7Jpo +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.511 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.513 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.514 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.515 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.515 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.515 | 72074 | Added a new worker 13 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.515 | 56020 | Removed run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.515 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.515 | 56020 | Assigned run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.515 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.515 | 72070 | Marked run 1335 as finished +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.515 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.c5HqG8 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.516 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.519 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.520 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.524 | 56024 | Recursively removing directory: /tmp/git.8D7Jpo/ +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.525 | 72072 | Marked run 1336 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.525 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.526 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.526 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.530 | 56021 | Recursively removing directory: /tmp/git.c5HqG8/ +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.530 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.531 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.531 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.533 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.533 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.533 | 72089 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.533 | 56020 | Removed run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.533 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.533 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.533 | 56020 | Assigned run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.533 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vCWJVc +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.534 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.537 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.537 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.538 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.538 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.539 | 72092 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.539 | 56020 | Removed run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.539 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.539 | 56020 | Assigned run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.539 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YERLT5 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.540 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.544 | 72088 | Marked run 1337 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.545 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.546 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.547 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.547 | 56024 | Recursively removing directory: /tmp/git.vCWJVc/ +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.548 | 72090 | Marked run 1338 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.548 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.549 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.549 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.552 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.554 | 56021 | Recursively removing directory: /tmp/git.YERLT5/ +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.556 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.556 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.556 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.556 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.556 | 72107 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.556 | 56020 | Removed run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.556 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.556 | 56020 | Assigned run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.556 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.556 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eb2wDx +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.559 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.561 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.562 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.562 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.563 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.563 | 72110 | Added a new worker 13 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.563 | 56020 | Removed run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.563 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.563 | 56020 | Assigned run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.564 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lRbew8 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.564 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.565 | 72106 | Marked run 1339 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.565 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.568 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.569 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.570 | 56024 | Recursively removing directory: /tmp/git.eb2wDx/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.573 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.573 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.574 | 72108 | Marked run 1340 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.575 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.577 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.578 | 56021 | Recursively removing directory: /tmp/git.lRbew8/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.579 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.579 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.580 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.580 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.580 | 72125 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.580 | 56020 | Removed run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.580 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.580 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.580 | 56020 | Assigned run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.580 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.t0LWbe +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.583 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.585 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.586 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.587 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.587 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.587 | 72128 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.587 | 56020 | Removed run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.587 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.587 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.587 | 56020 | Assigned run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.587 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SNvRug +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.591 | 72124 | Marked run 1341 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.592 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.593 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.595 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.596 | 56024 | Recursively removing directory: /tmp/git.t0LWbe/ +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.597 | 72126 | Marked run 1342 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.597 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.598 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.598 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.601 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.603 | 56021 | Recursively removing directory: /tmp/git.SNvRug/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.604 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.604 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.604 | 72143 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.604 | 56020 | Removed run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.604 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.604 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.605 | 56020 | Assigned run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.605 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pBE0WU +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.605 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.605 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.608 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.609 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.610 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.613 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.613 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.613 | 72148 | Added a new worker 13 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.613 | 56020 | Removed run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.613 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.614 | 56020 | Assigned run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.614 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.614 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kFqb3Y +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.615 | 72142 | Marked run 1343 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.615 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.619 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.620 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.620 | 56024 | Recursively removing directory: /tmp/git.pBE0WU/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.622 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.622 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.624 | 72145 | Marked run 1344 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.624 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.626 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.628 | 56021 | Recursively removing directory: /tmp/git.kFqb3Y/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.630 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.630 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.630 | 72161 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.630 | 56020 | Removed run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.630 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.630 | 56020 | Assigned run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.630 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AXFKR1 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.630 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.630 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.630 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.634 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.634 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.635 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.638 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.638 | 72164 | Added a new worker 13 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.638 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.638 | 56020 | Removed run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.638 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.638 | 56020 | Assigned run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.637 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.638 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.d3iEX3 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.639 | 72160 | Marked run 1345 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.639 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.643 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.644 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.646 | 56024 | Recursively removing directory: /tmp/git.AXFKR1/ +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.647 | 72162 | Marked run 1346 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.647 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.648 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.648 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.652 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.652 | 56021 | Recursively removing directory: /tmp/git.d3iEX3/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.653 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.653 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.655 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.655 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.655 | 72179 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.655 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.655 | 56020 | Removed run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.655 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.655 | 56020 | Assigned run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.655 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Lxa9cJ +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.657 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.659 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.660 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.661 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.661 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.661 | 72182 | Added a new worker 13 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.661 | 56020 | Removed run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.661 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.661 | 56020 | Assigned run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.661 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.662 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jm58Ex +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.665 | 72178 | Marked run 1347 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.665 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.667 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.668 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.670 | 56024 | Recursively removing directory: /tmp/git.Lxa9cJ/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.671 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.671 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.672 | 72180 | Marked run 1348 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.672 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.675 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.676 | 56021 | Recursively removing directory: /tmp/git.jm58Ex/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.678 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.678 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.678 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.678 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.678 | 72197 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.678 | 56020 | Removed run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.678 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.678 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.678 | 56020 | Assigned run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.679 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cGPiUd +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.681 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.683 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.684 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.684 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.684 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.684 | 72199 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.684 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.684 | 56020 | Removed run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.684 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.684 | 56020 | Assigned run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.684 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FHstpf +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.689 | 72196 | Marked run 1349 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.689 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.690 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.691 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.693 | 72198 | Marked run 1350 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.693 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.694 | 56024 | Recursively removing directory: /tmp/git.cGPiUd/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.695 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.695 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.699 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.700 | 56021 | Recursively removing directory: /tmp/git.FHstpf/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.701 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.701 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.702 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.702 | 72215 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.702 | 56020 | Removed run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.702 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.702 | 56020 | Assigned run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.702 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.702 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.702 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.K9CFmi +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.705 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.707 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.708 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.708 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.709 | 72218 | Added a new worker 13 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.709 | 56020 | Removed run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.709 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.709 | 56020 | Assigned run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.709 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.708 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.709 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gvACPZ +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.710 | 72214 | Marked run 1351 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.710 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.713 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.714 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.718 | 56024 | Recursively removing directory: /tmp/git.K9CFmi/ +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.719 | 72216 | Marked run 1352 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.719 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.720 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.720 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.723 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.724 | 56021 | Recursively removing directory: /tmp/git.gvACPZ/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.726 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.726 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.727 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.727 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.727 | 72233 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.727 | 56020 | Removed run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.727 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.727 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.728 | 56020 | Assigned run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.728 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oab0Kt +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.730 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.732 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.733 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.734 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.734 | 72236 | Added a new worker 13 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.734 | 56020 | Removed run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.734 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.734 | 56020 | Assigned run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.734 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.734 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2fLU0i +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.734 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.737 | 72232 | Marked run 1353 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.738 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.739 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.740 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.743 | 56024 | Recursively removing directory: /tmp/git.oab0Kt/ +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.744 | 72234 | Marked run 1354 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.744 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.745 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.745 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.749 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.749 | 56021 | Recursively removing directory: /tmp/git.2fLU0i/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.750 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.750 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.752 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.752 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.752 | 72251 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.752 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.752 | 56020 | Removed run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.752 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.752 | 56020 | Assigned run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.752 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TaE2nC +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.753 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.756 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.756 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.756 | 72253 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.756 | 56020 | Removed run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.756 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.756 | 56020 | Assigned run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.756 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.756 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Askg0z +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.757 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.759 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.762 | 72250 | Marked run 1355 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.762 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.762 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.763 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.766 | 72252 | Marked run 1356 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.766 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.768 | 56024 | Recursively removing directory: /tmp/git.TaE2nC/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.769 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.769 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.772 | 56021 | Recursively removing directory: /tmp/git.Askg0z/ +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.773 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.774 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.774 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.777 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.777 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.777 | 72269 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.777 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.777 | 56020 | Removed run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.777 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.777 | 56020 | Assigned run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.777 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lYPVYo +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.778 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.782 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.782 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.782 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.782 | 72271 | Added a new worker 13 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.782 | 56020 | Removed run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.782 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.782 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.782 | 56020 | Assigned run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.783 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.z5rZj3 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.783 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.786 | 72268 | Marked run 1357 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.786 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.788 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.789 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.791 | 72270 | Marked run 1358 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.791 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.793 | 56024 | Recursively removing directory: /tmp/git.lYPVYo/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.795 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.795 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.798 | 56021 | Recursively removing directory: /tmp/git.z5rZj3/ +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.798 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.799 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.799 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.802 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.802 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.802 | 72287 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.802 | 56020 | Removed run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.802 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.802 | 56020 | Assigned run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.802 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.803 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.N1L0nU +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.803 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.807 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.808 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.808 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.808 | 72289 | Added a new worker 13 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.808 | 56020 | Removed run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.808 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.808 | 56020 | Assigned run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.808 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6CXoxS +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.808 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.809 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.812 | 72286 | Marked run 1359 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.812 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.813 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.814 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.817 | 72288 | Marked run 1360 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.817 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.818 | 56024 | Recursively removing directory: /tmp/git.N1L0nU/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.820 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.820 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.823 | 56021 | Recursively removing directory: /tmp/git.6CXoxS/ +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.824 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.824 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.824 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.827 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.827 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.827 | 72306 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.827 | 56020 | Removed run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.827 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.827 | 56020 | Assigned run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.827 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.827 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.827 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1scxzf +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.830 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.830 | 72307 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.830 | 56020 | Removed run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.830 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.830 | 56020 | Assigned run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.830 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.830 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TU4isH +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.832 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.833 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.834 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.835 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.836 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.838 | 72304 | Marked run 1361 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.838 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.841 | 72305 | Marked run 1362 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.841 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.843 | 56024 | Recursively removing directory: /tmp/git.1scxzf/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.845 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.845 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.846 | 56021 | Recursively removing directory: /tmp/git.TU4isH/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.847 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.847 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.848 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.850 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.851 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.851 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.851 | 72324 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.851 | 56020 | Removed run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.851 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.851 | 56020 | Assigned run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.851 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.851 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rO6vZS +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.853 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.853 | 72325 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.853 | 56020 | Removed run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.853 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.853 | 56020 | Assigned run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.854 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.856 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.856 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.853 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.854 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KbIfv6 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.859 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.860 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.860 | 72322 | Marked run 1363 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.861 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.864 | 72323 | Marked run 1364 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.864 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.867 | 56024 | Recursively removing directory: /tmp/git.rO6vZS/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.868 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.868 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.869 | 56021 | Recursively removing directory: /tmp/git.KbIfv6/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.870 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.870 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.872 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.875 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.876 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.876 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.876 | 72342 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.876 | 56020 | Removed run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.876 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.876 | 56020 | Assigned run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.876 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.877 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UImoR2 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.878 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.878 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.878 | 72343 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.879 | 56020 | Removed run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.879 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.879 | 56020 | Assigned run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.879 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.879 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eV7yMN +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.881 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.882 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.885 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.886 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.888 | 72340 | Marked run 1365 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.888 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.891 | 72341 | Marked run 1366 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.891 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.892 | 56024 | Recursively removing directory: /tmp/git.UImoR2/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.894 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.894 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.895 | 56021 | Recursively removing directory: /tmp/git.eV7yMN/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.896 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.896 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.897 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.899 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.900 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.900 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.900 | 72360 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.900 | 56020 | Removed run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.900 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.900 | 56020 | Assigned run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.900 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.900 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gAgFEz +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.903 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.902 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.903 | 72361 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.903 | 56020 | Removed run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.903 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.903 | 56020 | Assigned run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.903 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.903 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oyo3Lp +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.905 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.906 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.909 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.910 | 72358 | Marked run 1367 as finished +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.910 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.910 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.912 | 72359 | Marked run 1368 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.913 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.916 | 56024 | Recursively removing directory: /tmp/git.gAgFEz/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.917 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.917 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.919 | 56021 | Recursively removing directory: /tmp/git.oyo3Lp/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.921 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.921 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.921 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.925 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.925 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.925 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.925 | 72378 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.925 | 56020 | Removed run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.925 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.925 | 56020 | Assigned run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.925 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.925 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lRKHG6 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.928 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.928 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MTVQkj +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.928 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.928 | 72379 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.928 | 56020 | Removed run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.928 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.928 | 56020 | Assigned run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.928 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.930 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.931 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.934 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.935 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.936 | 72376 | Marked run 1369 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.936 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.940 | 72377 | Marked run 1370 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.940 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.940 | 56024 | Recursively removing directory: /tmp/git.lRKHG6/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.942 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.942 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.945 | 56021 | Recursively removing directory: /tmp/git.MTVQkj/ +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.945 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.946 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.946 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.949 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.949 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.949 | 72395 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.949 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.949 | 56020 | Removed run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.949 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.949 | 56020 | Assigned run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.949 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HL7gRX +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.951 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.954 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.955 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.955 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.955 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.955 | 72397 | Added a new worker 14 to the queue +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.955 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Z5oU68 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.955 | 56020 | Removed run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.955 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.955 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.955 | 56020 | Assigned run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.957 | 72394 | Marked run 1371 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.957 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.960 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.961 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.964 | 56024 | Recursively removing directory: /tmp/git.HL7gRX/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.965 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.965 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.966 | 72396 | Marked run 1372 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.966 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.969 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.971 | 56021 | Recursively removing directory: /tmp/git.Z5oU68/ +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.972 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.972 | 72413 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.972 | 56020 | Removed run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.972 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.972 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.972 | 56020 | Assigned run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.972 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.972 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.972 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.972 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1WyJkC +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.975 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.977 | 56024 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.978 | 56024 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.978 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.978 | 72416 | Added a new worker 12 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.978 | 56020 | Removed run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.978 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.978 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.978 | 56020 | Assigned run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.978 | 56021 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.978 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.U4TiPs +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.983 | 72412 | Marked run 1373 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.983 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.984 | 56021 | Checking out revision HEAD +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.985 | 56021 | Going to run: ./ci +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.987 | 72414 | Marked run 1374 as finished +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.987 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.988 | 56024 | Recursively removing directory: /tmp/git.1WyJkC/ +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.989 | 56024 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.989 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.993 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.994 | 56021 | Recursively removing directory: /tmp/git.U4TiPs/ +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.995 | 56021 | Process exit code: 0 +2024-04-25 03:45:20 | INFO | 56021/cimple-worker: 2024-04-25 03:45:20.995 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.996 | 56024 | Waiting for a new command +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.996 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.996 | 72431 | Added a new worker 10 to the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.996 | 56020 | Removed run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.996 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.996 | 56018 | Waiting for new connections +2024-04-25 03:45:20 | INFO | 56018/cimple-server: 2024-04-25 03:45:20.996 | 56020 | Assigned run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:20 | INFO | 56024/cimple-worker: 2024-04-25 03:45:20.996 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.57U5tC +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.000 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.000 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.001 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.003 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.004 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.004 | 72435 | Added a new worker 13 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.004 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.004 | 56020 | Removed run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.004 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.004 | 56020 | Assigned run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.005 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.a6Bsp6 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.006 | 72430 | Marked run 1375 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.006 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.010 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.010 | 56024 | Recursively removing directory: /tmp/git.57U5tC/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.011 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.012 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.012 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.014 | 72432 | Marked run 1376 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.014 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.016 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.020 | 56021 | Recursively removing directory: /tmp/git.a6Bsp6/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.020 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.020 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.020 | 72449 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.020 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.020 | 56020 | Removed run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.020 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.020 | 56020 | Assigned run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.020 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RmQfyC +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.021 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.021 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.024 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.025 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.026 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.027 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.028 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.028 | 72452 | Added a new worker 13 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.029 | 56020 | Removed run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.029 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.029 | 56020 | Assigned run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.029 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.a1QpaH +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.029 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.030 | 72446 | Marked run 1377 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.030 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.034 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.035 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.035 | 56024 | Recursively removing directory: /tmp/git.RmQfyC/ +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.036 | 72450 | Marked run 1378 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.036 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.037 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.037 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.040 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.043 | 56021 | Recursively removing directory: /tmp/git.a1QpaH/ +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.043 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.043 | 72467 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.043 | 56020 | Removed run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.043 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.044 | 56020 | Assigned run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.043 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.044 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.muCfWm +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.044 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.045 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.045 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.049 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.049 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.050 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.051 | 72466 | Marked run 1379 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.051 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.052 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.052 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.052 | 72471 | Added a new worker 8 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.052 | 56020 | Removed run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.052 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.052 | 56020 | Assigned run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.052 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7UeCp3 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.053 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.058 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.058 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.059 | 56024 | Recursively removing directory: /tmp/git.muCfWm/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.061 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.061 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.062 | 72468 | Marked run 1380 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.063 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.065 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.067 | 56021 | Recursively removing directory: /tmp/git.7UeCp3/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.068 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.068 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.068 | 72485 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.069 | 56020 | Removed run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.069 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.069 | 56020 | Assigned run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.069 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.069 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.069 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.069 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EiNIGe +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.073 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.074 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.075 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.076 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.076 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.076 | 72488 | Added a new worker 13 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.077 | 56020 | Removed run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.077 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.077 | 56020 | Assigned run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.077 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.077 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DOcIqv +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.078 | 72484 | Marked run 1381 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.078 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.083 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.084 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.084 | 56024 | Recursively removing directory: /tmp/git.EiNIGe/ +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.085 | 72486 | Marked run 1382 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.086 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.087 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.087 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.090 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.092 | 56021 | Recursively removing directory: /tmp/git.DOcIqv/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.093 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.093 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.093 | 72503 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.093 | 56020 | Removed run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.093 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.093 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.093 | 56020 | Assigned run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.093 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kt2xsF +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.094 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.094 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.097 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.097 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.098 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.102 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.102 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.102 | 72510 | Added a new worker 13 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.102 | 56020 | Removed run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.102 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.102 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.102 | 56020 | Assigned run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.103 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2ziXIG +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.103 | 72502 | Marked run 1383 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.103 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.107 | 56024 | Recursively removing directory: /tmp/git.kt2xsF/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.107 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.108 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.109 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.109 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.112 | 72505 | Marked run 1384 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.112 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.112 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.115 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.115 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.115 | 72521 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.116 | 56020 | Removed run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.116 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.116 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.116 | 56020 | Assigned run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.116 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qIKfS5 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.117 | 56021 | Recursively removing directory: /tmp/git.2ziXIG/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.118 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.118 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.120 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.121 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.122 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.124 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.124 | 72525 | Added a new worker 12 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.124 | 56020 | Removed run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.124 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.124 | 56020 | Assigned run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.124 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.124 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.125 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.scWWJk +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.125 | 72516 | Marked run 1385 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.125 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.129 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.130 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.131 | 56024 | Recursively removing directory: /tmp/git.qIKfS5/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.134 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.134 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.134 | 72522 | Marked run 1386 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.135 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.137 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.139 | 56021 | Recursively removing directory: /tmp/git.scWWJk/ +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.140 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.140 | 72539 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.140 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.140 | 56020 | Removed run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.140 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.140 | 56020 | Assigned run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.140 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.141 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cjuNp3 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.140 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.140 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.145 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.146 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.146 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.148 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.148 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.148 | 72542 | Added a new worker 13 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.148 | 56020 | Removed run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.148 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.148 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.148 | 56020 | Assigned run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.148 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5fTLlU +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.152 | 72538 | Marked run 1387 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.153 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.154 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.154 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.155 | 56024 | Recursively removing directory: /tmp/git.cjuNp3/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.157 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.157 | 56024 | Process output: 415085 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.158 | 72540 | Marked run 1388 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.158 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.160 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.163 | 56021 | Recursively removing directory: /tmp/git.5fTLlU/ +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.164 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.164 | 72557 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.164 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.164 | 56020 | Removed run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.164 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.164 | 56020 | Assigned run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.164 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.164 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TANneY +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.165 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.165 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.168 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.168 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.170 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.173 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.173 | 72564 | Added a new worker 13 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.173 | 56020 | Removed run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.173 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.173 | 56020 | Assigned run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.173 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.173 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6MXIOB +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.174 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.174 | 72556 | Marked run 1389 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.174 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.178 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.179 | 56024 | Recursively removing directory: /tmp/git.TANneY/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.179 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.180 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.180 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.183 | 72559 | Marked run 1390 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.183 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.184 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.188 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.188 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.188 | 72575 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.188 | 56020 | Removed run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.188 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.188 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.188 | 56020 | Assigned run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.189 | 56021 | Recursively removing directory: /tmp/git.6MXIOB/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.189 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gc3HcH +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.190 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.190 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.193 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.193 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.195 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.198 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.199 | 72583 | Added a new worker 13 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.199 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.199 | 56020 | Removed run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.199 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.199 | 72572 | Marked run 1391 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.199 | 56020 | Assigned run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.199 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.198 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.199 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1xkknT +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.203 | 56024 | Recursively removing directory: /tmp/git.gc3HcH/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.203 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.204 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.205 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.205 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.208 | 72577 | Marked run 1392 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.208 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.209 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.212 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.212 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mTICkn +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.212 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.212 | 72593 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.212 | 56020 | Removed run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.212 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.212 | 56020 | Assigned run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.212 | 56021 | Recursively removing directory: /tmp/git.1xkknT/ +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.213 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.214 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.214 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.217 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.218 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.218 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.219 | 72590 | Marked run 1393 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.219 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.221 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.221 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.221 | 72597 | Added a new worker 8 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.221 | 56020 | Removed run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.221 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.221 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.221 | 56020 | Assigned run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.221 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RGXCdA +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.226 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.227 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.228 | 56024 | Recursively removing directory: /tmp/git.mTICkn/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.230 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.230 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.231 | 72594 | Marked run 1394 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.232 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.234 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.236 | 56021 | Recursively removing directory: /tmp/git.RGXCdA/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.237 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.237 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.237 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.237 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.237 | 72611 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.237 | 56020 | Removed run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.237 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.237 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.237 | 56020 | Assigned run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.238 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yrpuZf +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.241 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.241 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.242 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.244 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.245 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.245 | 72615 | Added a new worker 12 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.245 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.245 | 56020 | Removed run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.245 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.245 | 56020 | Assigned run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.245 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.w00pXC +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.250 | 72610 | Marked run 1395 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.250 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.252 | 56024 | Recursively removing directory: /tmp/git.yrpuZf/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.252 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.252 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.253 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.253 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.254 | 72612 | Marked run 1396 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.254 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.257 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.260 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.260 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.260 | 72629 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.260 | 56020 | Removed run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.260 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.260 | 56020 | Assigned run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.260 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.260 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RH8Djk +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.261 | 56021 | Recursively removing directory: /tmp/git.w00pXC/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.262 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.262 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.265 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.265 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.266 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.268 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.268 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.268 | 72633 | Added a new worker 13 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.268 | 56020 | Removed run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.268 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.268 | 56020 | Assigned run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.269 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.269 | 72626 | Marked run 1397 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.269 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.269 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0OLBX0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.274 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.274 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.275 | 56024 | Recursively removing directory: /tmp/git.RH8Djk/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.277 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.277 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.279 | 72630 | Marked run 1398 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.279 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.281 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.283 | 56021 | Recursively removing directory: /tmp/git.0OLBX0/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.284 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.284 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.284 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.284 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.284 | 72647 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.285 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.285 | 56020 | Removed run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.285 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.285 | 56020 | Assigned run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.285 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mYfYUB +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.288 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.288 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.289 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.292 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.292 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.292 | 72651 | Added a new worker 13 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.292 | 56020 | Removed run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.292 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.292 | 56020 | Assigned run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.292 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.293 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Dy6N2M +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.295 | 72646 | Marked run 1399 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.295 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.298 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.299 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.299 | 56024 | Recursively removing directory: /tmp/git.mYfYUB/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.301 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.301 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.301 | 72648 | Marked run 1400 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.301 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.305 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.307 | 56021 | Recursively removing directory: /tmp/git.Dy6N2M/ +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.308 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.308 | 72665 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.308 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.308 | 56020 | Removed run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.308 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.308 | 56020 | Assigned run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.308 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.308 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LEVRf8 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.309 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.309 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.312 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.313 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.314 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.315 | 72664 | Marked run 1401 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.316 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.316 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.316 | 72668 | Added a new worker 8 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.316 | 56020 | Removed run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.316 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.316 | 56020 | Assigned run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.316 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.316 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dHdpKF +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.317 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.321 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.322 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.323 | 56024 | Recursively removing directory: /tmp/git.LEVRf8/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.325 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.325 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.328 | 72666 | Marked run 1402 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.328 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.329 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.330 | 56021 | Recursively removing directory: /tmp/git.dHdpKF/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.332 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.332 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.332 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.332 | 72683 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.332 | 56020 | Removed run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.332 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.332 | 56020 | Assigned run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.332 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.333 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.333 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.itUvYY +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.335 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.337 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.338 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.338 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.338 | 72685 | Added a new worker 12 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.338 | 56020 | Removed run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.338 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.338 | 56020 | Assigned run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.338 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.338 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.339 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OsYMi5 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.343 | 72682 | Marked run 1403 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.343 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.346 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.347 | 72684 | Marked run 1404 as finished +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.347 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.347 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.348 | 56024 | Recursively removing directory: /tmp/git.itUvYY/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.349 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.349 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.352 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.355 | 56021 | Recursively removing directory: /tmp/git.OsYMi5/ +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.355 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.355 | 72701 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.355 | 56020 | Removed run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.355 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.355 | 56020 | Assigned run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.355 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.357 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.357 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.355 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.357 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.S4uWyx +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.360 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.361 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.361 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.364 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.365 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.365 | 72706 | Added a new worker 13 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.365 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.365 | 56020 | Removed run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.365 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.365 | 56020 | Assigned run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.365 | 72700 | Marked run 1405 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.365 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.365 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FSIlYc +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.370 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.371 | 56024 | Recursively removing directory: /tmp/git.S4uWyx/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.371 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.372 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.372 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.375 | 72702 | Marked run 1406 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.375 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.375 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.379 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.379 | 72719 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.379 | 56020 | Removed run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.379 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.379 | 56020 | Assigned run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.379 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.379 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.379 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ipQMR5 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.381 | 56021 | Recursively removing directory: /tmp/git.FSIlYc/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.382 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.382 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.384 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.384 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.385 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.388 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.389 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.389 | 72724 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.389 | 56020 | Removed run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.389 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.389 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.389 | 56020 | Assigned run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.389 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.keaWES +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.390 | 72715 | Marked run 1407 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.390 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.393 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.394 | 56024 | Recursively removing directory: /tmp/git.ipQMR5/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.394 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.396 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.396 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.398 | 72721 | Marked run 1408 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.398 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.399 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.402 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.402 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.403 | 72737 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.403 | 56020 | Removed run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.403 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.403 | 56020 | Assigned run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.403 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.403 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XjL2Lk +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.403 | 56021 | Recursively removing directory: /tmp/git.keaWES/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.405 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.405 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.408 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.409 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.409 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.410 | 72734 | Marked run 1409 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.410 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.412 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.412 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.412 | 72741 | Added a new worker 8 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.412 | 56020 | Removed run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.412 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.412 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.412 | 56020 | Assigned run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.412 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HwzQRW +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.417 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.418 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.418 | 56024 | Recursively removing directory: /tmp/git.XjL2Lk/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.420 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.420 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.423 | 72738 | Marked run 1410 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.423 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.424 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.427 | 56021 | Recursively removing directory: /tmp/git.HwzQRW/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.427 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.427 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.427 | 72755 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.427 | 56020 | Removed run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.427 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.427 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.427 | 56020 | Assigned run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.427 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ULkMq6 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.429 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.429 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.431 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.432 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.433 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.437 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.437 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.437 | 72762 | Added a new worker 13 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.437 | 56020 | Removed run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.437 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.437 | 56020 | Assigned run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.437 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yvnnVr +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.438 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.438 | 72754 | Marked run 1411 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.438 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.442 | 56024 | Recursively removing directory: /tmp/git.ULkMq6/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.442 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.444 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.444 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.444 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.445 | 72757 | Marked run 1412 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.446 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.447 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.450 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.451 | 72773 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.450 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.451 | 56020 | Removed run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.451 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.451 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.451 | 56020 | Assigned run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.451 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PV3qhr +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.453 | 56021 | Recursively removing directory: /tmp/git.yvnnVr/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.454 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.454 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.455 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.456 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.458 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.459 | 72767 | Marked run 1413 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.459 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.462 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.462 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.V3K1rx +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.462 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.462 | 72782 | Added a new worker 8 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.462 | 56020 | Removed run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.462 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.462 | 56020 | Assigned run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.464 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.464 | 56024 | Recursively removing directory: /tmp/git.PV3qhr/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.466 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.466 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.466 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.467 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.469 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.472 | 72776 | Marked run 1414 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.472 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.473 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.473 | 72789 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.473 | 56020 | Removed run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.473 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.473 | 56020 | Assigned run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.473 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.473 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LdasNi +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.474 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.477 | 56021 | Recursively removing directory: /tmp/git.V3K1rx/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.478 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.478 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.478 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.478 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.482 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.485 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.485 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.485 | 72800 | Added a new worker 13 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.485 | 56020 | Removed run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.485 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.485 | 56020 | Assigned run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.485 | 72784 | Marked run 1415 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.486 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.486 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OAi70T +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.488 | 56024 | Recursively removing directory: /tmp/git.LdasNi/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.489 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.489 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.490 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.491 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.492 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.495 | 72795 | Marked run 1416 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.495 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.496 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.496 | 72806 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.496 | 56020 | Removed run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.496 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.496 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.496 | 56020 | Assigned run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.496 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.496 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0LlOnS +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.500 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.501 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.501 | 56021 | Recursively removing directory: /tmp/git.OAi70T/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.504 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.504 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.504 | 72802 | Marked run 1417 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.505 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.507 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.510 | 56024 | Recursively removing directory: /tmp/git.0LlOnS/ +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.510 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.510 | 72818 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.510 | 56020 | Removed run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.510 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.510 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.510 | 56020 | Assigned run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.512 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.512 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.510 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.510 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.R9Vb00 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.514 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.515 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.516 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.520 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.520 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.520 | 72825 | Added a new worker 13 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.520 | 56020 | Removed run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.520 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.520 | 56020 | Assigned run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.520 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0pr5ft +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.521 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.521 | 72817 | Marked run 1418 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.522 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.525 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.525 | 56021 | Recursively removing directory: /tmp/git.R9Vb00/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.526 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.528 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.528 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.530 | 72820 | Marked run 1419 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.530 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.531 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.535 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.535 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.535 | 72836 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.535 | 56020 | Removed run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.535 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.535 | 56020 | Assigned run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.535 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.535 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eteJsB +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.535 | 56024 | Recursively removing directory: /tmp/git.0pr5ft/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.537 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.537 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.539 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.539 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.541 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.545 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.545 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.545 | 72843 | Added a new worker 13 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.545 | 56020 | Removed run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.545 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.545 | 56020 | Assigned run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.545 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.546 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gNi3Lw +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.546 | 72833 | Marked run 1420 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.547 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.549 | 56021 | Recursively removing directory: /tmp/git.eteJsB/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.550 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.552 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.552 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.552 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.554 | 72838 | Marked run 1421 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.554 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.555 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.558 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.558 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.558 | 72854 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.558 | 56020 | Removed run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.558 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.558 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.558 | 56020 | Assigned run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.558 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8my8m3 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.561 | 56024 | Recursively removing directory: /tmp/git.gNi3Lw/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.562 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.563 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.563 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.563 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.566 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.567 | 72848 | Marked run 1422 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.567 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.570 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.570 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.570 | 72863 | Added a new worker 8 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.570 | 56020 | Removed run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.570 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.570 | 56020 | Assigned run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.570 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.570 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PB8g5J +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.573 | 56021 | Recursively removing directory: /tmp/git.8my8m3/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.574 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.574 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.574 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.575 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.578 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.580 | 72857 | Marked run 1423 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.580 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.582 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.583 | 72872 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.583 | 56020 | Removed run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.583 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.583 | 56020 | Assigned run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.583 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.582 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.583 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gGZGlY +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.583 | 56024 | Recursively removing directory: /tmp/git.PB8g5J/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.585 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.585 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.587 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.588 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.590 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.592 | 72867 | Marked run 1424 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.592 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.593 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.593 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.593 | 72881 | Added a new worker 8 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.593 | 56020 | Removed run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.594 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.594 | 56020 | Assigned run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.594 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.63tTgQ +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.594 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.596 | 56021 | Recursively removing directory: /tmp/git.gGZGlY/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.598 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.598 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.600 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.602 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.602 | 72874 | Marked run 1425 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.603 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.603 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.604 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.604 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.604 | 72884 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.604 | 56020 | Removed run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.604 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.604 | 56020 | Assigned run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.604 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.604 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZRTDIi +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.609 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.609 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.612 | 56024 | Recursively removing directory: /tmp/git.63tTgQ/ +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.613 | 72882 | Marked run 1426 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.613 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.614 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.614 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.618 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.618 | 56021 | Recursively removing directory: /tmp/git.ZRTDIi/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.619 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.619 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.620 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.620 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.620 | 72899 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.620 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.620 | 56020 | Removed run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.620 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.621 | 56020 | Assigned run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.621 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KuG5Qm +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.622 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.625 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.625 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.625 | 72901 | Added a new worker 12 to the queue +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.625 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.626 | 56020 | Removed run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.626 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.626 | 56020 | Assigned run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.626 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.626 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iQ8bdM +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.626 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.630 | 72898 | Marked run 1427 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.630 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.631 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.632 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.635 | 72900 | Marked run 1428 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.635 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.636 | 56024 | Recursively removing directory: /tmp/git.KuG5Qm/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.637 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.637 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.641 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.641 | 56021 | Recursively removing directory: /tmp/git.iQ8bdM/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.642 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.642 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.643 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.643 | 72917 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.644 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.644 | 56020 | Removed run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.644 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.644 | 56020 | Assigned run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.643 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.644 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vz22es +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.645 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.648 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.649 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.649 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.649 | 72919 | Added a new worker 13 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.649 | 56020 | Removed run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.649 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.649 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.649 | 56020 | Assigned run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.649 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.22fuid +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.650 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.652 | 72916 | Marked run 1429 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.652 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.654 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.656 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.657 | 72918 | Marked run 1430 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.658 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.660 | 56024 | Recursively removing directory: /tmp/git.vz22es/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.661 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.661 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.664 | 56021 | Recursively removing directory: /tmp/git.22fuid/ +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.665 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.666 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.666 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.668 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.668 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.668 | 72935 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.668 | 56020 | Removed run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.668 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.668 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.668 | 56020 | Assigned run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.668 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.p4uQm1 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.669 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.672 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.672 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.672 | 72937 | Added a new worker 12 to the queue +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.672 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.672 | 56020 | Removed run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.672 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.672 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.672 | 56020 | Assigned run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.673 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.672 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NMITbV +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.677 | 72934 | Marked run 1431 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.678 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.678 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.679 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.682 | 72936 | Marked run 1432 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.682 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.683 | 56024 | Recursively removing directory: /tmp/git.p4uQm1/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.684 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.684 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.688 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.689 | 56021 | Recursively removing directory: /tmp/git.NMITbV/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.690 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.690 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.691 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.691 | 72953 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.691 | 56020 | Removed run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.691 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.691 | 56020 | Assigned run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.691 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.691 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.692 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RUtmsW +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.694 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.695 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.696 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.697 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.697 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.697 | 72956 | Added a new worker 12 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.697 | 56020 | Removed run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.697 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.697 | 56020 | Assigned run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.698 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.698 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UHLQP4 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.702 | 72952 | Marked run 1433 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.703 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.704 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.705 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.707 | 72954 | Marked run 1434 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.707 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.707 | 56024 | Recursively removing directory: /tmp/git.RUtmsW/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.709 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.709 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.712 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.715 | 56021 | Recursively removing directory: /tmp/git.UHLQP4/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.715 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.715 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.715 | 72971 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.715 | 56020 | Removed run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.715 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.715 | 56020 | Assigned run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.715 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7lXBeI +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.716 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.716 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.716 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.719 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.719 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.720 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.723 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.723 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.723 | 72975 | Added a new worker 13 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.723 | 56020 | Removed run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.723 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.723 | 56020 | Assigned run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.723 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rDEsiX +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.723 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.724 | 72970 | Marked run 1435 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.724 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.728 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.729 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.730 | 56024 | Recursively removing directory: /tmp/git.7lXBeI/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.732 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.732 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.733 | 72972 | Marked run 1436 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.733 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.736 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.739 | 56021 | Recursively removing directory: /tmp/git.rDEsiX/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.739 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.739 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Mz49hA +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.739 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.739 | 72989 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.739 | 56020 | Removed run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.739 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.739 | 56020 | Assigned run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.739 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.741 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.741 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.744 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.745 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.746 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.748 | 72988 | Marked run 1437 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.748 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.749 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.749 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.749 | 72994 | Added a new worker 8 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.749 | 56020 | Removed run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.749 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.749 | 56020 | Assigned run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.749 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.750 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OQBJFo +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.754 | 56024 | Recursively removing directory: /tmp/git.Mz49hA/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.754 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.755 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.756 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.756 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.758 | 72991 | Marked run 1438 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.758 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.759 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.763 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.763 | 73007 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.763 | 56020 | Removed run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.763 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.763 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.763 | 56020 | Assigned run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.763 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.763 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qZ02w2 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.764 | 56021 | Recursively removing directory: /tmp/git.OQBJFo/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.766 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.766 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.768 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.769 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.770 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.771 | 73004 | Marked run 1439 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.771 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.772 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.772 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.773 | 73012 | Added a new worker 8 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.773 | 56020 | Removed run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.773 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.773 | 56020 | Assigned run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.773 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.97txYX +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.774 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.777 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.778 | 56024 | Recursively removing directory: /tmp/git.qZ02w2/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.778 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.779 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.779 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.783 | 73009 | Marked run 1440 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.783 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.787 | 56021 | Recursively removing directory: /tmp/git.97txYX/ +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.787 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.787 | 73025 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.787 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.787 | 56020 | Removed run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.787 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.787 | 56020 | Assigned run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.787 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.787 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.U78ag3 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.788 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.788 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.791 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.791 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.793 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.796 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.796 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.796 | 73032 | Added a new worker 13 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.796 | 56020 | Removed run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.796 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.796 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.796 | 56020 | Assigned run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.797 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0QdOkH +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.798 | 73022 | Marked run 1441 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.798 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.801 | 56024 | Recursively removing directory: /tmp/git.U78ag3/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.802 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.803 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.804 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.804 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.805 | 73027 | Marked run 1442 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.805 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.807 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.810 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.810 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.811 | 73043 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.811 | 56020 | Removed run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.811 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.811 | 56020 | Assigned run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.811 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.811 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kKMFBw +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.812 | 56021 | Recursively removing directory: /tmp/git.0QdOkH/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.814 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.814 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.816 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.817 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.818 | 73038 | Marked run 1443 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.818 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.818 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.821 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.821 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.821 | 73048 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.821 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.821 | 56020 | Removed run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.821 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.821 | 56020 | Assigned run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.821 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rSQnJQ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.826 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.826 | 56024 | Recursively removing directory: /tmp/git.kKMFBw/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.827 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.828 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.828 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.831 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.831 | 73045 | Marked run 1444 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.831 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.834 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.834 | 73061 | Added a new worker 9 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.834 | 56020 | Removed run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.834 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.834 | 56020 | Assigned run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.834 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.835 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.evJGCC +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.835 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.836 | 56021 | Recursively removing directory: /tmp/git.rSQnJQ/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.838 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.838 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.839 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.840 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.841 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.842 | 73057 | Marked run 1445 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.843 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.844 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.844 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.844 | 73068 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.844 | 56020 | Removed run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.844 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.845 | 56020 | Assigned run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.845 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.845 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zTbM4m +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.849 | 56024 | Recursively removing directory: /tmp/git.evJGCC/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.850 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.851 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.851 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.851 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.854 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.854 | 73063 | Marked run 1446 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.854 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.858 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.858 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ubuuKG +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.858 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.858 | 73079 | Added a new worker 9 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.858 | 56020 | Removed run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.858 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.858 | 56020 | Assigned run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.858 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.860 | 56021 | Recursively removing directory: /tmp/git.zTbM4m/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.862 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.862 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.862 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.864 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.866 | 73073 | Marked run 1447 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.866 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.866 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.869 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.869 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.869 | 73087 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.869 | 56020 | Removed run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.869 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.869 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.869 | 56020 | Assigned run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.869 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ic5hBE +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.873 | 56024 | Recursively removing directory: /tmp/git.ubuuKG/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.874 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.874 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.874 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.875 | 56024 | Process output: 415085 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.878 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.878 | 73081 | Marked run 1448 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.878 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.881 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.881 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.881 | 73097 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.881 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.881 | 56020 | Removed run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.881 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.881 | 56020 | Assigned run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.882 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OUoXEp +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.884 | 56021 | Recursively removing directory: /tmp/git.ic5hBE/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.885 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.885 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.886 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.887 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.888 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.891 | 73092 | Marked run 1449 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.891 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.892 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.892 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.892 | 73104 | Added a new worker 9 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.892 | 56020 | Removed run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.892 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.892 | 56020 | Assigned run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.892 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Yucnug +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.893 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.897 | 56024 | Recursively removing directory: /tmp/git.OUoXEp/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.897 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.899 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.899 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.899 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.901 | 73099 | Marked run 1450 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.902 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.902 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.906 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.906 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.906 | 73115 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.906 | 56020 | Removed run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.906 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.906 | 56020 | Assigned run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.906 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.906 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qLMyYq +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.909 | 56021 | Recursively removing directory: /tmp/git.Yucnug/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.910 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.911 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.911 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.911 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.915 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.918 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.918 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.918 | 73124 | Added a new worker 13 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.918 | 56020 | Removed run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.918 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.918 | 56020 | Assigned run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.918 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ph5TP1 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.918 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.918 | 73109 | Marked run 1451 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.919 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.921 | 56024 | Recursively removing directory: /tmp/git.qLMyYq/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.923 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.923 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.923 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.924 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.926 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.927 | 73121 | Marked run 1452 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.927 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.929 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.929 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.929 | 73133 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.930 | 56020 | Removed run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.930 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.930 | 56020 | Assigned run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.930 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.na6M43 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.930 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.933 | 56021 | Recursively removing directory: /tmp/git.ph5TP1/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.934 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.935 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.935 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.935 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.938 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.938 | 73126 | Marked run 1453 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.938 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.941 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.941 | 73142 | Added a new worker 8 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.941 | 56020 | Removed run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.941 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.941 | 56020 | Assigned run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.941 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.941 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rcSeHK +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.941 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.944 | 56024 | Recursively removing directory: /tmp/git.na6M43/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.946 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.946 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.946 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.947 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.949 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.950 | 73136 | Marked run 1454 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.950 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.953 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.953 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.953 | 73151 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.953 | 56020 | Removed run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.953 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.953 | 56020 | Assigned run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.955 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.953 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jTq94r +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.955 | 56021 | Recursively removing directory: /tmp/git.rcSeHK/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.956 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.956 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.957 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.958 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.960 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.962 | 73145 | Marked run 1455 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.962 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.963 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.964 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.964 | 73160 | Added a new worker 8 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.964 | 56020 | Removed run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.964 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.964 | 56020 | Assigned run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.964 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oiWYI0 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.965 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.968 | 56024 | Recursively removing directory: /tmp/git.jTq94r/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.969 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.969 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.970 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.970 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.973 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.973 | 73153 | Marked run 1456 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.974 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.977 | 56024 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.977 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.977 | 73169 | Added a new worker 10 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.977 | 56020 | Removed run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.977 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.977 | 56020 | Assigned run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.977 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.977 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nnJsAV +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.979 | 56021 | Recursively removing directory: /tmp/git.oiWYI0/ +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.980 | 56021 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.980 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.981 | 56024 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.983 | 56024 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.984 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.985 | 73164 | Marked run 1457 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.985 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.987 | 56021 | Waiting for a new command +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.987 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.987 | 73174 | Added a new worker 8 to the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.987 | 56020 | Removed run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.987 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.987 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.987 | 56020 | Assigned run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.987 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5peCuK +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.992 | 56021 | Checking out revision HEAD +2024-04-25 03:45:21 | INFO | 56021/cimple-worker: 2024-04-25 03:45:21.993 | 56021 | Going to run: ./ci +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.993 | 56024 | Recursively removing directory: /tmp/git.nnJsAV/ +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.995 | 56024 | Process exit code: 0 +2024-04-25 03:45:21 | INFO | 56024/cimple-worker: 2024-04-25 03:45:21.995 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.997 | 73171 | Marked run 1458 as finished +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.998 | 56018 | Waiting for new connections +2024-04-25 03:45:21 | INFO | 56018/cimple-server: 2024-04-25 03:45:21.998 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.002 | 56021 | Recursively removing directory: /tmp/git.5peCuK/ +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.002 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.002 | 73187 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.002 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.002 | 56020 | Removed run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.002 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.002 | 56020 | Assigned run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.002 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.002 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GVN8hF +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.003 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.003 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.007 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.007 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.007 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.010 | 73186 | Marked run 1459 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.010 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.011 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.011 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.011 | 73191 | Added a new worker 8 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.011 | 56020 | Removed run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.011 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.011 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.011 | 56020 | Assigned run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.011 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.H5BD3B +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.015 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.016 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.016 | 56024 | Recursively removing directory: /tmp/git.GVN8hF/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.019 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.019 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.020 | 73188 | Marked run 1460 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.020 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.022 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.025 | 56021 | Recursively removing directory: /tmp/git.H5BD3B/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.026 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.026 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.026 | 73205 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.026 | 56020 | Removed run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.026 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.026 | 56020 | Assigned run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.026 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.026 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.026 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.026 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4WihBm +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.029 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.032 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.032 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.032 | 73207 | Added a new worker 14 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.032 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.032 | 56020 | Removed run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.032 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.032 | 56020 | Assigned run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.033 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xxugC7 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.035 | 73204 | Marked run 1461 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.035 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.035 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.036 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.038 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.039 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.042 | 73206 | Marked run 1462 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.043 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.045 | 56024 | Recursively removing directory: /tmp/git.4WihBm/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.047 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.047 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.048 | 56021 | Recursively removing directory: /tmp/git.xxugC7/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.049 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.049 | 56021 | Process output: 415085 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.050 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.052 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.053 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.053 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.053 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nMDFwL +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.053 | 73224 | Added a new worker 12 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.053 | 56020 | Removed run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.053 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.053 | 56020 | Assigned run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.053 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.055 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.056 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.056 | 73225 | Added a new worker 12 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.056 | 56020 | Removed run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.056 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.056 | 56020 | Assigned run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.057 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.058 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.056 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RuiptI +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.060 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.062 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.063 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.065 | 73222 | Marked run 1463 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.065 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.068 | 56024 | Recursively removing directory: /tmp/git.nMDFwL/ +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.068 | 73223 | Marked run 1464 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.068 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.070 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.070 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.073 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.073 | 56021 | Recursively removing directory: /tmp/git.RuiptI/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.075 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.075 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.076 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.077 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.077 | 73241 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.077 | 56020 | Removed run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.077 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.077 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.077 | 56020 | Assigned run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.077 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kLlT2x +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.079 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.081 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.082 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.082 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.083 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.083 | 73243 | Added a new worker 13 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.083 | 56020 | Removed run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.083 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.083 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.083 | 56020 | Assigned run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.083 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hS4057 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.085 | 73240 | Marked run 1465 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.085 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.088 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.088 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.093 | 56024 | Recursively removing directory: /tmp/git.kLlT2x/ +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.093 | 73242 | Marked run 1466 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.093 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.094 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.095 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.097 | 56021 | Recursively removing directory: /tmp/git.hS4057/ +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.098 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.099 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.099 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.102 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.102 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.102 | 73259 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.102 | 56020 | Removed run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.102 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.102 | 56020 | Assigned run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.102 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.102 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cjuqfR +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.103 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.106 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.107 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.107 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.107 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.107 | 73261 | Added a new worker 13 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.107 | 56020 | Removed run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.107 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.107 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.107 | 56020 | Assigned run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.108 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.V8IuNf +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.111 | 73258 | Marked run 1467 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.111 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.115 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.116 | 73260 | Marked run 1468 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.116 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.116 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.117 | 56024 | Recursively removing directory: /tmp/git.cjuqfR/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.118 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.118 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.121 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.124 | 56021 | Recursively removing directory: /tmp/git.V8IuNf/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.124 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.124 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.124 | 73277 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.124 | 56020 | Removed run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.124 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.124 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.125 | 56020 | Assigned run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.125 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.23JoGR +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.126 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.126 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.128 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.129 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.130 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.132 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.132 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Umb4Xm +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.132 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.132 | 73280 | Added a new worker 13 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.132 | 56020 | Removed run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.132 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.132 | 56020 | Assigned run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.132 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.134 | 73276 | Marked run 1469 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.134 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.137 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.138 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.141 | 56024 | Recursively removing directory: /tmp/git.23JoGR/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.142 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.142 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.143 | 73278 | Marked run 1470 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.143 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.145 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.147 | 56021 | Recursively removing directory: /tmp/git.Umb4Xm/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.148 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.148 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.149 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.149 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.149 | 73295 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.149 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.149 | 56020 | Removed run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.149 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.149 | 56020 | Assigned run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.149 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iNMenZ +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.151 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.153 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.154 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.154 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.154 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.155 | 73297 | Added a new worker 12 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.155 | 56020 | Removed run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.155 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.155 | 56020 | Assigned run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.155 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9kK741 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.155 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.159 | 73294 | Marked run 1471 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.159 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.161 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.162 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.163 | 73296 | Marked run 1472 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.163 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.165 | 56024 | Recursively removing directory: /tmp/git.iNMenZ/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.166 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.166 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.170 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.171 | 56021 | Recursively removing directory: /tmp/git.9kK741/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.172 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.172 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.173 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.173 | 73313 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.173 | 56020 | Removed run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.173 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.173 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.173 | 56020 | Assigned run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.173 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.173 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jI59Vw +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.176 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.177 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.177 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.180 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.180 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.180 | 73317 | Added a new worker 14 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.180 | 56020 | Removed run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.180 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.180 | 56020 | Assigned run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.180 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.180 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.K98ENg +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.183 | 73312 | Marked run 1473 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.183 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.185 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.186 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.188 | 56024 | Recursively removing directory: /tmp/git.jI59Vw/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.189 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.189 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.190 | 73314 | Marked run 1474 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.190 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.192 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.195 | 56021 | Recursively removing directory: /tmp/git.K98ENg/ +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.196 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.196 | 73331 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.196 | 56020 | Removed run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.196 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.196 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.196 | 56020 | Assigned run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.196 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.196 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.r6vBAP +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.197 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.197 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.200 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.200 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.201 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.205 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.205 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.205 | 73338 | Added a new worker 13 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.205 | 56020 | Removed run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.205 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.206 | 56020 | Assigned run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.206 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.206 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3g8kQd +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.207 | 73330 | Marked run 1475 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.207 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.210 | 56024 | Recursively removing directory: /tmp/git.r6vBAP/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.211 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.211 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.211 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.212 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.214 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.214 | 73333 | Marked run 1476 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.214 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.217 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.217 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.217 | 73347 | Added a new worker 9 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.217 | 56020 | Removed run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.217 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.217 | 56020 | Assigned run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.217 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TpHIuK +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.218 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.221 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.222 | 56021 | Recursively removing directory: /tmp/git.3g8kQd/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.222 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.224 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.224 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.227 | 73342 | Marked run 1477 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.227 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.228 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.231 | 56024 | Recursively removing directory: /tmp/git.TpHIuK/ +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.231 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.231 | 73358 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.231 | 56020 | Removed run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.231 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.231 | 56020 | Assigned run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.231 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.231 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.231 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fGzGbM +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.233 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.233 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.235 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.236 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.237 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.239 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.239 | 73361 | Added a new worker 13 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.239 | 56020 | Removed run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.239 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.239 | 56020 | Assigned run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.239 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.239 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.239 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.orAcTy +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.242 | 73357 | Marked run 1478 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.242 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.244 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.246 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.247 | 56021 | Recursively removing directory: /tmp/git.fGzGbM/ +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.248 | 73359 | Marked run 1479 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.249 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.249 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.249 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.252 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.254 | 56024 | Recursively removing directory: /tmp/git.orAcTy/ +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.255 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.255 | 73376 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.255 | 56020 | Removed run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.255 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.255 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.255 | 56020 | Assigned run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.256 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.256 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.255 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.256 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PwtFOY +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.260 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.260 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.260 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.264 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.264 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.264 | 73381 | Added a new worker 13 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.264 | 56020 | Removed run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.264 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.264 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.264 | 56020 | Assigned run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.264 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MM68c6 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.265 | 73375 | Marked run 1480 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.266 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.269 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.270 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.270 | 56021 | Recursively removing directory: /tmp/git.PwtFOY/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.271 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.271 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.275 | 73377 | Marked run 1481 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.275 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.275 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.278 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.278 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.278 | 73394 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.278 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.278 | 56020 | Removed run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.278 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.278 | 56020 | Assigned run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.279 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZWwFMB +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.279 | 56024 | Recursively removing directory: /tmp/git.MM68c6/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.281 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.281 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.283 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.284 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.285 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.287 | 73391 | Marked run 1482 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.287 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.288 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.288 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.288 | 73399 | Added a new worker 8 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.288 | 56020 | Removed run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.288 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.288 | 56020 | Assigned run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.289 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.288 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WScrjl +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.293 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.293 | 56021 | Recursively removing directory: /tmp/git.ZWwFMB/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.293 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.295 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.296 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.297 | 73396 | Marked run 1483 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.297 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.299 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.302 | 56024 | Recursively removing directory: /tmp/git.WScrjl/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.303 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.303 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.304 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.305 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.305 | 73412 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.305 | 56020 | Removed run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.305 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.305 | 56020 | Assigned run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.305 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.305 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YexLeX +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.308 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.309 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.310 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.312 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.312 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.312 | 73416 | Added a new worker 13 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.312 | 56020 | Removed run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.312 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.312 | 56020 | Assigned run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.312 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.312 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Sw7Twn +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.314 | 73411 | Marked run 1484 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.314 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.317 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.318 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.320 | 56021 | Recursively removing directory: /tmp/git.YexLeX/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.321 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.321 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.322 | 73413 | Marked run 1485 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.322 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.325 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.328 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.328 | 73430 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.328 | 56020 | Removed run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.328 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.328 | 56020 | Assigned run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.328 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.328 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.73FDRf +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.329 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.329 | 56024 | Recursively removing directory: /tmp/git.Sw7Twn/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.331 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.331 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.333 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.334 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.335 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.336 | 73429 | Marked run 1486 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.337 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.338 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.338 | 73437 | Added a new worker 8 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.338 | 56020 | Removed run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.338 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.338 | 56020 | Assigned run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.338 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.339 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FsJ7dD +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.339 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.343 | 56021 | Recursively removing directory: /tmp/git.73FDRf/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.343 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.344 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.345 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.345 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.348 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.349 | 73432 | Marked run 1487 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.349 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.352 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.352 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.352 | 73448 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.352 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.352 | 56020 | Removed run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.352 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.352 | 56020 | Assigned run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.352 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zFRNsM +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.353 | 56024 | Recursively removing directory: /tmp/git.FsJ7dD/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.355 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.355 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.356 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.357 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.360 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.362 | 73444 | Marked run 1488 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.362 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.363 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.363 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.363 | 73457 | Added a new worker 8 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.364 | 56020 | Removed run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.364 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.364 | 56020 | Assigned run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.364 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.364 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5WuDbV +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.366 | 56021 | Recursively removing directory: /tmp/git.zFRNsM/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.367 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.367 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.369 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.370 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.371 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.372 | 73452 | Marked run 1489 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.372 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.374 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.374 | 73464 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.374 | 56020 | Removed run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.374 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.375 | 56020 | Assigned run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.374 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.375 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.46rYE0 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.375 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.379 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.380 | 56024 | Recursively removing directory: /tmp/git.5WuDbV/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.380 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.382 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.382 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.385 | 73459 | Marked run 1490 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.385 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.386 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.389 | 56021 | Recursively removing directory: /tmp/git.46rYE0/ +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.390 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.390 | 73475 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.390 | 56020 | Removed run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.390 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.390 | 56020 | Assigned run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.390 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.390 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.390 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PPC73i +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.391 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.391 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.393 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.394 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.395 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.397 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.397 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.397 | 73478 | Added a new worker 13 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.397 | 56020 | Removed run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.397 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.397 | 56020 | Assigned run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.397 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.397 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mEx8h7 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.401 | 73474 | Marked run 1491 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.402 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.404 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.404 | 56024 | Recursively removing directory: /tmp/git.PPC73i/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.405 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.405 | 73476 | Marked run 1492 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.405 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.406 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.406 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.409 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.412 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.412 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.412 | 73493 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.412 | 56020 | Removed run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.412 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.412 | 56020 | Assigned run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.412 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zsVPOa +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.413 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.413 | 56021 | Recursively removing directory: /tmp/git.mEx8h7/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.415 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.415 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.416 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.417 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.419 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.421 | 73490 | Marked run 1493 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.421 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.423 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.423 | 73502 | Added a new worker 8 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.423 | 56020 | Removed run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.423 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.423 | 56020 | Assigned run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.423 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.423 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pEKYKK +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.423 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.428 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.428 | 56024 | Recursively removing directory: /tmp/git.zsVPOa/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.429 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.431 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.431 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.432 | 73496 | Marked run 1494 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.432 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.434 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.437 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.438 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Mbi0VQ +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.437 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.438 | 73511 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.438 | 56020 | Removed run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.438 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.438 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.438 | 56020 | Assigned run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.438 | 56021 | Recursively removing directory: /tmp/git.pEKYKK/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.439 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.439 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.442 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.443 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.443 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.446 | 73509 | Marked run 1495 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.446 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.447 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.447 | 73516 | Added a new worker 8 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.447 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.447 | 56020 | Removed run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.447 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.447 | 56020 | Assigned run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.447 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.447 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MVYdv7 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.452 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.452 | 56024 | Recursively removing directory: /tmp/git.Mbi0VQ/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.453 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.455 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.455 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.456 | 73513 | Marked run 1496 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.456 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.458 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.461 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.461 | 73529 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.461 | 56020 | Removed run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.461 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.461 | 56020 | Assigned run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.462 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.461 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.461 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PctYis +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.462 | 56021 | Recursively removing directory: /tmp/git.MVYdv7/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.464 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.464 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.465 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.466 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.468 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.470 | 73526 | Marked run 1497 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.471 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.471 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.471 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.472 | 73536 | Added a new worker 8 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.472 | 56020 | Removed run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.472 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.472 | 56020 | Assigned run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.472 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.472 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PjxgKa +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.477 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.477 | 56024 | Recursively removing directory: /tmp/git.PctYis/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.478 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.479 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.479 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.481 | 73531 | Marked run 1498 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.481 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.483 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.486 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.486 | 56021 | Recursively removing directory: /tmp/git.PjxgKa/ +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.486 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.486 | 73547 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.486 | 56020 | Removed run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.486 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.487 | 56020 | Assigned run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.487 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.487 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.c8Bnzb +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.488 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.488 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.491 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.492 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.492 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.495 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.495 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.495 | 73551 | Added a new worker 13 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.495 | 56020 | Removed run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.495 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.495 | 56020 | Assigned run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.495 | 73544 | Marked run 1499 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.495 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.495 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2BWMFm +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.496 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.500 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.500 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.501 | 56024 | Recursively removing directory: /tmp/git.c8Bnzb/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.504 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.504 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.505 | 73548 | Marked run 1500 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.505 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.507 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.509 | 56021 | Recursively removing directory: /tmp/git.2BWMFm/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.511 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.511 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.511 | 73565 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.511 | 56020 | Removed run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.511 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.511 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.511 | 56020 | Assigned run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.511 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.V2LqX0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.511 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.511 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.515 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.515 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.516 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.518 | 73564 | Marked run 1501 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.518 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.518 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.519 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.519 | 73569 | Added a new worker 8 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.519 | 56020 | Removed run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.519 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.519 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.519 | 56020 | Assigned run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.519 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Kplj2R +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.523 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.524 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.526 | 56024 | Recursively removing directory: /tmp/git.V2LqX0/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.528 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.528 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.528 | 73566 | Marked run 1502 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.529 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.531 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.533 | 56021 | Recursively removing directory: /tmp/git.Kplj2R/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.535 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.535 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.535 | 73583 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.535 | 56020 | Removed run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.535 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.535 | 56020 | Assigned run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.535 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.O8PLTz +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.535 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.535 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.535 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.539 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.539 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.540 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.543 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.543 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.543 | 73587 | Added a new worker 13 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.543 | 56020 | Removed run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.543 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.543 | 56020 | Assigned run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.543 | 73582 | Marked run 1503 as finished +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.543 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kQzKJ3 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.543 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.544 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.548 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.549 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.550 | 56024 | Recursively removing directory: /tmp/git.O8PLTz/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.551 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.551 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.552 | 73584 | Marked run 1504 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.552 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.555 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.558 | 56021 | Recursively removing directory: /tmp/git.kQzKJ3/ +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.558 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.558 | 73601 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.558 | 56020 | Removed run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.558 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.558 | 56020 | Assigned run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.559 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.558 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.558 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tn70gy +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.559 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.559 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.562 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.563 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.564 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.567 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.567 | 73600 | Marked run 1505 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.568 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.568 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.568 | 73609 | Added a new worker 6 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.568 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.568 | 56020 | Removed run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.568 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.568 | 56020 | Assigned run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.569 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Z1ULPC +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.572 | 56024 | Recursively removing directory: /tmp/git.tn70gy/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.573 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.573 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.574 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.574 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.577 | 73603 | Marked run 1506 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.577 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.578 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.581 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.581 | 73619 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.581 | 56020 | Removed run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.581 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.581 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.581 | 56020 | Assigned run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.581 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.581 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9yEBrO +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.582 | 56021 | Recursively removing directory: /tmp/git.Z1ULPC/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.584 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.584 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.586 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.586 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.587 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.590 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.590 | 73624 | Added a new worker 13 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.590 | 56020 | Removed run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.590 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.590 | 56020 | Assigned run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.591 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.590 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.591 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ID0ERK +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.593 | 73615 | Marked run 1507 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.593 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.596 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.596 | 56024 | Recursively removing directory: /tmp/git.9yEBrO/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.596 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.599 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.599 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.600 | 73620 | Marked run 1508 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.600 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.602 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.605 | 56021 | Recursively removing directory: /tmp/git.ID0ERK/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.606 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.606 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.606 | 73637 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.606 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.606 | 56020 | Removed run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.606 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.606 | 56020 | Assigned run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.606 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.spV03c +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.607 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.607 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.610 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.610 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.612 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.616 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.616 | 73636 | Marked run 1509 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.616 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.616 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.616 | 73646 | Added a new worker 6 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.616 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.616 | 56020 | Removed run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.616 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.616 | 56020 | Assigned run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.617 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.z0fXq8 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.619 | 56024 | Recursively removing directory: /tmp/git.spV03c/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.621 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.622 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.621 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.621 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.625 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.626 | 73639 | Marked run 1510 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.626 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.628 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.628 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.628 | 73655 | Added a new worker 9 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.628 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.628 | 56020 | Removed run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.628 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.628 | 56020 | Assigned run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.629 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RgacGR +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.631 | 56021 | Recursively removing directory: /tmp/git.z0fXq8/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.632 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.632 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.633 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.634 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.635 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.637 | 73649 | Marked run 1511 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.637 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.639 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.639 | 73664 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.639 | 56020 | Removed run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.639 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.639 | 56020 | Assigned run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.639 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.639 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.639 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7ItYEw +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.644 | 56024 | Recursively removing directory: /tmp/git.RgacGR/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.644 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.645 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.646 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.646 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.648 | 73657 | Marked run 1512 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.648 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.650 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.653 | 56021 | Recursively removing directory: /tmp/git.7ItYEw/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.653 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.654 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Gck38X +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.653 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.653 | 73673 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.653 | 56020 | Removed run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.653 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.653 | 56020 | Assigned run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.654 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.655 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.655 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.657 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.658 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.659 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.662 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.662 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.663 | 73680 | Added a new worker 11 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.663 | 56020 | Removed run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.663 | 56020 | Removed worker 11 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.663 | 56020 | Assigned run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.664 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.664 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5KwWLJ +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.666 | 73672 | Marked run 1513 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.667 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.667 | 56024 | Recursively removing directory: /tmp/git.Gck38X/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.669 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.670 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.670 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.670 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.672 | 73675 | Marked run 1514 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.672 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.673 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.676 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.677 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XRrblr +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.676 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.677 | 73691 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.677 | 56020 | Removed run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.677 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.677 | 56020 | Assigned run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.677 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.679 | 56021 | Recursively removing directory: /tmp/git.5KwWLJ/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.681 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.681 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.681 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.681 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.685 | 73685 | Marked run 1515 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.685 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.685 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.689 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.689 | 73700 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.689 | 56020 | Removed run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.689 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.689 | 56020 | Assigned run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.689 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.689 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.znEHNn +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.689 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.693 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.690 | 56024 | Recursively removing directory: /tmp/git.XRrblr/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.692 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.692 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.693 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.696 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.698 | 73695 | Marked run 1516 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.698 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.699 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.699 | 73709 | Added a new worker 8 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.699 | 56020 | Removed run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.699 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.699 | 56020 | Assigned run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.700 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.699 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.700 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2lVQvF +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.704 | 56021 | Recursively removing directory: /tmp/git.znEHNn/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.704 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.705 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.706 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.706 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.708 | 73703 | Marked run 1517 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.709 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.710 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.713 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.713 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.713 | 73718 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.713 | 56020 | Removed run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.713 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.713 | 56020 | Assigned run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.713 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.713 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.B5w3CT +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.713 | 56024 | Recursively removing directory: /tmp/git.2lVQvF/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.715 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.715 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.717 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.718 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.720 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.723 | 73715 | Marked run 1518 as finished +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.723 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.724 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.724 | 73727 | Added a new worker 6 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.724 | 56020 | Removed run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.724 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.724 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.724 | 56020 | Assigned run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.724 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GRQ3Yk +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.727 | 56021 | Recursively removing directory: /tmp/git.B5w3CT/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.728 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.729 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.729 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.729 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.732 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.733 | 73721 | Marked run 1519 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.733 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.736 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.736 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.736 | 73736 | Added a new worker 9 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.736 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.737 | 56020 | Removed run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.737 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.737 | 56020 | Assigned run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.737 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FzvXNR +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.738 | 56024 | Recursively removing directory: /tmp/git.GRQ3Yk/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.739 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.739 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.741 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.742 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.743 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.746 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.746 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.746 | 73741 | Added a new worker 13 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.746 | 56020 | Removed run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.746 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.746 | 56020 | Assigned run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.747 | 73731 | Marked run 1520 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.747 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.747 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.747 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uSxeCR +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.752 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.752 | 56021 | Recursively removing directory: /tmp/git.FzvXNR/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.753 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.755 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.755 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.756 | 73738 | Marked run 1521 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.756 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.758 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.761 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.761 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.761 | 73754 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.761 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.761 | 56020 | Removed run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.761 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.761 | 56020 | Assigned run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.762 | 56024 | Recursively removing directory: /tmp/git.uSxeCR/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.762 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.y8rZPE +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.763 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.763 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.766 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.766 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.767 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.769 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.769 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.769 | 73758 | Added a new worker 13 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.769 | 56020 | Removed run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.769 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.769 | 56020 | Assigned run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.769 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.770 | 73752 | Marked run 1522 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.770 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.770 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Yfdv8M +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.775 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.776 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.777 | 56021 | Recursively removing directory: /tmp/git.y8rZPE/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.779 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.779 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.779 | 73755 | Marked run 1523 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.779 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.782 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.785 | 56024 | Recursively removing directory: /tmp/git.Yfdv8M/ +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.785 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.785 | 73772 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.785 | 56020 | Removed run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.786 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.786 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.786 | 56020 | Assigned run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.785 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.786 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mYM62O +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.787 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.787 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.789 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.790 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.791 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.795 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.795 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.795 | 73779 | Added a new worker 13 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.795 | 56020 | Removed run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.795 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.795 | 56020 | Assigned run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.796 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rpbqSZ +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.796 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.796 | 73771 | Marked run 1524 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.796 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.800 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.800 | 56021 | Recursively removing directory: /tmp/git.mYM62O/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.802 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.803 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.803 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.804 | 73774 | Marked run 1525 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.804 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.806 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.810 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.810 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.810 | 73790 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.810 | 56020 | Removed run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.810 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.810 | 56020 | Assigned run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.811 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.810 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.H55YCc +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.810 | 56024 | Recursively removing directory: /tmp/git.rpbqSZ/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.812 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.812 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.815 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.815 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.815 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.818 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.818 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.818 | 73793 | Added a new worker 13 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.818 | 56020 | Removed run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.818 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.818 | 56020 | Assigned run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.818 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.818 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1dljre +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.819 | 73787 | Marked run 1526 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.819 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.823 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.824 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.826 | 56021 | Recursively removing directory: /tmp/git.H55YCc/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.827 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.827 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.828 | 73791 | Marked run 1527 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.829 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.830 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.833 | 56024 | Recursively removing directory: /tmp/git.1dljre/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.834 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.834 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.834 | 73808 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.834 | 56020 | Removed run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.834 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.834 | 56020 | Assigned run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.834 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VC0zS4 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.834 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.834 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.834 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.837 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.838 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.839 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.840 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.840 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.840 | 73811 | Added a new worker 13 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.840 | 56020 | Removed run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.840 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.840 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.840 | 56020 | Assigned run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.841 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.W3qA2m +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.845 | 73807 | Marked run 1528 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.845 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.847 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.848 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.849 | 73809 | Marked run 1529 as finished +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.849 | 56021 | Recursively removing directory: /tmp/git.VC0zS4/ +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.849 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.851 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.851 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.854 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.857 | 56024 | Recursively removing directory: /tmp/git.W3qA2m/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.857 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.857 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.857 | 73827 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.857 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.857 | 56020 | Removed run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.857 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.857 | 56020 | Assigned run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.858 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GMZmMN +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.858 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.858 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.861 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.862 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.863 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.867 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.867 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.867 | 73825 | Marked run 1530 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.867 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.867 | 73833 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.867 | 56020 | Removed run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.867 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.867 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.867 | 56020 | Assigned run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.867 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6JS0qm +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.872 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.873 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.873 | 56021 | Recursively removing directory: /tmp/git.GMZmMN/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.875 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.875 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.877 | 73829 | Marked run 1531 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.878 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.879 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.881 | 56024 | Recursively removing directory: /tmp/git.6JS0qm/ +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.882 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.882 | 73845 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.882 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.882 | 56020 | Removed run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.882 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.882 | 56020 | Assigned run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.882 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.882 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xkRgQ4 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.883 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.883 | 56024 | Process output: 415085 bytes +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.886 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.887 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.887 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.890 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.890 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.891 | 73850 | Added a new worker 13 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.891 | 56020 | Removed run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.891 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.891 | 56020 | Assigned run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.891 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.95aqSO +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.892 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.893 | 73844 | Marked run 1532 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.893 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.896 | 56021 | Recursively removing directory: /tmp/git.xkRgQ4/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.896 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.898 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.899 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.899 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.901 | 73846 | Marked run 1533 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.901 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.902 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.905 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.905 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.905 | 73863 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.905 | 56020 | Removed run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.905 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.905 | 56020 | Assigned run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.905 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.z00eyQ +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.906 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.907 | 56024 | Recursively removing directory: /tmp/git.95aqSO/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.909 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.909 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.909 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.910 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.913 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.916 | 73858 | Marked run 1534 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.916 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.917 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.917 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.917 | 73872 | Added a new worker 8 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.918 | 56020 | Removed run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.918 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.918 | 56020 | Assigned run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.918 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9rwWqW +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.918 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.919 | 56021 | Recursively removing directory: /tmp/git.z00eyQ/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.921 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.921 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.922 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.923 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.925 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.925 | 73867 | Marked run 1535 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.926 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.928 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.928 | 73879 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.928 | 56020 | Removed run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.928 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.928 | 56020 | Assigned run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.928 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.928 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.928 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.H0hZGu +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.932 | 56024 | Recursively removing directory: /tmp/git.9rwWqW/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.933 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.933 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.933 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.934 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.937 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.938 | 73874 | Marked run 1536 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.938 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.941 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.941 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.941 | 73890 | Added a new worker 8 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.941 | 56020 | Removed run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.941 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.941 | 56020 | Assigned run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.941 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Wd2Lun +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.942 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.943 | 56021 | Recursively removing directory: /tmp/git.H0hZGu/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.944 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.944 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.946 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.947 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.947 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.950 | 73884 | Marked run 1537 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.951 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.951 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.951 | 73895 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.951 | 56020 | Removed run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.951 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.951 | 56020 | Assigned run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.951 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.951 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.t1w8x1 +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.952 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.956 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.957 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.957 | 56024 | Recursively removing directory: /tmp/git.Wd2Lun/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.959 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.959 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.961 | 73892 | Marked run 1538 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.962 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.963 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.965 | 56021 | Recursively removing directory: /tmp/git.t1w8x1/ +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.966 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.966 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.966 | 73908 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.966 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.966 | 56020 | Removed run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.966 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.966 | 56020 | Assigned run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.966 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RPJN7r +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.967 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.967 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.970 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.971 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.972 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.975 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.976 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.976 | 73917 | Added a new worker 13 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.977 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.977 | 56020 | Removed run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.977 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.977 | 56020 | Assigned run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.977 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mhvKSz +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.980 | 73907 | Marked run 1539 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.980 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.980 | 56024 | Recursively removing directory: /tmp/git.RPJN7r/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.981 | 56021 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.982 | 56021 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.982 | 56024 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.982 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.985 | 73910 | Marked run 1540 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.985 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.985 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.988 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.989 | 73926 | Added a new worker 10 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.989 | 56020 | Removed run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.989 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.989 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.989 | 56020 | Assigned run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.988 | 56024 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.989 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2Gzr7L +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.991 | 56021 | Recursively removing directory: /tmp/git.mhvKSz/ +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.992 | 56021 | Process exit code: 0 +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.992 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.993 | 56024 | Checking out revision HEAD +2024-04-25 03:45:22 | INFO | 56024/cimple-worker: 2024-04-25 03:45:22.994 | 56024 | Going to run: ./ci +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.996 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.998 | 73920 | Marked run 1541 as finished +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.998 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.999 | 56021 | Waiting for a new command +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.999 | 56018 | Waiting for new connections +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.999 | 73933 | Added a new worker 8 to the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.999 | 56020 | Removed run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.999 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:22 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.999 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:22.999 | 56020 | Assigned run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:22.999 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2whB9Z +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.004 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.004 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.005 | 56024 | Recursively removing directory: /tmp/git.2Gzr7L/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.006 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.006 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.009 | 73928 | Marked run 1542 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.009 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.010 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.013 | 56021 | Recursively removing directory: /tmp/git.2whB9Z/ +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.013 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.013 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.014 | 73944 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.014 | 56020 | Removed run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.014 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.014 | 56020 | Assigned run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.014 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.014 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3UHeS3 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.015 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.015 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.018 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.018 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.019 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.021 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.022 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.022 | 73947 | Added a new worker 13 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.022 | 56020 | Removed run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.022 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.022 | 56020 | Assigned run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.022 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ye7QGt +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.022 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.024 | 73943 | Marked run 1543 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.025 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.028 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.029 | 56024 | Recursively removing directory: /tmp/git.3UHeS3/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.029 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.031 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.031 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.032 | 73945 | Marked run 1544 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.032 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.034 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.037 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.037 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.037 | 73962 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.037 | 56020 | Removed run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.037 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.037 | 56020 | Assigned run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.037 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.037 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lHLaoe +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.038 | 56021 | Recursively removing directory: /tmp/git.ye7QGt/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.039 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.039 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.042 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.042 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.042 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.045 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.046 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.046 | 73966 | Added a new worker 13 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.046 | 56020 | Removed run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.046 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.046 | 56020 | Assigned run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.046 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.24Hz8e +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.046 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.047 | 73960 | Marked run 1545 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.047 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.051 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.052 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.052 | 56024 | Recursively removing directory: /tmp/git.lHLaoe/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.055 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.055 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.056 | 73963 | Marked run 1546 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.056 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.058 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.060 | 56021 | Recursively removing directory: /tmp/git.24Hz8e/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.062 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.062 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.062 | 73980 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.062 | 56020 | Removed run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.062 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.062 | 56020 | Assigned run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.062 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.062 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.062 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8idCbo +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.062 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.066 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.066 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.067 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.069 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.070 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.070 | 73983 | Added a new worker 13 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.070 | 56020 | Removed run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.070 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.070 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.070 | 56020 | Assigned run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.070 | 73979 | Marked run 1547 as finished +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.070 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.41BaxE +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.070 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.074 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.075 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.078 | 56024 | Recursively removing directory: /tmp/git.8idCbo/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.079 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.079 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.080 | 73981 | Marked run 1548 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.080 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.084 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.084 | 56021 | Recursively removing directory: /tmp/git.41BaxE/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.086 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.086 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.087 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.087 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.087 | 73998 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.087 | 56020 | Removed run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.087 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.087 | 56020 | Assigned run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.087 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.087 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.o4Xmlo +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.088 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.091 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.091 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.091 | 74000 | Added a new worker 12 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.091 | 56020 | Removed run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.091 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.092 | 56020 | Assigned run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.092 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.092 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NDQUTT +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.092 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.093 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.097 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.098 | 73997 | Marked run 1549 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.098 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.098 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.101 | 73999 | Marked run 1550 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.101 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.103 | 56024 | Recursively removing directory: /tmp/git.o4Xmlo/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.104 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.104 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.107 | 56021 | Recursively removing directory: /tmp/git.NDQUTT/ +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.108 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.109 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.109 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.111 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.111 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.111 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.111 | 74016 | Added a new worker 12 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.111 | 56020 | Removed run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.111 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.111 | 56020 | Assigned run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.112 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.112 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Mk1BtK +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.114 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.114 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.114 | 74018 | Added a new worker 12 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.114 | 56020 | Removed run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.114 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.114 | 56020 | Assigned run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.115 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.115 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Zha9kB +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.116 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.117 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.120 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.121 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.122 | 74015 | Marked run 1551 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.122 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.125 | 74017 | Marked run 1552 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.125 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.128 | 56024 | Recursively removing directory: /tmp/git.Mk1BtK/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.129 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.129 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.131 | 56021 | Recursively removing directory: /tmp/git.Zha9kB/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.132 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.132 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.133 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.136 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.137 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.137 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.137 | 74035 | Added a new worker 12 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.137 | 56020 | Removed run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.137 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.137 | 56020 | Assigned run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.137 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.137 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6On7Qr +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.140 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.140 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.140 | 74036 | Added a new worker 12 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.140 | 56020 | Removed run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.140 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.140 | 56020 | Assigned run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.140 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.141 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EPcDLS +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.142 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.142 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.146 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.146 | 74033 | Marked run 1553 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.146 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.147 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.150 | 74034 | Marked run 1554 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.150 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.152 | 56024 | Recursively removing directory: /tmp/git.6On7Qr/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.154 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.154 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.156 | 56021 | Recursively removing directory: /tmp/git.EPcDLS/ +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.157 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.158 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.158 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.160 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.160 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.160 | 74052 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.160 | 56020 | Removed run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.160 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.160 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.160 | 56020 | Assigned run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.160 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.161 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FGT2Yp +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.163 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.163 | 74054 | Added a new worker 12 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.163 | 56020 | Removed run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.163 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.164 | 56020 | Assigned run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.164 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.163 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.164 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dZWKZR +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.165 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.166 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.169 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.170 | 74051 | Marked run 1555 as finished +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.171 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.171 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.174 | 74053 | Marked run 1556 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.174 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.175 | 56024 | Recursively removing directory: /tmp/git.FGT2Yp/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.177 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.177 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.179 | 56021 | Recursively removing directory: /tmp/git.dZWKZR/ +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.180 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.181 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.181 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.183 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.183 | 74070 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.183 | 56020 | Removed run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.183 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.183 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.183 | 56020 | Assigned run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.183 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.183 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wp2gqO +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.184 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.187 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.187 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.187 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.188 | 74072 | Added a new worker 12 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.188 | 56020 | Removed run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.188 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.188 | 56020 | Assigned run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.188 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.188 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4fs73x +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.190 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.193 | 74069 | Marked run 1557 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.193 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.194 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.195 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.197 | 74071 | Marked run 1558 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.198 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.198 | 56024 | Recursively removing directory: /tmp/git.wp2gqO/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.199 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.199 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.203 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.204 | 56021 | Recursively removing directory: /tmp/git.4fs73x/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.205 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.205 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.206 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.206 | 74088 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.206 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.207 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.207 | 56020 | Removed run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.207 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.207 | 56020 | Assigned run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.207 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FSfvHS +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.208 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.211 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.211 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.211 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.211 | 74090 | Added a new worker 12 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.211 | 56020 | Removed run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.211 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.211 | 56020 | Assigned run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.211 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.212 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3bU7Bu +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.212 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.218 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.218 | 74087 | Marked run 1559 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.218 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.219 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.222 | 74089 | Marked run 1560 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.222 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.222 | 56024 | Recursively removing directory: /tmp/git.FSfvHS/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.223 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.223 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.226 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.228 | 56021 | Recursively removing directory: /tmp/git.3bU7Bu/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.229 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.230 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VCKwy3 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.230 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.230 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.229 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.230 | 74106 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.230 | 56020 | Removed run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.230 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.230 | 56020 | Assigned run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.230 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.234 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.234 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.235 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.237 | 74105 | Marked run 1561 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.237 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.237 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.238 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.238 | 74109 | Added a new worker 8 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.238 | 56020 | Removed run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.238 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.238 | 56020 | Assigned run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.238 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0yY0cs +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.238 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.243 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.243 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.245 | 56024 | Recursively removing directory: /tmp/git.VCKwy3/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.247 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.247 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.249 | 74107 | Marked run 1562 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.249 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.250 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.252 | 56021 | Recursively removing directory: /tmp/git.0yY0cs/ +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.253 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.253 | 74124 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.253 | 56020 | Removed run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.253 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.253 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.253 | 56020 | Assigned run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.253 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.254 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.P0RSPE +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.254 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.254 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.257 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.258 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.259 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.260 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.260 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.260 | 74127 | Added a new worker 12 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.260 | 56020 | Removed run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.260 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.260 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.260 | 56020 | Assigned run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.260 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3Upo4c +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.264 | 74123 | Marked run 1563 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.264 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.266 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.267 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.268 | 74125 | Marked run 1564 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.268 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.270 | 56024 | Recursively removing directory: /tmp/git.P0RSPE/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.271 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.271 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.275 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.276 | 56021 | Recursively removing directory: /tmp/git.3Upo4c/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.277 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.277 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.278 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.278 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.278 | 74142 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.278 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.278 | 56020 | Removed run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.278 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.278 | 56020 | Assigned run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.278 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xOdyyK +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.281 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.283 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.284 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.284 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.284 | 74144 | Added a new worker 13 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.284 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.284 | 56020 | Removed run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.284 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.284 | 56020 | Assigned run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.284 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.284 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YlWwzG +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.287 | 74141 | Marked run 1565 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.287 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.290 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.291 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.293 | 56024 | Recursively removing directory: /tmp/git.xOdyyK/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.295 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.295 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.295 | 74143 | Marked run 1566 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.295 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.298 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.300 | 56021 | Recursively removing directory: /tmp/git.YlWwzG/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.302 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.302 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.302 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.302 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qSFPO7 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.302 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.302 | 74160 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.302 | 56020 | Removed run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.302 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.302 | 56020 | Assigned run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.302 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.306 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.306 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.308 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.309 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.309 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.309 | 74163 | Added a new worker 13 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.309 | 56020 | Removed run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.309 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.309 | 56020 | Assigned run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.309 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.310 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.u4KmqD +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.310 | 74159 | Marked run 1567 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.310 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.315 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.316 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.317 | 56024 | Recursively removing directory: /tmp/git.qSFPO7/ +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.318 | 74161 | Marked run 1568 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.318 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.319 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.319 | 56024 | Process output: 415085 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.322 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.325 | 56021 | Recursively removing directory: /tmp/git.u4KmqD/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.325 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.325 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.325 | 74178 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.325 | 56020 | Removed run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.325 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.325 | 56020 | Assigned run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.326 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.326 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pUezp2 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.327 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.327 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.329 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.330 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.331 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.332 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.332 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.333 | 74181 | Added a new worker 13 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.333 | 56020 | Removed run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.333 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.333 | 56020 | Assigned run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.333 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5tvw2k +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.333 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.334 | 74177 | Marked run 1569 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.334 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.338 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.339 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.340 | 56024 | Recursively removing directory: /tmp/git.pUezp2/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.342 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.342 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.343 | 74179 | Marked run 1570 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.344 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.346 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.347 | 56021 | Recursively removing directory: /tmp/git.5tvw2k/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.349 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.349 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.349 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.349 | 74196 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.349 | 56020 | Removed run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.349 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.349 | 56020 | Assigned run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.349 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.350 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.350 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.86BB3L +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.352 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.354 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.355 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.355 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.355 | 74198 | Added a new worker 12 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.355 | 56020 | Removed run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.355 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.355 | 56020 | Assigned run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.355 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.355 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.355 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sN6iiZ +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.362 | 74195 | Marked run 1571 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.362 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.363 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.364 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.366 | 74197 | Marked run 1572 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.366 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.367 | 56024 | Recursively removing directory: /tmp/git.86BB3L/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.368 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.368 | 56024 | Process output: 415085 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.372 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.372 | 56021 | Recursively removing directory: /tmp/git.sN6iiZ/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.374 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.374 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.375 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.375 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.375 | 74214 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.375 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.375 | 56020 | Removed run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.375 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.375 | 56020 | Assigned run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.375 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LgQHiB +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.378 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.379 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.380 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.381 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.381 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.382 | 74217 | Added a new worker 13 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.382 | 56020 | Removed run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.382 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.382 | 56020 | Assigned run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.382 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.382 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.H2onAe +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.385 | 74213 | Marked run 1573 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.385 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.388 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.389 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.390 | 56024 | Recursively removing directory: /tmp/git.LgQHiB/ +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.391 | 74215 | Marked run 1574 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.392 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.392 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.392 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.395 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.397 | 56021 | Recursively removing directory: /tmp/git.H2onAe/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.398 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.398 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.398 | 74232 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.398 | 56020 | Removed run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.398 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.398 | 56020 | Assigned run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.398 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.399 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.w38Mb4 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.399 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.399 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.402 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.403 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.404 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.405 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.405 | 74235 | Added a new worker 13 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.405 | 56020 | Removed run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.405 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.405 | 56020 | Assigned run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.405 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.405 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.406 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tBAzJc +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.409 | 74231 | Marked run 1575 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.409 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.411 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.412 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.413 | 74233 | Marked run 1576 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.414 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.414 | 56024 | Recursively removing directory: /tmp/git.w38Mb4/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.415 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.415 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.419 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.420 | 56021 | Recursively removing directory: /tmp/git.tBAzJc/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.422 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.422 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.422 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.422 | 74250 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.422 | 56020 | Removed run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.422 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.422 | 56020 | Assigned run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.422 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.422 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.423 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8alpyO +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.425 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.427 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.427 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.428 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.428 | 74252 | Added a new worker 13 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.428 | 56020 | Removed run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.428 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.428 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.428 | 56020 | Assigned run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.428 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.428 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mz2k8j +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.431 | 74249 | Marked run 1577 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.431 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.433 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.434 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.437 | 74251 | Marked run 1578 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.438 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.438 | 56024 | Recursively removing directory: /tmp/git.8alpyO/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.440 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.440 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.444 | 56021 | Recursively removing directory: /tmp/git.mz2k8j/ +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.444 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.445 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.445 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.446 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.446 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.446 | 74268 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.446 | 56020 | Removed run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.446 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.446 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.446 | 56020 | Assigned run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.447 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GYtKRa +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.448 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.450 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.451 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.452 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.452 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.452 | 74271 | Added a new worker 12 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.452 | 56020 | Removed run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.452 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.452 | 56020 | Assigned run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.453 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XadBnP +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.454 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.458 | 74267 | Marked run 1579 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.458 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.458 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.459 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.461 | 56024 | Recursively removing directory: /tmp/git.GYtKRa/ +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.462 | 74269 | Marked run 1580 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.462 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.463 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.463 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.466 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.468 | 56021 | Recursively removing directory: /tmp/git.XadBnP/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.469 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.469 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.470 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.470 | 74286 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.470 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.470 | 56020 | Removed run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.470 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.470 | 56020 | Assigned run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.470 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.470 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.k7d5OE +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.473 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.475 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.476 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.477 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.477 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.477 | 74289 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.477 | 74285 | Marked run 1581 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.477 | 56020 | Removed run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.477 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.477 | 56020 | Assigned run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.477 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.477 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.477 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.s4UIAf +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.482 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.483 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.485 | 56024 | Recursively removing directory: /tmp/git.k7d5OE/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.487 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.487 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.487 | 74287 | Marked run 1582 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.488 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.491 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.492 | 56021 | Recursively removing directory: /tmp/git.s4UIAf/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.493 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.493 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.494 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.494 | 74304 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.494 | 56020 | Removed run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.494 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.494 | 56020 | Assigned run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.494 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.494 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.494 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.y5JKsX +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.496 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.499 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.499 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.499 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.499 | 74306 | Added a new worker 12 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.499 | 56020 | Removed run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.499 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.499 | 56020 | Assigned run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.500 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.500 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.500 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kUldP0 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.504 | 74303 | Marked run 1583 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.504 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.507 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.508 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.509 | 56024 | Recursively removing directory: /tmp/git.y5JKsX/ +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.509 | 74305 | Marked run 1584 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.509 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.510 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.510 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.514 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.518 | 56021 | Recursively removing directory: /tmp/git.kUldP0/ +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.518 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.518 | 74322 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.518 | 56020 | Removed run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.518 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.518 | 56020 | Assigned run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.518 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.518 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.518 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BdKQH7 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.520 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.520 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.523 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.524 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.524 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.526 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.526 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.526 | 74325 | Added a new worker 12 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.526 | 56020 | Removed run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.526 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.526 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.526 | 56020 | Assigned run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.527 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VxPe2m +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.531 | 74319 | Marked run 1585 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.531 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.532 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.533 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.535 | 56024 | Recursively removing directory: /tmp/git.BdKQH7/ +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.537 | 74323 | Marked run 1586 as finished +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.537 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.537 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.538 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.542 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.542 | 56021 | Recursively removing directory: /tmp/git.VxPe2m/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.544 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.544 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.545 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.545 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.545 | 74340 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.545 | 56020 | Removed run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.545 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.545 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.545 | 56020 | Assigned run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.545 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bFWOxM +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.548 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.550 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.550 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.552 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.552 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.552 | 74343 | Added a new worker 13 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.552 | 56020 | Removed run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.552 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.552 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.552 | 56020 | Assigned run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.552 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RWDYKp +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.554 | 74339 | Marked run 1587 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.554 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.557 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.558 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.560 | 56024 | Recursively removing directory: /tmp/git.bFWOxM/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.562 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.562 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.562 | 74341 | Marked run 1588 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.563 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.566 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.567 | 56021 | Recursively removing directory: /tmp/git.RWDYKp/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.568 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.568 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.569 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.569 | 74358 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.569 | 56020 | Removed run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.569 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.569 | 56020 | Assigned run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.569 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.569 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.569 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gmANa8 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.572 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.573 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.573 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.575 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.576 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.576 | 74362 | Added a new worker 12 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.576 | 56020 | Removed run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.576 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.576 | 56020 | Assigned run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.576 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.576 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TE2iVU +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.579 | 74357 | Marked run 1589 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.580 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.583 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.583 | 56024 | Recursively removing directory: /tmp/git.gmANa8/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.584 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.584 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.584 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.587 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.590 | 74359 | Marked run 1590 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.591 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.591 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.591 | 74376 | Added a new worker 9 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.591 | 56020 | Removed run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.591 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.591 | 56020 | Assigned run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.591 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.591 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.591 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rvTMCh +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.593 | 56021 | Recursively removing directory: /tmp/git.TE2iVU/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.595 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.595 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.596 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.597 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.599 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.600 | 74371 | Marked run 1591 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.600 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.602 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.602 | 74383 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.602 | 56020 | Removed run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.602 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.602 | 56020 | Assigned run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.602 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.602 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.602 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BbFz0j +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.607 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.607 | 56024 | Recursively removing directory: /tmp/git.rvTMCh/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.607 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.608 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.608 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.611 | 74378 | Marked run 1592 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.612 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.612 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.615 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.615 | 74394 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.615 | 56020 | Removed run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.615 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.615 | 56020 | Assigned run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.616 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.615 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.616 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Lbk3R9 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.616 | 56021 | Recursively removing directory: /tmp/git.BbFz0j/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.618 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.618 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.619 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.620 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.623 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.625 | 74389 | Marked run 1593 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.625 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.627 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.627 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.627 | 74403 | Added a new worker 8 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.627 | 56020 | Removed run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.627 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.627 | 56020 | Assigned run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.627 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.627 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.deX68X +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.628 | 56024 | Recursively removing directory: /tmp/git.Lbk3R9/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.630 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.630 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.632 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.633 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.633 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.636 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.636 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.636 | 74406 | Added a new worker 13 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.636 | 56020 | Removed run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.636 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.636 | 56020 | Assigned run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.636 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3cs7Qp +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.636 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.637 | 74398 | Marked run 1594 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.638 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.641 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.642 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.644 | 56021 | Recursively removing directory: /tmp/git.deX68X/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.646 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.646 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.646 | 74404 | Marked run 1595 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.646 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.649 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.651 | 56024 | Recursively removing directory: /tmp/git.3cs7Qp/ +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.652 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.652 | 74421 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.652 | 56020 | Removed run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.652 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.652 | 56020 | Assigned run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.653 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.652 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.653 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RJWVsF +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.653 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.653 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.656 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.657 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.658 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.659 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.659 | 74424 | Added a new worker 13 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.659 | 56020 | Removed run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.659 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.659 | 56020 | Assigned run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.659 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.659 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.660 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eqZ2vX +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.663 | 74420 | Marked run 1596 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.663 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.665 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.666 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.668 | 56021 | Recursively removing directory: /tmp/git.RJWVsF/ +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.669 | 74422 | Marked run 1597 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.669 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.670 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.670 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.673 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.675 | 56024 | Recursively removing directory: /tmp/git.eqZ2vX/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.676 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.676 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.677 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.677 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.677 | 74439 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.677 | 56020 | Removed run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.677 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.677 | 56020 | Assigned run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.677 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.677 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XUiUUQ +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.681 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.682 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.683 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.684 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.684 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.684 | 74442 | Added a new worker 13 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.684 | 56020 | Removed run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.684 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.684 | 56020 | Assigned run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.685 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.685 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.n0VfKB +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.686 | 74438 | Marked run 1598 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.686 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.690 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.691 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.693 | 56021 | Recursively removing directory: /tmp/git.XUiUUQ/ +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.694 | 74440 | Marked run 1599 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.694 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.695 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.695 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.698 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.700 | 56024 | Recursively removing directory: /tmp/git.n0VfKB/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.701 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.701 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.702 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.702 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.702 | 74457 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.702 | 56020 | Removed run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.702 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.702 | 56020 | Assigned run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.702 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ftcJTQ +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.703 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.705 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.707 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.707 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.709 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.709 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.709 | 74460 | Added a new worker 13 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.709 | 56020 | Removed run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.709 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.709 | 56020 | Assigned run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.709 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BYuovn +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.710 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.712 | 74456 | Marked run 1600 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.712 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.715 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.716 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.717 | 56021 | Recursively removing directory: /tmp/git.ftcJTQ/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.719 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.719 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.719 | 74458 | Marked run 1601 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.719 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.722 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.725 | 56024 | Recursively removing directory: /tmp/git.BYuovn/ +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.726 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.726 | 74475 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.726 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.726 | 56020 | Removed run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.726 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.726 | 56020 | Assigned run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.726 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.726 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.R4KTiQ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.727 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.727 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.730 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.731 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.731 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.734 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.734 | 74474 | Marked run 1602 as finished +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.734 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.734 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.734 | 74479 | Added a new worker 6 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.734 | 56020 | Removed run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.734 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.734 | 56020 | Assigned run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.735 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.735 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vQ6cTx +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.739 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.740 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.741 | 56021 | Recursively removing directory: /tmp/git.R4KTiQ/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.743 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.743 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.744 | 74476 | Marked run 1603 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.744 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.747 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.749 | 56024 | Recursively removing directory: /tmp/git.vQ6cTx/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.750 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.750 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.750 | 74493 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.750 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.750 | 56020 | Removed run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.750 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.750 | 56020 | Assigned run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.751 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kDqpLS +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.751 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.751 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.754 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.756 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.757 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.757 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.757 | 74495 | Added a new worker 12 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.757 | 56020 | Removed run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.757 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.757 | 56020 | Assigned run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.757 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.757 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wf6kox +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.758 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.761 | 74492 | Marked run 1604 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.761 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.763 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.764 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.766 | 56021 | Recursively removing directory: /tmp/git.kDqpLS/ +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.767 | 74494 | Marked run 1605 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.767 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.768 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.768 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.772 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.773 | 56024 | Recursively removing directory: /tmp/git.wf6kox/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.774 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.774 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.775 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.775 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.775 | 74511 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.775 | 56020 | Removed run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.775 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.775 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.775 | 56020 | Assigned run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.775 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rPepJW +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.778 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.779 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.779 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.782 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.782 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.782 | 74515 | Added a new worker 13 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.782 | 56020 | Removed run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.782 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.782 | 56020 | Assigned run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.782 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.782 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dTFUWu +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.787 | 74510 | Marked run 1606 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.787 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.788 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.789 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.790 | 56021 | Recursively removing directory: /tmp/git.rPepJW/ +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.792 | 74512 | Marked run 1607 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.792 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.792 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.792 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.796 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.797 | 56024 | Recursively removing directory: /tmp/git.dTFUWu/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.798 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.798 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.799 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.799 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.799 | 74529 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.799 | 56020 | Removed run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.799 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.799 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.799 | 56020 | Assigned run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.799 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2lKspE +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.801 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.803 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.804 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.804 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.804 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.805 | 74531 | Added a new worker 12 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.805 | 56020 | Removed run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.805 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.805 | 56020 | Assigned run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.805 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.805 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5B6Z2P +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.816 | 74528 | Marked run 1608 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.816 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.818 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.818 | 56021 | Recursively removing directory: /tmp/git.2lKspE/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.819 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.820 | 74530 | Marked run 1609 as finished +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.820 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.820 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.820 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.823 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.826 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.826 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.826 | 74547 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.826 | 56020 | Removed run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.826 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.826 | 56020 | Assigned run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.826 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pJIBSH +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.827 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.828 | 56024 | Recursively removing directory: /tmp/git.5B6Z2P/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.829 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.829 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.831 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.832 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.833 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.835 | 74543 | Marked run 1610 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.835 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.836 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.836 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.836 | 74554 | Added a new worker 8 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.836 | 56020 | Removed run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.836 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.836 | 56020 | Assigned run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.836 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.837 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IIZycX +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.841 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.841 | 56021 | Recursively removing directory: /tmp/git.pJIBSH/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.842 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.843 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.843 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.846 | 74549 | Marked run 1611 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.846 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.846 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.850 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.850 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.850 | 74565 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.850 | 56020 | Removed run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.850 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.850 | 56020 | Assigned run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.850 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.B9WIsS +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.851 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.851 | 56024 | Recursively removing directory: /tmp/git.IIZycX/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.853 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.853 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.854 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.855 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.858 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.860 | 74560 | Marked run 1612 as finished +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.861 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.861 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.861 | 74574 | Added a new worker 6 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.861 | 56020 | Removed run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.861 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.861 | 56020 | Assigned run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.862 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.862 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5xZiLS +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.864 | 56021 | Recursively removing directory: /tmp/git.B9WIsS/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.865 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.865 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.867 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.867 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.868 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.871 | 74568 | Marked run 1613 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.871 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.871 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.871 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.872 | 74579 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.872 | 56020 | Removed run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.872 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.872 | 56020 | Assigned run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.872 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.s8S3k9 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.872 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.876 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.877 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.878 | 56024 | Recursively removing directory: /tmp/git.5xZiLS/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.880 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.880 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.882 | 74576 | Marked run 1614 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.882 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.884 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.886 | 56021 | Recursively removing directory: /tmp/git.s8S3k9/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.887 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.887 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.887 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.888 | 74592 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.888 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.888 | 56020 | Removed run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.888 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.888 | 56020 | Assigned run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.887 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.888 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cz96Pl +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.890 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.892 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.893 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.893 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.893 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.893 | 74595 | Added a new worker 12 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.893 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.893 | 56020 | Removed run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.893 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.894 | 56020 | Assigned run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.894 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RliFmg +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.898 | 74591 | Marked run 1615 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.898 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.900 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.901 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.903 | 56024 | Recursively removing directory: /tmp/git.cz96Pl/ +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.904 | 74593 | Marked run 1616 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.904 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.905 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.905 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.908 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.909 | 56021 | Recursively removing directory: /tmp/git.RliFmg/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.911 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.911 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.912 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.912 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.912 | 74610 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.912 | 56020 | Removed run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.912 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.912 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.912 | 56020 | Assigned run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.912 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rjDofq +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.915 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.916 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.918 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.918 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.918 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.919 | 74613 | Added a new worker 13 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.919 | 56020 | Removed run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.919 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.919 | 56020 | Assigned run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.919 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FpMCkn +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.919 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.920 | 74609 | Marked run 1617 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.921 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.924 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.925 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.928 | 74611 | Marked run 1618 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.928 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.928 | 56024 | Recursively removing directory: /tmp/git.rjDofq/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.929 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.929 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.933 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.934 | 56021 | Recursively removing directory: /tmp/git.FpMCkn/ +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.935 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.935 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.936 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.936 | 74628 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.937 | 56020 | Removed run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.937 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.937 | 56020 | Assigned run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.936 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.937 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Rt5llM +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.937 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.939 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.941 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.942 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.943 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.943 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.944 | 74631 | Added a new worker 13 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.944 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.944 | 56020 | Removed run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.944 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.944 | 56020 | Assigned run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.944 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.olrflL +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.945 | 74627 | Marked run 1619 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.945 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.949 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.950 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.952 | 56024 | Recursively removing directory: /tmp/git.Rt5llM/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.953 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.953 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.954 | 74629 | Marked run 1620 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.954 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.956 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.959 | 56021 | Recursively removing directory: /tmp/git.olrflL/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.960 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.960 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.960 | 74646 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.960 | 56020 | Removed run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.960 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.960 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.960 | 56020 | Assigned run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.960 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dfZAwV +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.960 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.960 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.963 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.965 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.965 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.966 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.966 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.966 | 74649 | Added a new worker 13 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.966 | 56020 | Removed run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.966 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.967 | 56020 | Assigned run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.967 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.967 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CbfeGe +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.970 | 74645 | Marked run 1621 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.971 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.973 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.974 | 56021 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.975 | 56024 | Recursively removing directory: /tmp/git.dfZAwV/ +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.976 | 56024 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.976 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.977 | 74647 | Marked run 1622 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.977 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.979 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.983 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.983 | 74664 | Added a new worker 10 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.983 | 56020 | Removed run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.983 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.983 | 56020 | Assigned run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.983 | 56021 | Recursively removing directory: /tmp/git.CbfeGe/ +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.984 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.983 | 56024 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.984 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Fp99b0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.984 | 56021 | Process exit code: 0 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.984 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.987 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.988 | 56024 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56024/cimple-worker: 2024-04-25 03:45:23.989 | 56024 | Going to run: ./ci +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.990 | 56021 | Waiting for a new command +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.990 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.990 | 74667 | Added a new worker 13 to the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.990 | 56020 | Removed run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.990 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.990 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.990 | 56020 | Assigned run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.990 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IaZVBM +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.994 | 74661 | Marked run 1623 as finished +2024-04-25 03:45:23 | INFO | 56018/cimple-server: 2024-04-25 03:45:23.994 | 56018 | Waiting for new connections +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.995 | 56021 | Checking out revision HEAD +2024-04-25 03:45:23 | INFO | 56021/cimple-worker: 2024-04-25 03:45:23.996 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.000 | 56024 | Recursively removing directory: /tmp/git.Fp99b0/ +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.001 | 74665 | Marked run 1624 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.001 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.002 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.002 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.005 | 56021 | Recursively removing directory: /tmp/git.IaZVBM/ +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.006 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.007 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.007 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.009 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.009 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.009 | 74682 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.009 | 56020 | Removed run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.009 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.009 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.009 | 56020 | Assigned run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.009 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ya1CeP +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.010 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.012 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.013 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.014 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.014 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.014 | 74685 | Added a new worker 12 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.015 | 56020 | Removed run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.015 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.015 | 56020 | Assigned run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.015 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.015 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NZ6wM1 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.020 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.021 | 74681 | Marked run 1625 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.021 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.021 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.024 | 74683 | Marked run 1626 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.025 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.025 | 56024 | Recursively removing directory: /tmp/git.ya1CeP/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.027 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.027 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.030 | 56021 | Recursively removing directory: /tmp/git.NZ6wM1/ +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.031 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.031 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.031 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.033 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.033 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.033 | 74700 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.033 | 56020 | Removed run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.033 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.033 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.033 | 56020 | Assigned run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.033 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.431O18 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.035 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.039 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.039 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.039 | 74702 | Added a new worker 12 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.039 | 56020 | Removed run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.039 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.039 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.039 | 56020 | Assigned run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.040 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3aaGXL +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.044 | 74699 | Marked run 1627 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.044 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.044 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.045 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.047 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.047 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.048 | 74701 | Marked run 1628 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.049 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.054 | 56024 | Recursively removing directory: /tmp/git.431O18/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.056 | 56021 | Recursively removing directory: /tmp/git.3aaGXL/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.056 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.056 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.057 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.057 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.059 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.060 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.062 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.062 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.062 | 74719 | Added a new worker 12 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.062 | 56020 | Removed run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.062 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.062 | 56020 | Assigned run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.062 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.062 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.w3hMbz +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.063 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.063 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.063 | 74720 | Added a new worker 12 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.064 | 56020 | Removed run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.064 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.064 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.064 | 56020 | Assigned run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.064 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hRVjXU +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.067 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.068 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.070 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.071 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.073 | 74717 | Marked run 1629 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.073 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.077 | 74718 | Marked run 1630 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.077 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.080 | 56024 | Recursively removing directory: /tmp/git.w3hMbz/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.081 | 56021 | Recursively removing directory: /tmp/git.hRVjXU/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.082 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.082 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.082 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.082 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.084 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.085 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.087 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.087 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.087 | 74737 | Added a new worker 12 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.087 | 56020 | Removed run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.087 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.087 | 56020 | Assigned run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.087 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.088 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.raw4Ws +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.088 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.088 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.088 | 74738 | Added a new worker 12 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.088 | 56020 | Removed run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.088 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.088 | 56020 | Assigned run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.089 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.089 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3l6SzF +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.093 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.093 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.094 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.095 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.098 | 74735 | Marked run 1631 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.098 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.101 | 74736 | Marked run 1632 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.101 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.104 | 56024 | Recursively removing directory: /tmp/git.raw4Ws/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.104 | 56021 | Recursively removing directory: /tmp/git.3l6SzF/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.105 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.105 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.106 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.106 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.108 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.108 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.111 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.111 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.111 | 74755 | Added a new worker 12 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.111 | 56020 | Removed run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.111 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.111 | 56020 | Assigned run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.111 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IyySx4 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.111 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.111 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.111 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.112 | 74756 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.112 | 56020 | Removed run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.112 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.112 | 56020 | Assigned run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.112 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.112 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oLAFXX +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.115 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.116 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.117 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.118 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.122 | 74753 | Marked run 1633 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.122 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.124 | 74754 | Marked run 1634 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.124 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.125 | 56024 | Recursively removing directory: /tmp/git.IyySx4/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.127 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.127 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.128 | 56021 | Recursively removing directory: /tmp/git.oLAFXX/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.130 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.130 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.130 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.134 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.134 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.134 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.134 | 74772 | Added a new worker 12 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.134 | 56020 | Removed run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.134 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.134 | 56020 | Assigned run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.134 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.135 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6Htx3v +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.138 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.138 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.138 | 74774 | Added a new worker 12 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.138 | 56020 | Removed run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.138 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.138 | 56020 | Assigned run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.139 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.139 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.W4ilGM +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.139 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.140 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.144 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.144 | 74771 | Marked run 1635 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.144 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.145 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.152 | 74773 | Marked run 1636 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.152 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.152 | 56024 | Recursively removing directory: /tmp/git.6Htx3v/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.154 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.154 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.158 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.158 | 56021 | Recursively removing directory: /tmp/git.W4ilGM/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.159 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.159 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.160 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.160 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.160 | 74790 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.160 | 56020 | Removed run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.160 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.160 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.160 | 56020 | Assigned run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.161 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DxjG2v +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.163 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.165 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.166 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.166 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.167 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.167 | 74793 | Added a new worker 12 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.167 | 56020 | Removed run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.167 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.167 | 56020 | Assigned run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.167 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DCrrqg +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.168 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.173 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.173 | 74789 | Marked run 1637 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.173 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.174 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.177 | 56024 | Recursively removing directory: /tmp/git.DxjG2v/ +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.178 | 74791 | Marked run 1638 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.178 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.178 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.179 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.183 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.183 | 56021 | Recursively removing directory: /tmp/git.DCrrqg/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.184 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.184 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.185 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.185 | 74808 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.185 | 56020 | Removed run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.185 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.185 | 56020 | Assigned run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.185 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.186 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dnzT9d +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.186 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.188 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.189 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.190 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.191 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.191 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.192 | 74811 | Added a new worker 12 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.192 | 56020 | Removed run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.192 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.192 | 56020 | Assigned run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.192 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xtaY5K +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.192 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.197 | 74807 | Marked run 1639 as finished +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.197 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.197 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.198 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.201 | 74809 | Marked run 1640 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.202 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.202 | 56024 | Recursively removing directory: /tmp/git.dnzT9d/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.203 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.203 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.207 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.207 | 56021 | Recursively removing directory: /tmp/git.xtaY5K/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.209 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.209 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.210 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.210 | 74826 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.210 | 56020 | Removed run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.210 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.210 | 56020 | Assigned run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.210 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.211 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1ckZku +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.211 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.212 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.215 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.215 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.215 | 74828 | Added a new worker 12 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.215 | 56020 | Removed run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.215 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.215 | 56020 | Assigned run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.215 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.215 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.215 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.chDosW +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.216 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.221 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.222 | 74825 | Marked run 1641 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.222 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.222 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.225 | 74827 | Marked run 1642 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.225 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.226 | 56024 | Recursively removing directory: /tmp/git.1ckZku/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.227 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.227 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.231 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.231 | 56021 | Recursively removing directory: /tmp/git.chDosW/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.233 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.233 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.234 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.234 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.234 | 74844 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.234 | 56020 | Removed run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.234 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.234 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.234 | 56020 | Assigned run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.235 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ueG2YL +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.237 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.239 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.240 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.240 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.240 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.240 | 74846 | Added a new worker 14 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.240 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.240 | 56020 | Removed run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.240 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.241 | 56020 | Assigned run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.241 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rlDDJs +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.243 | 74843 | Marked run 1643 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.244 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.247 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.248 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.249 | 56024 | Recursively removing directory: /tmp/git.ueG2YL/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.251 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.251 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.251 | 74845 | Marked run 1644 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.252 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.254 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.257 | 56021 | Recursively removing directory: /tmp/git.rlDDJs/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.258 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.258 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.258 | 74862 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.258 | 56020 | Removed run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.258 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.258 | 56020 | Assigned run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.258 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.258 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.47KAUi +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.258 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.258 | 56021 | Process output: 415085 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.263 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.263 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.264 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.266 | 74861 | Marked run 1645 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.266 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.267 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.267 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.267 | 74866 | Added a new worker 8 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.267 | 56020 | Removed run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.267 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.267 | 56020 | Assigned run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.267 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.267 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mS6bE8 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.272 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.273 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.274 | 56024 | Recursively removing directory: /tmp/git.47KAUi/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.276 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.276 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.277 | 74863 | Marked run 1646 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.278 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.279 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.281 | 56021 | Recursively removing directory: /tmp/git.mS6bE8/ +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.283 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.283 | 74880 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.283 | 56020 | Removed run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.283 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.283 | 56020 | Assigned run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.283 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.283 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.283 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.283 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.283 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tLcqvb +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.287 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.287 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.287 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.291 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.291 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.291 | 74885 | Added a new worker 13 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.291 | 56020 | Removed run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.291 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.291 | 56020 | Assigned run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.291 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.291 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wpjRSD +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.295 | 74879 | Marked run 1647 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.295 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.297 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.298 | 56024 | Recursively removing directory: /tmp/git.tLcqvb/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.299 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.300 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.300 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.301 | 74881 | Marked run 1648 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.301 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.304 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.307 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.307 | 74898 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.307 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.308 | 56020 | Removed run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.308 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.308 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.308 | 56020 | Assigned run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.308 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iXn59L +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.308 | 56021 | Recursively removing directory: /tmp/git.wpjRSD/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.309 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.309 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.313 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.314 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.313 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.315 | 74895 | Marked run 1649 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.315 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.316 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.316 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.317 | 74902 | Added a new worker 8 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.317 | 56020 | Removed run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.317 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.317 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.317 | 56020 | Assigned run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.317 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.f7uGpy +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.321 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.322 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.324 | 56024 | Recursively removing directory: /tmp/git.iXn59L/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.326 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.326 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.327 | 74899 | Marked run 1650 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.328 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.330 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.331 | 56021 | Recursively removing directory: /tmp/git.f7uGpy/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.332 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.332 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.333 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.333 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.333 | 74916 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.333 | 56020 | Removed run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.333 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.333 | 56020 | Assigned run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.333 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wW5t4Z +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.334 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.337 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.338 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.338 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.340 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.340 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.340 | 74919 | Added a new worker 13 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.340 | 56020 | Removed run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.340 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.340 | 56020 | Assigned run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.340 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.340 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.k3kBmM +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.341 | 74915 | Marked run 1651 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.342 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.346 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.346 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.347 | 56024 | Recursively removing directory: /tmp/git.wW5t4Z/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.349 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.349 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.351 | 74917 | Marked run 1652 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.351 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.353 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.355 | 56021 | Recursively removing directory: /tmp/git.k3kBmM/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.356 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.356 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.356 | 74934 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.356 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.356 | 56020 | Removed run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.356 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.357 | 56020 | Assigned run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.357 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.357 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.357 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eu1HlG +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.360 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.361 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.362 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.362 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.362 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.363 | 74936 | Added a new worker 12 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.363 | 56020 | Removed run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.363 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.363 | 56020 | Assigned run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.363 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.363 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sGjZiv +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.367 | 74933 | Marked run 1653 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.367 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.369 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.370 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.372 | 56024 | Recursively removing directory: /tmp/git.eu1HlG/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.374 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.374 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.374 | 74935 | Marked run 1654 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.374 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.377 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.379 | 56021 | Recursively removing directory: /tmp/git.sGjZiv/ +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.380 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.380 | 74952 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.380 | 56020 | Removed run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.380 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.380 | 56020 | Assigned run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.380 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.380 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QStPJk +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.381 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.381 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.381 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.384 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.385 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.385 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.388 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.389 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.389 | 74958 | Added a new worker 13 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.389 | 56020 | Removed run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.389 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.389 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.389 | 56020 | Assigned run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.389 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.w0G4Pz +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.392 | 74951 | Marked run 1655 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.392 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.394 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.395 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.395 | 56024 | Recursively removing directory: /tmp/git.QStPJk/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.398 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.398 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.399 | 74953 | Marked run 1656 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.399 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.401 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.404 | 56021 | Recursively removing directory: /tmp/git.w0G4Pz/ +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.404 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.404 | 74970 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.404 | 56020 | Removed run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.404 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.404 | 56020 | Assigned run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.404 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.404 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.405 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LFMSaj +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.405 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.405 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.408 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.409 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.410 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.411 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.411 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.411 | 74973 | Added a new worker 13 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.411 | 56020 | Removed run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.411 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.412 | 56020 | Assigned run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.412 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.412 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uF3vtD +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.414 | 74969 | Marked run 1657 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.415 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.418 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.419 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.420 | 56024 | Recursively removing directory: /tmp/git.LFMSaj/ +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.421 | 74971 | Marked run 1658 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.422 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.422 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.422 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.425 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.428 | 56021 | Recursively removing directory: /tmp/git.uF3vtD/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.429 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.429 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.429 | 74988 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.429 | 56020 | Removed run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.429 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.429 | 56020 | Assigned run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.429 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DQfYMF +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.429 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.429 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.430 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.433 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.434 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.435 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.437 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.437 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.437 | 74992 | Added a new worker 12 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.437 | 74987 | Marked run 1659 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.437 | 56020 | Removed run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.437 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.437 | 56020 | Assigned run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.437 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.438 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.438 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fVh72s +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.442 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.443 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.444 | 56024 | Recursively removing directory: /tmp/git.DQfYMF/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.446 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.446 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.448 | 74989 | Marked run 1660 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.448 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.449 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.452 | 56021 | Recursively removing directory: /tmp/git.fVh72s/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.453 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.453 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.453 | 75006 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.453 | 56020 | Removed run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.453 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.453 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.453 | 56020 | Assigned run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.453 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.brIaBy +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.454 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.454 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.457 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.458 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.458 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.462 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.462 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.462 | 75013 | Added a new worker 13 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.463 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.463 | 56020 | Removed run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.463 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.463 | 56020 | Assigned run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.463 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OD2A1Y +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.464 | 75005 | Marked run 1661 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.464 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.467 | 56024 | Recursively removing directory: /tmp/git.brIaBy/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.468 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.468 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.471 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.471 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.471 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.472 | 75008 | Marked run 1662 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.473 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.474 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.474 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.474 | 75019 | Added a new worker 9 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.474 | 56020 | Removed run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.474 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.474 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.474 | 56020 | Assigned run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.474 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7vxYvF +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.479 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.480 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.481 | 56021 | Recursively removing directory: /tmp/git.OD2A1Y/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.483 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.483 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.485 | 75016 | Marked run 1663 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.485 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.486 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.489 | 56024 | Recursively removing directory: /tmp/git.7vxYvF/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.490 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.490 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.490 | 75033 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.490 | 56020 | Removed run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.490 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.490 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.490 | 56020 | Assigned run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.490 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3q8Lm2 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.491 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.491 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.494 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.495 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.495 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.498 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.498 | 75032 | Marked run 1664 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.499 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.499 | 75037 | Added a new worker 8 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.499 | 56020 | Removed run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.499 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.499 | 56020 | Assigned run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.499 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.499 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.499 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0Vfny3 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.504 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.505 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.505 | 56021 | Recursively removing directory: /tmp/git.3q8Lm2/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.508 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.508 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.508 | 75034 | Marked run 1665 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.509 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.511 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.513 | 56024 | Recursively removing directory: /tmp/git.0Vfny3/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.515 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.515 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.515 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.515 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.515 | 75051 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.515 | 56020 | Removed run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.515 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.515 | 56020 | Assigned run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.515 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.515 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.74Y9Yq +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.519 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.519 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.520 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.522 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.522 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.522 | 75054 | Added a new worker 13 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.522 | 56020 | Removed run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.522 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.522 | 56020 | Assigned run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.523 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BLh91A +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.523 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.523 | 75050 | Marked run 1666 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.524 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.527 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.529 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.529 | 56021 | Recursively removing directory: /tmp/git.74Y9Yq/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.530 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.530 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.533 | 75052 | Marked run 1667 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.533 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.534 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.537 | 56024 | Recursively removing directory: /tmp/git.BLh91A/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.537 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.537 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.537 | 75069 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.537 | 56020 | Removed run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.537 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.538 | 56020 | Assigned run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.538 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.538 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NL85b1 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.539 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.539 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.543 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.543 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.544 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.546 | 75066 | Marked run 1668 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.546 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.547 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.547 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.547 | 75073 | Added a new worker 8 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.547 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.547 | 56020 | Removed run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.547 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.547 | 56020 | Assigned run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.547 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.c65YeN +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.552 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.553 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.553 | 56021 | Recursively removing directory: /tmp/git.NL85b1/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.556 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.556 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.557 | 75070 | Marked run 1669 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.557 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.559 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.561 | 56024 | Recursively removing directory: /tmp/git.c65YeN/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.562 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.562 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.562 | 75087 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.563 | 56020 | Removed run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.563 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.563 | 56020 | Assigned run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.563 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.563 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.563 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.563 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gPJ5yF +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.567 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.567 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.569 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.571 | 75086 | Marked run 1670 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.571 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.571 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.571 | 75090 | Added a new worker 6 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.571 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.571 | 56020 | Removed run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.571 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.571 | 56020 | Assigned run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.571 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.571 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Q9U7pQ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.576 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.577 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.578 | 56021 | Recursively removing directory: /tmp/git.gPJ5yF/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.581 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.581 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.583 | 75088 | Marked run 1671 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.583 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.585 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.586 | 56024 | Recursively removing directory: /tmp/git.Q9U7pQ/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.587 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.587 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.588 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.588 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.588 | 75105 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.588 | 56020 | Removed run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.588 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.588 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.588 | 56020 | Assigned run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.589 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BL7uGk +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.591 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.593 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.594 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.595 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.595 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.595 | 75108 | Added a new worker 13 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.596 | 56020 | Removed run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.596 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.596 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.596 | 56020 | Assigned run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.596 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xciVFi +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.597 | 75104 | Marked run 1672 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.597 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.602 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.603 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.604 | 75106 | Marked run 1673 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.604 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.604 | 56021 | Recursively removing directory: /tmp/git.BL7uGk/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.606 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.606 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.609 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.611 | 56024 | Recursively removing directory: /tmp/git.xciVFi/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.612 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.612 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.612 | 75123 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.612 | 56020 | Removed run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.612 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.612 | 56020 | Assigned run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.612 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.612 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dHPyEt +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.613 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.613 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.616 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.617 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.618 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.621 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.622 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.622 | 75130 | Added a new worker 13 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.622 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.622 | 56020 | Removed run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.622 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.622 | 56020 | Assigned run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.622 | 75122 | Marked run 1674 as finished +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.622 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yYwWaD +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.623 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.627 | 56021 | Recursively removing directory: /tmp/git.dHPyEt/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.627 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.628 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.629 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.629 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.631 | 75125 | Marked run 1675 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.631 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.633 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.636 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.636 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.636 | 75141 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.636 | 56020 | Removed run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.636 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.637 | 56020 | Assigned run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.637 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.637 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6TnoIC +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.637 | 56024 | Recursively removing directory: /tmp/git.yYwWaD/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.639 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.639 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.641 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.641 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.643 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.647 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.647 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.647 | 75150 | Added a new worker 13 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.647 | 56020 | Removed run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.647 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.647 | 56020 | Assigned run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.647 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qsNF0a +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.647 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.647 | 75138 | Marked run 1676 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.648 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.652 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.652 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.652 | 56021 | Recursively removing directory: /tmp/git.6TnoIC/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.654 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.654 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.655 | 75144 | Marked run 1677 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.655 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.657 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.661 | 56024 | Recursively removing directory: /tmp/git.qsNF0a/ +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.661 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.661 | 75159 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.661 | 56020 | Removed run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.661 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.661 | 56020 | Assigned run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.661 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.661 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.661 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.w12sLX +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.662 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.662 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.665 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.666 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.667 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.670 | 75156 | Marked run 1678 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.671 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.671 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.671 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.671 | 75166 | Added a new worker 8 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.671 | 56020 | Removed run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.671 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.671 | 56020 | Assigned run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.671 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.671 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZzYhic +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.676 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.676 | 56021 | Recursively removing directory: /tmp/git.w12sLX/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.677 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.678 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.678 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.681 | 75161 | Marked run 1679 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.681 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.682 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.685 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.685 | 75177 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.685 | 56020 | Removed run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.685 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.685 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.685 | 56020 | Assigned run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.685 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.685 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eqSKHP +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.686 | 56024 | Recursively removing directory: /tmp/git.ZzYhic/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.688 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.688 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.690 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.691 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.691 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.694 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.694 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.694 | 75181 | Added a new worker 13 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.694 | 56020 | Removed run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.694 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.694 | 56020 | Assigned run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.695 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.695 | 75174 | Marked run 1680 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.695 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.695 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.W81481 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.700 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.701 | 56021 | Recursively removing directory: /tmp/git.eqSKHP/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.701 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.703 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.703 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.703 | 75178 | Marked run 1681 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.703 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.706 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.709 | 56024 | Recursively removing directory: /tmp/git.W81481/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.709 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.709 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.709 | 75195 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.709 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.709 | 56020 | Removed run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.709 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.710 | 56020 | Assigned run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.710 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PmGnNm +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.711 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.711 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.714 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.715 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.716 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.717 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.717 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.717 | 75198 | Added a new worker 13 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.717 | 56020 | Removed run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.717 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.717 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.717 | 56020 | Assigned run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.717 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.L2nhlS +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.718 | 75192 | Marked run 1682 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.718 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.722 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.723 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.725 | 56021 | Recursively removing directory: /tmp/git.PmGnNm/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.727 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.727 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.728 | 75196 | Marked run 1683 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.728 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.730 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.732 | 56024 | Recursively removing directory: /tmp/git.L2nhlS/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.733 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.733 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.733 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.733 | 75213 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.733 | 56020 | Removed run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.733 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.733 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.733 | 56020 | Assigned run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.733 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.734 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zbiWlT +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.736 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.738 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.739 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.739 | 75215 | Added a new worker 12 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.739 | 56020 | Removed run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.739 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.739 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.739 | 56020 | Assigned run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.739 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.739 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.739 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZnG4gk +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.744 | 75212 | Marked run 1684 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.744 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.745 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.746 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.748 | 75214 | Marked run 1685 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.748 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.749 | 56021 | Recursively removing directory: /tmp/git.zbiWlT/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.751 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.751 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.755 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.755 | 56024 | Recursively removing directory: /tmp/git.ZnG4gk/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.757 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.757 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.758 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.758 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.758 | 75231 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.758 | 56020 | Removed run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.758 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.758 | 56020 | Assigned run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.758 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.759 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JHAhrj +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.759 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.762 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.762 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.763 | 75233 | Added a new worker 12 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.763 | 56020 | Removed run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.763 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.763 | 56020 | Assigned run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.763 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.763 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ixLmEX +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.763 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.764 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.767 | 75230 | Marked run 1686 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.767 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.769 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.770 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.773 | 56021 | Recursively removing directory: /tmp/git.JHAhrj/ +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.773 | 75232 | Marked run 1687 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.774 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.775 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.775 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.778 | 56024 | Recursively removing directory: /tmp/git.ixLmEX/ +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.778 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.780 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.780 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.781 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.781 | 75249 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.781 | 56020 | Removed run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.781 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.781 | 56020 | Assigned run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.782 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.781 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.781 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZT1fzW +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.783 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.785 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.786 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.787 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.787 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.787 | 75252 | Added a new worker 12 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.787 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.787 | 56020 | Removed run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.787 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.787 | 56020 | Assigned run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.788 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.S7zKQb +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.792 | 75248 | Marked run 1688 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.793 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.794 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.794 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.795 | 75250 | Marked run 1689 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.796 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.797 | 56021 | Recursively removing directory: /tmp/git.ZT1fzW/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.798 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.798 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.802 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.803 | 56024 | Recursively removing directory: /tmp/git.S7zKQb/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.804 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.804 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.805 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.805 | 75267 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.805 | 56020 | Removed run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.805 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.805 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.805 | 56020 | Assigned run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.805 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.805 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7AhYNF +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.808 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.810 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.811 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.812 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.812 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.812 | 75269 | Added a new worker 13 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.812 | 56020 | Removed run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.812 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.812 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.812 | 56020 | Assigned run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.812 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VfgcJL +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.812 | 75266 | Marked run 1690 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.813 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.817 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.818 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.821 | 56021 | Recursively removing directory: /tmp/git.7AhYNF/ +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.822 | 75268 | Marked run 1691 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.822 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.823 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.823 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.827 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.827 | 56024 | Recursively removing directory: /tmp/git.VfgcJL/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.829 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.829 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.830 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.830 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.830 | 75286 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.830 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.830 | 56020 | Removed run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.830 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.830 | 56020 | Assigned run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.830 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HdF9Ss +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.832 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.834 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.835 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.835 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.835 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.835 | 75288 | Added a new worker 12 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.836 | 56020 | Removed run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.836 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.836 | 56020 | Assigned run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.836 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.836 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PVv0lk +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.841 | 75285 | Marked run 1692 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.842 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.843 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.844 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.844 | 56021 | Recursively removing directory: /tmp/git.HdF9Ss/ +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.845 | 75287 | Marked run 1693 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.845 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.846 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.846 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.849 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.852 | 56024 | Recursively removing directory: /tmp/git.PVv0lk/ +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.852 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.852 | 75304 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.852 | 56020 | Removed run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.852 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.852 | 56020 | Assigned run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.852 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.852 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JnhLZf +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.853 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.854 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.854 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.856 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.857 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.858 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.860 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.860 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.860 | 75307 | Added a new worker 13 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.860 | 56020 | Removed run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.860 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.860 | 56020 | Assigned run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.860 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LvCCVw +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.861 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.861 | 75303 | Marked run 1694 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.862 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.866 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.866 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.868 | 56021 | Recursively removing directory: /tmp/git.JnhLZf/ +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.870 | 75305 | Marked run 1695 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.870 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.870 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.870 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.874 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.875 | 56024 | Recursively removing directory: /tmp/git.LvCCVw/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.876 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.876 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.877 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.877 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.877 | 75322 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.877 | 56020 | Removed run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.877 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.877 | 56020 | Assigned run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.877 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.chjSJH +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.878 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.880 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.881 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.881 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.884 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.884 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MtS4UR +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.884 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.884 | 75326 | Added a new worker 13 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.884 | 56020 | Removed run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.884 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.884 | 56020 | Assigned run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.884 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.888 | 75321 | Marked run 1696 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.889 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.891 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.892 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.892 | 56021 | Recursively removing directory: /tmp/git.chjSJH/ +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.893 | 75323 | Marked run 1697 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.893 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.894 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.894 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.898 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.902 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.902 | 75340 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.902 | 56020 | Removed run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.902 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.902 | 56020 | Assigned run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.902 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.901 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.902 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LqG8DG +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.903 | 56024 | Recursively removing directory: /tmp/git.MtS4UR/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.905 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.905 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.907 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.908 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.909 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.912 | 75337 | Marked run 1698 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.912 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.913 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.913 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.913 | 75347 | Added a new worker 8 to the queue +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.914 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BusYRB +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.913 | 56020 | Removed run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.913 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.913 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.913 | 56020 | Assigned run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.919 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.920 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.923 | 56021 | Recursively removing directory: /tmp/git.LqG8DG/ +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.923 | 75342 | Marked run 1699 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.924 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.924 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.924 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.928 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.929 | 56024 | Recursively removing directory: /tmp/git.BusYRB/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.930 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.930 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.931 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.931 | 75358 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.931 | 56020 | Removed run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.931 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.931 | 56020 | Assigned run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.931 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.931 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.931 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.99ZgBW +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.934 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.936 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.937 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.937 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.937 | 75360 | Added a new worker 12 to the queue +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.937 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.937 | 56020 | Removed run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.937 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.937 | 56020 | Assigned run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.937 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.938 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GYQcOi +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.941 | 75357 | Marked run 1700 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.942 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.943 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.945 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.946 | 56021 | Recursively removing directory: /tmp/git.99ZgBW/ +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.947 | 75359 | Marked run 1701 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.947 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.948 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.948 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.951 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.953 | 56024 | Recursively removing directory: /tmp/git.GYQcOi/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.954 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.954 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.954 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.954 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.954 | 75376 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.954 | 56020 | Removed run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.954 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.954 | 56020 | Assigned run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.954 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.955 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bYQwgV +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.957 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.959 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.960 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.960 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.960 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.960 | 75378 | Added a new worker 13 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.960 | 56020 | Removed run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.960 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.960 | 56020 | Assigned run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.960 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.961 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hwkzak +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.964 | 75375 | Marked run 1702 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.964 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.966 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.967 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.969 | 56021 | Recursively removing directory: /tmp/git.bYQwgV/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.971 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.971 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.971 | 75377 | Marked run 1703 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.972 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.974 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.976 | 56024 | Recursively removing directory: /tmp/git.hwkzak/ +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.977 | 56024 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.977 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.977 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.977 | 75394 | Added a new worker 10 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.978 | 56020 | Removed run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.978 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.978 | 56020 | Assigned run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.978 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.977 | 56021 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.978 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rhzHpy +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.980 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.982 | 56021 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.983 | 56021 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.983 | 56024 | Waiting for a new command +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.983 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.984 | 75397 | Added a new worker 12 to the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.984 | 56020 | Removed run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.984 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.984 | 56020 | Assigned run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.984 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.N8HeYn +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.985 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.988 | 75393 | Marked run 1704 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.988 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.991 | 56024 | Checking out revision HEAD +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.992 | 75395 | Marked run 1705 as finished +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.992 | 56018 | Waiting for new connections +2024-04-25 03:45:24 | INFO | 56024/cimple-worker: 2024-04-25 03:45:24.992 | 56024 | Going to run: ./ci +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.993 | 56021 | Recursively removing directory: /tmp/git.rhzHpy/ +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.994 | 56021 | Process exit code: 0 +2024-04-25 03:45:24 | INFO | 56021/cimple-worker: 2024-04-25 03:45:24.994 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:24 | INFO | 56018/cimple-server: 2024-04-25 03:45:24.998 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.000 | 56024 | Recursively removing directory: /tmp/git.N8HeYn/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.001 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.001 | 75412 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.001 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.001 | 56020 | Removed run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.001 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.001 | 56020 | Assigned run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.001 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.001 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bF8xbD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.002 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.002 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.006 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.006 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.007 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.009 | 75411 | Marked run 1706 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.009 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.009 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.009 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.009 | 75415 | Added a new worker 8 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.009 | 56020 | Removed run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.009 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.009 | 56020 | Assigned run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.009 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rmFulq +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.010 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.014 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.015 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.017 | 56021 | Recursively removing directory: /tmp/git.bF8xbD/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.018 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.019 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.019 | 75413 | Marked run 1707 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.020 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.022 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.023 | 56024 | Recursively removing directory: /tmp/git.rmFulq/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.024 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.024 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.025 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.025 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.025 | 75430 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.025 | 56020 | Removed run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.025 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.025 | 56020 | Assigned run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.025 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.026 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XYpirL +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.028 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.030 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.030 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.030 | 75432 | Added a new worker 12 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.030 | 56020 | Removed run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.030 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.030 | 56020 | Assigned run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.031 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.031 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9bCkWM +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.034 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.034 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.035 | 75429 | Marked run 1708 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.036 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.036 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.037 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.039 | 75431 | Marked run 1709 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.039 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.044 | 56021 | Recursively removing directory: /tmp/git.XYpirL/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.045 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.045 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.047 | 56024 | Recursively removing directory: /tmp/git.9bCkWM/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.048 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.048 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.049 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.051 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.051 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.051 | 75449 | Added a new worker 12 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.051 | 56020 | Removed run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.051 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.051 | 56020 | Assigned run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.051 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.052 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qCNIPU +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.052 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.054 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.054 | 75450 | Added a new worker 12 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.054 | 56020 | Removed run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.054 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.054 | 56020 | Assigned run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.054 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.056 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.057 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.054 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.055 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fnyWvw +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.060 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.062 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.062 | 75447 | Marked run 1710 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.062 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.065 | 75448 | Marked run 1711 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.066 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.067 | 56021 | Recursively removing directory: /tmp/git.qCNIPU/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.069 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.069 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.071 | 56024 | Recursively removing directory: /tmp/git.fnyWvw/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.072 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.072 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.072 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.075 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.075 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.075 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.075 | 75467 | Added a new worker 12 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.075 | 56020 | Removed run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.075 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.075 | 56020 | Assigned run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.075 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ty72fP +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.076 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.078 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.078 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XR9kd3 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.078 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.078 | 75468 | Added a new worker 12 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.078 | 56020 | Removed run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.078 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.078 | 56020 | Assigned run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.079 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.080 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.081 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.083 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.084 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.086 | 75465 | Marked run 1712 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.087 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.089 | 75466 | Marked run 1713 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.090 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.091 | 56021 | Recursively removing directory: /tmp/git.ty72fP/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.093 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.093 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.093 | 56024 | Recursively removing directory: /tmp/git.XR9kd3/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.095 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.095 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.096 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.097 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.099 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.099 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.099 | 75485 | Added a new worker 12 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.099 | 56020 | Removed run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.099 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.099 | 56020 | Assigned run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.099 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.099 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rNbkz2 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.101 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.101 | 75486 | Added a new worker 12 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.101 | 56020 | Removed run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.101 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.101 | 56020 | Assigned run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.104 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.101 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.101 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ywrNN3 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.104 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.105 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.106 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.107 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.108 | 75483 | Marked run 1714 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.108 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.111 | 75484 | Marked run 1715 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.111 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.115 | 56021 | Recursively removing directory: /tmp/git.rNbkz2/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.116 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.116 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.116 | 56024 | Recursively removing directory: /tmp/git.ywrNN3/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.118 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.118 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.119 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.120 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.122 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.122 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.122 | 75503 | Added a new worker 12 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.122 | 56020 | Removed run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.122 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.122 | 56020 | Assigned run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.122 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BzdsFa +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.122 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.124 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.124 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.124 | 75504 | Added a new worker 12 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.124 | 56020 | Removed run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.124 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.124 | 56020 | Assigned run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.127 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.127 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.124 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vqtV8O +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.129 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.129 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.131 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.133 | 75501 | Marked run 1716 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.133 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.136 | 75502 | Marked run 1717 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.136 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.137 | 56021 | Recursively removing directory: /tmp/git.BzdsFa/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.138 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.138 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.140 | 56024 | Recursively removing directory: /tmp/git.vqtV8O/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.141 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.141 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.141 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.144 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.144 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.144 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.144 | 75520 | Added a new worker 12 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.144 | 56020 | Removed run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.144 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.144 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.144 | 56020 | Assigned run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.145 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.q8Yp82 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.147 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.147 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.148 | 75522 | Added a new worker 12 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.148 | 56020 | Removed run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.148 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.148 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.148 | 56020 | Assigned run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.148 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yDMbVs +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.150 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.151 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.154 | 75519 | Marked run 1718 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.154 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.154 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.155 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.157 | 75521 | Marked run 1719 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.158 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.161 | 56021 | Recursively removing directory: /tmp/git.q8Yp82/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.162 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.162 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.164 | 56024 | Recursively removing directory: /tmp/git.yDMbVs/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.166 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.166 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.166 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.169 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.169 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.169 | 75538 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.169 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.169 | 56020 | Removed run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.169 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.170 | 56020 | Assigned run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.170 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.e17Wln +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.170 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.174 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.174 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.174 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.174 | 75540 | Added a new worker 12 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.174 | 56020 | Removed run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.174 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.174 | 56020 | Assigned run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.174 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lTU6Q7 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.175 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.175 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.179 | 75537 | Marked run 1720 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.179 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.180 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.181 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.183 | 75539 | Marked run 1721 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.184 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.185 | 56021 | Recursively removing directory: /tmp/git.e17Wln/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.186 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.186 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.190 | 56024 | Recursively removing directory: /tmp/git.lTU6Q7/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.190 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.191 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.191 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.193 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.193 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.193 | 75556 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.193 | 56020 | Removed run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.193 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.193 | 56020 | Assigned run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.193 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.194 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aCzecV +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.194 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.197 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.197 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.197 | 75558 | Added a new worker 12 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.197 | 56020 | Removed run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.197 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.197 | 56020 | Assigned run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.197 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.197 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bsdbPt +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.199 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.200 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.203 | 75555 | Marked run 1722 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.203 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.204 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.205 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.208 | 75557 | Marked run 1723 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.208 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.209 | 56021 | Recursively removing directory: /tmp/git.aCzecV/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.210 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.211 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.214 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.214 | 56024 | Recursively removing directory: /tmp/git.bsdbPt/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.215 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.215 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.217 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.218 | 75574 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.218 | 56020 | Removed run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.218 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.218 | 56020 | Assigned run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.218 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.218 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.218 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CwPbwo +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.220 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.222 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.223 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.224 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.224 | 75577 | Added a new worker 11 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.224 | 56020 | Removed run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.224 | 56020 | Removed worker 11 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.224 | 56020 | Assigned run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.224 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.224 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.224 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ycFQbU +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.226 | 75573 | Marked run 1724 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.227 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.230 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.231 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.232 | 75575 | Marked run 1725 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.232 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.233 | 56021 | Recursively removing directory: /tmp/git.CwPbwo/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.235 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.235 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.238 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.240 | 56024 | Recursively removing directory: /tmp/git.ycFQbU/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.241 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.241 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.242 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.242 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iyTioD +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.242 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.242 | 75592 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.242 | 56020 | Removed run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.242 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.242 | 56020 | Assigned run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.242 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.246 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.247 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.247 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.249 | 75591 | Marked run 1726 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.249 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.250 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.250 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.250 | 75596 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.250 | 56020 | Removed run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.250 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.250 | 56020 | Assigned run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.250 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.250 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RpT3FU +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.256 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.257 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.258 | 56021 | Recursively removing directory: /tmp/git.iyTioD/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.259 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.259 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.260 | 75593 | Marked run 1727 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.260 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.262 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.265 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.266 | 75610 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.266 | 56020 | Removed run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.266 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.266 | 56020 | Assigned run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.266 | 56024 | Recursively removing directory: /tmp/git.RpT3FU/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.265 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.266 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zEsgoh +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.266 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.267 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.267 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.270 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.271 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.272 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.274 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.274 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.274 | 75614 | Added a new worker 13 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.274 | 56020 | Removed run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.274 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.274 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.274 | 56020 | Assigned run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.274 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xMjBbJ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.275 | 75609 | Marked run 1728 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.275 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.279 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.280 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.283 | 75611 | Marked run 1729 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.283 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.284 | 56021 | Recursively removing directory: /tmp/git.zEsgoh/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.285 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.285 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.289 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.289 | 56024 | Recursively removing directory: /tmp/git.xMjBbJ/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.290 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.290 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.291 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.292 | 75628 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.292 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.292 | 56020 | Removed run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.292 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.292 | 56020 | Assigned run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.291 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.292 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DERTr4 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.293 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.296 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.296 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.296 | 75630 | Added a new worker 12 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.296 | 56020 | Removed run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.296 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.296 | 56020 | Assigned run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.297 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.297 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.297 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2ADTmX +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.297 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.301 | 75627 | Marked run 1730 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.301 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.303 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.303 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.306 | 75629 | Marked run 1731 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.307 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.307 | 56021 | Recursively removing directory: /tmp/git.DERTr4/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.309 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.309 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.312 | 56024 | Recursively removing directory: /tmp/git.2ADTmX/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.312 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.314 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.314 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.315 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.315 | 75646 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.315 | 56020 | Removed run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.315 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.315 | 56020 | Assigned run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.315 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.316 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.316 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Uk4ILp +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.317 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.320 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.321 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.321 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.321 | 75648 | Added a new worker 13 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.321 | 56020 | Removed run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.321 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.321 | 56020 | Assigned run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.321 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uEayDe +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.321 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.322 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.324 | 75645 | Marked run 1732 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.324 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.327 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.328 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.329 | 75647 | Marked run 1733 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.329 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.332 | 56021 | Recursively removing directory: /tmp/git.Uk4ILp/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.333 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.333 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.337 | 56024 | Recursively removing directory: /tmp/git.uEayDe/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.337 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.338 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.338 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.340 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.340 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.340 | 75664 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.340 | 56020 | Removed run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.340 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.340 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.340 | 56020 | Assigned run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.340 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XC56k5 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.341 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.344 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.345 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.345 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.345 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.345 | 75666 | Added a new worker 12 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.345 | 56020 | Removed run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.345 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.345 | 56020 | Assigned run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.346 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.346 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.I7OcFh +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.350 | 75663 | Marked run 1734 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.351 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.352 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.353 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.355 | 56021 | Recursively removing directory: /tmp/git.XC56k5/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.355 | 75665 | Marked run 1735 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.355 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.356 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.356 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.360 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.362 | 56024 | Recursively removing directory: /tmp/git.I7OcFh/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.363 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.363 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.363 | 75682 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.363 | 56020 | Removed run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.363 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.363 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.363 | 56020 | Assigned run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.363 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.363 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.363 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Pc9O93 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.367 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.368 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.368 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.371 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.371 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.371 | 75687 | Added a new worker 13 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.371 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.371 | 56020 | Removed run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.371 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.371 | 56020 | Assigned run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.372 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6NcrJH +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.376 | 75681 | Marked run 1736 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.377 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.377 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.377 | 56021 | Recursively removing directory: /tmp/git.Pc9O93/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.378 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.379 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.379 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.380 | 75683 | Marked run 1737 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.380 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.382 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.385 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.385 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.385 | 75700 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.385 | 56020 | Removed run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.385 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.386 | 56020 | Assigned run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.386 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FLzKY5 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.386 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.387 | 56024 | Recursively removing directory: /tmp/git.6NcrJH/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.388 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.388 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.390 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.391 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.391 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.394 | 75695 | Marked run 1738 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.394 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.394 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.394 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.394 | 75705 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.394 | 56020 | Removed run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.394 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.395 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.395 | 56020 | Assigned run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.395 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Vq0OMu +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.399 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.400 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.401 | 56021 | Recursively removing directory: /tmp/git.FLzKY5/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.403 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.403 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.405 | 75701 | Marked run 1739 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.405 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.407 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.409 | 56024 | Recursively removing directory: /tmp/git.Vq0OMu/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.410 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.410 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.410 | 75718 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.410 | 56020 | Removed run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.410 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.410 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.410 | 56020 | Assigned run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.410 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Mg0tP9 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.411 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.411 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.414 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.415 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.415 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.419 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.419 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.419 | 75724 | Added a new worker 13 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.419 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.420 | 56020 | Removed run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.420 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.420 | 56020 | Assigned run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.420 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wRkfyL +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.421 | 75717 | Marked run 1740 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.421 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.426 | 56021 | Recursively removing directory: /tmp/git.Mg0tP9/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.426 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.427 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.427 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.427 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.428 | 75720 | Marked run 1741 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.428 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.430 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.434 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.434 | 75737 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.434 | 56020 | Removed run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.434 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.434 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.434 | 56020 | Assigned run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.433 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.434 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AmlrSY +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.436 | 56024 | Recursively removing directory: /tmp/git.wRkfyL/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.437 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.437 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.438 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.439 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.440 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.442 | 75731 | Marked run 1742 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.442 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.444 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.444 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.444 | 75744 | Added a new worker 8 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.444 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.444 | 56020 | Removed run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.444 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.444 | 56020 | Assigned run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.445 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1cr7RG +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.448 | 56021 | Recursively removing directory: /tmp/git.AmlrSY/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.449 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.449 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.449 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.450 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.453 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.453 | 75739 | Marked run 1743 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.454 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.456 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.456 | 75755 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.456 | 56020 | Removed run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.456 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.456 | 56020 | Assigned run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.456 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.456 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.457 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ozPkVc +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.460 | 56024 | Recursively removing directory: /tmp/git.1cr7RG/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.461 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.461 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.462 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.463 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.465 | 75749 | Marked run 1744 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.465 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.465 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.468 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.468 | 75762 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.468 | 56020 | Removed run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.468 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.468 | 56020 | Assigned run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.468 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.468 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.468 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dWlRmT +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.472 | 56021 | Recursively removing directory: /tmp/git.ozPkVc/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.473 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.474 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.475 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.475 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.476 | 75757 | Marked run 1745 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.476 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.479 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.482 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.482 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.482 | 75773 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.482 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.482 | 56020 | Removed run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.482 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.482 | 56020 | Assigned run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.483 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FNLH8S +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.484 | 56024 | Recursively removing directory: /tmp/git.dWlRmT/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.486 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.486 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.488 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.488 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.489 | 75770 | Marked run 1746 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.490 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.490 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.493 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.493 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.493 | 75780 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.493 | 56020 | Removed run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.493 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.493 | 56020 | Assigned run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.493 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nOzFrB +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.495 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.497 | 56021 | Recursively removing directory: /tmp/git.FNLH8S/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.498 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.498 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.499 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.499 | 56021 | Process output: 415085 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.501 | 75775 | Marked run 1747 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.502 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.503 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.506 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.506 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.506 | 75791 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.507 | 56020 | Removed run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.507 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.507 | 56020 | Assigned run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.507 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.38et0K +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.507 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.508 | 56024 | Recursively removing directory: /tmp/git.nOzFrB/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.510 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.510 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.511 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.512 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.514 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.514 | 75786 | Marked run 1748 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.514 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.517 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.517 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.517 | 75798 | Added a new worker 8 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.517 | 56020 | Removed run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.517 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.517 | 56020 | Assigned run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.518 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.U0Qidr +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.518 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.522 | 56021 | Recursively removing directory: /tmp/git.38et0K/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.522 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.523 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.523 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.523 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.527 | 75793 | Marked run 1749 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.527 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.527 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.530 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.530 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.531 | 75809 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.531 | 56020 | Removed run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.531 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.531 | 56020 | Assigned run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.531 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CJraUi +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.531 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.532 | 56024 | Recursively removing directory: /tmp/git.U0Qidr/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.533 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.533 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.535 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.536 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.538 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.539 | 75804 | Marked run 1750 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.539 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.541 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.541 | 75816 | Added a new worker 8 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.541 | 56020 | Removed run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.541 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.541 | 56020 | Assigned run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.541 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.541 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.541 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3UX9E2 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.545 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.545 | 56021 | Recursively removing directory: /tmp/git.CJraUi/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.546 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.547 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.547 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.550 | 75811 | Marked run 1751 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.550 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.550 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.554 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.554 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.554 | 75827 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.554 | 56020 | Removed run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.554 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.554 | 56020 | Assigned run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.554 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.554 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cGUIUE +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.556 | 56024 | Recursively removing directory: /tmp/git.3UX9E2/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.558 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.558 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.559 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.560 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.561 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.562 | 75821 | Marked run 1752 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.562 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.565 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.565 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.565 | 75834 | Added a new worker 8 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.565 | 56020 | Removed run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.565 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.565 | 56020 | Assigned run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.565 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RGX410 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.566 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.569 | 56021 | Recursively removing directory: /tmp/git.cGUIUE/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.570 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.570 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.571 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.571 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.574 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.577 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.577 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.577 | 75840 | Added a new worker 13 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.577 | 56020 | Removed run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.577 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.577 | 56020 | Assigned run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.578 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.578 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LAOnOk +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.581 | 75829 | Marked run 1753 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.581 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.583 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.584 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.585 | 56024 | Recursively removing directory: /tmp/git.RGX410/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.586 | 75839 | Marked run 1754 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.586 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.587 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.587 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.590 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.593 | 56021 | Recursively removing directory: /tmp/git.LAOnOk/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.594 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.594 | 75854 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.594 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.594 | 56020 | Removed run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.594 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.594 | 56020 | Assigned run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.594 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.594 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7lnM8d +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.594 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.594 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.598 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.599 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.600 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.601 | 75853 | Marked run 1755 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.601 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.602 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.602 | 75857 | Added a new worker 8 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.602 | 56020 | Removed run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.602 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.602 | 56020 | Assigned run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.602 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.602 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.602 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.k2kVcx +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.607 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.608 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.610 | 56024 | Recursively removing directory: /tmp/git.7lnM8d/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.611 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.611 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.612 | 75855 | Marked run 1756 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.612 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.615 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.616 | 56021 | Recursively removing directory: /tmp/git.k2kVcx/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.617 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.617 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.618 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.618 | 75872 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.618 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.618 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.619 | 56020 | Removed run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.619 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.619 | 56020 | Assigned run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.619 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aT0VwQ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.620 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.623 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.623 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.623 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.623 | 75874 | Added a new worker 12 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.623 | 56020 | Removed run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.623 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.623 | 56020 | Assigned run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.623 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.624 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.U1u2Yc +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.624 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.629 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.629 | 75871 | Marked run 1757 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.630 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.630 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.632 | 75873 | Marked run 1758 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.633 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.634 | 56024 | Recursively removing directory: /tmp/git.aT0VwQ/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.635 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.635 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.639 | 56021 | Recursively removing directory: /tmp/git.U1u2Yc/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.639 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.640 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.640 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.642 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.642 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.642 | 75890 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.642 | 56020 | Removed run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.642 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.642 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.642 | 56020 | Assigned run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.642 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rWaAJW +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.644 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.646 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.647 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.647 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.647 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.647 | 75893 | Added a new worker 12 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.647 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.647 | 56020 | Removed run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.647 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.647 | 56020 | Assigned run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.648 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qwCakY +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.653 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.653 | 75889 | Marked run 1759 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.653 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.653 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.657 | 56024 | Recursively removing directory: /tmp/git.rWaAJW/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.657 | 75891 | Marked run 1760 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.657 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.659 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.659 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.662 | 56021 | Recursively removing directory: /tmp/git.qwCakY/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.662 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.664 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.664 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.666 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.666 | 75908 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.666 | 56020 | Removed run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.666 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.666 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.666 | 56020 | Assigned run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.666 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.666 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AaYN7q +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.668 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.670 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.671 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.672 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.672 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.672 | 75911 | Added a new worker 13 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.672 | 56020 | Removed run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.672 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.672 | 56020 | Assigned run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.672 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.672 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lX86U5 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.676 | 75907 | Marked run 1761 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.676 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.677 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.678 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.681 | 56024 | Recursively removing directory: /tmp/git.AaYN7q/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.682 | 75909 | Marked run 1762 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.682 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.682 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.682 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.686 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.688 | 56021 | Recursively removing directory: /tmp/git.lX86U5/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.689 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.689 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.689 | 75926 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.689 | 56020 | Removed run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.689 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.689 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.690 | 56020 | Assigned run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.689 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.689 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.690 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LiSMXw +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.693 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.695 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.696 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.696 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.696 | 75928 | Added a new worker 13 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.696 | 56020 | Removed run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.696 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.696 | 56020 | Assigned run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.697 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.697 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SwZxLh +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.697 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.698 | 75925 | Marked run 1763 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.698 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.701 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.702 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.705 | 75927 | Marked run 1764 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.706 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.707 | 56024 | Recursively removing directory: /tmp/git.LiSMXw/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.708 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.708 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.711 | 56021 | Recursively removing directory: /tmp/git.SwZxLh/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.712 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.712 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.712 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.715 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.715 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.715 | 75944 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.715 | 56020 | Removed run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.715 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.715 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.715 | 56020 | Assigned run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.715 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uSMsui +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.715 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.719 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.719 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.719 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.719 | 75946 | Added a new worker 12 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.719 | 56020 | Removed run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.719 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.719 | 56020 | Assigned run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.719 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9ICEhD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.719 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.722 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.725 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.726 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.726 | 75943 | Marked run 1765 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.726 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.729 | 56024 | Recursively removing directory: /tmp/git.uSMsui/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.729 | 75945 | Marked run 1766 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.729 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.731 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.731 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.734 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.735 | 56021 | Recursively removing directory: /tmp/git.9ICEhD/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.736 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.736 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.737 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.737 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.737 | 75962 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.737 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.737 | 56020 | Removed run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.737 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.737 | 56020 | Assigned run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.738 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.06iZB7 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.740 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.741 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.742 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.744 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.744 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.744 | 75966 | Added a new worker 13 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.744 | 56020 | Removed run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.744 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.744 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.744 | 56020 | Assigned run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.744 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0xGfCq +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.748 | 75961 | Marked run 1767 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.748 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.750 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.750 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.751 | 56024 | Recursively removing directory: /tmp/git.06iZB7/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.753 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.753 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.755 | 75963 | Marked run 1768 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.755 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.757 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.760 | 56021 | Recursively removing directory: /tmp/git.0xGfCq/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.761 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.761 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.761 | 75980 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.761 | 56020 | Removed run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.761 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.761 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.761 | 56020 | Assigned run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.762 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BwMMMc +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.762 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.762 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.765 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.767 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.767 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.768 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.768 | 75982 | Added a new worker 13 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.768 | 56020 | Removed run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.768 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.768 | 56020 | Assigned run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.768 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.768 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.d7lNPV +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.768 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.772 | 75979 | Marked run 1769 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.772 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.773 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.774 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.776 | 75981 | Marked run 1770 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.776 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.778 | 56024 | Recursively removing directory: /tmp/git.BwMMMc/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.779 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.779 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.783 | 56021 | Recursively removing directory: /tmp/git.d7lNPV/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.783 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.784 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.784 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.786 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.786 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.786 | 75998 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.787 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.787 | 56020 | Removed run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.787 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.787 | 56020 | Assigned run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.787 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xgWNKv +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.788 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.792 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.792 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.792 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.792 | 76000 | Added a new worker 13 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.792 | 56020 | Removed run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.792 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.792 | 56020 | Assigned run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.792 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3JWF2j +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.793 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.793 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.794 | 75997 | Marked run 1771 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.795 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.799 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.800 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.802 | 56024 | Recursively removing directory: /tmp/git.xgWNKv/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.802 | 75999 | Marked run 1772 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.802 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.803 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.803 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.807 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.808 | 56021 | Recursively removing directory: /tmp/git.3JWF2j/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.810 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.810 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.810 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.810 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.810 | 76016 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.810 | 56020 | Removed run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.810 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.810 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.810 | 56020 | Assigned run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.811 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GgJkCI +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.814 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.815 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.816 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.818 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.818 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.818 | 76019 | Added a new worker 13 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.818 | 56020 | Removed run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.818 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.818 | 56020 | Assigned run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.818 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.818 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PaI9Zl +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.818 | 76015 | Marked run 1773 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.819 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.822 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.823 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.826 | 56024 | Recursively removing directory: /tmp/git.GgJkCI/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.827 | 76017 | Marked run 1774 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.827 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.827 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.827 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.831 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.832 | 56021 | Recursively removing directory: /tmp/git.PaI9Zl/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.833 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.833 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.834 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.834 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.834 | 76034 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.834 | 56020 | Removed run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.834 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.834 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.834 | 56020 | Assigned run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.834 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HSNrFI +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.837 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.839 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.840 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.841 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.841 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.841 | 76037 | Added a new worker 13 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.841 | 56020 | Removed run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.841 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.841 | 56020 | Assigned run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.841 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.841 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IFpswO +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.842 | 76033 | Marked run 1775 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.842 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.846 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.847 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.850 | 56024 | Recursively removing directory: /tmp/git.HSNrFI/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.850 | 76035 | Marked run 1776 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.851 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.851 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.851 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.855 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.856 | 56021 | Recursively removing directory: /tmp/git.IFpswO/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.857 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.857 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.858 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.858 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.858 | 76052 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.858 | 56020 | Removed run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.858 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.858 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.858 | 56020 | Assigned run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.858 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sZCVPz +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.860 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.862 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.863 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.863 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.863 | 76054 | Added a new worker 12 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.863 | 56020 | Removed run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.863 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.863 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.863 | 56020 | Assigned run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.863 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JNSRLw +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.864 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.870 | 76051 | Marked run 1777 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.870 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.870 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.871 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.873 | 56024 | Recursively removing directory: /tmp/git.sZCVPz/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.874 | 76053 | Marked run 1778 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.874 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.875 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.875 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.878 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.880 | 56021 | Recursively removing directory: /tmp/git.JNSRLw/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.882 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.882 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.882 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.882 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.882 | 76070 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.882 | 56020 | Removed run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.882 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.882 | 56020 | Assigned run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.882 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.882 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Wb69KB +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.886 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.887 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.888 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.889 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.889 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.889 | 76069 | Marked run 1779 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.889 | 76073 | Added a new worker 12 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.889 | 56020 | Removed run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.889 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.890 | 56020 | Assigned run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.890 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.890 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.890 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WpR92P +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.894 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.895 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.898 | 56024 | Recursively removing directory: /tmp/git.Wb69KB/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.900 | 76071 | Marked run 1780 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.900 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.900 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.900 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.904 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.904 | 56021 | Recursively removing directory: /tmp/git.WpR92P/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.906 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.906 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.907 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.908 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.908 | 76088 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.908 | 56020 | Removed run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.908 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.908 | 56020 | Assigned run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.908 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.908 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LNss2p +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.910 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.913 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.914 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.914 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.914 | 76090 | Added a new worker 13 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.914 | 56020 | Removed run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.914 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.914 | 56020 | Assigned run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.914 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.915 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.915 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.weKoEZ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.916 | 76087 | Marked run 1781 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.916 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.919 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.920 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.923 | 56024 | Recursively removing directory: /tmp/git.LNss2p/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.925 | 76089 | Marked run 1782 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.925 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.925 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.925 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.929 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.929 | 56021 | Recursively removing directory: /tmp/git.weKoEZ/ +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.930 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.930 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.932 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.932 | 76106 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.932 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.932 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.932 | 56020 | Removed run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.932 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.932 | 56020 | Assigned run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.932 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.v3np63 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.934 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.936 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.937 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.938 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.938 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.938 | 76109 | Added a new worker 12 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.938 | 56020 | Removed run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.938 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.938 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.938 | 56020 | Assigned run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.938 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.B40e8t +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.943 | 76105 | Marked run 1783 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.943 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.943 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.944 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.948 | 56024 | Recursively removing directory: /tmp/git.v3np63/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.948 | 76107 | Marked run 1784 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.948 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.949 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.949 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.953 | 56021 | Recursively removing directory: /tmp/git.B40e8t/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.953 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.954 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.954 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.956 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.956 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.956 | 76124 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.956 | 56020 | Removed run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.956 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.956 | 56020 | Assigned run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.956 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.957 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0GrAP7 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.957 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.960 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.960 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.960 | 76126 | Added a new worker 12 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.960 | 56020 | Removed run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.960 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.961 | 56020 | Assigned run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.961 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.961 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.961 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JGSjfn +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.962 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.966 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.967 | 76123 | Marked run 1785 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.967 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.968 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.970 | 76125 | Marked run 1786 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.971 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.972 | 56024 | Recursively removing directory: /tmp/git.0GrAP7/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.973 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.973 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.977 | 56021 | Recursively removing directory: /tmp/git.JGSjfn/ +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.977 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.978 | 56021 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.978 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.980 | 56024 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.980 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.980 | 76142 | Added a new worker 10 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.980 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.980 | 56020 | Removed run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.980 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.980 | 56020 | Assigned run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.981 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zDR6zI +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.982 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.985 | 56021 | Waiting for a new command +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.985 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.985 | 76144 | Added a new worker 12 to the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.985 | 56020 | Removed run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.985 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.985 | 56020 | Assigned run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.985 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.985 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GzqX7O +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.986 | 56024 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.987 | 56024 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.991 | 56021 | Checking out revision HEAD +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.991 | 76141 | Marked run 1787 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.992 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56021/cimple-worker: 2024-04-25 03:45:25.992 | 56021 | Going to run: ./ci +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.995 | 76143 | Marked run 1788 as finished +2024-04-25 03:45:25 | INFO | 56018/cimple-server: 2024-04-25 03:45:25.995 | 56018 | Waiting for new connections +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.996 | 56024 | Recursively removing directory: /tmp/git.zDR6zI/ +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.998 | 56024 | Process exit code: 0 +2024-04-25 03:45:25 | INFO | 56024/cimple-worker: 2024-04-25 03:45:25.998 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.001 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.001 | 56021 | Recursively removing directory: /tmp/git.GzqX7O/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.003 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.003 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.004 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.004 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.004 | 76160 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.004 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.004 | 56020 | Removed run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.004 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.004 | 56020 | Assigned run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.004 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EiB2SR +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.006 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.008 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.009 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.010 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.010 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.010 | 76163 | Added a new worker 12 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.010 | 56020 | Removed run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.010 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.010 | 56020 | Assigned run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.010 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.quGqCv +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.012 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.015 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.015 | 76159 | Marked run 1789 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.016 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.016 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.019 | 56024 | Recursively removing directory: /tmp/git.EiB2SR/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.021 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.021 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.023 | 76161 | Marked run 1790 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.023 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.025 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.026 | 56021 | Recursively removing directory: /tmp/git.quGqCv/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.027 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.027 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.028 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.028 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.028 | 76178 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.028 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.028 | 56020 | Removed run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.028 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.028 | 56020 | Assigned run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.028 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KFCXpH +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.030 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.033 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.033 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.033 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.033 | 76180 | Added a new worker 12 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.033 | 56020 | Removed run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.033 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.033 | 56020 | Assigned run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.033 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.034 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zq0spM +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.034 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.039 | 76177 | Marked run 1791 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.039 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.039 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.040 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.043 | 76179 | Marked run 1792 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.043 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.045 | 56024 | Recursively removing directory: /tmp/git.KFCXpH/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.046 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.046 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.049 | 56021 | Recursively removing directory: /tmp/git.zq0spM/ +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.050 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.050 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.050 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.052 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.052 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.052 | 76196 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.052 | 56020 | Removed run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.052 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.053 | 56020 | Assigned run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.053 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kFOMuE +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.053 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.053 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.056 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.056 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.056 | 76198 | Added a new worker 12 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.056 | 56020 | Removed run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.056 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.056 | 56020 | Assigned run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.056 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.057 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.K0SQoY +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.058 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.059 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.062 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.063 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.063 | 76195 | Marked run 1793 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.064 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.067 | 76197 | Marked run 1794 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.067 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.069 | 56024 | Recursively removing directory: /tmp/git.kFOMuE/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.070 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.070 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.072 | 56021 | Recursively removing directory: /tmp/git.K0SQoY/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.074 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.074 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.074 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.078 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.078 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.078 | 76214 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.078 | 56020 | Removed run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.078 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.078 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.078 | 56020 | Assigned run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.078 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.078 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RtAp2K +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.082 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.082 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.082 | 76216 | Added a new worker 12 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.082 | 56020 | Removed run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.082 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.082 | 56020 | Assigned run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.082 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.082 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UPGm2o +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.083 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.084 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.087 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.089 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.089 | 76213 | Marked run 1795 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.089 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.092 | 76215 | Marked run 1796 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.092 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.093 | 56024 | Recursively removing directory: /tmp/git.RtAp2K/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.095 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.095 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.098 | 56021 | Recursively removing directory: /tmp/git.UPGm2o/ +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.098 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.099 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.099 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.101 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.101 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.101 | 76232 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.101 | 56020 | Removed run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.101 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.101 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.101 | 56020 | Assigned run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.101 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EYzrYb +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.103 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.104 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.105 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.106 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.106 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.106 | 76235 | Added a new worker 12 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.106 | 56020 | Removed run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.106 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.106 | 56020 | Assigned run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.107 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.107 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AY7vvr +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.113 | 76231 | Marked run 1797 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.113 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.114 | 56024 | Recursively removing directory: /tmp/git.EYzrYb/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.115 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.116 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.116 | 76233 | Marked run 1798 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.117 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.117 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.117 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.120 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.123 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.123 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.123 | 76250 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.123 | 56020 | Removed run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.123 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.123 | 56020 | Assigned run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.123 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.124 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MASg4t +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.126 | 56021 | Recursively removing directory: /tmp/git.AY7vvr/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.127 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.127 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.127 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.128 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.131 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.135 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.135 | 76259 | Added a new worker 13 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.135 | 56020 | Removed run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.135 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.135 | 56020 | Assigned run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.135 | 76245 | Marked run 1799 as finished +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.135 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.135 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.r0Su7v +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.136 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.138 | 56024 | Recursively removing directory: /tmp/git.MASg4t/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.139 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.140 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.140 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.140 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.144 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.145 | 76254 | Marked run 1800 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.146 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.147 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.147 | 76268 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.147 | 56020 | Removed run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.147 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.147 | 56020 | Assigned run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.147 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.147 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4zJSfL +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.148 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.150 | 56021 | Recursively removing directory: /tmp/git.r0Su7v/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.151 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.151 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.151 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.152 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.156 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.158 | 76263 | Marked run 1801 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.158 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.160 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.160 | 76277 | Added a new worker 8 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.160 | 56020 | Removed run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.160 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.160 | 56020 | Assigned run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.160 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.160 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.161 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aQ12tR +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.161 | 56024 | Recursively removing directory: /tmp/git.4zJSfL/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.163 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.163 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.165 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.166 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.167 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.168 | 76272 | Marked run 1802 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.168 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.170 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.170 | 76281 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.170 | 56020 | Removed run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.170 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.170 | 56020 | Assigned run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.170 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.170 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HTdsS4 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.170 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.175 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.176 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.177 | 56021 | Recursively removing directory: /tmp/git.aQ12tR/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.178 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.178 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.179 | 76278 | Marked run 1803 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.180 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.182 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.184 | 56024 | Recursively removing directory: /tmp/git.HTdsS4/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.185 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.185 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.185 | 76295 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.185 | 56020 | Removed run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.185 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.185 | 56020 | Assigned run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.186 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Lgrosh +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.186 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.186 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.186 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.189 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.190 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.191 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.192 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.192 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.192 | 76298 | Added a new worker 13 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.192 | 56020 | Removed run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.192 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.192 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.192 | 56020 | Assigned run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.193 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.94AVyT +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.195 | 76294 | Marked run 1804 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.196 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.199 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.201 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.201 | 56021 | Recursively removing directory: /tmp/git.Lgrosh/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.202 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.202 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.203 | 76296 | Marked run 1805 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.203 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.206 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.208 | 56024 | Recursively removing directory: /tmp/git.94AVyT/ +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.209 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.209 | 76313 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.209 | 56020 | Removed run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.209 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.209 | 56020 | Assigned run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.209 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.209 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.209 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tt2e4h +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.210 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.210 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.213 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.214 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.215 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.216 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.216 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.216 | 76316 | Added a new worker 13 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.216 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.216 | 56020 | Removed run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.216 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.216 | 56020 | Assigned run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.216 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OcFHy0 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.220 | 76312 | Marked run 1806 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.220 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.222 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.223 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.224 | 56021 | Recursively removing directory: /tmp/git.tt2e4h/ +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.226 | 76314 | Marked run 1807 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.226 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.226 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.226 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.229 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.232 | 56024 | Recursively removing directory: /tmp/git.OcFHy0/ +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.233 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.233 | 76331 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.233 | 56020 | Removed run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.233 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.233 | 56020 | Assigned run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.233 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.233 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i5IOBi +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.233 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.234 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.234 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.237 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.238 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.238 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.241 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.241 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.242 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gXea3B +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.241 | 76336 | Added a new worker 13 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.241 | 56020 | Removed run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.241 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.241 | 56020 | Assigned run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.242 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.245 | 76330 | Marked run 1808 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.245 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.247 | 56021 | Recursively removing directory: /tmp/git.i5IOBi/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.248 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.249 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.249 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.249 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.252 | 76333 | Marked run 1809 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.252 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.253 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.256 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.256 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.256 | 76349 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.256 | 56020 | Removed run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.256 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.257 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.257 | 56020 | Assigned run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.257 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OVuhK9 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.259 | 56024 | Recursively removing directory: /tmp/git.gXea3B/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.260 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.260 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.261 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.262 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.264 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.265 | 76344 | Marked run 1810 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.265 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.267 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.267 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.267 | 76356 | Added a new worker 8 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.267 | 56020 | Removed run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.267 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.267 | 56020 | Assigned run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.268 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.G88NYG +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.268 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.272 | 56021 | Recursively removing directory: /tmp/git.OVuhK9/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.272 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.273 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.273 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.273 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.277 | 76351 | Marked run 1811 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.277 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.280 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.280 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.281 | 76367 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.281 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.281 | 56020 | Removed run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.281 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.281 | 56020 | Assigned run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.281 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MqljDL +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.281 | 56024 | Recursively removing directory: /tmp/git.G88NYG/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.283 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.283 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.285 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.285 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.288 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.291 | 76364 | Marked run 1812 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.291 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.291 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.291 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.291 | 76376 | Added a new worker 8 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.291 | 56020 | Removed run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.291 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.291 | 56020 | Assigned run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.292 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.D53NBA +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.292 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.296 | 56021 | Recursively removing directory: /tmp/git.MqljDL/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.296 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.297 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.297 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.297 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.300 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.300 | 76370 | Marked run 1813 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.301 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.304 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.304 | 76385 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.304 | 56020 | Removed run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.304 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.304 | 56020 | Assigned run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.304 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.304 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wlEMHc +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.305 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.306 | 56024 | Recursively removing directory: /tmp/git.D53NBA/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.308 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.308 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.308 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.309 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.312 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.315 | 76379 | Marked run 1814 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.315 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.316 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.316 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.316 | 76394 | Added a new worker 8 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.316 | 56020 | Removed run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.316 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.316 | 56020 | Assigned run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.316 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.316 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aBbrAS +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.321 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.319 | 56021 | Recursively removing directory: /tmp/git.wlEMHc/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.320 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.320 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.321 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.323 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.326 | 76389 | Marked run 1815 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.326 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.327 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.327 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.327 | 76401 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.327 | 56020 | Removed run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.327 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.327 | 56020 | Assigned run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.328 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.328 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.F64jLR +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.331 | 56024 | Recursively removing directory: /tmp/git.aBbrAS/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.332 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.333 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.333 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.333 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.336 | 76396 | Marked run 1816 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.336 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.336 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.340 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.340 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.340 | 76412 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.340 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.340 | 56020 | Removed run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.340 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.340 | 56020 | Assigned run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.341 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QtgOXT +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.343 | 56021 | Recursively removing directory: /tmp/git.F64jLR/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.344 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.344 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.344 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.345 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.349 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.351 | 76406 | Marked run 1817 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.351 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.352 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.352 | 76421 | Added a new worker 8 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.352 | 56020 | Removed run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.352 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.353 | 56020 | Assigned run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.353 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.352 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.353 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Yo9gU2 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.354 | 56024 | Recursively removing directory: /tmp/git.QtgOXT/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.355 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.355 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.358 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.358 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.358 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.362 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.362 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.362 | 76425 | Added a new worker 13 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.362 | 56020 | Removed run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.362 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.362 | 56020 | Assigned run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.362 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.362 | 76416 | Marked run 1818 as finished +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.362 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7sbjIz +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.363 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.367 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.368 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.369 | 56021 | Recursively removing directory: /tmp/git.Yo9gU2/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.371 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.371 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.373 | 76422 | Marked run 1819 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.373 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.375 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.377 | 56024 | Recursively removing directory: /tmp/git.7sbjIz/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.378 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.378 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.378 | 76439 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.378 | 56020 | Removed run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.378 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.378 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.378 | 56020 | Assigned run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.378 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.378 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.379 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FLeeVy +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.381 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.383 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.384 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.384 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.384 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.384 | 76441 | Added a new worker 12 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.384 | 56020 | Removed run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.384 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.384 | 56020 | Assigned run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.384 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.384 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iZTevm +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.388 | 76438 | Marked run 1820 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.389 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.390 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.391 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.394 | 56021 | Recursively removing directory: /tmp/git.FLeeVy/ +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.395 | 76440 | Marked run 1821 as finished +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.395 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.395 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.395 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.399 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.399 | 56024 | Recursively removing directory: /tmp/git.iZTevm/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.401 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.401 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.402 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.402 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.402 | 76457 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.402 | 56020 | Removed run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.402 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.402 | 56020 | Assigned run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.402 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.402 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CdfbYT +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.405 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.406 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.406 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.408 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.408 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.408 | 76460 | Added a new worker 12 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.408 | 56020 | Removed run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.408 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.408 | 56020 | Assigned run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.409 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.409 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.62H6r7 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.413 | 76456 | Marked run 1822 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.413 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.416 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.417 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.418 | 76458 | Marked run 1823 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.418 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.418 | 56021 | Recursively removing directory: /tmp/git.CdfbYT/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.420 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.420 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.423 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.425 | 56024 | Recursively removing directory: /tmp/git.62H6r7/ +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.426 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.426 | 76475 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.427 | 56020 | Removed run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.427 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.427 | 56020 | Assigned run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.427 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.426 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.427 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zmind4 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.426 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.426 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.431 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.431 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.432 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.434 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.434 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.434 | 76478 | Added a new worker 13 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.434 | 56020 | Removed run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.434 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.434 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.434 | 56020 | Assigned run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.435 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TGXJxx +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.435 | 76474 | Marked run 1824 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.435 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.440 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.442 | 56021 | Recursively removing directory: /tmp/git.zmind4/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.442 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.443 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.443 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.444 | 76476 | Marked run 1825 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.444 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.446 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.450 | 56024 | Recursively removing directory: /tmp/git.TGXJxx/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.450 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.450 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.450 | 76493 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.450 | 56020 | Removed run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.450 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.450 | 56020 | Assigned run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.450 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.450 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fJlFoY +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.452 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.452 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.454 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.455 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.456 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.460 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.460 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.460 | 76500 | Added a new worker 13 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.460 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.460 | 56020 | Removed run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.460 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.460 | 56020 | Assigned run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.460 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fP1ki4 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.461 | 76490 | Marked run 1826 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.462 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.465 | 56021 | Recursively removing directory: /tmp/git.fJlFoY/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.466 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.467 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.467 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.468 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.470 | 76495 | Marked run 1827 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.470 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.470 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.473 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.473 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.473 | 76511 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.474 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.474 | 56020 | Removed run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.474 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.474 | 56020 | Assigned run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.474 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3Yf4zu +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.477 | 56024 | Recursively removing directory: /tmp/git.fP1ki4/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.478 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.478 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.479 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.479 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.482 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.483 | 76505 | Marked run 1828 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.484 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.485 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.485 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.485 | 76518 | Added a new worker 8 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.485 | 56020 | Removed run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.485 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.485 | 56020 | Assigned run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.486 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.485 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PfNqFR +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.490 | 56021 | Recursively removing directory: /tmp/git.3Yf4zu/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.490 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.491 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.491 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.491 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.495 | 76513 | Marked run 1829 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.495 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.495 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.499 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.499 | 76529 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.499 | 56020 | Removed run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.499 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.499 | 56020 | Assigned run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.499 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.499 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pFEJSy +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.499 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.501 | 56024 | Recursively removing directory: /tmp/git.PfNqFR/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.502 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.502 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.504 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.506 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.506 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.507 | 76524 | Marked run 1830 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.507 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.509 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.509 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.509 | 76534 | Added a new worker 8 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.509 | 56020 | Removed run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.509 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.509 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.509 | 56020 | Assigned run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.509 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SHY796 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.514 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.515 | 56021 | Recursively removing directory: /tmp/git.pFEJSy/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.515 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.517 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.517 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.519 | 76531 | Marked run 1831 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.520 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.520 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.524 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.524 | 76547 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.524 | 56020 | Removed run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.524 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.524 | 56020 | Assigned run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.524 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.524 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YpGX1A +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.525 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.525 | 56024 | Recursively removing directory: /tmp/git.SHY796/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.526 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.526 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.528 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.529 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.529 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.533 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.533 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.533 | 76552 | Added a new worker 13 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.533 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.533 | 56020 | Removed run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.533 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.533 | 76544 | Marked run 1832 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.533 | 56020 | Assigned run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.533 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.F8Lz6b +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.534 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.538 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.539 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.539 | 56021 | Recursively removing directory: /tmp/git.YpGX1A/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.541 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.541 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.542 | 76548 | Marked run 1833 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.542 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.545 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.548 | 56024 | Recursively removing directory: /tmp/git.F8Lz6b/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.548 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.548 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.548 | 76565 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.548 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.548 | 56020 | Removed run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.548 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.548 | 56020 | Assigned run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.548 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TqJCNd +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.549 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.549 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.552 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.553 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.554 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.558 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.558 | 76574 | Added a new worker 13 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.558 | 56020 | Removed run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.558 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.558 | 56020 | Assigned run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.559 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.558 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.559 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hevYe7 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.560 | 76564 | Marked run 1834 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.560 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.563 | 56021 | Recursively removing directory: /tmp/git.TqJCNd/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.564 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.564 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.564 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.565 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.567 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.568 | 76567 | Marked run 1835 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.568 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.571 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.571 | 76583 | Added a new worker 9 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.571 | 56020 | Removed run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.571 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.571 | 56020 | Assigned run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.571 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.571 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wEISmJ +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.573 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.573 | 56024 | Recursively removing directory: /tmp/git.hevYe7/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.574 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.574 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.576 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.576 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.577 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.580 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.580 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.580 | 76587 | Added a new worker 13 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.580 | 56020 | Removed run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.580 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.580 | 56020 | Assigned run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.580 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.580 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qWaFAv +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.582 | 76577 | Marked run 1836 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.583 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.586 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.587 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.587 | 56021 | Recursively removing directory: /tmp/git.wEISmJ/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.589 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.589 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.590 | 76585 | Marked run 1837 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.590 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.592 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.595 | 56024 | Recursively removing directory: /tmp/git.qWaFAv/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.596 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.596 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.596 | 76601 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.596 | 56020 | Removed run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.596 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.596 | 56020 | Assigned run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.596 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.596 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5IB5Ff +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.597 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.597 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.601 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.601 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.602 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.604 | 76600 | Marked run 1838 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.604 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.605 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.605 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.605 | 76605 | Added a new worker 8 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.605 | 56020 | Removed run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.605 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.605 | 56020 | Assigned run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.605 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cSIpUT +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.605 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.610 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.611 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.612 | 56021 | Recursively removing directory: /tmp/git.5IB5Ff/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.614 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.614 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.615 | 76602 | Marked run 1839 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.615 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.618 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.619 | 56024 | Recursively removing directory: /tmp/git.cSIpUT/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.621 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.621 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.621 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.621 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.621 | 76619 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.621 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.621 | 56020 | Removed run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.621 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.621 | 56020 | Assigned run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.622 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zSATaJ +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.625 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.626 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.627 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.628 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.628 | 76622 | Added a new worker 13 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.628 | 56020 | Removed run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.628 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.628 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.628 | 56020 | Assigned run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.628 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.629 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1jhIN8 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.629 | 76618 | Marked run 1840 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.630 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.634 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.634 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.638 | 56021 | Recursively removing directory: /tmp/git.zSATaJ/ +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.639 | 76620 | Marked run 1841 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.639 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.639 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.639 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.642 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.643 | 56024 | Recursively removing directory: /tmp/git.1jhIN8/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.644 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.644 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.645 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.645 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.645 | 76637 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.645 | 56020 | Removed run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.645 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.645 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.645 | 56020 | Assigned run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.646 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.G3c0rq +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.648 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.649 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.650 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.652 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.652 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.652 | 76640 | Added a new worker 12 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.652 | 56020 | Removed run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.652 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.652 | 56020 | Assigned run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.652 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8oAFWM +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.652 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.656 | 76636 | Marked run 1842 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.657 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.658 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.660 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.660 | 56021 | Recursively removing directory: /tmp/git.G3c0rq/ +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.662 | 76638 | Marked run 1843 as finished +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.662 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.662 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.662 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.665 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.668 | 56024 | Recursively removing directory: /tmp/git.8oAFWM/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.669 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.669 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.669 | 76655 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.669 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.669 | 56020 | Removed run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.669 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.669 | 56020 | Assigned run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.669 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5extLO +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.670 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.670 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.672 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.674 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.675 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.675 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.675 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.675 | 76658 | Added a new worker 13 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.675 | 56020 | Removed run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.675 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.676 | 56020 | Assigned run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.676 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.676 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qpoyBY +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.679 | 76654 | Marked run 1844 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.680 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.682 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.683 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.684 | 56021 | Recursively removing directory: /tmp/git.5extLO/ +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.686 | 76656 | Marked run 1845 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.686 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.686 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.686 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.690 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.691 | 56024 | Recursively removing directory: /tmp/git.qpoyBY/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.693 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.693 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.693 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.693 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.693 | 76673 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.693 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.693 | 56020 | Removed run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.693 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.693 | 56020 | Assigned run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.694 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.D2udZz +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.697 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.697 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.698 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.700 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.700 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.700 | 76677 | Added a new worker 13 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.701 | 56020 | Removed run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.701 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.701 | 56020 | Assigned run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.701 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.701 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0VUZZ6 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.704 | 76672 | Marked run 1846 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.704 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.707 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.708 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.708 | 56021 | Recursively removing directory: /tmp/git.D2udZz/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.710 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.710 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.711 | 76674 | Marked run 1847 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.711 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.713 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.716 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.716 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.716 | 76691 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.716 | 56020 | Removed run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.716 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.716 | 56020 | Assigned run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.716 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qYEkYP +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.716 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.717 | 56024 | Recursively removing directory: /tmp/git.0VUZZ6/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.719 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.719 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.720 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.721 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.723 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.724 | 76688 | Marked run 1848 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.724 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.726 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.726 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.726 | 76696 | Added a new worker 8 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.726 | 56020 | Removed run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.726 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.726 | 56020 | Assigned run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.726 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cIC3dx +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.728 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.730 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.731 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.731 | 56021 | Recursively removing directory: /tmp/git.qYEkYP/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.734 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.734 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.735 | 76693 | Marked run 1849 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.736 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.737 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.740 | 56024 | Recursively removing directory: /tmp/git.cIC3dx/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.741 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.741 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.741 | 76709 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.741 | 56020 | Removed run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.741 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.741 | 56020 | Assigned run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.741 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.741 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.skVC53 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.741 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.741 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.744 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.745 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.746 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.747 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.747 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.748 | 76712 | Added a new worker 13 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.748 | 56020 | Removed run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.748 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.748 | 56020 | Assigned run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.748 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.748 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PD9cDw +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.750 | 76708 | Marked run 1850 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.751 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.753 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.755 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.757 | 76710 | Marked run 1851 as finished +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.757 | 56021 | Recursively removing directory: /tmp/git.skVC53/ +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.757 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.758 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.758 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.763 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.764 | 56024 | Recursively removing directory: /tmp/git.PD9cDw/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.765 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.768 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.766 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.766 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.768 | 76727 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.768 | 56020 | Removed run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.768 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.768 | 56020 | Assigned run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.768 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.q1NLVs +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.769 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.770 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.773 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.774 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.774 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.774 | 76729 | Added a new worker 13 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.774 | 56020 | Removed run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.774 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.774 | 56020 | Assigned run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.774 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.775 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.775 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xjVLAE +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.779 | 76726 | Marked run 1852 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.779 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.781 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.782 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.795 | 56021 | Recursively removing directory: /tmp/git.q1NLVs/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.796 | 56024 | Recursively removing directory: /tmp/git.xjVLAE/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.797 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.797 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.798 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.798 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.800 | 76728 | Marked run 1853 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.800 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.801 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.802 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.804 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.804 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.804 | 76746 | Added a new worker 12 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.804 | 56020 | Removed run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.804 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.804 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.804 | 56020 | Assigned run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.804 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jcX09F +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.805 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.805 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.805 | 76747 | Added a new worker 12 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.806 | 56020 | Removed run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.806 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.806 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.806 | 56020 | Assigned run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.806 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.F5DF94 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.809 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.810 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.811 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.812 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.814 | 76744 | Marked run 1854 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.814 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.817 | 76745 | Marked run 1855 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.817 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.820 | 56021 | Recursively removing directory: /tmp/git.jcX09F/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.822 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.822 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.823 | 56024 | Recursively removing directory: /tmp/git.F5DF94/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.824 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.824 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.825 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.827 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.828 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.828 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.828 | 76764 | Added a new worker 12 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.828 | 56020 | Removed run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.828 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.828 | 56020 | Assigned run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.828 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.828 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aXu2BF +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.830 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.830 | 76765 | Added a new worker 12 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.830 | 56020 | Removed run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.830 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.830 | 56020 | Assigned run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.830 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.830 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.830 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vMUPLU +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.833 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.834 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.835 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.837 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.838 | 76762 | Marked run 1856 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.838 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.841 | 76763 | Marked run 1857 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.841 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.843 | 56021 | Recursively removing directory: /tmp/git.aXu2BF/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.845 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.845 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.846 | 56024 | Recursively removing directory: /tmp/git.vMUPLU/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.848 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.848 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.849 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.852 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.852 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.853 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.853 | 76782 | Added a new worker 12 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.853 | 56020 | Removed run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.853 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.853 | 56020 | Assigned run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.853 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.856 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.856 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FrhDgf +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.856 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AGmA4x +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.856 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.856 | 76783 | Added a new worker 12 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.856 | 56020 | Removed run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.856 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.856 | 56020 | Assigned run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.856 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.861 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.862 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.862 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.863 | 76780 | Marked run 1858 as finished +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.863 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.863 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.866 | 76781 | Marked run 1859 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.866 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.871 | 56021 | Recursively removing directory: /tmp/git.AGmA4x/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.872 | 56024 | Recursively removing directory: /tmp/git.FrhDgf/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.873 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.873 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.874 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.874 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.877 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.878 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.881 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.881 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.881 | 76800 | Added a new worker 12 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.881 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.881 | 56020 | Removed run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.881 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.881 | 56020 | Assigned run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.882 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MRXlRY +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.882 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.882 | 76801 | Added a new worker 12 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.882 | 56020 | Removed run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.882 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.882 | 56020 | Assigned run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.882 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.882 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.882 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EB0thM +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.886 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.887 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.887 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.888 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.891 | 76798 | Marked run 1860 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.891 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.894 | 76799 | Marked run 1861 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.895 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.897 | 56021 | Recursively removing directory: /tmp/git.MRXlRY/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.898 | 56024 | Recursively removing directory: /tmp/git.EB0thM/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.899 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.899 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.899 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.899 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.901 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.902 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.904 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.904 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.42rFMA +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.904 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.904 | 76818 | Added a new worker 12 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.904 | 56020 | Removed run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.904 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.904 | 56020 | Assigned run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.905 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.905 | 76819 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.905 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.906 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4I78ud +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.906 | 56020 | Removed run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.906 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.906 | 56020 | Assigned run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.910 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.910 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.911 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.911 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.911 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.914 | 76816 | Marked run 1862 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.915 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.917 | 76817 | Marked run 1863 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.918 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.920 | 56021 | Recursively removing directory: /tmp/git.42rFMA/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.921 | 56024 | Recursively removing directory: /tmp/git.4I78ud/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.922 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.922 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.922 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.922 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.924 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.925 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.927 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.927 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.927 | 76836 | Added a new worker 12 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.927 | 56020 | Removed run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.927 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.928 | 56020 | Assigned run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.928 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.928 | 76837 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.928 | 56020 | Removed run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.928 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.928 | 56020 | Assigned run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.928 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cUuDSW +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.928 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.928 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.929 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.59dUH5 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.932 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.933 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.933 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.934 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.938 | 76834 | Marked run 1864 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.939 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.942 | 76835 | Marked run 1865 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.942 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.943 | 56021 | Recursively removing directory: /tmp/git.cUuDSW/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.944 | 56024 | Recursively removing directory: /tmp/git.59dUH5/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.945 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.945 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.945 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.945 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.950 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.950 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.953 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.953 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.954 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.954 | 76854 | Added a new worker 14 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.954 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.954 | 56020 | Removed run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.954 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.954 | 56020 | Assigned run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.954 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.954 | 76855 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.954 | 56020 | Removed run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.954 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.954 | 56020 | Assigned run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.954 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.954 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.W6OSyj +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.954 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XMCNtd +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.959 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.959 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.960 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.960 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.964 | 76852 | Marked run 1866 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.964 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.967 | 76853 | Marked run 1867 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.967 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.969 | 56024 | Recursively removing directory: /tmp/git.W6OSyj/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.970 | 56021 | Recursively removing directory: /tmp/git.XMCNtd/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.971 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.971 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.971 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.971 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.976 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.976 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.979 | 56021 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.979 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.979 | 76872 | Added a new worker 13 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.979 | 56020 | Removed run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.980 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.980 | 56020 | Assigned run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.979 | 56024 | Waiting for a new command +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.980 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.980 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.980 | 76873 | Added a new worker 10 to the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.980 | 56020 | Removed run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.980 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.980 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.980 | 56020 | Assigned run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.980 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tSmekq +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.980 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bLCTfK +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.985 | 56021 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.985 | 56024 | Checking out revision HEAD +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.986 | 56021 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.986 | 56024 | Going to run: ./ci +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.991 | 76871 | Marked run 1868 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.991 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.994 | 76870 | Marked run 1869 as finished +2024-04-25 03:45:26 | INFO | 56018/cimple-server: 2024-04-25 03:45:26.994 | 56018 | Waiting for new connections +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.996 | 56021 | Recursively removing directory: /tmp/git.tSmekq/ +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.997 | 56024 | Recursively removing directory: /tmp/git.bLCTfK/ +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.997 | 56021 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56021/cimple-worker: 2024-04-25 03:45:26.997 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.998 | 56024 | Process exit code: 0 +2024-04-25 03:45:26 | INFO | 56024/cimple-worker: 2024-04-25 03:45:26.998 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.000 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.001 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.003 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.003 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.003 | 76890 | Added a new worker 12 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.003 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.003 | 56020 | Removed run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.003 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.003 | 56020 | Assigned run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.003 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.X5QHED +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.004 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.004 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.004 | 76891 | Added a new worker 12 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.004 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.004 | 56020 | Removed run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.004 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.004 | 56020 | Assigned run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.005 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.d9dBxM +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.009 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.009 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.010 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.011 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.013 | 76888 | Marked run 1870 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.013 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.016 | 76889 | Marked run 1871 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.016 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.019 | 56021 | Recursively removing directory: /tmp/git.X5QHED/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.021 | 56024 | Recursively removing directory: /tmp/git.d9dBxM/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.021 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.021 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.022 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.022 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.024 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.025 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.026 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.026 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.026 | 76908 | Added a new worker 12 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.026 | 56020 | Removed run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.026 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.027 | 56020 | Assigned run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.027 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BjCLeW +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.027 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.028 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.028 | 76909 | Added a new worker 12 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.028 | 56020 | Removed run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.028 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.028 | 56020 | Assigned run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.028 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.028 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.029 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QNrgAM +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.031 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.032 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.035 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.035 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.038 | 76906 | Marked run 1872 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.038 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.041 | 76907 | Marked run 1873 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.041 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.042 | 56021 | Recursively removing directory: /tmp/git.BjCLeW/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.044 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.044 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.046 | 56024 | Recursively removing directory: /tmp/git.QNrgAM/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.047 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.047 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.047 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.050 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.050 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.050 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.050 | 76926 | Added a new worker 12 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.050 | 56020 | Removed run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.050 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.050 | 56020 | Assigned run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.050 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.051 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.95mLYW +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.054 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.054 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.054 | 76927 | Added a new worker 12 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.054 | 56020 | Removed run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.054 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.054 | 56020 | Assigned run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.054 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.054 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PtcGcI +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.055 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.056 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.059 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.060 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.062 | 76924 | Marked run 1874 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.062 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.065 | 76925 | Marked run 1875 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.065 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.066 | 56021 | Recursively removing directory: /tmp/git.95mLYW/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.068 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.068 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.069 | 56024 | Recursively removing directory: /tmp/git.PtcGcI/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.071 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.071 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.072 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.075 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.075 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.076 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.076 | 76944 | Added a new worker 12 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.076 | 56020 | Removed run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.076 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.076 | 56020 | Assigned run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.076 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.076 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HumbsS +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.079 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.079 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.079 | 76945 | Added a new worker 12 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.079 | 56020 | Removed run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.079 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.079 | 56020 | Assigned run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.080 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.080 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9ntkZZ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.081 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.081 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.085 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.085 | 76942 | Marked run 1876 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.086 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.086 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.089 | 76943 | Marked run 1877 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.089 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.094 | 56021 | Recursively removing directory: /tmp/git.HumbsS/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.095 | 56024 | Recursively removing directory: /tmp/git.9ntkZZ/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.095 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.095 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.097 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.097 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.100 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.101 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.103 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.103 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.103 | 76962 | Added a new worker 12 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.103 | 56020 | Removed run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.103 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.103 | 56020 | Assigned run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.104 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.g4eXZ0 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.104 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.105 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.105 | 76963 | Added a new worker 12 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.105 | 56020 | Removed run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.105 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.105 | 56020 | Assigned run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.105 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.105 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BMtXtB +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.106 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.108 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.109 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.110 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.111 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.115 | 76960 | Marked run 1878 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.115 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.118 | 76961 | Marked run 1879 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.118 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.119 | 56021 | Recursively removing directory: /tmp/git.g4eXZ0/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.121 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.121 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.121 | 56024 | Recursively removing directory: /tmp/git.BMtXtB/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.123 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.123 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.124 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.126 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.126 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.126 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.126 | 76980 | Added a new worker 12 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.127 | 56020 | Removed run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.127 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.127 | 56020 | Assigned run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.127 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.127 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KtLDIc +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.129 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.129 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.129 | 76981 | Added a new worker 12 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.129 | 56020 | Removed run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.129 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.129 | 56020 | Assigned run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.129 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.129 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TBwbwh +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.131 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.132 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.135 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.136 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.137 | 76978 | Marked run 1880 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.137 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.140 | 76979 | Marked run 1881 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.140 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.142 | 56021 | Recursively removing directory: /tmp/git.KtLDIc/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.143 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.143 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.145 | 56024 | Recursively removing directory: /tmp/git.TBwbwh/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.147 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.147 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.147 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.149 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.149 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.150 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.150 | 76998 | Added a new worker 12 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.150 | 56020 | Removed run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.150 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.150 | 56020 | Assigned run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.150 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xjfonq +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.150 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.153 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.153 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FzANhW +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.153 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.153 | 76999 | Added a new worker 12 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.153 | 56020 | Removed run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.153 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.153 | 56020 | Assigned run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.154 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.155 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.155 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.158 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.159 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.160 | 76996 | Marked run 1882 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.160 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.163 | 76997 | Marked run 1883 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.163 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.164 | 56021 | Recursively removing directory: /tmp/git.xjfonq/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.166 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.166 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.169 | 56024 | Recursively removing directory: /tmp/git.FzANhW/ +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.170 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.171 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.171 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.173 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.173 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.173 | 77015 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.173 | 56020 | Removed run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.173 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.173 | 56020 | Assigned run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.173 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.174 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.d10j8P +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.175 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.178 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.179 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.179 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.179 | 77017 | Added a new worker 13 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.179 | 56020 | Removed run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.179 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.179 | 56020 | Assigned run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.179 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.179 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Y80s3b +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.179 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.183 | 77014 | Marked run 1884 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.183 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.185 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.187 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.188 | 77016 | Marked run 1885 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.188 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.189 | 56021 | Recursively removing directory: /tmp/git.d10j8P/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.191 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.191 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.194 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.195 | 56024 | Recursively removing directory: /tmp/git.Y80s3b/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.197 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.197 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.197 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.197 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.197 | 77033 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.197 | 56020 | Removed run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.197 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.197 | 56020 | Assigned run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.197 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.197 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.st6o2m +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.201 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.201 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.202 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.204 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.205 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.205 | 77037 | Added a new worker 13 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.205 | 56020 | Removed run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.205 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.205 | 56020 | Assigned run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.205 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.205 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rtmLAN +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.210 | 77032 | Marked run 1886 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.210 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.211 | 56021 | Recursively removing directory: /tmp/git.st6o2m/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.213 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.213 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.213 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.213 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.214 | 77034 | Marked run 1887 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.215 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.216 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.220 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.220 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.220 | 77051 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.221 | 56020 | Removed run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.221 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.221 | 56020 | Assigned run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.221 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.221 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GIkCvW +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.222 | 56024 | Recursively removing directory: /tmp/git.rtmLAN/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.224 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.224 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.225 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.226 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.228 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.230 | 77045 | Marked run 1888 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.230 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.232 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.232 | 77060 | Added a new worker 8 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.232 | 56020 | Removed run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.232 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.232 | 56020 | Assigned run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.232 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.232 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kYMqjc +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.233 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.234 | 56021 | Recursively removing directory: /tmp/git.GIkCvW/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.235 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.235 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.237 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.237 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.239 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.241 | 77054 | Marked run 1889 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.241 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.242 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.242 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.242 | 77067 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.243 | 56020 | Removed run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.243 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.243 | 56020 | Assigned run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.243 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.243 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sKqZl1 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.247 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.248 | 56024 | Recursively removing directory: /tmp/git.kYMqjc/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.248 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.249 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.249 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.252 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.252 | 77062 | Marked run 1890 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.253 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.256 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.256 | 77078 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.256 | 56020 | Removed run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.256 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.256 | 56020 | Assigned run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.257 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.256 | 56021 | Recursively removing directory: /tmp/git.sKqZl1/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.256 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.257 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1NTBNq +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.258 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.258 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.261 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.262 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.263 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.267 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.267 | 77085 | Added a new worker 13 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.267 | 56020 | Removed run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.267 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.267 | 56020 | Assigned run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.267 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.267 | 77073 | Marked run 1891 as finished +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.267 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.267 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ChLAs4 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.267 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.272 | 56024 | Recursively removing directory: /tmp/git.1NTBNq/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.272 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.272 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.273 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.273 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.276 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.277 | 77080 | Marked run 1892 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.277 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.280 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.280 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.281 | 77096 | Added a new worker 8 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.281 | 56020 | Removed run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.281 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.281 | 56020 | Assigned run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.281 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dPS547 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.281 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.281 | 56021 | Recursively removing directory: /tmp/git.ChLAs4/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.283 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.283 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.284 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.285 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.288 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.290 | 77091 | Marked run 1893 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.291 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.291 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.291 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.291 | 77105 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.291 | 56020 | Removed run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.291 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.291 | 56020 | Assigned run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.291 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7lYBvH +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.292 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.295 | 56024 | Recursively removing directory: /tmp/git.dPS547/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.296 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.297 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.298 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.298 | 56024 | Process output: 415088 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.300 | 77099 | Marked run 1894 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.300 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.302 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.305 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.305 | 77114 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.305 | 56020 | Removed run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.305 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.305 | 56020 | Assigned run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.306 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.305 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.305 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ATpjoI +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.306 | 56021 | Recursively removing directory: /tmp/git.7lYBvH/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.307 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.307 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.309 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.310 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.312 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.315 | 77111 | Marked run 1895 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.315 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.316 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.316 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.316 | 77123 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.316 | 56020 | Removed run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.316 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.316 | 56020 | Assigned run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.316 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.317 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jVg0ZG +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.320 | 56024 | Recursively removing directory: /tmp/git.ATpjoI/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.321 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.322 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.322 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.322 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.325 | 77117 | Marked run 1896 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.325 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.326 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.329 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.329 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.329 | 77132 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.329 | 56020 | Removed run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.329 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.329 | 56020 | Assigned run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.329 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fFG3SH +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.330 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.331 | 56021 | Recursively removing directory: /tmp/git.jVg0ZG/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.332 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.332 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.334 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.334 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.335 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.339 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.339 | 77126 | Marked run 1897 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.339 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.339 | 77137 | Added a new worker 6 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.339 | 56020 | Removed run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.339 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.339 | 56020 | Assigned run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.339 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VjG9rw +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.339 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.340 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.344 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.344 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.345 | 56024 | Recursively removing directory: /tmp/git.fFG3SH/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.347 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.347 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.348 | 77134 | Marked run 1898 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.349 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.351 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.353 | 56021 | Recursively removing directory: /tmp/git.VjG9rw/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.354 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.354 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.354 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.354 | 77150 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.355 | 56020 | Removed run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.355 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.355 | 56020 | Assigned run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.354 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.355 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.355 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wlnLGh +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.358 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.359 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.361 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.362 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.362 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.362 | 77153 | Added a new worker 13 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.362 | 56020 | Removed run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.362 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.362 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.362 | 56020 | Assigned run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.362 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1sLQWE +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.363 | 77149 | Marked run 1899 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.364 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.367 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.368 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.370 | 56024 | Recursively removing directory: /tmp/git.wlnLGh/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.372 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.372 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.372 | 77151 | Marked run 1900 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.373 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.375 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.377 | 56021 | Recursively removing directory: /tmp/git.1sLQWE/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.378 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.378 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.379 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.379 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.379 | 77168 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.379 | 56020 | Removed run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.379 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.379 | 56020 | Assigned run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.379 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.379 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rdHnAb +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.381 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.383 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.384 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.384 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.384 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.385 | 77170 | Added a new worker 12 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.385 | 56020 | Removed run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.385 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.385 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.385 | 56020 | Assigned run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.385 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hIfO1t +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.389 | 77167 | Marked run 1901 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.390 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.390 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.391 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.394 | 56024 | Recursively removing directory: /tmp/git.rdHnAb/ +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.395 | 77169 | Marked run 1902 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.396 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.396 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.396 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.399 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.401 | 56021 | Recursively removing directory: /tmp/git.hIfO1t/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.402 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.402 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.402 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.402 | 77186 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.402 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.402 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.402 | 56020 | Removed run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.402 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.402 | 56020 | Assigned run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.402 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tZeg7x +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.406 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.407 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.408 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.409 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.409 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.409 | 77189 | Added a new worker 13 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.409 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.409 | 56020 | Removed run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.409 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.409 | 56020 | Assigned run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.410 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Y7Gp8Z +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.410 | 77185 | Marked run 1903 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.410 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.415 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.415 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.417 | 56024 | Recursively removing directory: /tmp/git.tZeg7x/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.419 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.419 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.420 | 77187 | Marked run 1904 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.420 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.423 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.424 | 56021 | Recursively removing directory: /tmp/git.Y7Gp8Z/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.425 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.425 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.426 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.426 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.426 | 77204 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.426 | 56020 | Removed run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.426 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.426 | 56020 | Assigned run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.426 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QqacoJ +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.427 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.430 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.430 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.431 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.433 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.433 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.433 | 77208 | Added a new worker 13 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.433 | 56020 | Removed run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.433 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.433 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.433 | 56020 | Assigned run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.434 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UhbWwW +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.437 | 77203 | Marked run 1905 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.438 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.440 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.441 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.442 | 56024 | Recursively removing directory: /tmp/git.QqacoJ/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.444 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.444 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.444 | 77205 | Marked run 1906 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.444 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.447 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.449 | 56021 | Recursively removing directory: /tmp/git.UhbWwW/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.451 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.451 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.451 | 77222 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.451 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.451 | 56020 | Removed run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.451 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.451 | 56020 | Assigned run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.451 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.451 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.451 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4PEgcC +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.455 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.456 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.457 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.458 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.458 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.458 | 77225 | Added a new worker 13 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.458 | 56020 | Removed run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.458 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.458 | 56020 | Assigned run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.459 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XwEXor +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.459 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.459 | 77221 | Marked run 1907 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.459 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.463 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.464 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.468 | 56024 | Recursively removing directory: /tmp/git.4PEgcC/ +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.470 | 77223 | Marked run 1908 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.470 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.470 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.470 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.473 | 56021 | Recursively removing directory: /tmp/git.XwEXor/ +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.474 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.474 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.474 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.477 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.477 | 77240 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.477 | 56020 | Removed run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.477 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.477 | 56020 | Assigned run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.477 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.477 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RfOPRk +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.477 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.478 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.481 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.481 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.481 | 77242 | Added a new worker 12 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.481 | 56020 | Removed run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.481 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.481 | 56020 | Assigned run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.481 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.481 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RPy8bL +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.481 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.482 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.487 | 77239 | Marked run 1909 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.488 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.488 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.489 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.491 | 77241 | Marked run 1910 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.491 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.493 | 56024 | Recursively removing directory: /tmp/git.RfOPRk/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.494 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.494 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.498 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.498 | 56021 | Recursively removing directory: /tmp/git.RPy8bL/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.499 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.499 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.501 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.501 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.501 | 77258 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.501 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.501 | 56020 | Removed run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.501 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.501 | 56020 | Assigned run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.502 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.675La2 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.503 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.506 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.507 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.507 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.507 | 77260 | Added a new worker 13 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.507 | 56020 | Removed run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.507 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.507 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oeva0A +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.507 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.507 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.507 | 56020 | Assigned run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.510 | 77257 | Marked run 1911 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.510 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.512 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.513 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.517 | 56024 | Recursively removing directory: /tmp/git.675La2/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.518 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.518 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.519 | 77259 | Marked run 1912 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.519 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.522 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.522 | 56021 | Recursively removing directory: /tmp/git.oeva0A/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.523 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.523 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.525 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.525 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.525 | 77276 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.525 | 56020 | Removed run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.525 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.525 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.525 | 56020 | Assigned run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.525 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yIhh4T +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.527 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.528 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.529 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.531 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.531 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.531 | 77279 | Added a new worker 12 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.531 | 56020 | Removed run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.531 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.531 | 56020 | Assigned run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.531 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aWOOqF +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.531 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.536 | 77275 | Marked run 1913 as finished +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.536 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.537 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.537 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.539 | 77277 | Marked run 1914 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.540 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.540 | 56024 | Recursively removing directory: /tmp/git.yIhh4T/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.541 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.542 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.546 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.546 | 56021 | Recursively removing directory: /tmp/git.aWOOqF/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.547 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.547 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.548 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.548 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.548 | 77294 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.548 | 56020 | Removed run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.548 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.549 | 56020 | Assigned run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.549 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.549 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IMhddh +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.550 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.553 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.553 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.553 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.553 | 77296 | Added a new worker 12 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.553 | 56020 | Removed run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.553 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.554 | 56020 | Assigned run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.554 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.554 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.554 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6yAczo +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.558 | 77293 | Marked run 1915 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.558 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.561 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.562 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.563 | 56024 | Recursively removing directory: /tmp/git.IMhddh/ +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.563 | 77295 | Marked run 1916 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.563 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.564 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.564 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.567 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.570 | 56021 | Recursively removing directory: /tmp/git.6yAczo/ +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.571 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.571 | 77312 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.571 | 56020 | Removed run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.571 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.571 | 56020 | Assigned run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.571 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.571 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HLe6mz +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.571 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.572 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.572 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.575 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.576 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.576 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.579 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.579 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.579 | 77315 | Added a new worker 13 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.579 | 56020 | Removed run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.579 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.579 | 56020 | Assigned run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.579 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.579 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gHy6LG +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.581 | 77311 | Marked run 1917 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.581 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.584 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.586 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.587 | 56024 | Recursively removing directory: /tmp/git.HLe6mz/ +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.588 | 77313 | Marked run 1918 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.588 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.589 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.589 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.592 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.594 | 56021 | Recursively removing directory: /tmp/git.gHy6LG/ +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.595 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.595 | 77330 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.595 | 56020 | Removed run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.595 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.595 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.595 | 56020 | Assigned run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.596 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.596 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.595 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.596 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KL8KvB +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.599 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.600 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.600 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.604 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.604 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.604 | 77335 | Added a new worker 13 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.604 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.604 | 56020 | Removed run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.604 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.604 | 56020 | Assigned run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.604 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AUSlyS +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.606 | 77329 | Marked run 1919 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.608 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.609 | 56024 | Recursively removing directory: /tmp/git.KL8KvB/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.609 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.610 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.610 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.610 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.614 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.614 | 77331 | Marked run 1920 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.614 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.617 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.617 | 77348 | Added a new worker 9 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.617 | 56020 | Removed run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.617 | 56020 | Removed worker 9 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.617 | 56020 | Assigned run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.617 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.617 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.617 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QwXC8x +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.620 | 56021 | Recursively removing directory: /tmp/git.AUSlyS/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.622 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.622 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.622 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.623 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.625 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.626 | 77342 | Marked run 1921 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.626 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.629 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.629 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.629 | 77357 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.629 | 56020 | Removed run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.629 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.629 | 56020 | Assigned run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.629 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.o4JdR8 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.630 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.632 | 56024 | Recursively removing directory: /tmp/git.QwXC8x/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.633 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.634 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.634 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.634 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.637 | 77351 | Marked run 1922 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.637 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.638 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.641 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.641 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.641 | 77366 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.641 | 56020 | Removed run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.641 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.641 | 56020 | Assigned run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.641 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.641 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2HQCbW +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.643 | 56021 | Recursively removing directory: /tmp/git.o4JdR8/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.645 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.645 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.646 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.646 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.649 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.651 | 77361 | Marked run 1923 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.651 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.653 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.653 | 77375 | Added a new worker 8 to the queue +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.653 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.653 | 56020 | Removed run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.653 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.653 | 56020 | Assigned run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.653 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NiRt1C +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.653 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.656 | 56024 | Recursively removing directory: /tmp/git.2HQCbW/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.657 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.658 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.658 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.658 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.661 | 77369 | Marked run 1924 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.661 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.661 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.665 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.665 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.665 | 77384 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.665 | 56020 | Removed run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.665 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.665 | 56020 | Assigned run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.665 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.665 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zjFqdW +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.667 | 56021 | Recursively removing directory: /tmp/git.NiRt1C/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.668 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.668 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.670 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.671 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.671 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.674 | 77378 | Marked run 1925 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.674 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.675 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.675 | 77389 | Added a new worker 8 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.675 | 56020 | Removed run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.675 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.675 | 56020 | Assigned run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.675 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.675 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.I5UD1o +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.676 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.680 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.681 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.681 | 56024 | Recursively removing directory: /tmp/git.zjFqdW/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.683 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.683 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.685 | 77386 | Marked run 1926 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.685 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.687 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.689 | 56021 | Recursively removing directory: /tmp/git.I5UD1o/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.690 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.690 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NMVtzB +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.690 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.690 | 77402 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.690 | 56020 | Removed run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.690 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.690 | 56020 | Assigned run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.690 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.691 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.691 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.695 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.698 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.699 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.699 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.699 | 77404 | Added a new worker 14 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.699 | 56020 | Removed run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.699 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.699 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.699 | 56020 | Assigned run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.699 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4bg7T6 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.700 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.701 | 77401 | Marked run 1927 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.701 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.704 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.706 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.708 | 77403 | Marked run 1928 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.708 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.709 | 56024 | Recursively removing directory: /tmp/git.NMVtzB/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.710 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.710 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.714 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.714 | 56021 | Recursively removing directory: /tmp/git.4bg7T6/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.716 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.716 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.718 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.718 | 77420 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.718 | 56020 | Removed run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.718 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.718 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.718 | 56020 | Assigned run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.718 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.718 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lmDlJ9 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.720 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.722 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.724 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.724 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.724 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.724 | 77423 | Added a new worker 13 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.724 | 56020 | Removed run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.724 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.724 | 56020 | Assigned run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.724 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.724 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eVno5o +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.725 | 77419 | Marked run 1929 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.726 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.729 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.730 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.733 | 56024 | Recursively removing directory: /tmp/git.lmDlJ9/ +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.735 | 77421 | Marked run 1930 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.735 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.735 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.735 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.739 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.739 | 56021 | Recursively removing directory: /tmp/git.eVno5o/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.741 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.741 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.742 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.742 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.742 | 77438 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.742 | 56020 | Removed run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.742 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.742 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.742 | 56020 | Assigned run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.743 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bCnK3h +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.745 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.747 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.747 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.749 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.749 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.749 | 77441 | Added a new worker 13 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.749 | 56020 | Removed run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.749 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.749 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.749 | 56020 | Assigned run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.750 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i5KqT5 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.750 | 77437 | Marked run 1931 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.751 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.756 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.756 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.757 | 77439 | Marked run 1932 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.757 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.758 | 56024 | Recursively removing directory: /tmp/git.bCnK3h/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.760 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.760 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.763 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.765 | 56021 | Recursively removing directory: /tmp/git.i5KqT5/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.766 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.766 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.766 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.767 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.767 | 77456 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.767 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.767 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.koAT1z +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.767 | 56020 | Removed run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.767 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.767 | 56020 | Assigned run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.770 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.772 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.773 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.774 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.774 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.774 | 77459 | Added a new worker 13 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.774 | 56020 | Removed run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.774 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.774 | 56020 | Assigned run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.774 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.775 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4EWneI +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.776 | 77455 | Marked run 1933 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.776 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.779 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.780 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.782 | 56024 | Recursively removing directory: /tmp/git.koAT1z/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.784 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.784 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.784 | 77457 | Marked run 1934 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.784 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.788 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.790 | 56021 | Recursively removing directory: /tmp/git.4EWneI/ +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.791 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.791 | 77474 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.791 | 56020 | Removed run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.791 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.791 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.791 | 56020 | Assigned run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.791 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.791 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.svVjNh +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.791 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.791 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.796 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.796 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.796 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.799 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.799 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.799 | 77477 | Added a new worker 13 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.799 | 56020 | Removed run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.799 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.799 | 56020 | Assigned run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.799 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.799 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0QLsuK +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.800 | 77473 | Marked run 1935 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.800 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.806 | 56024 | Recursively removing directory: /tmp/git.svVjNh/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.807 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.807 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.810 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.811 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.812 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.813 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.813 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.814 | 77475 | Marked run 1936 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.814 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.814 | 77486 | Added a new worker 6 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.814 | 56020 | Removed run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.814 | 56020 | Removed worker 6 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.814 | 56020 | Assigned run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.814 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.814 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QarKol +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.819 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.820 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.822 | 56021 | Recursively removing directory: /tmp/git.0QLsuK/ +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.823 | 77484 | Marked run 1937 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.823 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.824 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.824 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.827 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.829 | 56024 | Recursively removing directory: /tmp/git.QarKol/ +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.830 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.830 | 77501 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.830 | 56020 | Removed run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.830 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.830 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.830 | 56020 | Assigned run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.830 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.830 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WX7TdL +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.830 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.830 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.834 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.835 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.835 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.838 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.838 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.838 | 77506 | Added a new worker 13 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.838 | 56020 | Removed run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.838 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.838 | 56020 | Assigned run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.839 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.839 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ONwmNs +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.842 | 77500 | Marked run 1938 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.842 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.844 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.845 | 56021 | Recursively removing directory: /tmp/git.WX7TdL/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.846 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.847 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.847 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.847 | 77502 | Marked run 1939 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.848 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.850 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.853 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.853 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.853 | 77519 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.853 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.853 | 56020 | Removed run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.853 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.854 | 56020 | Assigned run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.854 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2Ie3Au +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.855 | 56024 | Recursively removing directory: /tmp/git.ONwmNs/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.856 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.856 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.858 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.859 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.859 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.861 | 77514 | Marked run 1940 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.861 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.863 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.863 | 77524 | Added a new worker 8 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.863 | 56020 | Removed run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.863 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.863 | 56020 | Assigned run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.863 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.863 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jlEiFU +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.863 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.868 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.868 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.871 | 56021 | Recursively removing directory: /tmp/git.2Ie3Au/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.873 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.873 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.873 | 77521 | Marked run 1941 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.874 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.877 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.877 | 56024 | Recursively removing directory: /tmp/git.jlEiFU/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.879 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.879 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.880 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.880 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.880 | 77537 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.880 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.880 | 56020 | Removed run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.880 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.880 | 56020 | Assigned run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.881 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FVHZHQ +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.881 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.885 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.885 | 77539 | Added a new worker 12 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.885 | 56020 | Removed run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.885 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.885 | 56020 | Assigned run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.885 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.885 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.885 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LMfBnT +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.886 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.887 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.890 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.891 | 77536 | Marked run 1942 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.891 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.891 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.893 | 77538 | Marked run 1943 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.893 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.896 | 56021 | Recursively removing directory: /tmp/git.FVHZHQ/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.897 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.897 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.900 | 56024 | Recursively removing directory: /tmp/git.LMfBnT/ +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.901 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.901 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.902 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.904 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.904 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.904 | 77555 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.904 | 56020 | Removed run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.904 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.904 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.904 | 56020 | Assigned run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.904 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3A9SB8 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.905 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.908 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.908 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.908 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.908 | 77557 | Added a new worker 12 to the queue +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.908 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.909 | 56020 | Removed run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.909 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.909 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.909 | 56020 | Assigned run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.909 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TFZ27l +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.915 | 77554 | Marked run 1944 as finished +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.915 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.915 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.916 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.918 | 56021 | Recursively removing directory: /tmp/git.3A9SB8/ +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.918 | 77556 | Marked run 1945 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.919 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.920 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.920 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.923 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.924 | 56024 | Recursively removing directory: /tmp/git.TFZ27l/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.926 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.926 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.926 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.926 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.927 | 77573 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.927 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.927 | 56020 | Removed run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.927 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.927 | 56020 | Assigned run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.927 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cE88SH +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.930 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.931 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.932 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.933 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.933 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.934 | 77576 | Added a new worker 13 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.934 | 56020 | Removed run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.934 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.934 | 56020 | Assigned run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.934 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.934 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CoMaWo +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.935 | 77572 | Marked run 1946 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.935 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.939 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.940 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.942 | 56021 | Recursively removing directory: /tmp/git.cE88SH/ +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.942 | 77574 | Marked run 1947 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.943 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.944 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.944 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.948 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.951 | 56024 | Recursively removing directory: /tmp/git.CoMaWo/ +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.951 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.951 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.952 | 77591 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.952 | 56020 | Removed run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.952 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.952 | 56020 | Assigned run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.952 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.952 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qoVSal +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.952 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.952 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.957 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.957 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.958 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.960 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.960 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.960 | 77594 | Added a new worker 13 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.960 | 56020 | Removed run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.960 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.960 | 56020 | Assigned run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.960 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.961 | 77590 | Marked run 1948 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.961 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.961 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.x0HK6h +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.965 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.966 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.968 | 56021 | Recursively removing directory: /tmp/git.qoVSal/ +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.970 | 77592 | Marked run 1949 as finished +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.970 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.970 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.970 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.974 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.975 | 56024 | Recursively removing directory: /tmp/git.x0HK6h/ +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.977 | 56024 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.977 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.977 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.977 | 77609 | Added a new worker 10 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.977 | 56020 | Removed run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.977 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.977 | 56020 | Assigned run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.978 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.977 | 56021 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.977 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VNS7Sz +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.981 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.982 | 56021 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.982 | 56021 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.984 | 56024 | Waiting for a new command +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.984 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.984 | 77612 | Added a new worker 13 to the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.984 | 56020 | Removed run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.984 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.985 | 56020 | Assigned run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.985 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.985 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aJfcUv +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.986 | 77608 | Marked run 1950 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.986 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.990 | 56024 | Checking out revision HEAD +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.991 | 56024 | Going to run: ./ci +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.992 | 56021 | Recursively removing directory: /tmp/git.VNS7Sz/ +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.994 | 56021 | Process exit code: 0 +2024-04-25 03:45:27 | INFO | 56021/cimple-worker: 2024-04-25 03:45:27.994 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.994 | 77610 | Marked run 1951 as finished +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.994 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56018/cimple-server: 2024-04-25 03:45:27.997 | 56018 | Waiting for new connections +2024-04-25 03:45:27 | INFO | 56024/cimple-worker: 2024-04-25 03:45:27.999 | 56024 | Recursively removing directory: /tmp/git.aJfcUv/ +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.000 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.001 | 77627 | Added a new worker 10 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.001 | 56020 | Removed run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.001 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.001 | 56020 | Assigned run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.000 | 56021 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.001 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gNhCbf +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.001 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.001 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.001 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.004 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.006 | 56021 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.006 | 56021 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.007 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.007 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.007 | 77629 | Added a new worker 13 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.007 | 56020 | Removed run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.007 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.007 | 56020 | Assigned run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.007 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.007 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0WnNaw +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.010 | 77626 | Marked run 1952 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.010 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.013 | 56024 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.013 | 56024 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.017 | 56021 | Recursively removing directory: /tmp/git.gNhCbf/ +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.017 | 77628 | Marked run 1953 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.017 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.018 | 56021 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.018 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.022 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.022 | 56024 | Recursively removing directory: /tmp/git.0WnNaw/ +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.023 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.024 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.025 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.026 | 77645 | Added a new worker 10 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.026 | 56020 | Removed run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.026 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.026 | 56020 | Assigned run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.025 | 56021 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.026 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GAIY7a +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.026 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.027 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.030 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.030 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.030 | 77647 | Added a new worker 12 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.031 | 56020 | Removed run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.031 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.031 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.031 | 56020 | Assigned run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.031 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EJB1sF +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.031 | 56021 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.032 | 56021 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.036 | 56024 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.036 | 77644 | Marked run 1954 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.037 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.037 | 56024 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.040 | 77646 | Marked run 1955 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.040 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.042 | 56021 | Recursively removing directory: /tmp/git.GAIY7a/ +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.043 | 56021 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.043 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.046 | 56024 | Recursively removing directory: /tmp/git.EJB1sF/ +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.047 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.048 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.048 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.050 | 56021 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.050 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.050 | 77663 | Added a new worker 10 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.050 | 56020 | Removed run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.050 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.050 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.050 | 56020 | Assigned run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.050 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UMbF1e +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.051 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.054 | 56021 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.054 | 56021 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.055 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.055 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.055 | 77665 | Added a new worker 12 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.055 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.055 | 56020 | Removed run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.055 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.055 | 56020 | Assigned run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.055 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i8h50a +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.061 | 77662 | Marked run 1956 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.061 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.061 | 56024 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.063 | 56024 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.065 | 56021 | Recursively removing directory: /tmp/git.UMbF1e/ +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.066 | 56021 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.066 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.067 | 77664 | Marked run 1957 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.067 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.070 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.072 | 56024 | Recursively removing directory: /tmp/git.i8h50a/ +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.073 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.073 | 77681 | Added a new worker 10 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.073 | 56020 | Removed run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.073 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.073 | 56020 | Assigned run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.073 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.073 | 56021 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.074 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sE1x8k +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.074 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.074 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.077 | 56021 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.078 | 56021 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.078 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.082 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.082 | 77686 | Added a new worker 14 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.082 | 56020 | Removed run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.082 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.082 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.082 | 56020 | Assigned run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.082 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.082 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3dtj6z +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.085 | 77680 | Marked run 1958 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.086 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.087 | 56024 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.087 | 56024 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.089 | 56021 | Recursively removing directory: /tmp/git.sE1x8k/ +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.091 | 56021 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.091 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.091 | 77682 | Marked run 1959 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.092 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.095 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.096 | 56024 | Recursively removing directory: /tmp/git.3dtj6z/ +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.097 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.097 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.098 | 56021 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.098 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.098 | 77699 | Added a new worker 10 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.098 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.098 | 56020 | Removed run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.098 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.098 | 56020 | Assigned run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.099 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6a2cLk +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.101 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.103 | 56021 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.104 | 56021 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.105 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.105 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.105 | 77702 | Added a new worker 13 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.105 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.105 | 56020 | Removed run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.105 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.105 | 56020 | Assigned run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.106 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.etHFkM +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.106 | 77698 | Marked run 1960 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.106 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.110 | 56024 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.111 | 56024 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.114 | 56021 | Recursively removing directory: /tmp/git.6a2cLk/ +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.115 | 77700 | Marked run 1961 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.115 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.116 | 56021 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.116 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.120 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.120 | 56024 | Recursively removing directory: /tmp/git.etHFkM/ +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.121 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.121 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.123 | 56021 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.123 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.123 | 77717 | Added a new worker 10 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.123 | 56020 | Removed run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.123 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.123 | 56020 | Assigned run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.124 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.124 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SdGlMQ +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.126 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.128 | 56021 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.129 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.129 | 56021 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.130 | 77719 | Added a new worker 14 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.130 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.130 | 56020 | Removed run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.130 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.130 | 56020 | Assigned run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.130 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.130 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7Qkrhz +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.132 | 77716 | Marked run 1962 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.133 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.134 | 56024 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.135 | 56024 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.137 | 77718 | Marked run 1963 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.137 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.139 | 56021 | Recursively removing directory: /tmp/git.SdGlMQ/ +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.141 | 56021 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.141 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.143 | 56024 | Recursively removing directory: /tmp/git.7Qkrhz/ +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.145 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.145 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.145 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.148 | 56021 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.148 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.148 | 77735 | Added a new worker 10 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.148 | 56020 | Removed run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.148 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.148 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.148 | 56020 | Assigned run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.149 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kuHY29 +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.149 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.153 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.153 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.153 | 77737 | Added a new worker 13 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.153 | 56020 | Removed run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.153 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.153 | 56020 | Assigned run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.154 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.154 | 56021 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.155 | 56021 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.153 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kPrCyL +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.157 | 77734 | Marked run 1964 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.157 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.158 | 56024 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.159 | 56024 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.162 | 77736 | Marked run 1965 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.162 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.165 | 56021 | Recursively removing directory: /tmp/git.kuHY29/ +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.167 | 56021 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.167 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.168 | 56024 | Recursively removing directory: /tmp/git.kPrCyL/ +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.169 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.169 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.170 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.172 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.173 | 56021 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.173 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.173 | 77754 | Added a new worker 12 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.173 | 56020 | Removed run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.173 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.173 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.173 | 56020 | Assigned run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.173 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2p1SFQ +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.175 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.175 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.175 | 77755 | Added a new worker 12 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.175 | 56020 | Removed run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.175 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.175 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.175 | 56020 | Assigned run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.175 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.y3sKuI +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.178 | 56021 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.179 | 56021 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.181 | 56024 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.182 | 56024 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.183 | 77752 | Marked run 1966 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.183 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.186 | 77753 | Marked run 1967 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.186 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.188 | 56021 | Recursively removing directory: /tmp/git.2p1SFQ/ +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.190 | 56021 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.190 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.192 | 56024 | Recursively removing directory: /tmp/git.y3sKuI/ +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.194 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.194 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.194 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.196 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.197 | 56021 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.197 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.197 | 77772 | Added a new worker 12 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.197 | 56020 | Removed run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.197 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.197 | 56020 | Assigned run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.197 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.197 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9tEjkw +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.199 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.199 | 77773 | Added a new worker 12 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.200 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.200 | 56020 | Removed run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.200 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.200 | 56020 | Assigned run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.202 | 56021 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.202 | 56021 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.199 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.200 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.omcizJ +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.205 | 56024 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.206 | 56024 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.207 | 77770 | Marked run 1968 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.207 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.209 | 77771 | Marked run 1969 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.210 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.212 | 56021 | Recursively removing directory: /tmp/git.9tEjkw/ +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.214 | 56021 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.214 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.215 | 56024 | Recursively removing directory: /tmp/git.omcizJ/ +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.216 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.216 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.217 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.219 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.220 | 56021 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.220 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.220 | 77790 | Added a new worker 12 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.220 | 56020 | Removed run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.220 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.220 | 56020 | Assigned run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.220 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.220 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PXU7Jf +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.222 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.222 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.222 | 77791 | Added a new worker 12 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.222 | 56020 | Removed run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.222 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.222 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.222 | 56020 | Assigned run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.222 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vA2kPA +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.225 | 56021 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.226 | 56021 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.229 | 56024 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.230 | 56024 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.231 | 77788 | Marked run 1970 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.231 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.234 | 77789 | Marked run 1971 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.235 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.235 | 56021 | Recursively removing directory: /tmp/git.PXU7Jf/ +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.237 | 56021 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.237 | 56021 | Process output: 415086 bytes +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.239 | 56024 | Recursively removing directory: /tmp/git.vA2kPA/ +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.240 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.240 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.241 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.244 | 56021 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.244 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.244 | 77807 | Added a new worker 10 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.244 | 56020 | Removed run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.244 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.244 | 56020 | Assigned run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.245 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.245 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.245 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YHSnyz +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.248 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.248 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.248 | 77809 | Added a new worker 12 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.248 | 56020 | Removed run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.248 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.248 | 56020 | Assigned run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.248 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lV2vda +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.249 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.249 | 56021 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.250 | 56021 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.255 | 77806 | Marked run 1972 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.255 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.256 | 56024 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.257 | 56024 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.259 | 77808 | Marked run 1973 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.259 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.260 | 56021 | Recursively removing directory: /tmp/git.YHSnyz/ +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.261 | 56021 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.261 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.264 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.265 | 56024 | Recursively removing directory: /tmp/git.lV2vda/ +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.267 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.267 | 56024 | Process output: 415086 bytes +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.268 | 56021 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.268 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.268 | 77825 | Added a new worker 10 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.268 | 56020 | Removed run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.268 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.268 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.268 | 56020 | Assigned run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.268 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fYzqTQ +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.271 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.272 | 56021 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.273 | 56021 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.274 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.274 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.275 | 77828 | Added a new worker 13 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.275 | 56020 | Removed run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.275 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.275 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.275 | 56020 | Assigned run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.275 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VFPdsc +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.277 | 77824 | Marked run 1974 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.277 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.281 | 56024 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.282 | 56024 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.283 | 56021 | Recursively removing directory: /tmp/git.fYzqTQ/ +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.284 | 77826 | Marked run 1975 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.284 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.285 | 56021 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.285 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.288 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.291 | 56024 | Recursively removing directory: /tmp/git.VFPdsc/ +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.292 | 56021 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.292 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.292 | 77843 | Added a new worker 10 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.292 | 56020 | Removed run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.292 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.292 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.292 | 56020 | Assigned run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.292 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Q4VRa7 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.292 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.292 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.296 | 56021 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.297 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.297 | 56021 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.299 | 77842 | Marked run 1976 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.299 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.300 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.300 | 77847 | Added a new worker 8 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.300 | 56020 | Removed run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.300 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.300 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.300 | 56020 | Assigned run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.300 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.300 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UlsOXr +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.304 | 56024 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.305 | 56024 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.307 | 56021 | Recursively removing directory: /tmp/git.Q4VRa7/ +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.309 | 56021 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.309 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.310 | 77844 | Marked run 1977 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.310 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.313 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.315 | 56024 | Recursively removing directory: /tmp/git.UlsOXr/ +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.316 | 56021 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.316 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.316 | 77862 | Added a new worker 10 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.316 | 56020 | Removed run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.316 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.316 | 56020 | Assigned run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.316 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.317 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IdcW3a +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.317 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.317 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.321 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.321 | 56021 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.323 | 56021 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.324 | 77861 | Marked run 1978 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.324 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.325 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.325 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.325 | 77865 | Added a new worker 8 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.325 | 56020 | Removed run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.325 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.325 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.325 | 56020 | Assigned run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.325 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Z1cDZG +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.329 | 56024 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.330 | 56024 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.332 | 56021 | Recursively removing directory: /tmp/git.IdcW3a/ +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.334 | 56021 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.334 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.334 | 77863 | Marked run 1979 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.334 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.338 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.339 | 56024 | Recursively removing directory: /tmp/git.Z1cDZG/ +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.340 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.340 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.341 | 56021 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.341 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.341 | 77880 | Added a new worker 10 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.341 | 56020 | Removed run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.341 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.341 | 56020 | Assigned run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.341 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.341 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NVj4M8 +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.343 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.346 | 56021 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.346 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.346 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.346 | 77882 | Added a new worker 12 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.346 | 56020 | Removed run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.346 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.346 | 56020 | Assigned run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.346 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.346 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LksRhk +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.348 | 56021 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.350 | 77879 | Marked run 1980 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.350 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.352 | 56024 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.354 | 56024 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.355 | 77881 | Marked run 1981 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.356 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.357 | 56021 | Recursively removing directory: /tmp/git.NVj4M8/ +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.358 | 56021 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.358 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.362 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.362 | 56024 | Recursively removing directory: /tmp/git.LksRhk/ +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.364 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.364 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.366 | 56021 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.366 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.366 | 77898 | Added a new worker 10 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.366 | 56020 | Removed run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.366 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.366 | 56020 | Assigned run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.366 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.366 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DPlY7K +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.368 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.370 | 56021 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.372 | 56021 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.372 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.372 | 77900 | Added a new worker 13 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.372 | 56020 | Removed run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.372 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.372 | 56020 | Assigned run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.372 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.372 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.372 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2DSEjd +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.375 | 77897 | Marked run 1982 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.375 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.377 | 56024 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.378 | 56024 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.380 | 77899 | Marked run 1983 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.380 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.381 | 56021 | Recursively removing directory: /tmp/git.DPlY7K/ +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.382 | 56021 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.382 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.386 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.387 | 56024 | Recursively removing directory: /tmp/git.2DSEjd/ +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.388 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.388 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.390 | 56021 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.390 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.390 | 77916 | Added a new worker 10 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.390 | 56020 | Removed run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.390 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.390 | 56020 | Assigned run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.390 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.390 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7q0gBW +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.392 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.395 | 56021 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.396 | 56021 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.396 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.396 | 77918 | Added a new worker 13 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.396 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.396 | 56020 | Removed run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.396 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.396 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.396 | 56020 | Assigned run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.397 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aqLzo6 +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.399 | 77915 | Marked run 1984 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.399 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.402 | 56024 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.403 | 56024 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.405 | 56021 | Recursively removing directory: /tmp/git.7q0gBW/ +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.406 | 56021 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.406 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.406 | 77917 | Marked run 1985 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.407 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.409 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.411 | 56024 | Recursively removing directory: /tmp/git.aqLzo6/ +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.413 | 56021 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.413 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.413 | 77934 | Added a new worker 10 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.413 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.413 | 56020 | Removed run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.413 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.413 | 56020 | Assigned run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.413 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.413 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.413 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bTczso +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.417 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.417 | 56021 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.418 | 56021 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.421 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.421 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.421 | 77938 | Added a new worker 13 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.421 | 56020 | Removed run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.421 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.421 | 56020 | Assigned run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.421 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.421 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XImb0h +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.421 | 77933 | Marked run 1986 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.421 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.426 | 56024 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.427 | 56024 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.428 | 56021 | Recursively removing directory: /tmp/git.bTczso/ +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.430 | 56021 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.430 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.430 | 77935 | Marked run 1987 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.430 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.433 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.435 | 56024 | Recursively removing directory: /tmp/git.XImb0h/ +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.437 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.437 | 77952 | Added a new worker 10 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.437 | 56020 | Removed run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.437 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.437 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.437 | 56020 | Assigned run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.437 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.437 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.437 | 56021 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.437 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.A5DFX8 +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.441 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.442 | 56021 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.443 | 56021 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.444 | 77951 | Marked run 1988 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.444 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.444 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.444 | 77955 | Added a new worker 8 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.444 | 56020 | Removed run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.444 | 56020 | Removed worker 8 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.444 | 56020 | Assigned run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.444 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.445 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.444 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EWcPEu +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.449 | 56024 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.450 | 56024 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.453 | 56021 | Recursively removing directory: /tmp/git.A5DFX8/ +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.455 | 77953 | Marked run 1989 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.455 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.455 | 56021 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.455 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.459 | 56024 | Recursively removing directory: /tmp/git.EWcPEu/ +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.459 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.460 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.460 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.462 | 56021 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.462 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.462 | 77970 | Added a new worker 10 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.462 | 56020 | Removed run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.462 | 56020 | Removed worker 10 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.462 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.462 | 56020 | Assigned run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.462 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.piverb +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.463 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.466 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.466 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.466 | 77972 | Added a new worker 12 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.466 | 56020 | Removed run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.466 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.467 | 56020 | Assigned run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.467 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.467 | 56021 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.467 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yy0McR +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.468 | 56021 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.472 | 56024 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.472 | 77969 | Marked run 1990 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.473 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.474 | 56024 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.477 | 77971 | Marked run 1991 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.478 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.479 | 56021 | Recursively removing directory: /tmp/git.piverb/ +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.481 | 56021 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.481 | 56021 | Process output: 415088 bytes +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.483 | 56024 | Recursively removing directory: /tmp/git.yy0McR/ +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.484 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.484 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.484 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.487 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.488 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.488 | 77989 | Added a new worker 12 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.488 | 56020 | Removed run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.488 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.488 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.488 | 56020 | Assigned run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.488 | 56021 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.488 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qkGiUO +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.490 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.490 | 77990 | Added a new worker 12 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.490 | 56020 | Removed run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.490 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.490 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.490 | 56020 | Assigned run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.490 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.491 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.J79REf +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.493 | 56021 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.495 | 56021 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.497 | 56024 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.497 | 77987 | Marked run 1992 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.497 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.498 | 56024 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.500 | 77988 | Marked run 1993 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.501 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.505 | 56021 | Recursively removing directory: /tmp/git.qkGiUO/ +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.507 | 56021 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.507 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.507 | 56024 | Recursively removing directory: /tmp/git.J79REf/ +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.509 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.509 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.511 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.513 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.515 | 56021 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.515 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.515 | 78007 | Added a new worker 12 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.515 | 56020 | Removed run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.515 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.515 | 56020 | Assigned run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.515 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FXeZp1 +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.515 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.517 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.517 | 78008 | Added a new worker 12 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.517 | 56020 | Removed run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.517 | 56020 | Removed worker 12 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.517 | 56020 | Assigned run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.517 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.517 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LXzu5U +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.517 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.519 | 56021 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.520 | 56021 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.521 | 56024 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.522 | 56024 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.526 | 78005 | Marked run 1994 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.526 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.529 | 78006 | Marked run 1995 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.529 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.532 | 56024 | Recursively removing directory: /tmp/git.LXzu5U/ +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.532 | 56021 | Recursively removing directory: /tmp/git.FXeZp1/ +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.533 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.533 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.533 | 56021 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.533 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.536 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.536 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.538 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.538 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.539 | 78025 | Added a new worker 13 to the queue +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.539 | 56021 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.539 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.539 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.539 | 78026 | Added a new worker 15 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.539 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.539 | 56020 | Removed run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.539 | 56020 | Removed worker 13 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.539 | 56020 | Assigned run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.539 | 56020 | Removed run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.539 | 56020 | Removed worker 15 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.539 | 56020 | Assigned run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.540 | 56021 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AMCiry +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.539 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WLe4KD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.544 | 56024 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.544 | 56021 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.545 | 56024 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.546 | 56021 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.548 | 78023 | Marked run 1997 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.548 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.550 | 78024 | Marked run 1996 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.551 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.556 | 56021 | Recursively removing directory: /tmp/git.AMCiry/ +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.556 | 56024 | Recursively removing directory: /tmp/git.WLe4KD/ +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.557 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.557 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.557 | 56021 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.557 | 56021 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.562 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.562 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56021/cimple-worker: 2024-04-25 03:45:28.566 | 56021 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.566 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.566 | 78043 | Added a new worker 14 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.566 | 56020 | Removed run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.566 | 56020 | Removed worker 14 from the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.566 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.566 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.566 | 56020 | Assigned run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.566 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.566 | 56024 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GMUpod +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.567 | 78044 | Added a new worker 10 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.567 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.570 | 56024 | Checking out revision HEAD +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.570 | 56024 | Going to run: ./ci +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.575 | 78042 | Marked run 1999 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.575 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.578 | 78041 | Marked run 1998 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.578 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.579 | 56024 | Recursively removing directory: /tmp/git.GMUpod/ +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.580 | 56024 | Process exit code: 0 +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.580 | 56024 | Process output: 415087 bytes +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.583 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56024/cimple-worker: 2024-04-25 03:45:28.585 | 56024 | Waiting for a new command +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.585 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.585 | 78053 | Added a new worker 11 to the queue +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.585 | 56018 | Waiting for new connections +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.593 | 78052 | Marked run 2000 as finished +2024-04-25 03:45:28 | INFO | 56018/cimple-server: 2024-04-25 03:45:28.593 | 56018 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.200 | 56018 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.200 | 78056 | Adding a run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.200 | 78056 | Adding a run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.200 | 78056 | Adding a run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.200 | 78056 | Adding a run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.200 | 78056 | Adding a run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.200 | 78056 | Adding a run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.201 | 78056 | Adding a run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.201 | 78056 | Adding a run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.201 | 78056 | Adding a run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.201 | 78056 | Adding a run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.201 | 78056 | Adding a run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.201 | 78056 | Adding a run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.202 | 78056 | Adding a run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.202 | 78056 | Adding a run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.202 | 78056 | Adding a run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.202 | 78056 | Adding a run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.202 | 78056 | Adding a run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.202 | 78056 | Adding a run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.202 | 78056 | Adding a run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.203 | 78056 | Adding a run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.203 | 78056 | Adding a run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.203 | 78056 | Adding a run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.203 | 78056 | Adding a run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.203 | 78056 | Adding a run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.203 | 78056 | Adding a run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.203 | 78056 | Adding a run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.204 | 78056 | Adding a run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.204 | 78056 | Adding a run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.204 | 78056 | Adding a run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.204 | 78056 | Adding a run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.204 | 78056 | Adding a run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.204 | 78056 | Adding a run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.205 | 78056 | Adding a run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.205 | 78056 | Adding a run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.205 | 78056 | Adding a run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.205 | 78056 | Adding a run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.205 | 78056 | Adding a run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.205 | 78056 | Adding a run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.205 | 78056 | Adding a run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.206 | 78056 | Adding a run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.206 | 78056 | Adding a run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.206 | 78056 | Adding a run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.206 | 78056 | Adding a run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.206 | 78056 | Adding a run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.206 | 78056 | Adding a run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.207 | 78056 | Adding a run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.207 | 78056 | Adding a run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.207 | 78056 | Adding a run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.207 | 78056 | Adding a run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.207 | 78056 | Adding a run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.207 | 78056 | Adding a run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.207 | 78056 | Adding a run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.208 | 78056 | Adding a run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.208 | 78056 | Adding a run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.208 | 78056 | Adding a run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.208 | 78056 | Adding a run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.208 | 78056 | Adding a run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.208 | 78056 | Adding a run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.209 | 78056 | Adding a run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.209 | 78056 | Adding a run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.209 | 78056 | Adding a run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.209 | 78056 | Adding a run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.209 | 78056 | Adding a run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.209 | 78056 | Adding a run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.209 | 78056 | Adding a run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.210 | 78056 | Adding a run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.210 | 78056 | Adding a run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.210 | 78056 | Adding a run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.210 | 78056 | Adding a run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.210 | 78056 | Adding a run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.210 | 78056 | Adding a run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.211 | 78056 | Adding a run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.211 | 78056 | Adding a run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.211 | 78056 | Adding a run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.211 | 78056 | Adding a run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.211 | 78056 | Adding a run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.211 | 78056 | Adding a run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.211 | 78056 | Adding a run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.212 | 78056 | Adding a run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.212 | 78056 | Adding a run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.212 | 78056 | Adding a run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.212 | 78056 | Adding a run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.212 | 78056 | Adding a run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.212 | 78056 | Adding a run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.212 | 78056 | Adding a run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.213 | 78056 | Adding a run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.213 | 78056 | Adding a run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.213 | 78056 | Adding a run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.213 | 78056 | Adding a run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.213 | 78056 | Adding a run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.213 | 78056 | Adding a run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.214 | 78056 | Adding a run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.214 | 78056 | Adding a run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.214 | 78056 | Adding a run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.214 | 78056 | Adding a run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.214 | 78056 | Adding a run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.214 | 78056 | Adding a run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.214 | 78056 | Adding a run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.215 | 78056 | Adding a run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.215 | 78056 | Adding a run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.215 | 78056 | Adding a run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.215 | 78056 | Adding a run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.215 | 78056 | Adding a run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.215 | 78056 | Adding a run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.216 | 78056 | Adding a run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.216 | 78056 | Adding a run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.216 | 78056 | Adding a run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.216 | 78056 | Adding a run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.216 | 78056 | Adding a run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.216 | 78056 | Adding a run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.216 | 78056 | Adding a run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.217 | 78056 | Adding a run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.217 | 78056 | Adding a run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.217 | 78056 | Adding a run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.217 | 78056 | Adding a run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.217 | 78056 | Adding a run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.217 | 78056 | Adding a run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.218 | 78056 | Adding a run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.218 | 78056 | Adding a run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.218 | 78056 | Adding a run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.218 | 78056 | Adding a run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.218 | 78056 | Adding a run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.218 | 78056 | Adding a run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.219 | 78056 | Adding a run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.219 | 78056 | Adding a run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.219 | 78056 | Adding a run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.219 | 78056 | Adding a run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.219 | 78056 | Adding a run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.219 | 78056 | Adding a run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.219 | 78056 | Adding a run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.220 | 78056 | Adding a run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.220 | 78056 | Adding a run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.220 | 78056 | Adding a run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.220 | 78056 | Adding a run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.220 | 78056 | Adding a run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.220 | 78056 | Adding a run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.220 | 78056 | Adding a run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.221 | 78056 | Adding a run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.221 | 78056 | Adding a run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.221 | 78056 | Adding a run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.221 | 78056 | Adding a run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.221 | 78056 | Adding a run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.221 | 78056 | Adding a run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.222 | 78056 | Adding a run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.222 | 78056 | Adding a run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.222 | 78056 | Adding a run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.222 | 78056 | Adding a run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.222 | 78056 | Adding a run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.222 | 78056 | Adding a run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.222 | 78056 | Adding a run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.223 | 78056 | Adding a run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.223 | 78056 | Adding a run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.223 | 78056 | Adding a run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.223 | 78056 | Adding a run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.223 | 78056 | Adding a run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.223 | 78056 | Adding a run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.223 | 78056 | Adding a run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.224 | 78056 | Adding a run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.224 | 78056 | Adding a run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.224 | 78056 | Adding a run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.224 | 78056 | Adding a run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.224 | 78056 | Adding a run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.224 | 78056 | Adding a run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.225 | 78056 | Adding a run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.225 | 78056 | Adding a run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.225 | 78056 | Adding a run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.225 | 78056 | Adding a run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.225 | 78056 | Adding a run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.225 | 78056 | Adding a run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.225 | 78056 | Adding a run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.226 | 78056 | Adding a run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.226 | 78056 | Adding a run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.226 | 78056 | Adding a run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.226 | 78056 | Adding a run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.226 | 78056 | Adding a run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.226 | 78056 | Adding a run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.227 | 78056 | Adding a run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.227 | 78056 | Adding a run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.227 | 78056 | Adding a run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.227 | 78056 | Adding a run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.227 | 78056 | Adding a run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.227 | 78056 | Adding a run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.227 | 78056 | Adding a run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.228 | 78056 | Adding a run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.228 | 78056 | Adding a run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.228 | 78056 | Adding a run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.228 | 78056 | Adding a run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.228 | 78056 | Adding a run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.228 | 78056 | Adding a run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.228 | 78056 | Adding a run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.229 | 78056 | Adding a run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.229 | 78056 | Adding a run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.229 | 78056 | Adding a run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.229 | 78056 | Adding a run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.229 | 78056 | Adding a run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.229 | 78056 | Adding a run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.230 | 78056 | Adding a run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.230 | 78056 | Adding a run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.230 | 78056 | Adding a run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.230 | 78056 | Adding a run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.230 | 78056 | Adding a run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.230 | 78056 | Adding a run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.230 | 78056 | Adding a run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.231 | 78056 | Adding a run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.231 | 78056 | Adding a run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.231 | 78056 | Adding a run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.231 | 78056 | Adding a run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.231 | 78056 | Adding a run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.231 | 78056 | Adding a run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.231 | 78056 | Adding a run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.232 | 78056 | Adding a run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.232 | 78056 | Adding a run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.232 | 78056 | Adding a run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.232 | 78056 | Adding a run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.232 | 78056 | Adding a run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.232 | 78056 | Adding a run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.232 | 78056 | Adding a run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.233 | 78056 | Adding a run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.233 | 78056 | Adding a run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.233 | 78056 | Adding a run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.233 | 78056 | Adding a run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.233 | 78056 | Adding a run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.233 | 78056 | Adding a run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.234 | 78056 | Adding a run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.234 | 78056 | Adding a run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.234 | 78056 | Adding a run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.234 | 78056 | Adding a run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.234 | 78056 | Adding a run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.234 | 78056 | Adding a run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.234 | 78056 | Adding a run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.235 | 78056 | Adding a run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.235 | 78056 | Adding a run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.235 | 78056 | Adding a run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.235 | 78056 | Adding a run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.235 | 78056 | Adding a run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.235 | 78056 | Adding a run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.235 | 78056 | Adding a run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.236 | 78056 | Adding a run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.236 | 78056 | Adding a run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.236 | 78056 | Adding a run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.236 | 78056 | Adding a run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.236 | 78056 | Adding a run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.236 | 78056 | Adding a run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.236 | 78056 | Adding a run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.237 | 78056 | Adding a run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.237 | 78056 | Adding a run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.237 | 78056 | Adding a run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.237 | 78056 | Adding a run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.237 | 78056 | Adding a run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.237 | 78056 | Adding a run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.238 | 78056 | Adding a run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.238 | 78056 | Adding a run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.238 | 78056 | Adding a run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.238 | 78056 | Adding a run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.238 | 78056 | Adding a run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.238 | 78056 | Adding a run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.238 | 78056 | Adding a run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.239 | 78056 | Adding a run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.239 | 78056 | Adding a run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.239 | 78056 | Adding a run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.239 | 78056 | Adding a run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.239 | 78056 | Adding a run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.239 | 78056 | Adding a run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.239 | 78056 | Adding a run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.240 | 78056 | Adding a run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.240 | 78056 | Adding a run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.240 | 78056 | Adding a run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.240 | 78056 | Adding a run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.240 | 78056 | Adding a run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.240 | 78056 | Adding a run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.241 | 78056 | Adding a run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.241 | 78056 | Adding a run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.241 | 78056 | Adding a run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.241 | 78056 | Adding a run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.241 | 78056 | Adding a run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.241 | 78056 | Adding a run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.241 | 78056 | Adding a run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.242 | 78056 | Adding a run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.242 | 78056 | Adding a run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.242 | 78056 | Adding a run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.242 | 78056 | Adding a run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.242 | 78056 | Adding a run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.242 | 78056 | Adding a run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.242 | 78056 | Adding a run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.243 | 78056 | Adding a run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.243 | 78056 | Adding a run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.243 | 78056 | Adding a run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.243 | 78056 | Adding a run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.243 | 78056 | Adding a run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.243 | 78056 | Adding a run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.243 | 78056 | Adding a run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.244 | 78056 | Adding a run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.244 | 78056 | Adding a run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.244 | 78056 | Adding a run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.244 | 78056 | Adding a run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.244 | 78056 | Adding a run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.244 | 78056 | Adding a run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.245 | 78056 | Adding a run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.245 | 78056 | Adding a run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.245 | 78056 | Adding a run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.245 | 78056 | Adding a run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.245 | 78056 | Adding a run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.245 | 78056 | Adding a run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.245 | 78056 | Adding a run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.246 | 78056 | Adding a run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.246 | 78056 | Adding a run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.246 | 78056 | Adding a run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.246 | 78056 | Adding a run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.246 | 78056 | Adding a run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.246 | 78056 | Adding a run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.247 | 78056 | Adding a run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.247 | 78056 | Adding a run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.247 | 78056 | Adding a run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.247 | 78056 | Adding a run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.247 | 78056 | Adding a run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.247 | 78056 | Adding a run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.247 | 78056 | Adding a run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.248 | 78056 | Adding a run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.248 | 78056 | Adding a run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.248 | 78056 | Adding a run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.248 | 78056 | Adding a run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.248 | 78056 | Adding a run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.248 | 78056 | Adding a run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.248 | 78056 | Adding a run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.249 | 78056 | Adding a run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.249 | 78056 | Adding a run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.249 | 78056 | Adding a run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.249 | 78056 | Adding a run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.249 | 78056 | Adding a run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.249 | 78056 | Adding a run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.250 | 78056 | Adding a run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.250 | 78056 | Adding a run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.250 | 78056 | Adding a run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.250 | 78056 | Adding a run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.250 | 78056 | Adding a run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.250 | 78056 | Adding a run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.250 | 78056 | Adding a run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.251 | 78056 | Adding a run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.251 | 78056 | Adding a run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.251 | 78056 | Adding a run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.251 | 78056 | Adding a run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.251 | 78056 | Adding a run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.251 | 78056 | Adding a run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.251 | 78056 | Adding a run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.252 | 78056 | Adding a run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.252 | 78056 | Adding a run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.252 | 78056 | Adding a run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.252 | 78056 | Adding a run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.252 | 78056 | Adding a run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.252 | 78056 | Adding a run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.252 | 78056 | Adding a run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.253 | 78056 | Adding a run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.253 | 78056 | Adding a run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.253 | 78056 | Adding a run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.253 | 78056 | Adding a run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.253 | 78056 | Adding a run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.253 | 78056 | Adding a run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.254 | 78056 | Adding a run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.254 | 78056 | Adding a run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.254 | 78056 | Adding a run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.254 | 78056 | Adding a run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.254 | 78056 | Adding a run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.254 | 78056 | Adding a run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.254 | 78056 | Adding a run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.255 | 78056 | Adding a run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.255 | 78056 | Adding a run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.255 | 78056 | Adding a run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.255 | 78056 | Adding a run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.255 | 78056 | Adding a run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.255 | 78056 | Adding a run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.255 | 78056 | Adding a run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.256 | 78056 | Adding a run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.256 | 78056 | Adding a run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.256 | 78056 | Adding a run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.256 | 78056 | Adding a run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.256 | 78056 | Adding a run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.256 | 78056 | Adding a run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.256 | 78056 | Adding a run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.257 | 78056 | Adding a run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.257 | 78056 | Adding a run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.257 | 78056 | Adding a run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.257 | 78056 | Adding a run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.257 | 78056 | Adding a run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.257 | 78056 | Adding a run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.258 | 78056 | Adding a run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.258 | 78056 | Adding a run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.258 | 78056 | Adding a run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.258 | 78056 | Adding a run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.258 | 78056 | Adding a run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.258 | 78056 | Adding a run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.258 | 78056 | Adding a run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.259 | 78056 | Adding a run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.259 | 78056 | Adding a run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.259 | 78056 | Adding a run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.259 | 78056 | Adding a run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.259 | 78056 | Adding a run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.259 | 78056 | Adding a run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.259 | 78056 | Adding a run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.260 | 78056 | Adding a run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.260 | 78056 | Adding a run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.260 | 78056 | Adding a run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.260 | 78056 | Adding a run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.260 | 78056 | Adding a run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.260 | 78056 | Adding a run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.261 | 78056 | Adding a run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.261 | 78056 | Adding a run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.261 | 78056 | Adding a run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.261 | 78056 | Adding a run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.261 | 78056 | Adding a run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.261 | 78056 | Adding a run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.261 | 78056 | Adding a run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.262 | 78056 | Adding a run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.262 | 78056 | Adding a run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.262 | 78056 | Adding a run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.262 | 78056 | Adding a run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.262 | 78056 | Adding a run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.262 | 78056 | Adding a run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.262 | 78056 | Adding a run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.263 | 78056 | Adding a run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.263 | 78056 | Adding a run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.263 | 78056 | Adding a run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.263 | 78056 | Adding a run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.263 | 78056 | Adding a run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.263 | 78056 | Adding a run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.264 | 78056 | Adding a run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.264 | 78056 | Adding a run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.264 | 78056 | Adding a run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.264 | 78056 | Adding a run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.264 | 78056 | Adding a run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.264 | 78056 | Adding a run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.264 | 78056 | Adding a run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.265 | 78056 | Adding a run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.265 | 78056 | Adding a run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.265 | 78056 | Adding a run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.265 | 78056 | Adding a run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.265 | 78056 | Adding a run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.265 | 78056 | Adding a run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.265 | 78056 | Adding a run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.266 | 78056 | Adding a run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.266 | 78056 | Adding a run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.266 | 78056 | Adding a run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.266 | 78056 | Adding a run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.266 | 78056 | Adding a run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.266 | 78056 | Adding a run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.267 | 78056 | Adding a run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.267 | 78056 | Adding a run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.267 | 78056 | Adding a run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.267 | 78056 | Adding a run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.267 | 78056 | Adding a run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.267 | 78056 | Adding a run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.267 | 78056 | Adding a run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.268 | 78056 | Adding a run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.268 | 78056 | Adding a run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.268 | 78056 | Adding a run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.268 | 78056 | Adding a run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.268 | 78056 | Adding a run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.268 | 78056 | Adding a run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.268 | 78056 | Adding a run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.269 | 78056 | Adding a run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.269 | 78056 | Adding a run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.269 | 78056 | Adding a run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.269 | 78056 | Adding a run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.269 | 78056 | Adding a run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.269 | 78056 | Adding a run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.270 | 78056 | Adding a run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.270 | 78056 | Adding a run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.270 | 78056 | Adding a run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.270 | 78056 | Adding a run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.270 | 78056 | Adding a run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.270 | 78056 | Adding a run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.270 | 78056 | Adding a run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.271 | 78056 | Adding a run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.271 | 78056 | Adding a run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.271 | 78056 | Adding a run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.271 | 78056 | Adding a run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.271 | 78056 | Adding a run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.271 | 78056 | Adding a run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.271 | 78056 | Adding a run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.272 | 78056 | Adding a run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.272 | 78056 | Adding a run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.272 | 78056 | Adding a run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.272 | 78056 | Adding a run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.272 | 78056 | Adding a run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.272 | 78056 | Adding a run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.272 | 78056 | Adding a run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.273 | 78056 | Adding a run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.273 | 78056 | Adding a run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.273 | 78056 | Adding a run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.273 | 78056 | Adding a run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.273 | 78056 | Adding a run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.273 | 78056 | Adding a run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.274 | 78056 | Adding a run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.274 | 78056 | Adding a run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.274 | 78056 | Adding a run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.274 | 78056 | Adding a run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.274 | 78056 | Adding a run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.274 | 78056 | Adding a run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.274 | 78056 | Adding a run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.275 | 78056 | Adding a run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.275 | 78056 | Adding a run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.275 | 78056 | Adding a run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.275 | 78056 | Adding a run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.275 | 78056 | Adding a run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.275 | 78056 | Adding a run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.276 | 78056 | Adding a run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.276 | 78056 | Adding a run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.276 | 78056 | Adding a run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.276 | 78056 | Adding a run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.276 | 78056 | Adding a run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.276 | 78056 | Adding a run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.276 | 78056 | Adding a run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.277 | 78056 | Adding a run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.277 | 78056 | Adding a run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.277 | 78056 | Adding a run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.277 | 78056 | Adding a run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.277 | 78056 | Adding a run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.277 | 78056 | Adding a run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.277 | 78056 | Adding a run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.278 | 78056 | Adding a run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.278 | 78056 | Adding a run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.278 | 78056 | Adding a run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.278 | 78056 | Adding a run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.278 | 78056 | Adding a run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.278 | 78056 | Adding a run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.279 | 78056 | Adding a run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.279 | 78056 | Adding a run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.279 | 78056 | Adding a run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.279 | 78056 | Adding a run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.279 | 78056 | Adding a run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.279 | 78056 | Adding a run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.279 | 78056 | Adding a run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.280 | 78056 | Adding a run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.280 | 78056 | Adding a run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.280 | 78056 | Adding a run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.280 | 78056 | Adding a run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.280 | 78056 | Adding a run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.280 | 78056 | Adding a run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.280 | 78056 | Adding a run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.281 | 78056 | Adding a run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.281 | 78056 | Adding a run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.281 | 78056 | Adding a run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.281 | 78056 | Adding a run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.281 | 78056 | Adding a run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.281 | 78056 | Adding a run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.281 | 78056 | Adding a run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.282 | 78056 | Adding a run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.282 | 78056 | Adding a run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.282 | 78056 | Adding a run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.282 | 78056 | Adding a run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.282 | 78056 | Adding a run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.282 | 78056 | Adding a run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.283 | 78056 | Adding a run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.283 | 78056 | Adding a run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.283 | 78056 | Adding a run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.283 | 78056 | Adding a run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.283 | 78056 | Adding a run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.283 | 78056 | Adding a run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.283 | 78056 | Adding a run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.284 | 78056 | Adding a run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.284 | 78056 | Adding a run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.284 | 78056 | Adding a run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.284 | 78056 | Adding a run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.284 | 78056 | Adding a run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.284 | 78056 | Adding a run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.284 | 78056 | Adding a run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.285 | 78056 | Adding a run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.285 | 78056 | Adding a run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.285 | 78056 | Adding a run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.285 | 78056 | Adding a run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.285 | 78056 | Adding a run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.285 | 78056 | Adding a run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.286 | 78056 | Adding a run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.286 | 78056 | Adding a run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.286 | 78056 | Adding a run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.286 | 78056 | Adding a run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.286 | 78056 | Adding a run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.286 | 78056 | Adding a run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.286 | 78056 | Adding a run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.287 | 78056 | Adding a run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.287 | 78056 | Adding a run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.287 | 78056 | Adding a run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.287 | 78056 | Adding a run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.287 | 78056 | Adding a run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.287 | 78056 | Adding a run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.287 | 78056 | Adding a run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.288 | 78056 | Adding a run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.288 | 78056 | Adding a run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.288 | 78056 | Adding a run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.288 | 78056 | Adding a run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.288 | 78056 | Adding a run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.288 | 78056 | Adding a run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.289 | 78056 | Adding a run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.289 | 78056 | Adding a run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.289 | 78056 | Adding a run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.289 | 78056 | Adding a run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.289 | 78056 | Adding a run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.289 | 78056 | Adding a run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.289 | 78056 | Adding a run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.290 | 78056 | Adding a run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.290 | 78056 | Adding a run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.290 | 78056 | Adding a run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.290 | 78056 | Adding a run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.290 | 78056 | Adding a run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.290 | 78056 | Adding a run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.291 | 78056 | Adding a run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.291 | 78056 | Adding a run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.291 | 78056 | Adding a run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.291 | 78056 | Adding a run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.291 | 78056 | Adding a run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.291 | 78056 | Adding a run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.291 | 78056 | Adding a run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.292 | 78056 | Adding a run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.292 | 78056 | Adding a run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.292 | 78056 | Adding a run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.292 | 78056 | Adding a run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.292 | 78056 | Adding a run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.292 | 78056 | Adding a run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.292 | 78056 | Adding a run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.293 | 78056 | Adding a run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.293 | 78056 | Adding a run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.293 | 78056 | Adding a run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.293 | 78056 | Adding a run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.293 | 78056 | Adding a run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.293 | 78056 | Adding a run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.294 | 78056 | Adding a run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.294 | 78056 | Adding a run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.294 | 78056 | Adding a run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.294 | 78056 | Adding a run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.294 | 78056 | Adding a run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.294 | 78056 | Adding a run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.294 | 78056 | Adding a run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.295 | 78056 | Adding a run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.295 | 78056 | Adding a run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.295 | 78056 | Adding a run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.295 | 78056 | Adding a run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.295 | 78056 | Adding a run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.295 | 78056 | Adding a run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.295 | 78056 | Adding a run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.296 | 78056 | Adding a run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.296 | 78056 | Adding a run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.296 | 78056 | Adding a run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.296 | 78056 | Adding a run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.296 | 78056 | Adding a run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.296 | 78056 | Adding a run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.297 | 78056 | Adding a run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.297 | 78056 | Adding a run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.297 | 78056 | Adding a run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.297 | 78056 | Adding a run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.297 | 78056 | Adding a run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.297 | 78056 | Adding a run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.297 | 78056 | Adding a run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.298 | 78056 | Adding a run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.298 | 78056 | Adding a run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.298 | 78056 | Adding a run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.298 | 78056 | Adding a run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.298 | 78056 | Adding a run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.298 | 78056 | Adding a run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.299 | 78056 | Adding a run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.299 | 78056 | Adding a run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.299 | 78056 | Adding a run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.299 | 78056 | Adding a run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.299 | 78056 | Adding a run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.299 | 78056 | Adding a run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.299 | 78056 | Adding a run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.300 | 78056 | Adding a run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.300 | 78056 | Adding a run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.300 | 78056 | Adding a run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.300 | 78056 | Adding a run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.300 | 78056 | Adding a run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.300 | 78056 | Adding a run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.300 | 78056 | Adding a run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.301 | 78056 | Adding a run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.301 | 78056 | Adding a run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.301 | 78056 | Adding a run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.301 | 78056 | Adding a run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.301 | 78056 | Adding a run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.301 | 78056 | Adding a run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.302 | 78056 | Adding a run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.302 | 78056 | Adding a run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.302 | 78056 | Adding a run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.302 | 78056 | Adding a run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.302 | 78056 | Adding a run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.302 | 78056 | Adding a run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.302 | 78056 | Adding a run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.303 | 78056 | Adding a run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.303 | 78056 | Adding a run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.303 | 78056 | Adding a run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.303 | 78056 | Adding a run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.303 | 78056 | Adding a run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.303 | 78056 | Adding a run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.303 | 78056 | Adding a run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.304 | 78056 | Adding a run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.304 | 78056 | Adding a run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.304 | 78056 | Adding a run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.304 | 78056 | Adding a run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.304 | 78056 | Adding a run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.304 | 78056 | Adding a run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.305 | 78056 | Adding a run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.305 | 78056 | Adding a run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.305 | 78056 | Adding a run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.305 | 78056 | Adding a run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.305 | 78056 | Adding a run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.305 | 78056 | Adding a run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.305 | 78056 | Adding a run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.306 | 78056 | Adding a run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.306 | 78056 | Adding a run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.306 | 78056 | Adding a run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.306 | 78056 | Adding a run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.306 | 78056 | Adding a run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.306 | 78056 | Adding a run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.307 | 78056 | Adding a run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.307 | 78056 | Adding a run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.307 | 78056 | Adding a run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.307 | 78056 | Adding a run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.307 | 78056 | Adding a run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.307 | 78056 | Adding a run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.307 | 78056 | Adding a run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.308 | 78056 | Adding a run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.308 | 78056 | Adding a run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.308 | 78056 | Adding a run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.308 | 78056 | Adding a run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.308 | 78056 | Adding a run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.308 | 78056 | Adding a run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.309 | 78056 | Adding a run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.309 | 78056 | Adding a run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.309 | 78056 | Adding a run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.309 | 78056 | Adding a run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.309 | 78056 | Adding a run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.309 | 78056 | Adding a run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.309 | 78056 | Adding a run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.310 | 78056 | Adding a run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.310 | 78056 | Adding a run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.310 | 78056 | Adding a run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.310 | 78056 | Adding a run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.310 | 78056 | Adding a run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.310 | 78056 | Adding a run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.311 | 78056 | Adding a run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.311 | 78056 | Adding a run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.311 | 78056 | Adding a run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.311 | 78056 | Adding a run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.311 | 78056 | Adding a run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.311 | 78056 | Adding a run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.311 | 78056 | Adding a run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.312 | 78056 | Adding a run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.312 | 78056 | Adding a run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.312 | 78056 | Adding a run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.312 | 78056 | Adding a run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.312 | 78056 | Adding a run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.312 | 78056 | Adding a run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.312 | 78056 | Adding a run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.313 | 78056 | Adding a run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.313 | 78056 | Adding a run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.313 | 78056 | Adding a run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.313 | 78056 | Adding a run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.313 | 78056 | Adding a run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.313 | 78056 | Adding a run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.314 | 78056 | Adding a run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.314 | 78056 | Adding a run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.314 | 78056 | Adding a run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.314 | 78056 | Adding a run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.314 | 78056 | Adding a run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.314 | 78056 | Adding a run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.314 | 78056 | Adding a run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.315 | 78056 | Adding a run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.315 | 78056 | Adding a run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.315 | 78056 | Adding a run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.315 | 78056 | Adding a run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.315 | 78056 | Adding a run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.315 | 78056 | Adding a run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.316 | 78056 | Adding a run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.316 | 78056 | Adding a run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.316 | 78056 | Adding a run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.316 | 78056 | Adding a run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.316 | 78056 | Adding a run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.316 | 78056 | Adding a run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.316 | 78056 | Adding a run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.317 | 78056 | Adding a run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.317 | 78056 | Adding a run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.317 | 78056 | Adding a run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.317 | 78056 | Adding a run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.317 | 78056 | Adding a run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.317 | 78056 | Adding a run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.317 | 78056 | Adding a run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.318 | 78056 | Adding a run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.318 | 78056 | Adding a run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.318 | 78056 | Adding a run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.318 | 78056 | Adding a run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.318 | 78056 | Adding a run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.318 | 78056 | Adding a run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.319 | 78056 | Adding a run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.319 | 78056 | Adding a run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.319 | 78056 | Adding a run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.319 | 78056 | Adding a run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.319 | 78056 | Adding a run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.319 | 78056 | Adding a run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.319 | 78056 | Adding a run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.320 | 78056 | Adding a run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.320 | 78056 | Adding a run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.320 | 78056 | Adding a run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.320 | 78056 | Adding a run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.320 | 78056 | Adding a run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.320 | 78056 | Adding a run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.321 | 78056 | Adding a run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.321 | 78056 | Adding a run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.321 | 78056 | Adding a run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.321 | 78056 | Adding a run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.321 | 78056 | Adding a run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.321 | 78056 | Adding a run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.321 | 78056 | Adding a run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.322 | 78056 | Adding a run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.322 | 78056 | Adding a run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.322 | 78056 | Adding a run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.322 | 78056 | Adding a run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.322 | 78056 | Adding a run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.322 | 78056 | Adding a run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.323 | 78056 | Adding a run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.323 | 78056 | Adding a run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.323 | 78056 | Adding a run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.323 | 78056 | Adding a run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.323 | 78056 | Adding a run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.323 | 78056 | Adding a run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.323 | 78056 | Adding a run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.324 | 78056 | Adding a run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.324 | 78056 | Adding a run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.324 | 78056 | Adding a run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.324 | 78056 | Adding a run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.324 | 78056 | Adding a run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.324 | 78056 | Adding a run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.324 | 78056 | Adding a run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.325 | 78056 | Adding a run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.325 | 78056 | Adding a run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.325 | 78056 | Adding a run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.325 | 78056 | Adding a run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.325 | 78056 | Adding a run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.325 | 78056 | Adding a run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.326 | 78056 | Adding a run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.326 | 78056 | Adding a run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.326 | 78056 | Adding a run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.326 | 78056 | Adding a run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.326 | 78056 | Adding a run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.326 | 78056 | Adding a run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.326 | 78056 | Adding a run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.327 | 78056 | Adding a run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.327 | 78056 | Adding a run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.327 | 78056 | Adding a run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.327 | 78056 | Adding a run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.327 | 78056 | Adding a run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.327 | 78056 | Adding a run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.328 | 78056 | Adding a run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.328 | 78056 | Adding a run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.328 | 78056 | Adding a run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.328 | 78056 | Adding a run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.328 | 78056 | Adding a run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.328 | 78056 | Adding a run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.328 | 78056 | Adding a run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.329 | 78056 | Adding a run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.329 | 78056 | Adding a run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.329 | 78056 | Adding a run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.329 | 78056 | Adding a run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.329 | 78056 | Adding a run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.329 | 78056 | Adding a run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.330 | 78056 | Adding a run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.330 | 78056 | Adding a run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.330 | 78056 | Adding a run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.330 | 78056 | Adding a run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.330 | 78056 | Adding a run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.330 | 78056 | Adding a run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.330 | 78056 | Adding a run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.331 | 78056 | Adding a run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.331 | 78056 | Adding a run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.331 | 78056 | Adding a run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.331 | 78056 | Adding a run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.331 | 78056 | Adding a run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.331 | 78056 | Adding a run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.332 | 78056 | Adding a run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.332 | 78056 | Adding a run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.332 | 78056 | Adding a run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.332 | 78056 | Adding a run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.332 | 78056 | Adding a run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.332 | 78056 | Adding a run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.332 | 78056 | Adding a run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.333 | 78056 | Adding a run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.333 | 78056 | Adding a run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.333 | 78056 | Adding a run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.333 | 78056 | Adding a run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.333 | 78056 | Adding a run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.333 | 78056 | Adding a run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.334 | 78056 | Adding a run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.334 | 78056 | Adding a run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.334 | 78056 | Adding a run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.334 | 78056 | Adding a run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.334 | 78056 | Adding a run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.334 | 78056 | Adding a run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.334 | 78056 | Adding a run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.335 | 78056 | Adding a run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.335 | 78056 | Adding a run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.335 | 78056 | Adding a run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.335 | 78056 | Adding a run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.335 | 78056 | Adding a run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.335 | 78056 | Adding a run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.336 | 78056 | Adding a run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.336 | 78056 | Adding a run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.336 | 78056 | Adding a run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.336 | 78056 | Adding a run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.336 | 78056 | Adding a run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.336 | 78056 | Adding a run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.336 | 78056 | Adding a run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.337 | 78056 | Adding a run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.337 | 78056 | Adding a run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.337 | 78056 | Adding a run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.337 | 78056 | Adding a run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.337 | 78056 | Adding a run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.337 | 78056 | Adding a run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.337 | 78056 | Adding a run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.338 | 78056 | Adding a run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.338 | 78056 | Adding a run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.338 | 78056 | Adding a run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.338 | 78056 | Adding a run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.338 | 78056 | Adding a run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.338 | 78056 | Adding a run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.339 | 78056 | Adding a run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.339 | 78056 | Adding a run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.339 | 78056 | Adding a run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.339 | 78056 | Adding a run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.339 | 78056 | Adding a run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.339 | 78056 | Adding a run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.339 | 78056 | Adding a run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.340 | 78056 | Adding a run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.340 | 78056 | Adding a run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.340 | 78056 | Adding a run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.340 | 78056 | Adding a run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.340 | 78056 | Adding a run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.340 | 78056 | Adding a run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.340 | 78056 | Adding a run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.341 | 78056 | Adding a run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.341 | 78056 | Adding a run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.341 | 78056 | Adding a run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.341 | 78056 | Adding a run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.341 | 78056 | Adding a run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.341 | 78056 | Adding a run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.342 | 78056 | Adding a run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.342 | 78056 | Adding a run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.342 | 78056 | Adding a run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.342 | 78056 | Adding a run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.342 | 78056 | Adding a run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.342 | 78056 | Adding a run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.342 | 78056 | Adding a run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.342 | 78056 | Adding a run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.343 | 78056 | Adding a run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.343 | 78056 | Adding a run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.343 | 78056 | Adding a run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.343 | 78056 | Adding a run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.343 | 78056 | Adding a run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.343 | 78056 | Adding a run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.343 | 78056 | Adding a run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.343 | 78056 | Adding a run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.343 | 78056 | Adding a run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.344 | 78056 | Adding a run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.344 | 78056 | Adding a run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.344 | 78056 | Adding a run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.344 | 78056 | Adding a run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.344 | 78056 | Adding a run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.344 | 78056 | Adding a run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.344 | 78056 | Adding a run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.344 | 78056 | Adding a run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.344 | 78056 | Adding a run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.345 | 78056 | Adding a run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.345 | 78056 | Adding a run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.345 | 78056 | Adding a run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.345 | 78056 | Adding a run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.345 | 78056 | Adding a run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.345 | 78056 | Adding a run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.345 | 78056 | Adding a run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.345 | 78056 | Adding a run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.346 | 78056 | Adding a run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.346 | 78056 | Adding a run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.346 | 78056 | Adding a run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.346 | 78056 | Adding a run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.346 | 78056 | Adding a run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.346 | 78056 | Adding a run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.346 | 78056 | Adding a run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.346 | 78056 | Adding a run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.346 | 78056 | Adding a run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.347 | 78056 | Adding a run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.347 | 78056 | Adding a run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.347 | 78056 | Adding a run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.347 | 78056 | Adding a run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.347 | 78056 | Adding a run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.347 | 78056 | Adding a run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.347 | 78056 | Adding a run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.347 | 78056 | Adding a run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.347 | 78056 | Adding a run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.348 | 78056 | Adding a run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.348 | 78056 | Adding a run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.348 | 78056 | Adding a run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.348 | 78056 | Adding a run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.348 | 78056 | Adding a run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.348 | 78056 | Adding a run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.348 | 78056 | Adding a run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.348 | 78056 | Adding a run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.349 | 78056 | Adding a run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.349 | 78056 | Adding a run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.349 | 78056 | Adding a run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.349 | 78056 | Adding a run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.349 | 78056 | Adding a run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.349 | 78056 | Adding a run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.349 | 78056 | Adding a run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.349 | 78056 | Adding a run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.349 | 78056 | Adding a run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.350 | 78056 | Adding a run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.350 | 78056 | Adding a run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.350 | 78056 | Adding a run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.350 | 78056 | Adding a run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.350 | 78056 | Adding a run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.350 | 78056 | Adding a run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.350 | 78056 | Adding a run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.350 | 78056 | Adding a run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.350 | 78056 | Adding a run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.351 | 78056 | Adding a run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.351 | 78056 | Adding a run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.351 | 78056 | Adding a run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.351 | 78056 | Adding a run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.351 | 78056 | Adding a run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.351 | 78056 | Adding a run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.351 | 78056 | Adding a run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.351 | 78056 | Adding a run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.351 | 78056 | Adding a run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.352 | 78056 | Adding a run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.352 | 78056 | Adding a run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.352 | 78056 | Adding a run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.352 | 78056 | Adding a run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.352 | 78056 | Adding a run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.352 | 78056 | Adding a run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.352 | 78056 | Adding a run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.352 | 78056 | Adding a run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.352 | 78056 | Adding a run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.353 | 78056 | Adding a run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.353 | 78056 | Adding a run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.353 | 78056 | Adding a run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.353 | 78056 | Adding a run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.353 | 78056 | Adding a run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.353 | 78056 | Adding a run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.353 | 78056 | Adding a run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.353 | 78056 | Adding a run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.354 | 78056 | Adding a run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.354 | 78056 | Adding a run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.354 | 78056 | Adding a run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.354 | 78056 | Adding a run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.354 | 78056 | Adding a run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.354 | 78056 | Adding a run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.354 | 78056 | Adding a run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.354 | 78056 | Adding a run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.354 | 78056 | Adding a run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.355 | 78056 | Adding a run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.355 | 78056 | Adding a run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.355 | 78056 | Adding a run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.355 | 78056 | Adding a run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.355 | 78056 | Adding a run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.355 | 78056 | Adding a run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.355 | 78056 | Adding a run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.355 | 78056 | Adding a run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.355 | 78056 | Adding a run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.356 | 78056 | Adding a run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.356 | 78056 | Adding a run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.356 | 78056 | Adding a run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.356 | 78056 | Adding a run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.356 | 78056 | Adding a run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.356 | 78056 | Adding a run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.356 | 78056 | Adding a run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.356 | 78056 | Adding a run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.357 | 78056 | Adding a run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.357 | 78056 | Adding a run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.357 | 78056 | Adding a run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.357 | 78056 | Adding a run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.357 | 78056 | Adding a run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.357 | 78056 | Adding a run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.357 | 78056 | Adding a run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.357 | 78056 | Adding a run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.357 | 78056 | Adding a run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.358 | 78056 | Adding a run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.358 | 78056 | Adding a run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.358 | 78056 | Adding a run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.358 | 78056 | Adding a run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.358 | 78056 | Adding a run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.358 | 78056 | Adding a run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.358 | 78056 | Adding a run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.358 | 78056 | Adding a run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.359 | 78056 | Adding a run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.359 | 78056 | Adding a run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.359 | 78056 | Adding a run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.359 | 78056 | Adding a run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.359 | 78056 | Adding a run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.359 | 78056 | Adding a run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.359 | 78056 | Adding a run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.359 | 78056 | Adding a run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.359 | 78056 | Adding a run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.360 | 78056 | Adding a run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.360 | 78056 | Adding a run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.360 | 78056 | Adding a run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.360 | 78056 | Adding a run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.360 | 78056 | Adding a run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.360 | 78056 | Adding a run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.360 | 78056 | Adding a run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.360 | 78056 | Adding a run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.360 | 78056 | Adding a run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.361 | 78056 | Adding a run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.361 | 78056 | Adding a run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.361 | 78056 | Adding a run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.361 | 78056 | Adding a run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.361 | 78056 | Adding a run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.361 | 78056 | Adding a run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.361 | 78056 | Adding a run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.361 | 78056 | Adding a run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.361 | 78056 | Adding a run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.362 | 78056 | Adding a run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.362 | 78056 | Adding a run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.362 | 78056 | Adding a run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.362 | 78056 | Adding a run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.362 | 78056 | Adding a run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.362 | 78056 | Adding a run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.362 | 78056 | Adding a run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.362 | 78056 | Adding a run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.362 | 78056 | Adding a run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.363 | 78056 | Adding a run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.363 | 78056 | Adding a run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.363 | 78056 | Adding a run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.363 | 78056 | Adding a run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.363 | 78056 | Adding a run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.363 | 78056 | Adding a run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.363 | 78056 | Adding a run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.363 | 78056 | Adding a run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.364 | 78056 | Adding a run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.364 | 78056 | Adding a run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.364 | 78056 | Adding a run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.364 | 78056 | Adding a run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.364 | 78056 | Adding a run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.364 | 78056 | Adding a run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.364 | 78056 | Adding a run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.364 | 78056 | Adding a run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.364 | 78056 | Adding a run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.365 | 78056 | Adding a run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.365 | 78056 | Adding a run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.365 | 78056 | Adding a run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.365 | 78056 | Adding a run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.365 | 78056 | Adding a run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.365 | 78056 | Adding a run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.365 | 78056 | Adding a run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.365 | 78056 | Adding a run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.365 | 78056 | Adding a run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.366 | 78056 | Adding a run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.366 | 78056 | Adding a run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.366 | 78056 | Adding a run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.366 | 78056 | Adding a run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.366 | 78056 | Adding a run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.366 | 78056 | Adding a run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.366 | 78056 | Adding a run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.366 | 78056 | Adding a run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.367 | 78056 | Adding a run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.367 | 78056 | Adding a run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.367 | 78056 | Adding a run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.367 | 78056 | Adding a run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.367 | 78056 | Adding a run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.367 | 78056 | Adding a run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.367 | 78056 | Adding a run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.367 | 78056 | Adding a run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.368 | 78056 | Adding a run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.368 | 78056 | Adding a run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.368 | 78056 | Adding a run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.368 | 78056 | Adding a run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.368 | 78056 | Adding a run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.368 | 78056 | Adding a run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.368 | 78056 | Adding a run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.368 | 78056 | Adding a run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.368 | 78056 | Adding a run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.369 | 78056 | Adding a run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.369 | 78056 | Adding a run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.369 | 78056 | Adding a run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.369 | 78056 | Adding a run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.369 | 78056 | Adding a run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.369 | 78056 | Adding a run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.369 | 78056 | Adding a run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.369 | 78056 | Adding a run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.369 | 78056 | Adding a run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.370 | 78056 | Adding a run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.370 | 78056 | Adding a run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.370 | 78056 | Adding a run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.370 | 78056 | Adding a run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.370 | 78056 | Adding a run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.370 | 78056 | Adding a run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.370 | 78056 | Adding a run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.370 | 78056 | Adding a run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.371 | 78056 | Adding a run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.371 | 78056 | Adding a run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.371 | 78056 | Adding a run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.371 | 78056 | Adding a run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.371 | 78056 | Adding a run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.371 | 78056 | Adding a run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.371 | 78056 | Adding a run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.371 | 78056 | Adding a run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.371 | 78056 | Adding a run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.372 | 78056 | Adding a run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.372 | 78056 | Adding a run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.372 | 78056 | Adding a run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.372 | 78056 | Adding a run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.372 | 78056 | Adding a run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.372 | 78056 | Adding a run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.372 | 78056 | Adding a run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.372 | 78056 | Adding a run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.372 | 78056 | Adding a run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.373 | 78056 | Adding a run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.373 | 78056 | Adding a run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.373 | 78056 | Adding a run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.373 | 78056 | Adding a run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.373 | 78056 | Adding a run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.373 | 78056 | Adding a run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.373 | 78056 | Adding a run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.373 | 78056 | Adding a run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.373 | 78056 | Adding a run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.374 | 78056 | Adding a run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.374 | 78056 | Adding a run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.374 | 78056 | Adding a run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.374 | 78056 | Adding a run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.374 | 78056 | Adding a run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.374 | 78056 | Adding a run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.374 | 78056 | Adding a run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.374 | 78056 | Adding a run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.375 | 78056 | Adding a run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.375 | 78056 | Adding a run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.375 | 78056 | Adding a run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.375 | 78056 | Adding a run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.375 | 78056 | Adding a run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.375 | 78056 | Adding a run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.375 | 78056 | Adding a run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.375 | 78056 | Adding a run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.375 | 78056 | Adding a run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.376 | 78056 | Adding a run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.376 | 78056 | Adding a run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.376 | 78056 | Adding a run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.376 | 78056 | Adding a run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.376 | 78056 | Adding a run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.376 | 78056 | Adding a run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.376 | 78056 | Adding a run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.376 | 78056 | Adding a run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.376 | 78056 | Adding a run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.377 | 78056 | Adding a run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.377 | 78056 | Adding a run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.377 | 78056 | Adding a run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.377 | 78056 | Adding a run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.377 | 78056 | Adding a run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.377 | 78056 | Adding a run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.377 | 78056 | Adding a run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.377 | 78056 | Adding a run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.378 | 78056 | Adding a run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.378 | 78056 | Adding a run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.378 | 78056 | Adding a run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.378 | 78056 | Adding a run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.378 | 78056 | Adding a run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.378 | 78056 | Adding a run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.378 | 78056 | Adding a run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.378 | 78056 | Adding a run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.378 | 78056 | Adding a run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.379 | 78056 | Adding a run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.379 | 78056 | Adding a run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.379 | 78056 | Adding a run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.379 | 78056 | Adding a run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.379 | 78056 | Adding a run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.379 | 78056 | Adding a run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.379 | 78056 | Adding a run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.379 | 78056 | Adding a run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.379 | 78056 | Adding a run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.380 | 78056 | Adding a run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.380 | 78056 | Adding a run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.380 | 78056 | Adding a run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.380 | 78056 | Adding a run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.380 | 78056 | Adding a run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.380 | 78056 | Adding a run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.380 | 78056 | Adding a run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.380 | 78056 | Adding a run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.381 | 78056 | Adding a run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.381 | 78056 | Adding a run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.381 | 78056 | Adding a run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.381 | 78056 | Adding a run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.381 | 78056 | Adding a run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.381 | 78056 | Adding a run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.381 | 78056 | Adding a run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.381 | 78056 | Adding a run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.381 | 78056 | Adding a run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.382 | 78056 | Adding a run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.382 | 78056 | Adding a run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.382 | 78056 | Adding a run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.382 | 78056 | Adding a run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.382 | 78056 | Adding a run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.382 | 78056 | Adding a run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.382 | 78056 | Adding a run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.382 | 78056 | Adding a run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.382 | 78056 | Adding a run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.383 | 78056 | Adding a run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.383 | 78056 | Adding a run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.383 | 78056 | Adding a run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.383 | 78056 | Adding a run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.383 | 78056 | Adding a run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.383 | 78056 | Adding a run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.383 | 78056 | Adding a run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.383 | 78056 | Adding a run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.384 | 78056 | Adding a run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.384 | 78056 | Adding a run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.384 | 78056 | Adding a run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.384 | 78056 | Adding a run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.384 | 78056 | Adding a run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.384 | 78056 | Adding a run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.384 | 78056 | Adding a run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.384 | 78056 | Adding a run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.384 | 78056 | Adding a run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.385 | 78056 | Adding a run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.385 | 78056 | Adding a run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.385 | 78056 | Adding a run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.385 | 78056 | Adding a run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.385 | 78056 | Adding a run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.385 | 78056 | Adding a run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.385 | 78056 | Adding a run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.385 | 78056 | Adding a run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.386 | 78056 | Adding a run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.386 | 78056 | Adding a run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.386 | 78056 | Adding a run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.386 | 78056 | Adding a run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.386 | 78056 | Adding a run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.386 | 78056 | Adding a run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.386 | 78056 | Adding a run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.386 | 78056 | Adding a run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.386 | 78056 | Adding a run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.387 | 78056 | Adding a run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.387 | 78056 | Adding a run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.387 | 78056 | Adding a run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.387 | 78056 | Adding a run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.387 | 78056 | Adding a run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.387 | 78056 | Adding a run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.387 | 78056 | Adding a run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.387 | 78056 | Adding a run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.388 | 78056 | Adding a run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.388 | 78056 | Adding a run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.388 | 78056 | Adding a run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.388 | 78056 | Adding a run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.388 | 78056 | Adding a run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.388 | 78056 | Adding a run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.388 | 78056 | Adding a run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.388 | 78056 | Adding a run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.388 | 78056 | Adding a run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.389 | 78056 | Adding a run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.389 | 78056 | Adding a run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.389 | 78056 | Adding a run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.389 | 78056 | Adding a run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.389 | 78056 | Adding a run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.389 | 78056 | Adding a run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.389 | 78056 | Adding a run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.389 | 78056 | Adding a run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.390 | 78056 | Adding a run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.390 | 78056 | Adding a run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.390 | 78056 | Adding a run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.390 | 78056 | Adding a run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.390 | 78056 | Adding a run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.390 | 78056 | Adding a run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.390 | 78056 | Adding a run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.390 | 78056 | Adding a run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.390 | 78056 | Adding a run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.391 | 78056 | Adding a run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.391 | 78056 | Adding a run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.391 | 78056 | Adding a run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.391 | 78056 | Adding a run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.391 | 78056 | Adding a run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.391 | 78056 | Adding a run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.391 | 78056 | Adding a run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.391 | 78056 | Adding a run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.392 | 78056 | Adding a run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.392 | 78056 | Adding a run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.392 | 78056 | Adding a run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.392 | 78056 | Adding a run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.392 | 78056 | Adding a run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.392 | 78056 | Adding a run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.392 | 78056 | Adding a run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.392 | 78056 | Adding a run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.392 | 78056 | Adding a run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.393 | 78056 | Adding a run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.393 | 78056 | Adding a run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.393 | 78056 | Adding a run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.393 | 78056 | Adding a run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.393 | 78056 | Adding a run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.393 | 78056 | Adding a run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.393 | 78056 | Adding a run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.393 | 78056 | Adding a run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.394 | 78056 | Adding a run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.394 | 78056 | Adding a run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.394 | 78056 | Adding a run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.394 | 78056 | Adding a run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.394 | 78056 | Adding a run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.394 | 78056 | Adding a run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.394 | 78056 | Adding a run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.394 | 78056 | Adding a run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.394 | 78056 | Adding a run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.395 | 78056 | Adding a run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.395 | 78056 | Adding a run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.395 | 78056 | Adding a run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.395 | 78056 | Adding a run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.395 | 78056 | Adding a run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.395 | 78056 | Adding a run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.395 | 78056 | Adding a run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.395 | 78056 | Adding a run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.396 | 78056 | Adding a run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.396 | 78056 | Adding a run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.396 | 78056 | Adding a run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.396 | 78056 | Adding a run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.396 | 78056 | Adding a run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.396 | 78056 | Adding a run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.396 | 78056 | Adding a run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.396 | 78056 | Adding a run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.396 | 78056 | Adding a run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.397 | 78056 | Adding a run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.397 | 78056 | Adding a run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.397 | 78056 | Adding a run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.397 | 78056 | Adding a run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.397 | 78056 | Adding a run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.397 | 78056 | Adding a run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.397 | 78056 | Adding a run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.398 | 78056 | Adding a run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.398 | 78056 | Adding a run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.398 | 78056 | Adding a run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.398 | 78056 | Adding a run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.398 | 78056 | Adding a run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.398 | 78056 | Adding a run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.398 | 78056 | Adding a run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.399 | 78056 | Adding a run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.399 | 78056 | Adding a run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.399 | 78056 | Adding a run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.399 | 78056 | Adding a run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.399 | 78056 | Adding a run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.399 | 78056 | Adding a run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.399 | 78056 | Adding a run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.400 | 78056 | Adding a run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.400 | 78056 | Adding a run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.400 | 78056 | Adding a run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.400 | 78056 | Adding a run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.400 | 78056 | Adding a run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.400 | 78056 | Adding a run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.400 | 78056 | Adding a run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.401 | 78056 | Adding a run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.401 | 78056 | Adding a run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.401 | 78056 | Adding a run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.401 | 78056 | Adding a run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.401 | 78056 | Adding a run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.401 | 78056 | Adding a run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.402 | 78056 | Adding a run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.402 | 78056 | Adding a run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.402 | 78056 | Adding a run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.402 | 78056 | Adding a run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.402 | 78056 | Adding a run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.402 | 78056 | Adding a run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.402 | 78056 | Adding a run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.403 | 78056 | Adding a run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.403 | 78056 | Adding a run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.403 | 78056 | Adding a run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.403 | 78056 | Adding a run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.403 | 78056 | Adding a run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.403 | 78056 | Adding a run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.403 | 78056 | Adding a run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.404 | 78056 | Adding a run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.404 | 78056 | Adding a run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.404 | 78056 | Adding a run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.404 | 78056 | Adding a run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.404 | 78056 | Adding a run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.404 | 78056 | Adding a run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.404 | 78056 | Adding a run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.405 | 78056 | Adding a run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.405 | 78056 | Adding a run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.405 | 78056 | Adding a run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.405 | 78056 | Adding a run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.405 | 78056 | Adding a run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.405 | 78056 | Adding a run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.405 | 78056 | Adding a run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.405 | 78056 | Adding a run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.406 | 78056 | Adding a run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.406 | 78056 | Adding a run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.406 | 78056 | Adding a run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.406 | 78056 | Adding a run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.406 | 78056 | Adding a run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.406 | 78056 | Adding a run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.406 | 78056 | Adding a run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.406 | 78056 | Adding a run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.406 | 78056 | Adding a run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.407 | 78056 | Adding a run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.407 | 78056 | Adding a run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.407 | 78056 | Adding a run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.407 | 78056 | Adding a run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.407 | 78056 | Adding a run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.407 | 78056 | Adding a run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.407 | 78056 | Adding a run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.407 | 78056 | Adding a run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.408 | 78056 | Adding a run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.408 | 78056 | Adding a run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.408 | 78056 | Adding a run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.408 | 78056 | Adding a run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.408 | 78056 | Adding a run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.408 | 78056 | Adding a run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.408 | 78056 | Adding a run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.408 | 78056 | Adding a run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.409 | 78056 | Adding a run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.409 | 78056 | Adding a run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.409 | 78056 | Adding a run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.409 | 78056 | Adding a run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.409 | 78056 | Adding a run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.409 | 78056 | Adding a run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.409 | 78056 | Adding a run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.409 | 78056 | Adding a run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.409 | 78056 | Adding a run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.410 | 78056 | Adding a run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.410 | 78056 | Adding a run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.410 | 78056 | Adding a run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.410 | 78056 | Adding a run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.410 | 78056 | Adding a run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.410 | 78056 | Adding a run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.410 | 78056 | Adding a run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.410 | 78056 | Adding a run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.411 | 78056 | Adding a run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.411 | 78056 | Adding a run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.411 | 78056 | Adding a run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.411 | 78056 | Adding a run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.411 | 78056 | Adding a run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.411 | 78056 | Adding a run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.411 | 78056 | Adding a run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.411 | 78056 | Adding a run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.411 | 78056 | Adding a run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.412 | 78056 | Adding a run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.412 | 78056 | Adding a run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.412 | 78056 | Adding a run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.412 | 78056 | Adding a run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.412 | 78056 | Adding a run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.412 | 78056 | Adding a run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.412 | 78056 | Adding a run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.412 | 78056 | Adding a run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.413 | 78056 | Adding a run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.413 | 78056 | Adding a run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.413 | 78056 | Adding a run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.413 | 78056 | Adding a run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.413 | 78056 | Adding a run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.413 | 78056 | Adding a run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.413 | 78056 | Adding a run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.413 | 78056 | Adding a run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.413 | 78056 | Adding a run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.414 | 78056 | Adding a run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.414 | 78056 | Adding a run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.414 | 78056 | Adding a run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.414 | 78056 | Adding a run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.414 | 78056 | Adding a run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.414 | 78056 | Adding a run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.414 | 78056 | Adding a run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.414 | 78056 | Adding a run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.415 | 78056 | Adding a run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.415 | 78056 | Adding a run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.415 | 78056 | Adding a run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.415 | 78056 | Adding a run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.415 | 78056 | Adding a run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.415 | 78056 | Adding a run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.415 | 78056 | Adding a run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.415 | 78056 | Adding a run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.415 | 78056 | Adding a run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.416 | 78056 | Adding a run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.416 | 78056 | Adding a run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.416 | 78056 | Adding a run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.416 | 78056 | Adding a run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.416 | 78056 | Adding a run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.416 | 78056 | Adding a run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.416 | 78056 | Adding a run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.416 | 78056 | Adding a run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.417 | 78056 | Adding a run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.417 | 78056 | Adding a run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.417 | 78056 | Adding a run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.417 | 78056 | Adding a run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.417 | 78056 | Adding a run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.417 | 78056 | Adding a run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.417 | 78056 | Adding a run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.417 | 78056 | Adding a run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.417 | 78056 | Adding a run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.418 | 78056 | Adding a run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.418 | 78056 | Adding a run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.418 | 78056 | Adding a run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.418 | 78056 | Adding a run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.418 | 78056 | Adding a run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.418 | 78056 | Adding a run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.418 | 78056 | Adding a run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.418 | 78056 | Adding a run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.419 | 78056 | Adding a run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.419 | 78056 | Adding a run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.419 | 78056 | Adding a run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.419 | 78056 | Adding a run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.419 | 78056 | Adding a run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.419 | 78056 | Adding a run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.419 | 78056 | Adding a run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.419 | 78056 | Adding a run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.419 | 78056 | Adding a run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.420 | 78056 | Adding a run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.420 | 78056 | Adding a run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.420 | 78056 | Adding a run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.420 | 78056 | Adding a run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.420 | 78056 | Adding a run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.420 | 78056 | Adding a run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.420 | 78056 | Adding a run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.420 | 78056 | Adding a run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.420 | 78056 | Adding a run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.421 | 78056 | Adding a run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.421 | 78056 | Adding a run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.421 | 78056 | Adding a run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.421 | 78056 | Adding a run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.421 | 78056 | Adding a run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.421 | 78056 | Adding a run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.421 | 78056 | Adding a run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.421 | 78056 | Adding a run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.422 | 78056 | Adding a run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.422 | 78056 | Adding a run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.422 | 78056 | Adding a run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.422 | 78056 | Adding a run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.422 | 78056 | Adding a run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.422 | 78056 | Adding a run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.422 | 78056 | Adding a run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.422 | 78056 | Adding a run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.423 | 78056 | Adding a run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.423 | 78056 | Adding a run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.423 | 78056 | Adding a run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.423 | 78056 | Adding a run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.423 | 78056 | Adding a run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.423 | 78056 | Adding a run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.423 | 78056 | Adding a run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.423 | 78056 | Adding a run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.423 | 78056 | Adding a run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.424 | 78056 | Adding a run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.424 | 78056 | Adding a run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.424 | 78056 | Adding a run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.424 | 78056 | Adding a run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.424 | 78056 | Adding a run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.424 | 78056 | Adding a run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.424 | 78056 | Adding a run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.424 | 78056 | Adding a run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.425 | 78056 | Adding a run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.425 | 78056 | Adding a run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.425 | 78056 | Adding a run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.425 | 78056 | Adding a run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.425 | 78056 | Adding a run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.425 | 78056 | Adding a run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.425 | 78056 | Adding a run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.425 | 78056 | Adding a run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.425 | 78056 | Adding a run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.426 | 78056 | Adding a run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.426 | 78056 | Adding a run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.426 | 78056 | Adding a run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.426 | 78056 | Adding a run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.426 | 78056 | Adding a run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.426 | 78056 | Adding a run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.426 | 78056 | Adding a run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.426 | 78056 | Adding a run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.427 | 78056 | Adding a run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.427 | 78056 | Adding a run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.427 | 78056 | Adding a run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.427 | 78056 | Adding a run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.427 | 78056 | Adding a run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.427 | 78056 | Adding a run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.427 | 78056 | Adding a run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.427 | 78056 | Adding a run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.427 | 78056 | Adding a run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.428 | 78056 | Adding a run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.428 | 78056 | Adding a run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.428 | 78056 | Adding a run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.428 | 78056 | Adding a run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.428 | 78056 | Adding a run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.428 | 78056 | Adding a run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.428 | 78056 | Adding a run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.428 | 78056 | Adding a run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.428 | 78056 | Adding a run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.429 | 78056 | Adding a run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.429 | 78056 | Adding a run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.429 | 78056 | Adding a run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.429 | 78056 | Adding a run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.429 | 78056 | Adding a run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.429 | 78056 | Adding a run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.429 | 78056 | Adding a run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.429 | 78056 | Adding a run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.430 | 78056 | Adding a run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.430 | 78056 | Adding a run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.430 | 78056 | Adding a run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.430 | 78056 | Adding a run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.430 | 78056 | Adding a run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.430 | 78056 | Adding a run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.430 | 78056 | Adding a run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.430 | 78056 | Adding a run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.430 | 78056 | Adding a run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.431 | 78056 | Adding a run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.431 | 78056 | Adding a run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.431 | 78056 | Adding a run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.431 | 78056 | Adding a run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.431 | 78056 | Adding a run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.431 | 78056 | Adding a run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.431 | 78056 | Adding a run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.431 | 78056 | Adding a run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.432 | 78056 | Adding a run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.432 | 78056 | Adding a run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.432 | 78056 | Adding a run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.432 | 78056 | Adding a run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.432 | 78056 | Adding a run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.432 | 78056 | Adding a run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.432 | 78056 | Adding a run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.432 | 78056 | Adding a run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.432 | 78056 | Adding a run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.433 | 78056 | Adding a run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.433 | 78056 | Adding a run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.433 | 78056 | Adding a run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.433 | 78056 | Adding a run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.433 | 78056 | Adding a run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.433 | 78056 | Adding a run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.433 | 78056 | Adding a run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.433 | 78056 | Adding a run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.434 | 78056 | Adding a run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.434 | 78056 | Adding a run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.434 | 78056 | Adding a run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.434 | 78056 | Adding a run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.434 | 78056 | Adding a run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.434 | 78056 | Adding a run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.434 | 78056 | Adding a run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.434 | 78056 | Adding a run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.434 | 78056 | Adding a run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.435 | 78056 | Adding a run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.435 | 78056 | Adding a run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.435 | 78056 | Adding a run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.435 | 78056 | Adding a run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.435 | 78056 | Adding a run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.435 | 78056 | Adding a run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.435 | 78056 | Adding a run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.435 | 78056 | Adding a run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.435 | 78056 | Adding a run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.436 | 78056 | Adding a run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.436 | 78056 | Adding a run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.436 | 78056 | Adding a run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.436 | 78056 | Adding a run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.436 | 78056 | Adding a run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.436 | 78056 | Adding a run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.436 | 78056 | Adding a run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.436 | 78056 | Adding a run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.437 | 78056 | Adding a run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.437 | 78056 | Adding a run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.437 | 78056 | Adding a run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.437 | 78056 | Adding a run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.437 | 78056 | Adding a run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.437 | 78056 | Adding a run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.437 | 78056 | Adding a run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.437 | 78056 | Adding a run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.437 | 78056 | Adding a run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.438 | 78056 | Adding a run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.438 | 78056 | Adding a run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.438 | 78056 | Adding a run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.438 | 78056 | Adding a run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.438 | 78056 | Adding a run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.438 | 78056 | Adding a run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.438 | 78056 | Adding a run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.438 | 78056 | Adding a run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.439 | 78056 | Adding a run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.439 | 78056 | Adding a run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.439 | 78056 | Adding a run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.439 | 78056 | Adding a run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.439 | 78056 | Adding a run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.439 | 78056 | Adding a run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.439 | 78056 | Adding a run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.439 | 78056 | Adding a run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.439 | 78056 | Adding a run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.440 | 78056 | Adding a run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.440 | 78056 | Adding a run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.440 | 78056 | Adding a run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.440 | 78056 | Adding a run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.440 | 78056 | Adding a run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.440 | 78056 | Adding a run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.440 | 78056 | Adding a run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.440 | 78056 | Adding a run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.440 | 78056 | Adding a run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.441 | 78056 | Adding a run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.441 | 78056 | Adding a run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.441 | 78056 | Adding a run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.441 | 78056 | Adding a run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.441 | 78056 | Adding a run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.441 | 78056 | Adding a run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.441 | 78056 | Adding a run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.441 | 78056 | Adding a run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.442 | 78056 | Adding a run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.442 | 78056 | Adding a run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.442 | 78056 | Adding a run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.442 | 78056 | Adding a run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.442 | 78056 | Adding a run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.442 | 78056 | Adding a run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.442 | 78056 | Adding a run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.442 | 78056 | Adding a run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.443 | 78056 | Adding a run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.443 | 78056 | Adding a run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.443 | 78056 | Adding a run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.443 | 78056 | Adding a run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.443 | 78056 | Adding a run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.443 | 78056 | Adding a run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.443 | 78056 | Adding a run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.443 | 78056 | Adding a run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.443 | 78056 | Adding a run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.444 | 78056 | Adding a run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.444 | 78056 | Adding a run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.444 | 78056 | Adding a run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.444 | 78056 | Adding a run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.444 | 78056 | Adding a run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.444 | 78056 | Adding a run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.444 | 78056 | Adding a run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.444 | 78056 | Adding a run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.445 | 78056 | Adding a run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.445 | 78056 | Adding a run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.445 | 78056 | Adding a run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.445 | 78056 | Adding a run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.445 | 78056 | Adding a run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.445 | 78056 | Adding a run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.445 | 78056 | Adding a run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.445 | 78056 | Adding a run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.445 | 78056 | Adding a run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.446 | 78056 | Adding a run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.446 | 78056 | Adding a run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.446 | 78056 | Adding a run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.446 | 78056 | Adding a run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.446 | 78056 | Adding a run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.446 | 78056 | Adding a run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.446 | 78056 | Adding a run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.446 | 78056 | Adding a run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.447 | 78056 | Adding a run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.447 | 78056 | Adding a run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.447 | 78056 | Adding a run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.447 | 78056 | Adding a run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.447 | 78056 | Adding a run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.447 | 78056 | Adding a run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.447 | 78056 | Adding a run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.447 | 78056 | Adding a run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.448 | 78056 | Adding a run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.448 | 78056 | Adding a run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.448 | 78056 | Adding a run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.448 | 78056 | Adding a run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.448 | 78056 | Adding a run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.448 | 78056 | Adding a run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.448 | 78056 | Adding a run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.448 | 78056 | Adding a run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.448 | 78056 | Adding a run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.449 | 78056 | Adding a run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.449 | 78056 | Adding a run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.449 | 78056 | Adding a run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.449 | 78056 | Adding a run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.449 | 78056 | Adding a run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.449 | 78056 | Adding a run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.449 | 78056 | Adding a run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.449 | 78056 | Adding a run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.450 | 78056 | Adding a run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.450 | 78056 | Adding a run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.450 | 78056 | Adding a run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.450 | 78056 | Adding a run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.450 | 78056 | Adding a run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.450 | 78056 | Adding a run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.450 | 78056 | Adding a run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.450 | 78056 | Adding a run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.450 | 78056 | Adding a run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.451 | 78056 | Adding a run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.451 | 78056 | Adding a run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.451 | 78056 | Adding a run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.451 | 78056 | Adding a run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.451 | 78056 | Adding a run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.451 | 78056 | Adding a run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.451 | 78056 | Adding a run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.451 | 78056 | Adding a run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.452 | 78056 | Adding a run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.452 | 78056 | Adding a run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.452 | 78056 | Adding a run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.452 | 78056 | Adding a run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.452 | 78056 | Adding a run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.452 | 78056 | Adding a run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.452 | 78056 | Adding a run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.452 | 78056 | Adding a run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.452 | 78056 | Adding a run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.453 | 78056 | Adding a run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.453 | 78056 | Adding a run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.453 | 78056 | Adding a run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.453 | 78056 | Adding a run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.453 | 78056 | Adding a run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.453 | 78056 | Adding a run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.453 | 78056 | Adding a run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.453 | 78056 | Adding a run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.454 | 78056 | Adding a run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.454 | 78056 | Adding a run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.454 | 78056 | Adding a run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.454 | 78056 | Adding a run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.454 | 78056 | Adding a run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.454 | 78056 | Adding a run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.454 | 78056 | Adding a run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.454 | 78056 | Adding a run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.454 | 78056 | Adding a run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.455 | 78056 | Adding a run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.455 | 78056 | Adding a run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.455 | 78056 | Adding a run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.455 | 78056 | Adding a run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.455 | 78056 | Adding a run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.455 | 78056 | Adding a run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.455 | 78056 | Adding a run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.455 | 78056 | Adding a run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.456 | 78056 | Adding a run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.456 | 78056 | Adding a run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.456 | 78056 | Adding a run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.456 | 78056 | Adding a run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.456 | 78056 | Adding a run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.456 | 78056 | Adding a run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.456 | 78056 | Adding a run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.456 | 78056 | Adding a run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.456 | 78056 | Adding a run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.457 | 78056 | Adding a run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.457 | 78056 | Adding a run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.457 | 78056 | Adding a run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.457 | 78056 | Adding a run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.457 | 78056 | Adding a run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.457 | 78056 | Adding a run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.457 | 78056 | Adding a run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.457 | 78056 | Adding a run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.458 | 78056 | Adding a run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.458 | 78056 | Adding a run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.458 | 78056 | Adding a run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.458 | 78056 | Adding a run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.458 | 78056 | Adding a run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.458 | 78056 | Adding a run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.458 | 78056 | Adding a run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.458 | 78056 | Adding a run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.458 | 78056 | Adding a run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.459 | 78056 | Adding a run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.459 | 78056 | Adding a run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.459 | 78056 | Adding a run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.459 | 78056 | Adding a run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.459 | 78056 | Adding a run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.459 | 78056 | Adding a run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.459 | 78056 | Adding a run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.459 | 78056 | Adding a run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.460 | 78056 | Adding a run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.460 | 78056 | Adding a run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.460 | 78056 | Adding a run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.460 | 78056 | Adding a run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.460 | 78056 | Adding a run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.460 | 78056 | Adding a run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.460 | 78056 | Adding a run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.460 | 78056 | Adding a run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.460 | 78056 | Adding a run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.461 | 78056 | Adding a run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.461 | 78056 | Adding a run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.461 | 78056 | Adding a run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.461 | 78056 | Adding a run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.461 | 78056 | Adding a run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.461 | 78056 | Adding a run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.461 | 78056 | Adding a run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.461 | 78056 | Adding a run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.462 | 78056 | Adding a run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.462 | 78056 | Adding a run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.462 | 78056 | Adding a run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.462 | 78056 | Adding a run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.462 | 78056 | Adding a run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.462 | 78056 | Adding a run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.462 | 78056 | Adding a run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.462 | 78056 | Adding a run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.462 | 78056 | Adding a run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.463 | 78056 | Adding a run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.463 | 78056 | Adding a run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.463 | 78056 | Adding a run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.463 | 78056 | Adding a run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.463 | 78056 | Adding a run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.463 | 78056 | Adding a run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.463 | 78056 | Adding a run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.463 | 78056 | Adding a run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.464 | 78056 | Adding a run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.464 | 78056 | Adding a run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.464 | 78056 | Adding a run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.464 | 78056 | Adding a run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.464 | 78056 | Adding a run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.464 | 78056 | Adding a run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.464 | 78056 | Adding a run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.464 | 78056 | Adding a run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.464 | 78056 | Adding a run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.465 | 78056 | Adding a run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.465 | 78056 | Adding a run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.465 | 78056 | Adding a run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.465 | 78056 | Adding a run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.465 | 78056 | Adding a run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.465 | 78056 | Adding a run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.465 | 78056 | Adding a run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.465 | 78056 | Adding a run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.466 | 78056 | Adding a run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.466 | 78056 | Adding a run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.466 | 78056 | Adding a run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.466 | 78056 | Adding a run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.466 | 78056 | Adding a run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.466 | 78056 | Adding a run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.466 | 78056 | Adding a run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.466 | 78056 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.466 | 78056 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.467 | 78056 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.467 | 78056 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.467 | 78056 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.470 | 56018 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:45:29 | 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-04-25 03:45:29 | INFO | Terminating process 56024/cimple-worker +2024-04-25 03:45:29 | INFO | 56024/cimple-worker: 2024-04-25 03:45:29.565 | 56024 | Shutting down +2024-04-25 03:45:29 | INFO | Terminating process 56021/cimple-worker +2024-04-25 03:45:29 | INFO | 56021/cimple-worker: 2024-04-25 03:45:29.568 | 56021 | Shutting down +2024-04-25 03:45:29 | INFO | Terminating process 56018/cimple-server +2024-04-25 03:45:29 | INFO | 56018/cimple-server: 2024-04-25 03:45:29.571 | 56018 | Shutting down
Passedsrc/test_repo.py::test_repo_stress[output_long-numof_clients=4-runs_per_client=500]28.54
+
-------------------------------Captured log setup-------------------------------
2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-server', '--port', '39935', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/cimple.sqlite'] +2024-04-25 03:45:29 | INFO | Process 78057/cimple-server has started +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.598 | 78057 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/cimple.sqlite +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.599 | 78057 | SQLite database version: 0 +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.599 | 78057 | Newest database version: 1 +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.599 | 78057 | Upgrading SQLite database from version 0 to version 1 +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.610 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Process 78057/cimple-server is ready +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:45:29 | INFO | Process 78060/cimple-worker has started +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.618 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.619 | 78062 | Added a new worker 8 to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.619 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.618 | 78060 | Waiting for a new command +2024-04-25 03:45:29 | INFO | Process 78060/cimple-worker is ready +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39935'] +2024-04-25 03:45:29 | INFO | Process 78063/cimple-worker has started +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.627 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.627 | 78065 | Added a new worker 9 to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.627 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.627 | 78063 | Waiting for a new command +2024-04-25 03:45:29 | INFO | Process 78063/cimple-worker is ready +2024-04-25 03:45:29 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/cimple.sqlite +2024-04-25 03:45:29 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-04-25 03:45:29 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-04-25 03:45:29 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-04-25 03:45:29 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-04-25 03:45:29 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-04-25 03:45:29 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-04-25 03:45:29 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-04-25 03:45:29 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-04-25 03:45:29 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-04-25 03:45:29 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-04-25 03:45:29 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-04-25 03:45:29 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-04-25 03:45:29 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-04-25 03:45:29 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-04-25 03:45:29 | INFO | Executing 500 clients +2024-04-25 03:45:29 | INFO | Executing 500 clients +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.838 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.839 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.841 | 78084 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.841 | 78059 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.841 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.841 | 78059 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.841 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ObnYrc +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.842 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | Executing 500 clients +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.844 | 78085 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.844 | 78059 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.844 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.844 | 78059 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.844 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9K8dIz +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.845 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Executing 500 clients +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.847 | 78060 | Checking out revision HEAD +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.848 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.848 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.848 | 78060 | Going to run: ./ci +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.849 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.850 | 78063 | Checking out revision HEAD +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.851 | 78092 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.851 | 78063 | Going to run: ./ci +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.851 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.852 | 78093 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.853 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.854 | 78095 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.854 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.855 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.855 | 78096 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.856 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.857 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.858 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.859 | 78105 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.859 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.860 | 78110 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.860 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.862 | 78111 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.862 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.863 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.863 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.863 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.865 | 78120 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.865 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.866 | 78060 | Recursively removing directory: /tmp/git.ObnYrc/ +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.867 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.868 | 78119 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.868 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.869 | 78117 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.869 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.870 | 78063 | Recursively removing directory: /tmp/git.9K8dIz/ +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.869 | 78060 | Process exit code: 0 +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.869 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.870 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.872 | 78124 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.872 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.872 | 78063 | Process exit code: 0 +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.872 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.873 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.874 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.875 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.875 | 78127 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.876 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.876 | 78130 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.877 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.878 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.878 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.879 | 78131 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.879 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.879 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.879 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.880 | 78137 | Added a new worker 17 to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.880 | 78059 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.880 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.880 | 78059 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.879 | 78060 | Waiting for a new command +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.880 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.p1iOZM +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.880 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.881 | 78135 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.882 | 78063 | Waiting for a new command +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.882 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.883 | 78136 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.883 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.884 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.886 | 78060 | Checking out revision HEAD +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.887 | 78060 | Going to run: ./ci +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.887 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.888 | 78139 | Added a new worker 17 to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.888 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.888 | 78059 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.888 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.888 | 78059 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.889 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ye5GVA +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.889 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.891 | 78129 | Marked run 1 as finished +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.892 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.892 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.893 | 78143 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.893 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.895 | 78063 | Checking out revision HEAD +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.895 | 78141 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.896 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.895 | 78063 | Going to run: ./ci +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.898 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.898 | 78134 | Marked run 2 as finished +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.898 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.898 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.900 | 78060 | Recursively removing directory: /tmp/git.p1iOZM/ +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.902 | 78060 | Process exit code: 0 +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.902 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.904 | 78145 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.904 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.905 | 78148 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.906 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.906 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.906 | 78063 | Recursively removing directory: /tmp/git.ye5GVA/ +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.907 | 78156 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.908 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.908 | 78063 | Process exit code: 0 +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.908 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.909 | 78158 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.909 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.909 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.910 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.910 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.910 | 78060 | Waiting for a new command +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.913 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.913 | 78171 | Added a new worker 19 to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.913 | 78059 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.913 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.913 | 78059 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.913 | 78168 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.913 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.913 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.913 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rCCvc3 +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.913 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.914 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.915 | 78170 | Added a new run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.915 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.917 | 78172 | Added a new run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.917 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.919 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.919 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.919 | 78063 | Waiting for a new command +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.920 | 78060 | Checking out revision HEAD +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.920 | 78179 | Added a new worker 12 to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.920 | 78059 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.920 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.920 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.920 | 78059 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.920 | 78060 | Going to run: ./ci +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.921 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xRlRrs +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.921 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.921 | 78173 | Added a new run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.921 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.922 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.923 | 78178 | Added a new run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.924 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.925 | 78181 | Added a new run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.926 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.927 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.927 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.928 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.930 | 78063 | Checking out revision HEAD +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.931 | 78165 | Marked run 3 as finished +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.932 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.932 | 78063 | Going to run: ./ci +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.933 | 78183 | Added a new run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.933 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.934 | 78189 | Added a new run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.934 | 78060 | Recursively removing directory: /tmp/git.rCCvc3/ +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.935 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.936 | 78060 | Process exit code: 0 +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.936 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.937 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.937 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.938 | 78174 | Marked run 4 as finished +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.938 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.940 | 78192 | Added a new run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.940 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.941 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.941 | 78188 | Added a new run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.942 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.943 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.943 | 78199 | Added a new run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.944 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.945 | 78200 | Added a new run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.945 | 78060 | Waiting for a new command +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.945 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.946 | 78211 | Added a new worker 13 to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.946 | 78059 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.946 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.946 | 78059 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.946 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.946 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IVkhcE +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.946 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.947 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.950 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.950 | 78209 | Added a new run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.950 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.950 | 78063 | Recursively removing directory: /tmp/git.xRlRrs/ +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.953 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.952 | 78060 | Checking out revision HEAD +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.952 | 78060 | Going to run: ./ci +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.952 | 78063 | Process exit code: 0 +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.952 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.955 | 78213 | Added a new run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.955 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.956 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.957 | 78207 | Marked run 5 as finished +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.958 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.958 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.959 | 78215 | Added a new run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.959 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.960 | 78214 | Added a new run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.960 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.961 | 78218 | Added a new run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.961 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.962 | 78225 | Added a new run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.962 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.963 | 78063 | Waiting for a new command +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.965 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.965 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.965 | 78060 | Recursively removing directory: /tmp/git.IVkhcE/ +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.966 | 78232 | Added a new worker 12 to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.966 | 78059 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.966 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.966 | 78059 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.966 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.967 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.967 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kOPKwr +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.967 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.969 | 78233 | Added a new run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.969 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.969 | 78060 | Process exit code: 0 +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.969 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.971 | 78234 | Added a new run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.971 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.973 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.974 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.974 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.975 | 78063 | Checking out revision HEAD +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.975 | 78063 | Going to run: ./ci +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.976 | 78221 | Marked run 6 as finished +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.976 | 78235 | Added a new run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.977 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.978 | 78060 | Waiting for a new command +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.978 | 78236 | Added a new run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.978 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.979 | 78244 | Added a new worker 9 to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.979 | 78059 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.979 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.979 | 78059 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.979 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.979 | 78239 | Added a new run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.980 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.979 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.G6eyxN +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.982 | 78241 | Added a new run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.982 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.983 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.984 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.984 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.985 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.986 | 78252 | Added a new run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.986 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.987 | 78250 | Added a new run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.987 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.988 | 78060 | Checking out revision HEAD +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.990 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78060/cimple-worker: 2024-04-25 03:45:29.990 | 78060 | Going to run: ./ci +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.991 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.992 | 78063 | Recursively removing directory: /tmp/git.kOPKwr/ +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.993 | 78251 | Added a new run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.994 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.995 | 78063 | Process exit code: 0 +2024-04-25 03:45:29 | INFO | 78063/cimple-worker: 2024-04-25 03:45:29.995 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.995 | 78260 | Added a new run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.996 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.997 | 78262 | Added a new run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.998 | 78057 | Waiting for new connections +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.999 | 78255 | Added a new run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:29 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.999 | 78240 | Marked run 7 as finished +2024-04-25 03:45:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:29.999 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.000 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.001 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.003 | 78060 | Recursively removing directory: /tmp/git.G6eyxN/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.003 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.004 | 78271 | Added a new run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.004 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.004 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.005 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.005 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.005 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.005 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.006 | 78279 | Added a new worker 18 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.006 | 78059 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.006 | 78059 | Removed worker 18 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.006 | 78059 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.007 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xzHHih +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.007 | 78274 | Added a new run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.008 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.008 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.009 | 78276 | Added a new run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.009 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.010 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.011 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.013 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.014 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.014 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.014 | 78281 | Added a new run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.014 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.014 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.014 | 78286 | Added a new worker 17 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.015 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.014 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.015 | 78059 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.015 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.015 | 78059 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.016 | 78277 | Added a new run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.016 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.016 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rzdaM8 +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.018 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.020 | 78275 | Marked run 8 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.020 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.022 | 78283 | Added a new run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.022 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.023 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.023 | 78285 | Added a new run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.024 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.025 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.025 | 78290 | Added a new run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.025 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.026 | 78292 | Added a new run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.026 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.027 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.030 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.030 | 78282 | Marked run 9 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.030 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.031 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.032 | 78302 | Added a new run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.032 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.032 | 78063 | Recursively removing directory: /tmp/git.xzHHih/ +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.032 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.034 | 78305 | Added a new run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.034 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.034 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.034 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.035 | 78307 | Added a new run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.036 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.036 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.037 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.038 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.039 | 78315 | Added a new run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.039 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.039 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.040 | 78311 | Added a new run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.041 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.042 | 78319 | Added a new run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.042 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.043 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.043 | 78060 | Recursively removing directory: /tmp/git.rzdaM8/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.044 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.044 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.044 | 78324 | Added a new worker 16 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.044 | 78059 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.044 | 78059 | Removed worker 16 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.044 | 78059 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.044 | 78317 | Added a new run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.045 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.045 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.045 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.045 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.046 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DNnyuD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.046 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.048 | 78322 | Added a new run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.049 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.049 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.051 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.051 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.052 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.052 | 78326 | Added a new run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.052 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.053 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.053 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.055 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.055 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.055 | 78334 | Added a new worker 6 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.055 | 78059 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.055 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.056 | 78059 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.056 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.056 | 78318 | Marked run 10 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.056 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.056 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5D0JJk +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.057 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.057 | 78328 | Added a new run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.058 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.059 | 78330 | Added a new run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.059 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.060 | 78331 | Added a new run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.060 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.061 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.062 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.063 | 78344 | Added a new run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.064 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.064 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.065 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.067 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.067 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.067 | 78063 | Recursively removing directory: /tmp/git.DNnyuD/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.069 | 78336 | Added a new run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.069 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.069 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.069 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.072 | 78329 | Marked run 11 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.072 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.072 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.073 | 78350 | Added a new run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.074 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.074 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.075 | 78348 | Added a new run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.075 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.076 | 78349 | Added a new run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.076 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.077 | 78356 | Added a new run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.077 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.078 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.080 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.080 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.081 | 78364 | Added a new run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.081 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.082 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.082 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.082 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.083 | 78365 | Added a new worker 17 to the queue +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.083 | 78060 | Recursively removing directory: /tmp/git.5D0JJk/ +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.083 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.X5qfr7 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.083 | 78059 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.083 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.083 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.083 | 78059 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.084 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.085 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.085 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.085 | 78368 | Added a new run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.085 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.087 | 78367 | Added a new run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.088 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.088 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.089 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.090 | 78369 | Added a new run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.090 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.091 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.092 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.092 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.093 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.095 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.095 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.095 | 78360 | Marked run 12 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.095 | 78379 | Added a new worker 6 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.095 | 78059 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.095 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.095 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.095 | 78059 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.096 | 78370 | Added a new run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.095 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cdiYLt +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.096 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.096 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.097 | 78372 | Added a new run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.097 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.099 | 78376 | Added a new run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.099 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.100 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.102 | 78378 | Added a new run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.102 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.103 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.104 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.105 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.105 | 78374 | Marked run 13 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.106 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.106 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.106 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.107 | 78385 | Added a new run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.107 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.109 | 78063 | Recursively removing directory: /tmp/git.X5qfr7/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.109 | 78389 | Added a new run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.109 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.110 | 78393 | Added a new run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.111 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.111 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.112 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.112 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.112 | 78394 | Added a new run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.112 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.114 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.114 | 78399 | Added a new run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.115 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.115 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.116 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.117 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.118 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.119 | 78404 | Added a new run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.119 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.120 | 78408 | Added a new run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.120 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.120 | 78060 | Recursively removing directory: /tmp/git.cdiYLt/ +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.121 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.121 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.122 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.122 | 78414 | Added a new worker 17 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.122 | 78059 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.122 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.122 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.122 | 78059 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.122 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DY7jmM +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.123 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.123 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.124 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.125 | 78411 | Added a new run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.125 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.127 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.128 | 78415 | Added a new run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.128 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.130 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.130 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.130 | 78421 | Added a new worker 9 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.130 | 78059 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.130 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.131 | 78059 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.131 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Fh9qbv +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.131 | 78410 | Added a new run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.131 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.131 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.131 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.130 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.132 | 78416 | Added a new run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.133 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.134 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.135 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.136 | 78409 | Marked run 14 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.136 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.137 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.137 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.138 | 78420 | Added a new run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.138 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.138 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.139 | 78422 | Added a new run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.139 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.141 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.142 | 78418 | Marked run 15 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.142 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.143 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.143 | 78425 | Added a new run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.143 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.145 | 78427 | Added a new run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.146 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.146 | 78438 | Added a new run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.147 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.148 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.149 | 78432 | Added a new run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.149 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.150 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.151 | 78060 | Recursively removing directory: /tmp/git.Fh9qbv/ +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.152 | 78063 | Recursively removing directory: /tmp/git.DY7jmM/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.152 | 78448 | Added a new run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.152 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.154 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.154 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.154 | 78450 | Added a new run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.155 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.157 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.157 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.154 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.154 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.158 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.158 | 78453 | Added a new run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.159 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.159 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.160 | 78454 | Added a new run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.160 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.161 | 78455 | Added a new run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.161 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.162 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.162 | 78456 | Added a new run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.162 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.164 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.164 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.164 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.165 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.165 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.166 | 78464 | Added a new worker 21 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.166 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.166 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.166 | 78059 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.166 | 78059 | Removed worker 21 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.166 | 78059 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.166 | 78466 | Added a new worker 22 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.166 | 78059 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.166 | 78059 | Removed worker 22 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.166 | 78059 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 22 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.166 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.168 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.167 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xcfqfw +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.167 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MR3Z7j +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.170 | 78462 | Added a new run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.170 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.171 | 78467 | Added a new run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.172 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.172 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.173 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.175 | 78458 | Marked run 17 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.176 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.176 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.176 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.177 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.177 | 78465 | Added a new run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.177 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.178 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.178 | 78468 | Added a new run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.179 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.180 | 78472 | Added a new run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.180 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.181 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.183 | 78457 | Marked run 16 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.184 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.184 | 78473 | Added a new run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.184 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.185 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.185 | 78482 | Added a new run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.185 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.187 | 78486 | Added a new run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.187 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.188 | 78489 | Added a new run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.189 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.190 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.190 | 78060 | Recursively removing directory: /tmp/git.MR3Z7j/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.190 | 78494 | Added a new run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.192 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.192 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.193 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.193 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.195 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.195 | 78496 | Added a new run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.195 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.196 | 78063 | Recursively removing directory: /tmp/git.xcfqfw/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.196 | 78499 | Added a new run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.197 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.198 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.199 | 78502 | Added a new run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.199 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.199 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.200 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.200 | 78501 | Added a new run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.200 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.200 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.200 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.202 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.202 | 78507 | Added a new run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.202 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.204 | 78508 | Added a new run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.204 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.204 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.206 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.206 | 78510 | Added a new run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.207 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.207 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.208 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.208 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.208 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.208 | 78517 | Added a new worker 19 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.209 | 78059 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.209 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.209 | 78059 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.209 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.209 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SD5HzA +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.209 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.210 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.210 | 78519 | Added a new worker 14 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.210 | 78059 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.210 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.210 | 78059 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.210 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ONwwLC +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.211 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.211 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.211 | 78514 | Added a new run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.211 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.213 | 78516 | Added a new run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.213 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.214 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.215 | 78520 | Added a new run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.215 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.217 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.218 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.218 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.219 | 78505 | Marked run 19 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.219 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.219 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.221 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.220 | 78518 | Added a new run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.221 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.222 | 78525 | Added a new run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.222 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.222 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.225 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.225 | 78512 | Marked run 18 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.225 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.225 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.226 | 78523 | Added a new run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.227 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.228 | 78526 | Added a new run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.228 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.229 | 78533 | Added a new run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.229 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.230 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.231 | 78534 | Added a new run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.231 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.233 | 78545 | Added a new run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.234 | 78060 | Recursively removing directory: /tmp/git.ONwwLC/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.233 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.234 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.235 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.235 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.235 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.236 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.237 | 78552 | Added a new run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.237 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.237 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.238 | 78551 | Added a new run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.239 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.240 | 78063 | Recursively removing directory: /tmp/git.SD5HzA/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.240 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.240 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.241 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.241 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.242 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.243 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.243 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.243 | 78560 | Added a new worker 19 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.243 | 78059 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.244 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.244 | 78059 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.244 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ngbwhg +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.244 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.245 | 78553 | Added a new run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.245 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.246 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.247 | 78554 | Added a new run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.247 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.248 | 78558 | Added a new run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.248 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.250 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.250 | 78559 | Added a new run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.251 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.252 | 78565 | Added a new run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.253 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.253 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.253 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.254 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.255 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.256 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.256 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.256 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.256 | 78572 | Added a new worker 19 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.256 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.257 | 78059 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.257 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.257 | 78059 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.257 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.257 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kZvfDp +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.258 | 78557 | Marked run 21 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.258 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.259 | 78568 | Added a new run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.259 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.263 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.263 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.264 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.264 | 78561 | Marked run 20 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.264 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.265 | 78570 | Added a new run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.265 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.267 | 78571 | Added a new run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.267 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.268 | 78573 | Added a new run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.268 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.269 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.269 | 78581 | Added a new run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.270 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.271 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.271 | 78060 | Recursively removing directory: /tmp/git.ngbwhg/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.271 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.273 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.277 | 78587 | Added a new run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.278 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.278 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.278 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.279 | 78589 | Added a new run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.279 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.281 | 78591 | Added a new run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.282 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.283 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.283 | 78592 | Added a new run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.283 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.284 | 78063 | Recursively removing directory: /tmp/git.kZvfDp/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.285 | 78599 | Added a new run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.285 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.287 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.287 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.287 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.288 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.289 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.289 | 78605 | Added a new worker 19 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.289 | 78059 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.289 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.289 | 78059 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.286 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.286 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.289 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.290 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.290 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.r0xvXR +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.290 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.291 | 78606 | Added a new run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.292 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.292 | 78604 | Added a new run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.293 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.295 | 78607 | Added a new run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.295 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.295 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.296 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.296 | 78608 | Added a new run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.297 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.297 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.298 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.297 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.300 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.300 | 78612 | Added a new worker 16 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.300 | 78059 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.300 | 78059 | Removed worker 16 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.300 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.300 | 78059 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.300 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xlFXmy +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.301 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.302 | 78601 | Marked run 22 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.303 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.303 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.305 | 78617 | Added a new run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.305 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.306 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.307 | 78618 | Added a new run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.307 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.308 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.309 | 78616 | Added a new run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.310 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.310 | 78619 | Added a new run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.310 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.311 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.313 | 78609 | Marked run 23 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.314 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.314 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.314 | 78060 | Recursively removing directory: /tmp/git.r0xvXR/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.314 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.316 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.316 | 78631 | Added a new run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.316 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.316 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.316 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.317 | 78634 | Added a new run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.317 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.319 | 78633 | Added a new run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.319 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.320 | 78636 | Added a new run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.321 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.321 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.323 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.323 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.323 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.324 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.324 | 78645 | Added a new run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.325 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.325 | 78063 | Recursively removing directory: /tmp/git.xlFXmy/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.326 | 78647 | Added a new run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.326 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.327 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.327 | 78652 | Added a new worker 12 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.327 | 78059 | Removed run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.327 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.327 | 78059 | Assigned run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.327 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.328 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.P3tECx +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.328 | 78648 | Added a new run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.328 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.328 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.328 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.329 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.330 | 78649 | Added a new run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.330 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.331 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.332 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.334 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.335 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.336 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.336 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.336 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.337 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.337 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.V2auAc +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.336 | 78646 | Marked run 24 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.336 | 78659 | Added a new worker 12 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.336 | 78059 | Removed run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.336 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.336 | 78059 | Assigned run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.337 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.338 | 78655 | Added a new run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.339 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.341 | 78657 | Added a new run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.342 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.342 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.344 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.344 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.345 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.347 | 78656 | Marked run 25 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.347 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.348 | 78658 | Added a new run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.348 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.349 | 78665 | Added a new run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.349 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.349 | 78060 | Recursively removing directory: /tmp/git.P3tECx/ +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.351 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.351 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.351 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.351 | 78660 | Added a new run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.352 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.352 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.354 | 78669 | Added a new run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.354 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.355 | 78677 | Added a new run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.355 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.356 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.356 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.358 | 78678 | Added a new run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.358 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.358 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.359 | 78686 | Added a new run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.360 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.361 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.361 | 78688 | Added a new run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.362 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.363 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.364 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.364 | 78063 | Recursively removing directory: /tmp/git.V2auAc/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.364 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.365 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.365 | 78695 | Added a new worker 17 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.365 | 78059 | Removed run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.365 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.365 | 78059 | Assigned run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.365 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BxqQbi +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.366 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.366 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.366 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.366 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.369 | 78693 | Added a new run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.369 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.369 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.370 | 78694 | Added a new run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.371 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.372 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.372 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.373 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.372 | 78696 | Added a new run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.373 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.373 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.374 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.374 | 78701 | Added a new worker 19 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.374 | 78059 | Removed run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.374 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.375 | 78059 | Assigned run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.375 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.375 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YGTN0n +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.376 | 78687 | Marked run 26 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.376 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.377 | 78691 | Added a new run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.378 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.380 | 78704 | Added a new run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.380 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.381 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.382 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.382 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.382 | 78700 | Added a new run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.382 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.384 | 78705 | Added a new run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.384 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.386 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.387 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.387 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.388 | 78697 | Marked run 27 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.388 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.389 | 78719 | Added a new run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.389 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.390 | 78060 | Recursively removing directory: /tmp/git.BxqQbi/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.390 | 78720 | Added a new run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.390 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.392 | 78721 | Added a new run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.392 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.392 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.392 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.394 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.395 | 78714 | Added a new run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.395 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.397 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.397 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.398 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.398 | 78063 | Recursively removing directory: /tmp/git.YGTN0n/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.398 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.398 | 78730 | Added a new run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.399 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.400 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.400 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.400 | 78732 | Added a new run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.401 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.401 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.401 | 78737 | Added a new worker 8 to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.401 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.401 | 78059 | Removed run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.401 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.401 | 78059 | Assigned run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.403 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.403 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XUx9rP +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.403 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.404 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.405 | 78735 | Added a new run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.407 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.407 | 78734 | Added a new run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.408 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.408 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.408 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.409 | 78739 | Added a new run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.409 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.411 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.410 | 78740 | Added a new run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.411 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.412 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.412 | 78744 | Added a new worker 9 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.412 | 78059 | Removed run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.412 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.412 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.412 | 78059 | Assigned run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.412 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.412 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bTxxlT +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.414 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.414 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.416 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.417 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.417 | 78733 | Marked run 28 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.417 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.418 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.418 | 78749 | Added a new run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.419 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.421 | 78741 | Marked run 29 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.422 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.422 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.423 | 78750 | Added a new run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.423 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.424 | 78747 | Added a new run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.424 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.425 | 78751 | Added a new run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.426 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.427 | 78759 | Added a new run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.427 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.427 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.428 | 78060 | Recursively removing directory: /tmp/git.XUx9rP/ +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.430 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.430 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.430 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.430 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.430 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.432 | 78772 | Added a new run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.433 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.434 | 78769 | Added a new run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.434 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.434 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.434 | 78063 | Recursively removing directory: /tmp/git.bTxxlT/ +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.435 | 78774 | Added a new run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.435 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.436 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.437 | 78773 | Added a new run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.437 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.437 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.437 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.439 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.440 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.440 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.440 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.440 | 78783 | Added a new worker 17 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.440 | 78059 | Removed run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.440 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.440 | 78059 | Assigned run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.441 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7R9uFU +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.441 | 78779 | Added a new run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.442 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.442 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.443 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.443 | 78782 | Added a new run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.444 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.445 | 78781 | Added a new run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.445 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.447 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.448 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.447 | 78784 | Added a new run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.447 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.449 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.450 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.451 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.451 | 78776 | Marked run 30 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.451 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.452 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.452 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.452 | 78794 | Added a new worker 15 to the queue +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.452 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zsTDxh +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.452 | 78789 | Added a new run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.452 | 78059 | Removed run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.452 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.452 | 78059 | Assigned run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.454 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.456 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.457 | 78786 | Marked run 31 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.457 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.458 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.459 | 78792 | Added a new run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.459 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.460 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.460 | 78796 | Added a new run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.461 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.461 | 78793 | Added a new run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.462 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.462 | 78060 | Recursively removing directory: /tmp/git.7R9uFU/ +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.463 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.463 | 78801 | Added a new run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.464 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.464 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.466 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.466 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.469 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.469 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.469 | 78808 | Added a new run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.470 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.471 | 78810 | Added a new run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.471 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.472 | 78812 | Added a new run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.472 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.473 | 78813 | Added a new run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.473 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.473 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.474 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.474 | 78820 | Added a new run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.475 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.476 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.478 | 78826 | Added a new run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.478 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.479 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.479 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.479 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.480 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.480 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.481 | 78829 | Added a new run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.482 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.482 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.482 | 78831 | Added a new worker 11 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.482 | 78059 | Removed run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.482 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.482 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OMoQIQ +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.482 | 78063 | Recursively removing directory: /tmp/git.zsTDxh/ +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.482 | 78059 | Assigned run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.482 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.484 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.484 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.485 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.485 | 78830 | Added a new run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.486 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.487 | 78828 | Added a new run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.488 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.488 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.488 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.489 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.489 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.490 | 78834 | Added a new run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.491 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.491 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.493 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.493 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.493 | 78842 | Added a new worker 19 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.493 | 78059 | Removed run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.493 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.493 | 78059 | Assigned run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.493 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1gZQG2 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.493 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.495 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.495 | 78824 | Marked run 32 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.495 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.497 | 78832 | Added a new run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.497 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.499 | 78838 | Added a new run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.500 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.500 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.500 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.501 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.501 | 78840 | Added a new run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.502 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.503 | 78060 | Recursively removing directory: /tmp/git.OMoQIQ/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.504 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.506 | 78836 | Marked run 33 as finished +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.506 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.506 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.506 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.506 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.507 | 78844 | Added a new run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.507 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.508 | 78852 | Added a new run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.508 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.509 | 78857 | Added a new run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.510 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.510 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.510 | 78855 | Added a new run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.510 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.511 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.512 | 78865 | Added a new run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.513 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.513 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.514 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.516 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.516 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.516 | 78873 | Added a new worker 18 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.516 | 78059 | Removed run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.516 | 78059 | Removed worker 18 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.517 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.517 | 78059 | Assigned run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.516 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.517 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.x7i8GR +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.517 | 78870 | Added a new run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.517 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.518 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.519 | 78871 | Added a new run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.519 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.519 | 78063 | Recursively removing directory: /tmp/git.1gZQG2/ +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.521 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.522 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.522 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.522 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.523 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.523 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.526 | 78863 | Marked run 34 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.526 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.526 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.527 | 78872 | Added a new run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.527 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.528 | 78875 | Added a new run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.528 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.529 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.530 | 78887 | Added a new worker 13 to the queue +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.529 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.530 | 78059 | Removed run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.530 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.530 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.530 | 78059 | Assigned run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.530 | 78877 | Added a new run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.530 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PZ2B5m +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.531 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.531 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.532 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.534 | 78879 | Added a new run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.534 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.534 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.536 | 78888 | Added a new run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.536 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.537 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.538 | 78892 | Added a new run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.538 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.539 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.539 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.540 | 78060 | Recursively removing directory: /tmp/git.x7i8GR/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.542 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.542 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.542 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.543 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.543 | 78881 | Marked run 35 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.544 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.545 | 78893 | Added a new run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.546 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.546 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.547 | 78898 | Added a new run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.548 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.548 | 78900 | Added a new run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.549 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.549 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.550 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.550 | 78901 | Added a new run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.550 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.550 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.551 | 78912 | Added a new worker 13 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.551 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.551 | 78059 | Removed run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.551 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.551 | 78059 | Assigned run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.551 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2yuebs +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.552 | 78063 | Recursively removing directory: /tmp/git.PZ2B5m/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.552 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.553 | 78910 | Added a new run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.553 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.554 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.554 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.556 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.555 | 78914 | Added a new run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.555 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.555 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.557 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.557 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.559 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.559 | 78916 | Added a new run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.559 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.560 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.560 | 78918 | Added a new run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.560 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.561 | 78920 | Added a new run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.562 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.563 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.565 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.565 | 78908 | Marked run 36 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.565 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.565 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.566 | 78925 | Added a new run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.566 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.567 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.567 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.567 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.568 | 78931 | Added a new worker 18 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.568 | 78059 | Removed run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.568 | 78059 | Removed worker 18 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.568 | 78059 | Assigned run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.568 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.568 | 78927 | Added a new run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.569 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.570 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.570 | 78928 | Added a new run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.570 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Yn4O7z +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.570 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.572 | 78932 | Added a new run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.572 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.574 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.575 | 78938 | Added a new run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.575 | 78060 | Recursively removing directory: /tmp/git.2yuebs/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.575 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.577 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.577 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.577 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.578 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.579 | 78921 | Marked run 37 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.579 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.580 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.581 | 78941 | Added a new run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.581 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.581 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.581 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.582 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.583 | 78943 | Added a new run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.583 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.584 | 78944 | Added a new run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.584 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.585 | 78945 | Added a new run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.585 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.587 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.587 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.588 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.588 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.588 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.588 | 78957 | Added a new worker 19 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.588 | 78954 | Added a new run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.589 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.589 | 78059 | Removed run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.589 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.589 | 78059 | Assigned run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.589 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.589 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vX2IsI +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.592 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.594 | 78951 | Added a new run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.595 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.594 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.596 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.597 | 78063 | Recursively removing directory: /tmp/git.Yn4O7z/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.598 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.599 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.599 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.599 | 78955 | Added a new run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.600 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.601 | 78956 | Added a new run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.601 | 78946 | Marked run 38 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.601 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.601 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.603 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.603 | 78962 | Added a new run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.603 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.604 | 78967 | Added a new run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.604 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.605 | 78974 | Added a new run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.605 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.606 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.607 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.608 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.609 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.610 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.611 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.611 | 78060 | Recursively removing directory: /tmp/git.vX2IsI/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.611 | 78982 | Added a new run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.612 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.612 | 78985 | Added a new worker 10 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.612 | 78059 | Removed run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.612 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.612 | 78059 | Assigned run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.612 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.612 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YMLMLm +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.613 | 78984 | Added a new run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.613 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.614 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.614 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.615 | 78981 | Added a new run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.616 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.617 | 78983 | Added a new run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.617 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.619 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.619 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.620 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.620 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.621 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.622 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.622 | 78980 | Marked run 39 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.623 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.624 | 78990 | Added a new run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.624 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.624 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Z0ac9V +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.624 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.624 | 78996 | Added a new worker 8 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.624 | 78059 | Removed run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.624 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.624 | 78059 | Assigned run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.624 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.625 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.626 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.627 | 78994 | Added a new run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.627 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.628 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.629 | 78993 | Added a new run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.630 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.631 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.631 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.631 | 78999 | Added a new run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.631 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.632 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.634 | 79004 | Added a new run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.634 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.636 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.637 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.637 | 78992 | Marked run 40 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.637 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.637 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.638 | 78063 | Recursively removing directory: /tmp/git.YMLMLm/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.639 | 79007 | Added a new run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.639 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.640 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.640 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.640 | 79012 | Added a new run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.640 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.642 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.643 | 79020 | Added a new run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.644 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.644 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.644 | 79011 | Added a new run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.645 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.645 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.646 | 79013 | Added a new run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.646 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.648 | 79023 | Added a new run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.649 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.648 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.649 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.651 | 78060 | Recursively removing directory: /tmp/git.Z0ac9V/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.651 | 79030 | Added a new worker 15 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.651 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.651 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.651 | 78059 | Removed run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.651 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.651 | 78059 | Assigned run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.651 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wdFrWz +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.652 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.652 | 79028 | Added a new run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.652 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.653 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.654 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.654 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.655 | 79031 | Added a new run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.655 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.656 | 79033 | Added a new run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.656 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.658 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.658 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.659 | 79032 | Added a new run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.659 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.660 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.661 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.661 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.662 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.663 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.663 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.663 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.663 | 79044 | Added a new worker 21 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.663 | 78059 | Removed run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.663 | 78059 | Removed worker 21 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.663 | 79025 | Marked run 41 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.663 | 78059 | Assigned run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.664 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ex5EwS +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.664 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.664 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.665 | 79037 | Added a new run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.666 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.668 | 79041 | Added a new run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.668 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.670 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.670 | 79043 | Added a new run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.670 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.670 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.672 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.672 | 79039 | Added a new run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.673 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.673 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.674 | 79051 | Added a new run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.674 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.677 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.678 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.678 | 79038 | Marked run 42 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.678 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.678 | 78063 | Recursively removing directory: /tmp/git.wdFrWz/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.679 | 79055 | Added a new run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.679 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.681 | 79060 | Added a new run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.681 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.681 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.682 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.682 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.682 | 79062 | Added a new run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.683 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.684 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.686 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.686 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.686 | 79068 | Added a new run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.687 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.687 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.686 | 78060 | Recursively removing directory: /tmp/git.Ex5EwS/ +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.688 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.688 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.688 | 79072 | Added a new run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.689 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.689 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.691 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.691 | 79073 | Added a new run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.691 | 79078 | Added a new worker 16 to the queue +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.691 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.691 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UoTl1l +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.691 | 78059 | Removed run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.691 | 78059 | Removed worker 16 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.691 | 78059 | Assigned run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.691 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.692 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.693 | 79071 | Added a new run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.693 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.695 | 79076 | Added a new run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.695 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.696 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.696 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.697 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.697 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.698 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.699 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.700 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.700 | 79082 | Added a new worker 19 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.701 | 79084 | Added a new run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.701 | 78059 | Removed run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.701 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.701 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.702 | 78059 | Assigned run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.702 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.702 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hkr4Qp +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.702 | 79087 | Added a new run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.703 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.704 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.704 | 79086 | Added a new run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.704 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.707 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.707 | 79090 | Added a new run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.708 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.708 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.708 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.710 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.711 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.712 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.713 | 79096 | Added a new run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.713 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.713 | 79074 | Marked run 43 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.713 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.714 | 79099 | Added a new run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.715 | 78063 | Recursively removing directory: /tmp/git.UoTl1l/ +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.715 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.716 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.717 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.717 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.718 | 79080 | Marked run 44 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.719 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.720 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.720 | 79102 | Added a new run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.721 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.722 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.722 | 79103 | Added a new run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.723 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.723 | 78060 | Recursively removing directory: /tmp/git.hkr4Qp/ +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.724 | 79110 | Added a new run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.724 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.724 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.726 | 79113 | Added a new run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.726 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.726 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.726 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.726 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.727 | 79117 | Added a new run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.729 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.729 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.729 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.729 | 79119 | Added a new run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.729 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.730 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.731 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.731 | 79123 | Added a new worker 17 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.731 | 78059 | Removed run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.731 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.731 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.731 | 78059 | Assigned run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.732 | 79125 | Added a new run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.732 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.anrhJ5 +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.732 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.733 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.733 | 79122 | Added a new run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.734 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.736 | 79128 | Added a new run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.736 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.737 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.737 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.738 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.738 | 79133 | Added a new worker 15 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.738 | 78059 | Removed run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.738 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.738 | 78059 | Assigned run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.738 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.738 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.740 | 79115 | Marked run 45 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.740 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.740 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.740 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.741 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8ERJ8O +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.741 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.742 | 79132 | Added a new run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.742 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.742 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.744 | 79131 | Added a new run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.744 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.745 | 79134 | Added a new run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.746 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.746 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.747 | 79135 | Added a new run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.747 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.749 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.749 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.750 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.750 | 79124 | Marked run 46 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.751 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.750 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.751 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.752 | 79140 | Added a new run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.752 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.753 | 79145 | Added a new run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.754 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.755 | 79144 | Added a new run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.755 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.756 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.756 | 79146 | Added a new run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.757 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.759 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.759 | 79156 | Added a new run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.760 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.760 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.760 | 78063 | Recursively removing directory: /tmp/git.anrhJ5/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.761 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.762 | 79159 | Added a new run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.762 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.763 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.763 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.763 | 79163 | Added a new run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.764 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.765 | 79164 | Added a new run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.766 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.766 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.767 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.768 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.768 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.768 | 78060 | Recursively removing directory: /tmp/git.8ERJ8O/ +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.770 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.770 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.769 | 79171 | Added a new run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.771 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.771 | 79172 | Added a new run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.771 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.772 | 79170 | Added a new run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.772 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.774 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.774 | 79175 | Added a new run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.774 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.775 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.776 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.776 | 79177 | Added a new run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.776 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.777 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.777 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.777 | 79182 | Added a new worker 15 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.777 | 78059 | Removed run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.777 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.777 | 78059 | Assigned run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.777 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.777 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zGIM4F +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.778 | 79180 | Added a new run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.779 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.780 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.781 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.783 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.784 | 79173 | Marked run 47 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.784 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.785 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.785 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.785 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.786 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.786 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.786 | 79188 | Added a new worker 20 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.786 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.786 | 78059 | Removed run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.786 | 78059 | Removed worker 20 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.786 | 78059 | Assigned run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.786 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.quOCfw +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.786 | 79185 | Added a new run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.787 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.788 | 79186 | Added a new run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.788 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.790 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.790 | 79189 | Added a new run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.791 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.791 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.792 | 79187 | Added a new run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.792 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.794 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.794 | 79193 | Added a new run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.794 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.795 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.795 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.797 | 79179 | Marked run 48 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.797 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.798 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.798 | 79196 | Added a new run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.799 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.799 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.800 | 79201 | Added a new run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.800 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.802 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.804 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.806 | 78063 | Recursively removing directory: /tmp/git.zGIM4F/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.806 | 79208 | Added a new run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.807 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.808 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.808 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.808 | 78060 | Recursively removing directory: /tmp/git.quOCfw/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.809 | 79206 | Added a new run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.809 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.810 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.811 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.811 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.811 | 79212 | Added a new run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.812 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.812 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.812 | 79217 | Added a new run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.813 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.814 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.814 | 79219 | Added a new run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.815 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.815 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.815 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.816 | 79221 | Added a new run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.816 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.817 | 79226 | Added a new run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.818 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.818 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.819 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.821 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.821 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.822 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.822 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.822 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.822 | 79230 | Added a new run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.822 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.822 | 79235 | Added a new worker 6 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.823 | 78059 | Removed run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.823 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.823 | 78059 | Assigned run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.824 | 79234 | Added a new worker 6 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.824 | 78059 | Removed run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.824 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.824 | 78059 | Assigned run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.824 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.824 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GINpzH +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.823 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kJXq8u +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.826 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.826 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.827 | 79231 | Added a new run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.827 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.828 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.828 | 79232 | Added a new run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.829 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.830 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.830 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.831 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.831 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.831 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.832 | 79227 | Marked run 50 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.832 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.833 | 79233 | Added a new run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.833 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.836 | 79224 | Marked run 49 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.836 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.837 | 79238 | Added a new run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.838 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.839 | 79240 | Added a new run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.839 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.840 | 79243 | Added a new run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.840 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.841 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.842 | 79248 | Added a new run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.843 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.843 | 78063 | Recursively removing directory: /tmp/git.GINpzH/ +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.844 | 79259 | Added a new run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.844 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.845 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.845 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.846 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.846 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.847 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.848 | 79265 | Added a new run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.849 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.849 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.849 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.850 | 78060 | Recursively removing directory: /tmp/git.kJXq8u/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.850 | 79264 | Added a new run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.851 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.852 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.852 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.853 | 79266 | Added a new run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.853 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.854 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.854 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.854 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.855 | 79274 | Added a new worker 17 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.855 | 78059 | Removed run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.855 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.855 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.855 | 78059 | Assigned run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.855 | 79268 | Added a new run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.855 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.855 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RvNpE5 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.857 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.857 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.859 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.860 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.861 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.861 | 79272 | Added a new run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.861 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.862 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.862 | 79280 | Added a new worker 19 to the queue +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.862 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.862 | 78059 | Removed run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.862 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.862 | 78059 | Assigned run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.862 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.862 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Vj9OBE +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.863 | 79271 | Added a new run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.863 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.865 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.867 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.868 | 79269 | Marked run 52 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.868 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.869 | 79278 | Added a new run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.870 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.872 | 79276 | Added a new run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.872 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.872 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.873 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.874 | 78063 | Recursively removing directory: /tmp/git.RvNpE5/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.874 | 79285 | Added a new run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.874 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.875 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.877 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.877 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.877 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.878 | 79277 | Marked run 51 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.878 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.878 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.879 | 79284 | Added a new run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.880 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.880 | 79294 | Added a new run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.881 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.881 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.882 | 79298 | Added a new run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.882 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.883 | 79297 | Added a new run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.883 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.884 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.885 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.885 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.886 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.886 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.886 | 79310 | Added a new worker 17 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.886 | 78059 | Removed run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.886 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.886 | 78059 | Assigned run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.886 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gn93eG +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.887 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.888 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.888 | 79308 | Added a new run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.890 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.890 | 78060 | Recursively removing directory: /tmp/git.Vj9OBE/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.891 | 79311 | Added a new run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.891 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.892 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.893 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.892 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.892 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.894 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.894 | 79313 | Added a new run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.894 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.896 | 79312 | Added a new run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.896 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.896 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.898 | 79315 | Added a new run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.898 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.899 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.900 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.901 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.901 | 79303 | Marked run 53 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.901 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.902 | 79319 | Added a new run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.902 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.904 | 79322 | Added a new run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.904 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.905 | 79325 | Added a new run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.905 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.905 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.907 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.907 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.907 | 79327 | Added a new run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.907 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.908 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.909 | 79336 | Added a new worker 14 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.909 | 78059 | Removed run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.909 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.909 | 78059 | Assigned run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.909 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.909 | 79334 | Added a new run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.910 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cftFMI +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.910 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.911 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.912 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.912 | 78063 | Recursively removing directory: /tmp/git.gn93eG/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.912 | 79338 | Added a new run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.912 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.913 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.914 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.914 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.915 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.917 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.918 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.918 | 79324 | Marked run 54 as finished +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.918 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.918 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.919 | 79340 | Added a new run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.919 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.920 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.921 | 79341 | Added a new run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.921 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.921 | 79348 | Added a new worker 6 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.921 | 78059 | Removed run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.921 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.921 | 78059 | Assigned run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.921 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.922 | 79342 | Added a new run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.922 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.922 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SW1nc2 +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.923 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.924 | 79344 | Added a new run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.924 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.924 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.925 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.926 | 79353 | Added a new run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.926 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.927 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.929 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.930 | 79354 | Added a new run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.930 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.930 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.931 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.932 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.933 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.933 | 79345 | Marked run 55 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.934 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.935 | 79356 | Added a new run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.935 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.936 | 79358 | Added a new run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.937 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.938 | 78060 | Recursively removing directory: /tmp/git.cftFMI/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.938 | 79361 | Added a new run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.939 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.940 | 79366 | Added a new run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.940 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.941 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.942 | 79373 | Added a new run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.942 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.942 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.942 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.943 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.944 | 79378 | Added a new run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.945 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.946 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.946 | 79380 | Added a new run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.947 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.947 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.949 | 79382 | Added a new run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.949 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.949 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.949 | 78063 | Recursively removing directory: /tmp/git.SW1nc2/ +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.951 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.951 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.950 | 79385 | Added a new run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.950 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.950 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.953 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.954 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.954 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.954 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.954 | 79392 | Added a new worker 19 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.954 | 78059 | Removed run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.954 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.955 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.955 | 78059 | Assigned run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.955 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YCMffh +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.956 | 79388 | Added a new run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.956 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.957 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.958 | 79390 | Added a new run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.958 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.959 | 79386 | Added a new run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.960 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.961 | 78060 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.962 | 78060 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.963 | 79383 | Marked run 56 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.964 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.964 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.964 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.964 | 79400 | Added a new worker 19 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.964 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.964 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.964 | 78059 | Removed run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.964 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.964 | 78059 | Assigned run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.964 | 78063 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.964 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GNjiAp +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.965 | 79391 | Added a new run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.966 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.967 | 79398 | Added a new run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.967 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.968 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.969 | 79399 | Added a new run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.969 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.972 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.972 | 78063 | Checking out revision HEAD +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.973 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.973 | 79393 | Marked run 57 as finished +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.973 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.974 | 78063 | Going to run: ./ci +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.975 | 79401 | Added a new run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.975 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.976 | 79405 | Added a new run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.976 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.977 | 79412 | Added a new run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.978 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.979 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.979 | 78060 | Recursively removing directory: /tmp/git.YCMffh/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.979 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.980 | 79413 | Added a new run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.980 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.981 | 79420 | Added a new run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.981 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.982 | 78060 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.982 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.983 | 79421 | Added a new run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.983 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.985 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.985 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.986 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.986 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.987 | 79429 | Added a new run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.987 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.988 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.989 | 79430 | Added a new run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.989 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.990 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.991 | 78063 | Recursively removing directory: /tmp/git.GNjiAp/ +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.991 | 79431 | Added a new run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.992 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.993 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.993 | 78060 | Waiting for a new command +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.993 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.993 | 79438 | Added a new worker 17 to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.993 | 78059 | Removed run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.993 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.993 | 78059 | Assigned run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.993 | 78063 | Process exit code: 0 +2024-04-25 03:45:30 | INFO | 78063/cimple-worker: 2024-04-25 03:45:30.993 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:30 | INFO | 78060/cimple-worker: 2024-04-25 03:45:30.994 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.X9fTaF +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.994 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.995 | 79434 | Added a new run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.995 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.997 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.998 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.998 | 79436 | Added a new run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.999 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | 78057/cimple-server: 2024-04-25 03:45:30.999 | 78057 | Waiting for new connections +2024-04-25 03:45:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.000 | 79439 | Added a new run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.000 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.000 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.001 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.002 | 79441 | Added a new run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.003 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.003 | 79443 | Added a new run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.003 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.004 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.005 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.005 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.006 | 79432 | Marked run 58 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.007 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.007 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.007 | 79451 | Added a new worker 17 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.007 | 78059 | Removed run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.007 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.007 | 78059 | Assigned run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.007 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.007 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vzT4gZ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.009 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.010 | 79447 | Added a new run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.011 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.012 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.013 | 79455 | Added a new run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.013 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.013 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.015 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.015 | 79449 | Added a new run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.016 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.016 | 79453 | Added a new run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.016 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.017 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.018 | 79463 | Added a new run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.019 | 78060 | Recursively removing directory: /tmp/git.X9fTaF/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.019 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.020 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.021 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.021 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.021 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.022 | 79442 | Marked run 59 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.023 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.023 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.024 | 79466 | Added a new run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.024 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.025 | 79470 | Added a new run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.025 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.026 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.027 | 78063 | Recursively removing directory: /tmp/git.vzT4gZ/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.027 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.029 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.029 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.029 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.029 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.030 | 79482 | Added a new worker 19 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.030 | 78059 | Removed run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.030 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.030 | 78059 | Assigned run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.030 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.029 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.030 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xCWdIE +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.031 | 79475 | Added a new run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.031 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.032 | 79476 | Added a new run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.033 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.034 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.035 | 79480 | Added a new run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.035 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.036 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.037 | 79481 | Added a new run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.037 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.037 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.037 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.039 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.040 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.040 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.041 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.041 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.041 | 79493 | Added a new worker 15 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.041 | 78059 | Removed run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.041 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.041 | 78059 | Assigned run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.041 | 79487 | Added a new run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.042 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.042 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.042 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MmP3uV +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.043 | 79488 | Added a new run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.044 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.045 | 79492 | Added a new run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.045 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.046 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.047 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.049 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.050 | 79479 | Marked run 60 as finished +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.050 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.050 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.051 | 79491 | Added a new run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.051 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.052 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.053 | 78060 | Recursively removing directory: /tmp/git.xCWdIE/ +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.055 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.055 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.055 | 79485 | Marked run 61 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.055 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.055 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.057 | 79498 | Added a new run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.057 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.058 | 79502 | Added a new run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.058 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.060 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.060 | 79506 | Added a new run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.060 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.060 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.061 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.062 | 79510 | Added a new run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.063 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.063 | 78063 | Recursively removing directory: /tmp/git.MmP3uV/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.064 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.065 | 79518 | Added a new run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.065 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.066 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.066 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.066 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.067 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.067 | 79525 | Added a new worker 17 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.067 | 78059 | Removed run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.067 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.067 | 78059 | Assigned run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.067 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZljQI3 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.068 | 79520 | Added a new run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.070 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.070 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.071 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.071 | 79523 | Added a new run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.072 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.073 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.074 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.075 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.075 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.075 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.075 | 79531 | Added a new worker 19 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.075 | 78059 | Removed run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.075 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.075 | 78059 | Assigned run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.075 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.075 | 79517 | Marked run 62 as finished +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.075 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8oR5sf +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.076 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.077 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.077 | 79522 | Added a new run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.078 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.080 | 79527 | Added a new run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.080 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.082 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.082 | 79530 | Added a new run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.082 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.082 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.083 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.084 | 79533 | Added a new run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.084 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.085 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.086 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.088 | 79528 | Marked run 63 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.088 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.088 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.089 | 79546 | Added a new run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.090 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.091 | 78060 | Recursively removing directory: /tmp/git.ZljQI3/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.092 | 79538 | Added a new run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.093 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.094 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.094 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.093 | 79548 | Added a new run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.095 | 79550 | Added a new run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.094 | 78063 | Recursively removing directory: /tmp/git.8oR5sf/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.096 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.096 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.096 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.096 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.097 | 79557 | Added a new run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.098 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.099 | 79559 | Added a new run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.099 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.099 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.100 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.100 | 79562 | Added a new run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.100 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.101 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.102 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.102 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.103 | 79567 | Added a new run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.103 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.104 | 79568 | Added a new run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.105 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.105 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.106 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.106 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.106 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.106 | 79572 | Added a new worker 17 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.106 | 78059 | Removed run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.106 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.106 | 78059 | Assigned run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.107 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.107 | 79571 | Added a new run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.107 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.107 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.A6TYs1 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.108 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.110 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.110 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.111 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.111 | 79576 | Added a new worker 20 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.111 | 78059 | Removed run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.111 | 78059 | Removed worker 20 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.111 | 78059 | Assigned run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.111 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.111 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dLJRXG +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.114 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.114 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.115 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.117 | 79565 | Marked run 65 as finished +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.117 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.117 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.120 | 79563 | Marked run 64 as finished +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.120 | 79573 | Added a new run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.120 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.120 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.121 | 79575 | Added a new run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.118 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.121 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.123 | 79577 | Added a new run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.123 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.124 | 79578 | Added a new run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.124 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.124 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.127 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.127 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.127 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.128 | 79591 | Added a new run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.128 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.130 | 79596 | Added a new run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.131 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.131 | 78060 | Recursively removing directory: /tmp/git.A6TYs1/ +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.132 | 78063 | Recursively removing directory: /tmp/git.dLJRXG/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.133 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.133 | 79597 | Added a new run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.133 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.133 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.134 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.134 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.134 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.134 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.136 | 79598 | Added a new run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.136 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.136 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.137 | 79605 | Added a new run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.138 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.138 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.138 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.139 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.140 | 79606 | Added a new run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.140 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.142 | 79603 | Added a new run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.142 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.143 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.144 | 79611 | Added a new run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.144 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.145 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.145 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.146 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.146 | 79614 | Added a new run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.147 | 79616 | Added a new worker 7 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.147 | 78059 | Removed run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.147 | 78059 | Removed worker 7 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.147 | 78059 | Assigned run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.147 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SOyngi +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.147 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.148 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.148 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.149 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.149 | 79619 | Added a new run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.149 | 79620 | Added a new worker 6 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.150 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.150 | 78059 | Removed run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.150 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.150 | 78059 | Assigned run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.150 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.150 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9m8wCk +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.151 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.152 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.152 | 79617 | Added a new run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.153 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.154 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.154 | 79622 | Added a new run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.154 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.155 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.155 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.158 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.158 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.158 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.158 | 79609 | Marked run 66 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.159 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.160 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.160 | 79623 | Added a new run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.160 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.163 | 79608 | Marked run 67 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.163 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.164 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.164 | 79625 | Added a new run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.165 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.166 | 79628 | Added a new run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.167 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.168 | 79629 | Added a new run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.169 | 78063 | Recursively removing directory: /tmp/git.SOyngi/ +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.169 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.171 | 79640 | Added a new run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.172 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.172 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.172 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.173 | 78060 | Recursively removing directory: /tmp/git.9m8wCk/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.173 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.175 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.175 | 79647 | Added a new run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.175 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.175 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.175 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.176 | 79649 | Added a new run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.177 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.177 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.178 | 79651 | Added a new run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.178 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.179 | 79652 | Added a new run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.179 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.180 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.180 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.181 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.182 | 79657 | Added a new run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.182 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.184 | 79660 | Added a new run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.185 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.185 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.185 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.185 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.186 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.186 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.186 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.186 | 79666 | Added a new worker 21 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.186 | 78059 | Removed run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.186 | 78059 | Removed worker 21 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.186 | 78059 | Assigned run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.187 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.187 | 79662 | Added a new run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.187 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qfsJQl +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.188 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.188 | 79667 | Added a new worker 7 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.188 | 78059 | Removed run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.188 | 78059 | Removed worker 7 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.188 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.188 | 78059 | Assigned run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.188 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HZQjdW +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.189 | 79663 | Added a new run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.190 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.191 | 79665 | Added a new run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.191 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.194 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.194 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.195 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.195 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.195 | 79654 | Marked run 68 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.196 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.196 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.196 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.197 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.197 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.199 | 79659 | Marked run 69 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.199 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.200 | 79671 | Added a new run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.200 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.201 | 79672 | Added a new run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.201 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.203 | 79673 | Added a new run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.204 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.205 | 79675 | Added a new run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.205 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.206 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.206 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.208 | 79694 | Added a new run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.208 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.209 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.210 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.210 | 78060 | Recursively removing directory: /tmp/git.qfsJQl/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.210 | 79693 | Added a new run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.211 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.212 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.212 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.211 | 78063 | Recursively removing directory: /tmp/git.HZQjdW/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.213 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.213 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.213 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.213 | 79695 | Added a new run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.214 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.215 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.216 | 79697 | Added a new run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.217 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.217 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.217 | 79699 | Added a new run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.217 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.217 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.218 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.219 | 79701 | Added a new run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.219 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.220 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.221 | 79702 | Added a new run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.222 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.223 | 79707 | Added a new run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.223 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.224 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.224 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.225 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.225 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.227 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.227 | 79713 | Added a new worker 18 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.227 | 78059 | Removed run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.227 | 78059 | Removed worker 18 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.227 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.227 | 78059 | Assigned run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.227 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.227 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.228 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fzmRp3 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.228 | 79715 | Added a new worker 19 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.228 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.228 | 78059 | Removed run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.228 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.228 | 78059 | Assigned run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.228 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jMXjTM +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.229 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.230 | 79712 | Added a new run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.230 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.234 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.234 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.235 | 79705 | Marked run 70 as finished +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.235 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.235 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.235 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.236 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.238 | 79704 | Marked run 71 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.238 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.239 | 79711 | Added a new run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.239 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.240 | 79714 | Added a new run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.241 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.241 | 79716 | Added a new run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.242 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.243 | 79718 | Added a new run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.243 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.244 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.245 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.246 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.246 | 79735 | Added a new run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.247 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.247 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.248 | 79736 | Added a new run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.248 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.250 | 79738 | Added a new run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.250 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.250 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.251 | 78063 | Recursively removing directory: /tmp/git.jMXjTM/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.252 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.253 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.253 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.253 | 78060 | Recursively removing directory: /tmp/git.fzmRp3/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.254 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.255 | 79737 | Added a new run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.255 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.256 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.256 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.256 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.257 | 79743 | Added a new run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.257 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.258 | 79745 | Added a new run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.259 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.259 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.260 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.260 | 79746 | Added a new run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.260 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.261 | 79750 | Added a new run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.262 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.262 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.264 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.264 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.265 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.265 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.265 | 79757 | Added a new worker 19 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.265 | 78059 | Removed run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.265 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.265 | 78059 | Assigned run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.265 | 79755 | Added a new run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.265 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1U5Dqk +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.266 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.269 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.269 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.269 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.269 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.269 | 79760 | Added a new worker 19 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.269 | 78059 | Removed run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.269 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.269 | 78059 | Assigned run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.269 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.269 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VRJBiZ +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.271 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.272 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.272 | 79748 | Marked run 73 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.273 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.274 | 79758 | Added a new run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.274 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.275 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.276 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.277 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.278 | 79752 | Marked run 72 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.278 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.279 | 79756 | Added a new run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.279 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.280 | 79761 | Added a new run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.281 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.282 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.282 | 79762 | Added a new run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.282 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.284 | 79770 | Added a new run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.284 | 78060 | Recursively removing directory: /tmp/git.1U5Dqk/ +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.284 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.285 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.286 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.286 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.286 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.286 | 79777 | Added a new run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.286 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.288 | 79782 | Added a new run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.288 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.289 | 79783 | Added a new run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.290 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.290 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.290 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.292 | 79789 | Added a new run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.292 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.294 | 79790 | Added a new run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.294 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.296 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.296 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.296 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.297 | 78063 | Recursively removing directory: /tmp/git.VRJBiZ/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.297 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.298 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.298 | 79794 | Added a new worker 17 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.298 | 78059 | Removed run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.298 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.298 | 78059 | Assigned run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.299 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.299 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.C36nd2 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.299 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.299 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.300 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.301 | 79795 | Added a new run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.301 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.303 | 79796 | Added a new run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.303 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.303 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.304 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.305 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.306 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.306 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.307 | 79791 | Marked run 74 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.307 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.308 | 79797 | Added a new run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.309 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.309 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.309 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.K8gAYe +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.309 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.309 | 79806 | Added a new worker 14 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.309 | 78059 | Removed run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.309 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.309 | 78059 | Assigned run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.309 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.310 | 79798 | Added a new run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.311 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.311 | 79801 | Added a new run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.312 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.314 | 79803 | Added a new run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.314 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.314 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.316 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.316 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.317 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.318 | 79800 | Marked run 75 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.319 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.320 | 79811 | Added a new run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.320 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.321 | 79810 | Added a new run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.322 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.322 | 78060 | Recursively removing directory: /tmp/git.C36nd2/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.323 | 79814 | Added a new run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.324 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.324 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.324 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.325 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.325 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.326 | 79820 | Added a new run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.326 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.327 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.328 | 79828 | Added a new run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.328 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.328 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.329 | 79829 | Added a new run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.330 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.330 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.332 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.332 | 79833 | Added a new run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.333 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.333 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.334 | 78063 | Recursively removing directory: /tmp/git.K8gAYe/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.334 | 79837 | Added a new run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.335 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.336 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.336 | 79838 | Added a new run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.336 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.337 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.337 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.337 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.337 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.337 | 79840 | Added a new run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.338 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.339 | 79842 | Added a new run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.339 | 79844 | Added a new worker 6 to the queue +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.339 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wVX0ce +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.339 | 78059 | Removed run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.339 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.339 | 78059 | Assigned run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.339 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.340 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.342 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.342 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.343 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.345 | 79834 | Marked run 76 as finished +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.345 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.345 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.346 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.346 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.346 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.346 | 79851 | Added a new worker 19 to the queue +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.346 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.347 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.347 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.347 | 78059 | Removed run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.347 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.347 | 78059 | Assigned run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.347 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wWka7J +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.348 | 79848 | Added a new run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.349 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.351 | 79849 | Added a new run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.351 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.352 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.352 | 79850 | Added a new run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.353 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.354 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.354 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.354 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.355 | 79853 | Added a new run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.356 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.356 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.356 | 79856 | Added a new run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.356 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.359 | 79847 | Marked run 77 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.360 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.360 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.360 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.361 | 79862 | Added a new run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.361 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.362 | 78060 | Recursively removing directory: /tmp/git.wVX0ce/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.362 | 79866 | Added a new run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.362 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.364 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.365 | 79870 | Added a new run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.365 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.365 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.365 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.366 | 79869 | Added a new run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.367 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.369 | 79877 | Added a new run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.370 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.370 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.370 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.371 | 78063 | Recursively removing directory: /tmp/git.wWka7J/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.371 | 79881 | Added a new run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.371 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.372 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.373 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.374 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.374 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.374 | 79884 | Added a new run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.375 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.375 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.375 | 79886 | Added a new run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.376 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.377 | 79888 | Added a new run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.377 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.377 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.377 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.378 | 79893 | Added a new worker 12 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.378 | 78059 | Removed run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.378 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.378 | 78059 | Assigned run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.378 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.379 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.379 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.a2Dg7e +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.379 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.380 | 79890 | Added a new run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.381 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.382 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.382 | 79895 | Added a new run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.383 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.382 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.385 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.386 | 79899 | Added a new worker 17 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.387 | 79883 | Marked run 78 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.387 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.387 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.387 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.387 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.387 | 78059 | Removed run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.387 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.387 | 78059 | Assigned run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.387 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.X9RkbA +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.388 | 79902 | Added a new run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.389 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.389 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.390 | 79897 | Added a new run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.390 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.391 | 79894 | Marked run 79 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.391 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.391 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.392 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.394 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.394 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.395 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.395 | 79901 | Added a new run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.395 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.396 | 79905 | Added a new run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.397 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.398 | 79900 | Added a new run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.398 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.399 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.400 | 79909 | Added a new run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.400 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.401 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.401 | 78060 | Recursively removing directory: /tmp/git.a2Dg7e/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.402 | 79918 | Added a new run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.402 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.403 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.403 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.403 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.404 | 79919 | Added a new run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.404 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.404 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.406 | 79922 | Added a new run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.406 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.407 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.407 | 79924 | Added a new run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.408 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.409 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.409 | 79931 | Added a new run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.409 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.411 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.411 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.411 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.412 | 79937 | Added a new run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.412 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.412 | 79938 | Added a new worker 11 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.412 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.412 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.412 | 78059 | Removed run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.413 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.413 | 78059 | Assigned run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.413 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pAYVXZ +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.414 | 79936 | Added a new run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.415 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.415 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.415 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.417 | 79941 | Added a new run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.417 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.420 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.420 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.421 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.421 | 79930 | Marked run 80 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.422 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.422 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.422 | 78063 | Recursively removing directory: /tmp/git.X9RkbA/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.422 | 79942 | Added a new run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.423 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.424 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.424 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.424 | 79944 | Added a new run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.425 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.426 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.426 | 79947 | Added a new run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.427 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.428 | 79946 | Added a new run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.428 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.429 | 79951 | Added a new run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.429 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.430 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.431 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.431 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.432 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.433 | 79961 | Added a new run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.433 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.434 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.434 | 79960 | Added a new run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.434 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.436 | 79963 | Added a new run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.436 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.436 | 78060 | Recursively removing directory: /tmp/git.pAYVXZ/ +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.437 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.438 | 79965 | Added a new run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.439 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.439 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.440 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.440 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.440 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.440 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.441 | 79968 | Added a new run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.441 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.442 | 79972 | Added a new worker 7 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.442 | 78059 | Removed run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.442 | 78059 | Removed worker 7 from the queue +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.442 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0cv4ic +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.442 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.443 | 78059 | Assigned run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.443 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.443 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.445 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.445 | 79970 | Added a new run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.446 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.448 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.448 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.448 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.449 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.448 | 79978 | Added a new worker 19 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.449 | 79962 | Marked run 81 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.449 | 78059 | Removed run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.449 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.449 | 78059 | Assigned run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.449 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.450 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.450 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rrPDnS +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.450 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.451 | 79971 | Added a new run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.451 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.453 | 79974 | Added a new run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.453 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.454 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.455 | 79976 | Added a new run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.456 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.456 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.457 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.458 | 79980 | Added a new run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.458 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.458 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.459 | 79984 | Added a new run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.460 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.461 | 79987 | Added a new run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.461 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.461 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.462 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.463 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.464 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.466 | 79995 | Added a new run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.466 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.466 | 78063 | Recursively removing directory: /tmp/git.0cv4ic/ +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.467 | 79998 | Added a new run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.467 | 79975 | Marked run 82 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.468 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.468 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.469 | 79999 | Added a new run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.469 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.469 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.469 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.470 | 80000 | Added a new run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.470 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.472 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.472 | 80008 | Added a new run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.473 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.474 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.474 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.474 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.477 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.477 | 78060 | Recursively removing directory: /tmp/git.rrPDnS/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.477 | 80011 | Added a new run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.477 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.478 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.478 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.478 | 80018 | Added a new worker 15 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.478 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.478 | 78059 | Removed run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.478 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.478 | 78059 | Assigned run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.479 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yBfNMj +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.479 | 80015 | Added a new run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.479 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.479 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.479 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.481 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.482 | 80014 | Added a new run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.482 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.484 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.485 | 80016 | Added a new run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.485 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.486 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.487 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.487 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.488 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.489 | 80013 | Marked run 83 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.489 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.489 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.490 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.490 | 80028 | Added a new worker 19 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.490 | 78059 | Removed run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.490 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.490 | 78059 | Assigned run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.490 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.490 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.490 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UExVmO +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.491 | 80020 | Added a new run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.491 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.493 | 80025 | Added a new run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.493 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.495 | 80023 | Added a new run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.495 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.496 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.497 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.498 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.498 | 80027 | Added a new run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.499 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.499 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.501 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.502 | 80038 | Added a new run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.502 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.503 | 78063 | Recursively removing directory: /tmp/git.yBfNMj/ +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.505 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.505 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.505 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.507 | 80039 | Added a new run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.507 | 80022 | Marked run 84 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.507 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.508 | 80041 | Added a new run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.508 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.509 | 80043 | Added a new run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.509 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.510 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.510 | 80047 | Added a new run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.510 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.512 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.513 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.514 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.513 | 78060 | Recursively removing directory: /tmp/git.UExVmO/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.515 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.515 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.515 | 80060 | Added a new worker 18 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.515 | 78059 | Removed run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.515 | 78059 | Removed worker 18 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.515 | 78059 | Assigned run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.516 | 80057 | Added a new run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.516 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.516 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.516 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.516 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.516 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.517 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UGIvFJ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.518 | 80058 | Added a new run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.518 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.519 | 80059 | Added a new run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.520 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.521 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.521 | 80061 | Added a new run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.521 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.522 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.523 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.525 | 80055 | Marked run 85 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.525 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.525 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.526 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.526 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.526 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.526 | 80071 | Added a new worker 19 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.526 | 78059 | Removed run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.526 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.526 | 78059 | Assigned run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.526 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jUfXZS +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.527 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.527 | 80066 | Added a new run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.528 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.528 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.529 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.529 | 80068 | Added a new run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.529 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.532 | 80069 | Added a new run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.532 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.533 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.533 | 80070 | Added a new run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.534 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.533 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.534 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.534 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.536 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.537 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.537 | 80065 | Marked run 86 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.538 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.539 | 80076 | Added a new run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.539 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.540 | 80079 | Added a new run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.540 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.542 | 80082 | Added a new run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.542 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.542 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.543 | 80086 | Added a new run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.543 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.545 | 78063 | Recursively removing directory: /tmp/git.UGIvFJ/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.545 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.546 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.546 | 80094 | Added a new run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.546 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.546 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.547 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.547 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.548 | 80099 | Added a new run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.549 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.551 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.551 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.551 | 80101 | Added a new run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.552 | 78060 | Recursively removing directory: /tmp/git.jUfXZS/ +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.552 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.553 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.554 | 80100 | Added a new run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.554 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.554 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.554 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.556 | 80104 | Added a new run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.556 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.557 | 80107 | Added a new run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.557 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.559 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.559 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.560 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.561 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.561 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.562 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.562 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.562 | 80112 | Added a new run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.562 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.563 | 80116 | Added a new worker 9 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.563 | 78059 | Removed run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.563 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.563 | 78059 | Assigned run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.563 | 80115 | Added a new run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.563 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nDysO8 +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.564 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.564 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.565 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.565 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.565 | 80119 | Added a new worker 18 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.566 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.566 | 78059 | Removed run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.566 | 78059 | Removed worker 18 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.566 | 78059 | Assigned run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.567 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.567 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rtEQgk +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.568 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.569 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.570 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.570 | 80114 | Added a new run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.571 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.572 | 80113 | Added a new run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.572 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.573 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.574 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.574 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.575 | 80120 | Added a new run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.576 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.576 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.577 | 80121 | Added a new run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.577 | 80105 | Marked run 87 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.577 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.577 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.578 | 80125 | Added a new run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.578 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.579 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.581 | 80111 | Marked run 88 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.582 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.582 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.583 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.583 | 80130 | Added a new run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.583 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.584 | 78063 | Recursively removing directory: /tmp/git.nDysO8/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.584 | 80138 | Added a new run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.584 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.586 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.586 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.586 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.588 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.589 | 80141 | Added a new run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.589 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.590 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.591 | 80140 | Added a new run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.591 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.591 | 78060 | Recursively removing directory: /tmp/git.rtEQgk/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.593 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.593 | 80148 | Added a new run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.593 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.594 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.594 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.595 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.595 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.596 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.596 | 80156 | Added a new worker 11 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.596 | 80153 | Added a new run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.596 | 78059 | Removed run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.596 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.596 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.596 | 78059 | Assigned run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.597 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uUhR6f +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.597 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.598 | 80149 | Added a new run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.599 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.600 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.601 | 80155 | Added a new run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.601 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.602 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.603 | 80158 | Added a new run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.603 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.604 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.605 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.605 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.606 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.606 | 80151 | Marked run 89 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.606 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.607 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.607 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.607 | 80168 | Added a new worker 19 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.607 | 78059 | Removed run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.607 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.607 | 78059 | Assigned run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.607 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.607 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kq6Bhj +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.608 | 80160 | Added a new run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.608 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.610 | 80164 | Added a new run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.610 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.612 | 80165 | Added a new run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.612 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.613 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.613 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.613 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.614 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.616 | 80162 | Marked run 90 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.616 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.616 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.617 | 80167 | Added a new run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.617 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.618 | 80173 | Added a new run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.618 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.620 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.621 | 80172 | Added a new run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.621 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.622 | 80177 | Added a new run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.622 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.623 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.623 | 78063 | Recursively removing directory: /tmp/git.uUhR6f/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.624 | 80186 | Added a new run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.625 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.625 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.626 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.626 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.626 | 80191 | Added a new run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.626 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.628 | 80195 | Added a new run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.628 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.629 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.629 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.630 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.631 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.632 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.632 | 80198 | Added a new run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.633 | 78060 | Recursively removing directory: /tmp/git.kq6Bhj/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.633 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.634 | 80199 | Added a new run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.634 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.635 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.635 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.635 | 80204 | Added a new worker 10 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.635 | 78059 | Removed run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.635 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.635 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.635 | 78059 | Assigned run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.636 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.636 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.635 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2dGSij +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.637 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.637 | 80202 | Added a new run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.638 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.638 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.639 | 80200 | Added a new run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.640 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.641 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.642 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.641 | 80206 | Added a new run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.641 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.643 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.644 | 80208 | Added a new run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.644 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.645 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.645 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.645 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.646 | 80213 | Added a new worker 13 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.646 | 78059 | Removed run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.646 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.646 | 78059 | Assigned run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.646 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HBKOXm +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.647 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.647 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.647 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.649 | 80201 | Marked run 91 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.649 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.650 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.651 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.652 | 80217 | Added a new run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.652 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.652 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.653 | 80215 | Added a new run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.653 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.655 | 80216 | Added a new run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.655 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.657 | 80219 | Added a new run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.657 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.657 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.658 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.659 | 80230 | Added a new run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.660 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.660 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.661 | 78063 | Recursively removing directory: /tmp/git.2dGSij/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.662 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.663 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.663 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.663 | 80210 | Marked run 92 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.663 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.665 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.665 | 80233 | Added a new run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.665 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.666 | 80238 | Added a new run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.667 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.667 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.668 | 78060 | Recursively removing directory: /tmp/git.HBKOXm/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.668 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.669 | 80240 | Added a new run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.669 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.670 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.670 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.671 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.671 | 80241 | Added a new run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.671 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.672 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.672 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.672 | 80248 | Added a new worker 13 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.672 | 78059 | Removed run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.672 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.672 | 78059 | Assigned run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.672 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.z1oQ6P +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.673 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.674 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.675 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.676 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.678 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.678 | 80245 | Added a new run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.678 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.679 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.679 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.679 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.679 | 80254 | Added a new worker 19 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.679 | 78059 | Removed run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.679 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.679 | 78059 | Assigned run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.680 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EETei2 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.681 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.682 | 80244 | Marked run 93 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.682 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.683 | 80250 | Added a new run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.683 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.685 | 80247 | Added a new run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.686 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.686 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.687 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.688 | 80252 | Added a new run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.689 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.688 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.690 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.691 | 80251 | Marked run 94 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.692 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.692 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.693 | 80256 | Added a new run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.693 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.694 | 78063 | Recursively removing directory: /tmp/git.z1oQ6P/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.694 | 80262 | Added a new run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.694 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.695 | 80268 | Added a new run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.696 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.696 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.696 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.696 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.697 | 80270 | Added a new run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.698 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.699 | 80277 | Added a new run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.699 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.700 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.700 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.701 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.702 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.702 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.703 | 80282 | Added a new run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.703 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.704 | 80284 | Added a new run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.705 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.706 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.706 | 80285 | Added a new run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.706 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.707 | 80286 | Added a new run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.707 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.708 | 80289 | Added a new worker 6 to the queue +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.709 | 78060 | Recursively removing directory: /tmp/git.EETei2/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.709 | 78059 | Removed run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.709 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.709 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.709 | 78059 | Assigned run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.709 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.e5upuF +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.710 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.711 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.711 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.711 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.712 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.712 | 80294 | Added a new run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.713 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.714 | 80293 | Added a new run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.714 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.714 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.716 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.718 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.718 | 80283 | Marked run 95 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.718 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.719 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.719 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.719 | 80301 | Added a new worker 19 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.719 | 78059 | Removed run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.719 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BLTQtU +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.719 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.719 | 78059 | Assigned run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.719 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.720 | 80295 | Added a new run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.719 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.720 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.721 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.722 | 80292 | Added a new run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.722 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.723 | 80299 | Added a new run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.723 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.725 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.725 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.726 | 80300 | Added a new run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.726 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.727 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.728 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.729 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.729 | 80297 | Marked run 96 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.730 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.730 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.730 | 80307 | Added a new run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.731 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.732 | 80311 | Added a new run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.732 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.734 | 80312 | Added a new run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.734 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.734 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.735 | 80315 | Added a new run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.736 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.737 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.738 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.739 | 80329 | Added a new run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.739 | 78063 | Recursively removing directory: /tmp/git.e5upuF/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.739 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.740 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.741 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.741 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.741 | 80330 | Added a new run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.743 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.742 | 78060 | Recursively removing directory: /tmp/git.BLTQtU/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.744 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.745 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.745 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.745 | 80324 | Added a new run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.745 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.745 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.746 | 80332 | Added a new run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.747 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.749 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.749 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.749 | 80334 | Added a new run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.749 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.750 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.751 | 80339 | Added a new run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.751 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.751 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.752 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.752 | 80343 | Added a new worker 7 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.752 | 78059 | Removed run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.752 | 78059 | Removed worker 7 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.752 | 78059 | Assigned run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.752 | 80335 | Added a new run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.753 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JSduJr +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.753 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.753 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.754 | 80342 | Added a new run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.754 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.755 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.757 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.759 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.759 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.760 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.760 | 80349 | Added a new worker 17 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.760 | 78059 | Removed run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.760 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.760 | 78059 | Assigned run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.760 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.760 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ho7mR6 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.760 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.762 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.764 | 80336 | Marked run 97 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.764 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.765 | 80347 | Added a new run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.766 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.766 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.768 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.769 | 80340 | Marked run 98 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.769 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.769 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.770 | 80351 | Added a new run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.770 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.771 | 80348 | Added a new run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.771 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.773 | 80352 | Added a new run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.773 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.774 | 80361 | Added a new run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.774 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.775 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.775 | 78063 | Recursively removing directory: /tmp/git.JSduJr/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.777 | 80368 | Added a new run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.777 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.777 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.777 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.778 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.778 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.779 | 80374 | Added a new run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.780 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.781 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.781 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.782 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.783 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.783 | 80375 | Added a new run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.784 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.785 | 80378 | Added a new run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.785 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.784 | 78060 | Recursively removing directory: /tmp/git.Ho7mR6/ +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.787 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.787 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.787 | 80380 | Added a new run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.787 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.788 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.789 | 80379 | Added a new run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.789 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.790 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.790 | 80383 | Added a new worker 12 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.791 | 78059 | Removed run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.791 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.791 | 78059 | Assigned run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.791 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.788 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.791 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.blxHJo +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.791 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.792 | 80385 | Added a new run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.792 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.792 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.794 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.794 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.796 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.796 | 80390 | Added a new run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.796 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.797 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.797 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.797 | 80392 | Added a new worker 19 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.797 | 78059 | Removed run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.797 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.797 | 78059 | Assigned run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.797 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.798 | 80389 | Added a new run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.798 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.798 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.799 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gMHODL +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.800 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.801 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.802 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.802 | 80377 | Marked run 99 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.802 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.803 | 80391 | Added a new run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.804 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.805 | 80394 | Added a new run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.805 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.807 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.807 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.808 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.809 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.809 | 80387 | Marked run 100 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.809 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.810 | 80397 | Added a new run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.810 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.812 | 80398 | Added a new run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.812 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.813 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.814 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.815 | 78063 | Recursively removing directory: /tmp/git.blxHJo/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.815 | 80405 | Added a new run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.815 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.817 | 80413 | Added a new run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.817 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.818 | 80415 | Added a new run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.818 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.817 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.817 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.820 | 80407 | Added a new run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.821 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.821 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.821 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.823 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.824 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.823 | 78060 | Recursively removing directory: /tmp/git.gMHODL/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.824 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.824 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.824 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.825 | 80425 | Added a new run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.825 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.826 | 80423 | Added a new run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.826 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.827 | 80427 | Added a new run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.827 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.828 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.829 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.830 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.830 | 80428 | Added a new run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.830 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.830 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.831 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.831 | 80435 | Added a new worker 11 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.831 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.831 | 80434 | Added a new run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.831 | 78059 | Removed run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.831 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.831 | 78059 | Assigned run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.832 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uEVlA8 +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.832 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.833 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.833 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.834 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.834 | 80433 | Added a new run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.834 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.837 | 80438 | Added a new worker 9 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.837 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.837 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.837 | 78059 | Removed run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.837 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.837 | 78059 | Assigned run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.838 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BtT8bt +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.839 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.840 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.840 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.841 | 80426 | Marked run 101 as finished +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.841 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.841 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.843 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.845 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.845 | 80432 | Marked run 102 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.845 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.846 | 80439 | Added a new run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.846 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.847 | 80441 | Added a new run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.847 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.850 | 80442 | Added a new run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.850 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.850 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.851 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.851 | 80443 | Added a new run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.851 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.853 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.854 | 80456 | Added a new run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.854 | 78063 | Recursively removing directory: /tmp/git.uEVlA8/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.854 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.855 | 80458 | Added a new run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.856 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.857 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.858 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.856 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.856 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.859 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.859 | 80461 | Added a new run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.859 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.860 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.862 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.863 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.863 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.863 | 80473 | Added a new worker 19 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.863 | 78059 | Removed run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.863 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.863 | 78059 | Assigned run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.863 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.870 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TaPFnT +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.871 | 80467 | Added a new run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.872 | 78060 | Recursively removing directory: /tmp/git.BtT8bt/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.872 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.873 | 80468 | Added a new run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.873 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.875 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.875 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.875 | 80469 | Added a new run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.876 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.876 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.877 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.878 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.879 | 80470 | Marked run 103 as finished +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.879 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.879 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.879 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.880 | 80472 | Added a new run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.880 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.882 | 80478 | Added a new run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.882 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.883 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.883 | 80477 | Added a new run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.885 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.885 | 80481 | Added a new run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.885 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.887 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.887 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.887 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.887 | 80494 | Added a new worker 15 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.887 | 78059 | Removed run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.887 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.887 | 78059 | Assigned run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.887 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ioT6tZ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.889 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.889 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.890 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.891 | 80486 | Added a new run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.891 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.892 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.892 | 80493 | Added a new run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.893 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.893 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.894 | 80495 | Added a new run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.895 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.895 | 78063 | Recursively removing directory: /tmp/git.TaPFnT/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.896 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.896 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.898 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.898 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.898 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.899 | 80479 | Marked run 104 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.899 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.900 | 80496 | Added a new run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.900 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.901 | 80501 | Added a new run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.902 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.902 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.902 | 80502 | Added a new run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.903 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.903 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.904 | 80505 | Added a new run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.904 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.905 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.906 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.907 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.907 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.908 | 80514 | Added a new run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.908 | 80518 | Added a new worker 12 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.908 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.908 | 78059 | Removed run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.908 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.909 | 78059 | Assigned run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.909 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.909 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.U1QXCQ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.910 | 80516 | Added a new run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.910 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.911 | 78060 | Recursively removing directory: /tmp/git.ioT6tZ/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.912 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.912 | 80517 | Added a new run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.912 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.914 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.914 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.914 | 80519 | Added a new run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.914 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.916 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.916 | 80522 | Added a new run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.917 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.918 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.918 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.919 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.920 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.920 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.921 | 80512 | Marked run 105 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.921 | 80525 | Added a new run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.922 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.923 | 80527 | Added a new run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.923 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.924 | 80528 | Added a new run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.924 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.926 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.926 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.926 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.927 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pqQ39G +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.926 | 80540 | Added a new worker 11 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.927 | 78059 | Removed run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.927 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.927 | 78059 | Assigned run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.927 | 80530 | Added a new run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.928 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.928 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.928 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.929 | 80537 | Added a new run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.930 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.930 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.932 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.933 | 80531 | Marked run 106 as finished +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.933 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.934 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.934 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.935 | 80542 | Added a new run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.935 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.937 | 78063 | Recursively removing directory: /tmp/git.U1QXCQ/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.937 | 80549 | Added a new run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.938 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.938 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.939 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.939 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.940 | 80543 | Added a new run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.940 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.941 | 80552 | Added a new run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.942 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.942 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.943 | 80544 | Added a new run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.944 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.944 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.945 | 80558 | Added a new run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.945 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.946 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.946 | 80562 | Added a new run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.947 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.948 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.949 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.949 | 80566 | Added a new run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.950 | 80569 | Added a new run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.950 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.950 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.951 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.951 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.951 | 78060 | Recursively removing directory: /tmp/git.pqQ39G/ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.952 | 80568 | Added a new run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.953 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.953 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.954 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.954 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.955 | 80572 | Added a new worker 7 to the queue +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.956 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.txaKPJ +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.955 | 80574 | Added a new run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.956 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.956 | 78059 | Removed run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.956 | 78059 | Removed worker 7 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.956 | 78059 | Assigned run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.956 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.956 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.957 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.959 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.959 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.959 | 80575 | Added a new run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.959 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.961 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.961 | 78060 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.961 | 80582 | Added a new worker 19 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.961 | 78059 | Removed run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.961 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.961 | 78059 | Assigned run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.962 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZVqK0q +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.963 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.963 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.963 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.963 | 80563 | Marked run 107 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.964 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.965 | 80577 | Added a new run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.965 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.965 | 78063 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.967 | 80579 | Added a new run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.967 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.968 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.969 | 78060 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.970 | 78060 | Going to run: ./ci +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.971 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.972 | 80578 | Marked run 108 as finished +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.972 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.973 | 80580 | Added a new run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.973 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.974 | 80583 | Added a new run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.974 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.975 | 80587 | Added a new run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.975 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.976 | 80590 | Added a new run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.976 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.978 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.979 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.980 | 80606 | Added a new run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.980 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.980 | 78063 | Recursively removing directory: /tmp/git.txaKPJ/ +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.982 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.983 | 78063 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.983 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.983 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.984 | 80607 | Added a new run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.984 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.984 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.986 | 80609 | Added a new run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.987 | 78060 | Recursively removing directory: /tmp/git.ZVqK0q/ +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.987 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.987 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.987 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.989 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.989 | 78060 | Process exit code: 0 +2024-04-25 03:45:31 | INFO | 78060/cimple-worker: 2024-04-25 03:45:31.989 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.989 | 80610 | Added a new run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.991 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.991 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.991 | 80618 | Added a new worker 17 to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.991 | 78059 | Removed run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.991 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.991 | 78059 | Assigned run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.992 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.991 | 78063 | Waiting for a new command +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.992 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.F6XUI7 +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.993 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.993 | 80611 | Added a new run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.993 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.994 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.995 | 80616 | Added a new run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.995 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.997 | 80614 | Added a new run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.997 | 78057 | Waiting for new connections +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:31 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.999 | 80619 | Added a new run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:31 | INFO | 78063/cimple-worker: 2024-04-25 03:45:31.999 | 78063 | Checking out revision HEAD +2024-04-25 03:45:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.999 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:31.999 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.000 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.001 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.002 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7PyAf1 +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.001 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.002 | 80624 | Added a new run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.002 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.002 | 80627 | Added a new worker 16 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.002 | 78059 | Removed run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.002 | 78059 | Removed worker 16 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.002 | 78059 | Assigned run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.002 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.003 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.003 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.007 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.007 | 80615 | Marked run 109 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.007 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.009 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.009 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.010 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.011 | 80620 | Marked run 110 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.011 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.012 | 80630 | Added a new run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.012 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.013 | 80628 | Added a new run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.014 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.015 | 80633 | Added a new run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.015 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.016 | 80638 | Added a new run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.017 | 78063 | Recursively removing directory: /tmp/git.F6XUI7/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.016 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.017 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.019 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.019 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.019 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.021 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.021 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.022 | 80648 | Added a new run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.023 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.024 | 80652 | Added a new run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.024 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.024 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.023 | 78060 | Recursively removing directory: /tmp/git.7PyAf1/ +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.026 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.026 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.026 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.027 | 80651 | Added a new run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.027 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.028 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.028 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.028 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.028 | 80660 | Added a new worker 17 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.029 | 78059 | Removed run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.029 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.029 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.029 | 78059 | Assigned run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.029 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jCLi7C +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.030 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.030 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.032 | 80653 | Added a new run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.032 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.035 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.035 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.035 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.035 | 80665 | Added a new worker 21 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.035 | 78059 | Removed run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.035 | 78059 | Removed worker 21 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.035 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.035 | 78059 | Assigned run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.035 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.036 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bp9c8a +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.036 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.040 | 80655 | Marked run 111 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.040 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.042 | 80657 | Added a new run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.042 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.043 | 80659 | Added a new run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.044 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.044 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.045 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.046 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.047 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.047 | 80661 | Marked run 112 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.048 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.049 | 80662 | Added a new run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.049 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.049 | 78063 | Recursively removing directory: /tmp/git.jCLi7C/ +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.050 | 80664 | Added a new run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.050 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.051 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.051 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.052 | 80677 | Added a new run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.052 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.053 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.056 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.056 | 80676 | Added a new run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.056 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.056 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.056 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.057 | 80684 | Added a new run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.057 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.059 | 78060 | Recursively removing directory: /tmp/git.bp9c8a/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.059 | 80690 | Added a new run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.059 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.060 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.061 | 80688 | Added a new run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.061 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.061 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.061 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.062 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.063 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.063 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.063 | 80697 | Added a new worker 14 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.063 | 78059 | Removed run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.063 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.063 | 78059 | Assigned run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.063 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WTwh2L +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.064 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.066 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.066 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.066 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.067 | 80694 | Added a new run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.067 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.069 | 80696 | Added a new run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.069 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.069 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.070 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.071 | 80698 | Added a new run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.071 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.071 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.072 | 80700 | Added a new run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.072 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.072 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.073 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.072 | 80689 | Marked run 113 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.073 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.073 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.073 | 80707 | Added a new worker 15 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.074 | 78059 | Removed run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.074 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.074 | 78059 | Assigned run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.074 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IrO9kd +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.075 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.076 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.076 | 80704 | Added a new run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.077 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.078 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.078 | 80708 | Added a new run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.079 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.080 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.081 | 80710 | Added a new run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.081 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.082 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.082 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.083 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.082 | 80713 | Added a new run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.083 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.084 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.086 | 80699 | Marked run 114 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.086 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.087 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.088 | 80717 | Added a new run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.088 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.088 | 78063 | Recursively removing directory: /tmp/git.WTwh2L/ +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.090 | 80720 | Added a new run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.090 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.090 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.090 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.091 | 80724 | Added a new run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.091 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.091 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.092 | 80726 | Added a new run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.093 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.093 | 80734 | Added a new run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.094 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.094 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.095 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.096 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.096 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.097 | 80737 | Added a new run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.097 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.098 | 80741 | Added a new run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.099 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.099 | 80739 | Added a new run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.099 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.099 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.101 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.102 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.102 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.102 | 78060 | Recursively removing directory: /tmp/git.IrO9kd/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.102 | 80744 | Added a new run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.103 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.104 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.104 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.104 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.105 | 80746 | Added a new worker 8 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.105 | 78059 | Removed run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.105 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.105 | 78059 | Assigned run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.105 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.refzll +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.106 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.107 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.108 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.109 | 80748 | Added a new run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.109 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.109 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.110 | 80750 | Added a new run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.111 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.111 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.112 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.113 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.113 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.113 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.113 | 80757 | Added a new worker 13 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.114 | 78059 | Removed run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.114 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.114 | 78059 | Assigned run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.114 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.114 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.G5vWvd +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.114 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.117 | 80740 | Marked run 115 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.117 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.118 | 80751 | Added a new run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.119 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.120 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.120 | 80747 | Added a new run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.121 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.121 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.122 | 80755 | Added a new run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.122 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.122 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.125 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.126 | 80752 | Marked run 116 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.126 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.127 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.128 | 78063 | Recursively removing directory: /tmp/git.refzll/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.128 | 80758 | Added a new run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.128 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.129 | 80768 | Added a new run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.130 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.130 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.130 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.131 | 80772 | Added a new run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.131 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.132 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.133 | 80771 | Added a new run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.133 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.134 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.135 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.136 | 80780 | Added a new run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.136 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.136 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.138 | 78060 | Recursively removing directory: /tmp/git.G5vWvd/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.138 | 80783 | Added a new run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.139 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.139 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.140 | 80785 | Added a new run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.140 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.140 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.140 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.141 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.142 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.142 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.142 | 80787 | Added a new run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.143 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.143 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.145 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.146 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.146 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.146 | 80790 | Added a new run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.146 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.146 | 80791 | Added a new worker 9 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.147 | 78059 | Removed run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.147 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.147 | 78059 | Assigned run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.147 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.147 | 80796 | Added a new run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.147 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.147 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sctDCo +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.150 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.150 | 80799 | Added a new worker 14 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.150 | 78059 | Removed run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.150 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.150 | 78059 | Assigned run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.150 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.150 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.T4z6Ps +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.151 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.152 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.152 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.152 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.152 | 80795 | Added a new run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.153 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.153 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.155 | 80800 | Added a new run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.155 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.156 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.156 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.156 | 80801 | Added a new run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.156 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.157 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.160 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.160 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.160 | 80784 | Marked run 117 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.160 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.163 | 80794 | Marked run 118 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.163 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.164 | 80805 | Added a new run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.165 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.166 | 80793 | Added a new run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.166 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.167 | 80810 | Added a new run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.168 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.168 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.169 | 80811 | Added a new run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.169 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.170 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.171 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.172 | 78063 | Recursively removing directory: /tmp/git.sctDCo/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.172 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.172 | 80827 | Added a new run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.173 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.174 | 80828 | Added a new run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.174 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.174 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.174 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.176 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.176 | 78060 | Recursively removing directory: /tmp/git.T4z6Ps/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.176 | 80825 | Added a new run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.177 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.178 | 80829 | Added a new run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.178 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.178 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.178 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.179 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.180 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.180 | 80832 | Added a new run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.180 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.181 | 80834 | Added a new run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.182 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.183 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.183 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.183 | 80836 | Added a new run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.184 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.184 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.184 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.184 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.185 | 80843 | Added a new worker 16 to the queue +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.185 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.f9WgoI +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.185 | 80839 | Added a new run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.185 | 78059 | Removed run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.185 | 78059 | Removed worker 16 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.185 | 78059 | Assigned run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.186 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.186 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.188 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.189 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.191 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.191 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.191 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.192 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.192 | 80841 | Added a new run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.192 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.192 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.193 | 80848 | Added a new worker 19 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.193 | 78059 | Removed run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.193 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.193 | 78059 | Assigned run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.193 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.193 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jyccHq +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.196 | 80837 | Marked run 119 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.196 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.197 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.199 | 80840 | Marked run 120 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.199 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.200 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.201 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.201 | 80846 | Added a new run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.201 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.202 | 80847 | Added a new run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.203 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.204 | 80850 | Added a new run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.204 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.205 | 80853 | Added a new run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.205 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.206 | 78063 | Recursively removing directory: /tmp/git.f9WgoI/ +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.207 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.207 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.208 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.208 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.208 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.209 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.209 | 80865 | Added a new run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.209 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.210 | 80866 | Added a new run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.210 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.212 | 80867 | Added a new run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.213 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.214 | 80868 | Added a new run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.215 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.215 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.215 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.217 | 80878 | Added a new run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.217 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.217 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.218 | 78060 | Recursively removing directory: /tmp/git.jyccHq/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.218 | 80881 | Added a new worker 6 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.218 | 80879 | Added a new run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.218 | 78059 | Removed run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.218 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.218 | 78059 | Assigned run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.220 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.220 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.218 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.219 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zSO7aB +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.221 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.222 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.222 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.223 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.224 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.224 | 80884 | Added a new run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.224 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.224 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.226 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.226 | 80885 | Added a new run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.226 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.228 | 80886 | Added a new run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.228 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.230 | 80887 | Added a new run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.230 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.230 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.233 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.233 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.233 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.233 | 80901 | Added a new worker 19 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.234 | 78059 | Removed run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.234 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.234 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.234 | 78059 | Assigned run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.234 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uMDohJ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.234 | 80876 | Marked run 121 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.234 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.235 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.236 | 80894 | Added a new run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.236 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.237 | 80898 | Added a new run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.237 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.239 | 80902 | Added a new run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.240 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.241 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.241 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.242 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.243 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.243 | 80888 | Marked run 122 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.243 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.244 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.244 | 78063 | Recursively removing directory: /tmp/git.zSO7aB/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.245 | 80892 | Added a new run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.245 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.246 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.246 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.247 | 80908 | Added a new run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.248 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.248 | 80910 | Added a new run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.249 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.250 | 80911 | Added a new run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.250 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.251 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.251 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.252 | 80918 | Added a new run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.252 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.253 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.254 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.254 | 80926 | Added a new run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.255 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.255 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.256 | 80923 | Added a new run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.257 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.257 | 78060 | Recursively removing directory: /tmp/git.uMDohJ/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.259 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.259 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.259 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.259 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.259 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.259 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.260 | 80927 | Added a new run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.260 | 80932 | Added a new worker 13 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.260 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.260 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.260 | 78059 | Removed run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.260 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.260 | 78059 | Assigned run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.260 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mzHO5x +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.262 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.263 | 80931 | Added a new run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.263 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.263 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.265 | 80929 | Added a new run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.265 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.266 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.268 | 80935 | Added a new run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.268 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.268 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.268 | 80940 | Added a new worker 19 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.268 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.268 | 78059 | Removed run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.268 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.268 | 78059 | Assigned run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.268 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZbiweV +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.269 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.269 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.269 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.270 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.272 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.273 | 80924 | Marked run 123 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.273 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.274 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.275 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.275 | 80933 | Added a new run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.275 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.276 | 80938 | Added a new run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.276 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.278 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.280 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.280 | 80936 | Marked run 124 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.280 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.281 | 80942 | Added a new run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.281 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.282 | 80944 | Added a new run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.283 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.284 | 80951 | Added a new run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.284 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.284 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.286 | 80955 | Added a new run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.286 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.287 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.288 | 80964 | Added a new run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.288 | 78063 | Recursively removing directory: /tmp/git.mzHO5x/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.288 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.290 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.291 | 80967 | Added a new run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.291 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.291 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.291 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.292 | 78060 | Recursively removing directory: /tmp/git.ZbiweV/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.292 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.293 | 80969 | Added a new run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.293 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.293 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.294 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.294 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.295 | 80972 | Added a new run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.295 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.296 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.296 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.297 | 80971 | Added a new run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.297 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.298 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.298 | 80974 | Added a new run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.299 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.300 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.300 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.301 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.301 | 80980 | Added a new run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.301 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.302 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.302 | 80983 | Added a new worker 6 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.302 | 78059 | Removed run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.302 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.302 | 78059 | Assigned run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.302 | 80981 | Added a new run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.303 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.303 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AmlqHq +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.304 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.304 | 80978 | Added a new run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.304 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.306 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.307 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.307 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.308 | 80987 | Added a new run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.309 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.309 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.310 | 80988 | Added a new worker 8 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.310 | 78059 | Removed run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.310 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.310 | 78059 | Assigned run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.311 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.311 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oea98g +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.311 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.312 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.314 | 80976 | Marked run 125 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.314 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.314 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.315 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.315 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.317 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.318 | 80982 | Marked run 126 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.318 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.318 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.319 | 80991 | Added a new run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.319 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.321 | 80992 | Added a new run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.321 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.322 | 80994 | Added a new run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.322 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.322 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.323 | 80995 | Added a new run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.324 | 78063 | Recursively removing directory: /tmp/git.AmlqHq/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.324 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.325 | 81005 | Added a new run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.325 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.326 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.327 | 81011 | Added a new run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.327 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.328 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.328 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.327 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.327 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.330 | 81015 | Added a new run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.330 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.331 | 81016 | Added a new run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.331 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.332 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.333 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.333 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.334 | 81021 | Added a new run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.334 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.335 | 78060 | Recursively removing directory: /tmp/git.oea98g/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.336 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.337 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.337 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.337 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.338 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.338 | 81022 | Added a new run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.339 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.339 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.339 | 81027 | Added a new worker 19 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.339 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.339 | 78059 | Removed run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.339 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.339 | 78059 | Assigned run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.339 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.339 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0OSM8Z +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.340 | 81024 | Added a new run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.340 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.342 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.342 | 81025 | Added a new run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.342 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.344 | 81026 | Added a new run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.344 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.345 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.346 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.346 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.347 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.348 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.348 | 81034 | Added a new worker 19 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.348 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.348 | 78059 | Removed run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.348 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.348 | 78059 | Assigned run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.348 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tfHZUU +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.349 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.350 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.351 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.352 | 81035 | Added a new run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.352 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.352 | 81020 | Marked run 127 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.352 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.353 | 81036 | Added a new run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.354 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.355 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.355 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.356 | 81033 | Added a new run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.356 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.356 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.357 | 81037 | Added a new run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.357 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.358 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.360 | 81030 | Marked run 128 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.361 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.361 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.362 | 81042 | Added a new run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.362 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.363 | 81054 | Added a new run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.364 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.365 | 81048 | Added a new run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.365 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.366 | 81055 | Added a new run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.367 | 78063 | Recursively removing directory: /tmp/git.0OSM8Z/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.367 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.367 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.368 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.368 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.368 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.370 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.371 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.372 | 81063 | Added a new run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.372 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.372 | 78060 | Recursively removing directory: /tmp/git.tfHZUU/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.372 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.374 | 81066 | Added a new run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.374 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.375 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.375 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.375 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.376 | 81067 | Added a new run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.376 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.377 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.377 | 81073 | Added a new worker 15 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.377 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.377 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.377 | 78059 | Removed run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.378 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.378 | 78059 | Assigned run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.378 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xBR5cp +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.379 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.379 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.381 | 81071 | Added a new run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.381 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.381 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.383 | 81065 | Added a new run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.383 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.384 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.384 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.385 | 81074 | Added a new run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.385 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.385 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.386 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.386 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.386 | 81079 | Added a new worker 19 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.386 | 78059 | Removed run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.386 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.386 | 78059 | Assigned run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.386 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PzkK6g +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.386 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.388 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.391 | 81068 | Marked run 129 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.391 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.392 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.393 | 81080 | Added a new run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.393 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.393 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.395 | 81076 | Added a new run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.395 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.396 | 81085 | Added a new run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.397 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.398 | 78063 | Recursively removing directory: /tmp/git.xBR5cp/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.398 | 81083 | Added a new run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.398 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.398 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.399 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.400 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.400 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.401 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.402 | 81075 | Marked run 130 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.402 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.403 | 81097 | Added a new run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.403 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.403 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.405 | 81098 | Added a new run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.405 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.405 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.406 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.407 | 81105 | Added a new run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.407 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.408 | 81102 | Added a new run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.408 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.409 | 78060 | Recursively removing directory: /tmp/git.PzkK6g/ +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.409 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.409 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.410 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.411 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.411 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.412 | 81112 | Added a new worker 18 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.412 | 78059 | Removed run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.412 | 78059 | Removed worker 18 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.412 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.412 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.412 | 78059 | Assigned run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.412 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.C9DFgf +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.412 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.413 | 81109 | Added a new run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.413 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.415 | 81114 | Added a new run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.415 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.416 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.417 | 81113 | Added a new run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.417 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.418 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.418 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.419 | 81115 | Added a new run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.419 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.420 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.419 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.422 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.422 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.423 | 81107 | Marked run 131 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.423 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.424 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.424 | 81128 | Added a new worker 19 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.424 | 78059 | Removed run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.424 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.424 | 78059 | Assigned run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.424 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.424 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.424 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GVOoJe +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.426 | 81120 | Added a new run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.427 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.429 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.430 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.430 | 78063 | Recursively removing directory: /tmp/git.C9DFgf/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.431 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.432 | 81124 | Added a new run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.432 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.433 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.433 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.434 | 81122 | Added a new run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.434 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.436 | 81125 | Added a new run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.436 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.437 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.438 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.439 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.439 | 81118 | Marked run 132 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.439 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.440 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.440 | 81135 | Added a new run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.441 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.442 | 81142 | Added a new run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.442 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.443 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.444 | 78060 | Recursively removing directory: /tmp/git.GVOoJe/ +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.443 | 81148 | Added a new run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.443 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.443 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.443 | 81151 | Added a new worker 8 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.444 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.444 | 78059 | Removed run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.444 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.444 | 78059 | Assigned run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.445 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.446 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.upGWp1 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.447 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.447 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.447 | 81147 | Added a new run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.447 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.448 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.449 | 81153 | Added a new run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.449 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.451 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.451 | 81154 | Added a new run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.451 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.452 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.453 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.454 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.455 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.456 | 81146 | Marked run 133 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.456 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.457 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.457 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.457 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.457 | 81163 | Added a new worker 19 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.457 | 78059 | Removed run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.457 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.457 | 78059 | Assigned run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.457 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.imuKr6 +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.458 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.458 | 81156 | Added a new run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.459 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.460 | 81158 | Added a new run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.461 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.463 | 81160 | Added a new run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.463 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.464 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.464 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.465 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.465 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.465 | 81162 | Added a new run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.466 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.467 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.469 | 81161 | Marked run 134 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.469 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.469 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.470 | 81172 | Added a new run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.470 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.471 | 81173 | Added a new run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.471 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.472 | 81178 | Added a new run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.473 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.474 | 78063 | Recursively removing directory: /tmp/git.upGWp1/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.474 | 81179 | Added a new run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.474 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.475 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.475 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.476 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.476 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.477 | 81188 | Added a new run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.477 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.478 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.479 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.480 | 81191 | Added a new run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.480 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.481 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.481 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.483 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.483 | 78060 | Recursively removing directory: /tmp/git.imuKr6/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.483 | 81194 | Added a new run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.483 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.484 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.485 | 81200 | Added a new worker 17 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.485 | 78059 | Removed run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.485 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.485 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.485 | 78059 | Assigned run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.485 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.485 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.485 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.485 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oHoyVz +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.485 | 81193 | Added a new run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.486 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.486 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.488 | 81197 | Added a new run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.488 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.489 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.491 | 81198 | Added a new run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.491 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.493 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.493 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.493 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.493 | 81201 | Added a new run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.493 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.494 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.495 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.495 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.495 | 81206 | Added a new worker 17 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.495 | 78059 | Removed run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.495 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.495 | 78059 | Assigned run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.496 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.496 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.495 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.c3UDgv +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.498 | 81195 | Marked run 135 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.499 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.500 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.500 | 81207 | Added a new run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.500 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.502 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.502 | 81210 | Added a new run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.502 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.503 | 81211 | Added a new run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.503 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.504 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.505 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.506 | 81203 | Marked run 136 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.506 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.507 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.507 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.508 | 81212 | Added a new run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.508 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.509 | 81221 | Added a new run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.509 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.511 | 78063 | Recursively removing directory: /tmp/git.oHoyVz/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.511 | 81224 | Added a new run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.512 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.512 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.514 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.514 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.514 | 81225 | Added a new run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.515 | 81232 | Added a new run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.515 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.517 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.517 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.518 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.519 | 81238 | Added a new run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.519 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.519 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.520 | 81239 | Added a new run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.521 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.520 | 78060 | Recursively removing directory: /tmp/git.c3UDgv/ +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.522 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.523 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.523 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.523 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.524 | 81241 | Added a new run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.524 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.525 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.525 | 81244 | Added a new run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.525 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.525 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.526 | 81247 | Added a new worker 10 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.527 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.527 | 78059 | Removed run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.527 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.527 | 78059 | Assigned run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.527 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b0Kofa +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.527 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.527 | 81245 | Added a new run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.527 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.529 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.531 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.533 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.533 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.533 | 81253 | Added a new worker 19 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.533 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.533 | 78059 | Removed run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.533 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.533 | 78059 | Assigned run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.532 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.533 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.532 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.533 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BH1pqu +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.534 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.535 | 81249 | Added a new run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.535 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.538 | 81252 | Added a new run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.538 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.538 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.540 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.541 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.542 | 81240 | Marked run 137 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.542 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.543 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.545 | 78063 | Recursively removing directory: /tmp/git.b0Kofa/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.545 | 81251 | Marked run 138 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.546 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.547 | 81259 | Added a new run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.547 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.548 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.548 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.548 | 81256 | Added a new run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.549 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.550 | 81267 | Added a new run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.550 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.551 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.552 | 81254 | Added a new run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.553 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.553 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.553 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.554 | 78060 | Recursively removing directory: /tmp/git.BH1pqu/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.555 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.555 | 81277 | Added a new run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.556 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.556 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.556 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.556 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.557 | 81283 | Added a new run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.558 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.558 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.558 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.558 | 81284 | Added a new worker 17 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.558 | 78059 | Removed run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.559 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.559 | 78059 | Assigned run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.559 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.558 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.559 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KLQI0C +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.560 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.562 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.562 | 81279 | Added a new run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.563 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.564 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.564 | 81281 | Added a new run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.565 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.566 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.567 | 81285 | Added a new run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.568 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.568 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.570 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.570 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.571 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.571 | 81298 | Added a new worker 21 to the queue +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.571 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.571 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.U6holk +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.571 | 78059 | Removed run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.571 | 78059 | Removed worker 21 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.571 | 78059 | Assigned run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.571 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.571 | 81280 | Marked run 139 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.571 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.573 | 81288 | Added a new run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.573 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.574 | 81296 | Added a new run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.575 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.576 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.576 | 81293 | Added a new run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.576 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.578 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.579 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.579 | 78063 | Recursively removing directory: /tmp/git.KLQI0C/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.579 | 81297 | Added a new run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.579 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.581 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.581 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.581 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.581 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.583 | 81287 | Marked run 140 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.583 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.584 | 81305 | Added a new run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.585 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.585 | 81307 | Added a new run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.586 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.587 | 81310 | Added a new run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.587 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.588 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.588 | 81311 | Added a new run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.588 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.589 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.589 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.591 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.591 | 81324 | Added a new worker 17 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.591 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.591 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.591 | 78059 | Removed run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.591 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.591 | 78059 | Assigned run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.592 | 81318 | Added a new run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.592 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.za3oCi +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.592 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.592 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.594 | 81326 | Added a new run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.594 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.595 | 81325 | Added a new run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.595 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.596 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.599 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.599 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.599 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.598 | 78060 | Recursively removing directory: /tmp/git.U6holk/ +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.599 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.599 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.600 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.601 | 81328 | Added a new run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.601 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.603 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.604 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.606 | 81314 | Marked run 141 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.606 | 81331 | Added a new run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.606 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.607 | 81334 | Added a new run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.608 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.608 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.609 | 81345 | Added a new worker 9 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.610 | 78059 | Removed run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.610 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.610 | 78059 | Assigned run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.610 | 81332 | Added a new run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.610 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rHPie0 +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.610 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.612 | 81339 | Added a new run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.612 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.612 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.613 | 78063 | Recursively removing directory: /tmp/git.za3oCi/ +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.613 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.615 | 81348 | Added a new run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.615 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.616 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.616 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.616 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.618 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.618 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.618 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.619 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.620 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.621 | 81337 | Marked run 142 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.621 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.622 | 81350 | Added a new run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.623 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.623 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.623 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.623 | 81358 | Added a new worker 11 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.623 | 78059 | Removed run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.623 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.623 | 78059 | Assigned run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.623 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.623 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dsxS4Q +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.624 | 81352 | Added a new run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.624 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.626 | 81354 | Added a new run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.627 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.627 | 81353 | Added a new run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.628 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.628 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.629 | 81367 | Added a new run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.630 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.630 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.631 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.632 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.632 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.633 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.633 | 81369 | Added a new run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.634 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.635 | 81371 | Added a new run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.636 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.637 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.637 | 81373 | Added a new run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.637 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.638 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.640 | 78060 | Recursively removing directory: /tmp/git.rHPie0/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.640 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.641 | 81356 | Marked run 143 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.641 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.642 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.643 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.643 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.643 | 81380 | Added a new run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.643 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.644 | 78063 | Recursively removing directory: /tmp/git.dsxS4Q/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.645 | 81378 | Added a new run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.645 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.646 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.646 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.647 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.647 | 81386 | Added a new run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.648 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.648 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.648 | 81385 | Added a new run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.649 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.649 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.650 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.651 | 81389 | Added a new run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.651 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.651 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.652 | 81391 | Added a new run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.652 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.653 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.653 | 81394 | Added a new run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.653 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.654 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.654 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.655 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.655 | 81400 | Added a new worker 17 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.655 | 81401 | Added a new worker 18 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.655 | 78059 | Removed run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.655 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.655 | 78059 | Assigned run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.655 | 78059 | Removed run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.655 | 78059 | Removed worker 18 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.655 | 78059 | Assigned run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.655 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jA7STO +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.656 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.657 | 81397 | Added a new run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.655 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.655 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zGGTjA +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.658 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.660 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.660 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.661 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.662 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.662 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.664 | 81403 | Added a new run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.664 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.667 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.667 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.667 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.669 | 81393 | Marked run 144 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.669 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.670 | 81406 | Added a new run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.670 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.671 | 81405 | Added a new run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.671 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.674 | 78060 | Recursively removing directory: /tmp/git.jA7STO/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.674 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.675 | 81395 | Marked run 145 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.675 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.676 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.676 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.676 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.677 | 81408 | Added a new run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.677 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.678 | 81411 | Added a new run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.679 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.680 | 81423 | Added a new run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.680 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.680 | 78063 | Recursively removing directory: /tmp/git.zGGTjA/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.682 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.682 | 81426 | Added a new run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.682 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.683 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.683 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.684 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.684 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.684 | 81430 | Added a new run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.684 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.685 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.686 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.687 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.687 | 81433 | Added a new run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.688 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.688 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.688 | 81432 | Added a new run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.688 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.689 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.689 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.690 | 81436 | Added a new run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.690 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.691 | 81440 | Added a new worker 8 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.691 | 78059 | Removed run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.691 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.691 | 78059 | Assigned run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.691 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BYlfnO +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.691 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.692 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.692 | 81437 | Added a new run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.692 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.694 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.695 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.695 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.696 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.696 | 81447 | Added a new worker 19 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.696 | 78059 | Removed run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.696 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.696 | 78059 | Assigned run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.696 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OYAF9X +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.696 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.697 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.698 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.699 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.700 | 81446 | Added a new run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.700 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.702 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.702 | 81445 | Added a new run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.702 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.703 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.704 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.705 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.705 | 81438 | Marked run 147 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.705 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.706 | 81443 | Added a new run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.707 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.708 | 81448 | Added a new run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.708 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.709 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.710 | 81453 | Added a new run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.710 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.712 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.713 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.715 | 78060 | Recursively removing directory: /tmp/git.BYlfnO/ +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.716 | 78063 | Recursively removing directory: /tmp/git.OYAF9X/ +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.716 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.716 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.717 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.717 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.717 | 81455 | Added a new run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.717 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.719 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.720 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.721 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.721 | 81434 | Marked run 146 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.721 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.723 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.723 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.723 | 81477 | Added a new worker 21 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.723 | 78059 | Removed run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.723 | 78059 | Removed worker 21 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.723 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.723 | 78059 | Assigned run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.723 | 81467 | Added a new run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.723 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.723 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SiiOWO +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.725 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.725 | 81471 | Added a new run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.725 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.726 | 81472 | Added a new run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.726 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.728 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.728 | 81475 | Added a new run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.729 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.731 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.731 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.725 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.732 | 81479 | Added a new worker 17 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.732 | 78059 | Removed run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.732 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.732 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.732 | 78059 | Assigned run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.732 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IPQTIf +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.733 | 81482 | Added a new run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.734 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.734 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.735 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.736 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.736 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.739 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.739 | 81484 | Added a new run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.739 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.739 | 81476 | Marked run 149 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.739 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.740 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.742 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.743 | 81474 | Marked run 148 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.743 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.744 | 81485 | Added a new run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.744 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.745 | 81487 | Added a new run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.746 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.747 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.747 | 81488 | Added a new run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.748 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.748 | 81496 | Added a new run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.748 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.749 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.749 | 78060 | Recursively removing directory: /tmp/git.SiiOWO/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.751 | 81510 | Added a new run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.752 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.752 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.751 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.752 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.753 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.753 | 81507 | Added a new run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.753 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.755 | 81512 | Added a new run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.755 | 78063 | Recursively removing directory: /tmp/git.IPQTIf/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.755 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.756 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.756 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.757 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.757 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.757 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.759 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.760 | 81513 | Added a new run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.760 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.761 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.761 | 81515 | Added a new run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.762 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.762 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.762 | 81520 | Added a new worker 6 to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.762 | 78059 | Removed run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.762 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.762 | 78059 | Assigned run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.762 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AOTPUP +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.763 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.763 | 81518 | Added a new run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.764 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.766 | 81519 | Added a new run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.766 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.767 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.768 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.768 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.769 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.769 | 81516 | Marked run 150 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.769 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.769 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.769 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.770 | 81527 | Added a new worker 9 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.770 | 78059 | Removed run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.770 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.770 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.770 | 78059 | Assigned run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.770 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TixDEX +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.771 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.773 | 81526 | Added a new run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.773 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.774 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.776 | 81530 | Added a new run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.776 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.777 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.777 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.778 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.779 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.781 | 81522 | Marked run 151 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.781 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.782 | 81528 | Added a new run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.782 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.783 | 81532 | Added a new run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.784 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.785 | 78060 | Recursively removing directory: /tmp/git.AOTPUP/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.785 | 81536 | Added a new run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.785 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.787 | 81542 | Added a new run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.787 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.787 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.787 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.788 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.788 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.789 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.790 | 81554 | Added a new run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.791 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.792 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.793 | 81553 | Added a new run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.793 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.795 | 81555 | Added a new run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.795 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.795 | 78063 | Recursively removing directory: /tmp/git.TixDEX/ +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.796 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.797 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.797 | 81562 | Added a new worker 16 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.797 | 78059 | Removed run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.797 | 78059 | Removed worker 16 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.797 | 78059 | Assigned run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.797 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.797 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LToPjT +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.798 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.798 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.798 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.798 | 81556 | Added a new run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.798 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.800 | 81561 | Added a new run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.800 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.801 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.803 | 81564 | Added a new run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.804 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.804 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.804 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.805 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.805 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.805 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.807 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.808 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.808 | 81558 | Marked run 152 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.809 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.809 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.809 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.809 | 81573 | Added a new worker 19 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.809 | 78059 | Removed run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.809 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.809 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.809 | 78059 | Assigned run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.810 | 81568 | Added a new run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.810 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.34C1Fh +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.810 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.811 | 81569 | Added a new run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.812 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.814 | 81571 | Added a new run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.814 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.814 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.816 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.816 | 81572 | Added a new run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.816 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.817 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.819 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.820 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.820 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.820 | 81566 | Marked run 153 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.821 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.821 | 78060 | Recursively removing directory: /tmp/git.LToPjT/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.822 | 81580 | Added a new run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.822 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.824 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.824 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.825 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.825 | 81584 | Added a new run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.825 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.826 | 81588 | Added a new run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.826 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.828 | 81587 | Added a new run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.828 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.829 | 81593 | Added a new run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.830 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.830 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.830 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.831 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.832 | 81601 | Added a new run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.833 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.833 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.834 | 78063 | Recursively removing directory: /tmp/git.34C1Fh/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.835 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.836 | 81603 | Added a new run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.836 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.837 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.837 | 81609 | Added a new worker 17 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.837 | 78059 | Removed run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.837 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.837 | 78059 | Assigned run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.837 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.837 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.837 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.A6ra8y +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.836 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.836 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.838 | 81605 | Added a new run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.838 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.840 | 81606 | Added a new run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.841 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.841 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.843 | 81607 | Added a new run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.844 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.844 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.845 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.845 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.846 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.846 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.846 | 81616 | Added a new worker 17 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.846 | 78059 | Removed run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.846 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.846 | 78059 | Assigned run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.846 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HHcO5H +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.847 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.847 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.847 | 81600 | Marked run 154 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.847 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.848 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.849 | 81614 | Added a new run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.850 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.852 | 81615 | Added a new run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.852 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.852 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.853 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.853 | 81618 | Added a new run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.854 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.855 | 81619 | Added a new run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.856 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.858 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.859 | 81612 | Marked run 155 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.859 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.859 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.859 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.860 | 81627 | Added a new run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.860 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.862 | 81633 | Added a new run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.862 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.863 | 81634 | Added a new run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.863 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.864 | 78060 | Recursively removing directory: /tmp/git.A6ra8y/ +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.865 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.866 | 81635 | Added a new run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.866 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.866 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.866 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.866 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.867 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.868 | 81644 | Added a new run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.868 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.870 | 78063 | Recursively removing directory: /tmp/git.HHcO5H/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.870 | 81645 | Added a new run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.870 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.871 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.872 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.872 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.872 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.872 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.873 | 81646 | Added a new run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.873 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.874 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.875 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.875 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.875 | 81655 | Added a new worker 17 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.876 | 78059 | Removed run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.876 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.876 | 78059 | Assigned run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.876 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8WXcxg +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.877 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.877 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.877 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.877 | 81651 | Added a new run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.877 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.878 | 81652 | Added a new run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.879 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.881 | 81654 | Added a new run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.881 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.883 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.883 | 81657 | Added a new run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.883 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.883 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.885 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.886 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.887 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.887 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.887 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.887 | 81666 | Added a new worker 19 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.887 | 78059 | Removed run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.887 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.887 | 78059 | Assigned run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.887 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.888 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tjMFtC +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.888 | 81650 | Marked run 156 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.888 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.892 | 81656 | Marked run 157 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.892 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.893 | 81664 | Added a new run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.893 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.894 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.895 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.895 | 81663 | Added a new run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.895 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.896 | 81665 | Added a new run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.897 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.897 | 78060 | Recursively removing directory: /tmp/git.8WXcxg/ +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.898 | 81667 | Added a new run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.899 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.899 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.899 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.899 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.900 | 81679 | Added a new run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.901 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.902 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.902 | 81681 | Added a new run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.903 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.903 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.904 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.904 | 81684 | Added a new run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.904 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.906 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.906 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.906 | 81688 | Added a new run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.906 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.908 | 81694 | Added a new run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.908 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.909 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.910 | 81693 | Added a new run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.910 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.911 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.911 | 81697 | Added a new run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.912 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.912 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.913 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.913 | 81699 | Added a new run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.913 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.914 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.914 | 81702 | Added a new worker 8 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.914 | 78059 | Removed run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.914 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.914 | 78059 | Assigned run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.914 | 81700 | Added a new run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.915 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.915 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YEjSrG +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.916 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.916 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.917 | 78063 | Recursively removing directory: /tmp/git.tjMFtC/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.918 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.919 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.919 | 81689 | Marked run 158 as finished +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.919 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.919 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.919 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.920 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.921 | 81705 | Added a new run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.921 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.922 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.923 | 81706 | Added a new run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.923 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.923 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.923 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.924 | 81707 | Added a new run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.924 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.926 | 81708 | Added a new run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.926 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.926 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.928 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.928 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.928 | 81718 | Added a new worker 15 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.928 | 78059 | Removed run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.928 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.928 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.928 | 78059 | Assigned run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.929 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GJIENX +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.929 | 81713 | Added a new run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.929 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.930 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.931 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.932 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.933 | 81715 | Added a new run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.933 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.934 | 81721 | Added a new run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.935 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.935 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.936 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.937 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.939 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.940 | 81710 | Marked run 159 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.940 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.941 | 81723 | Added a new run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.941 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.942 | 78060 | Recursively removing directory: /tmp/git.YEjSrG/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.943 | 81722 | Added a new run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.943 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.944 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.944 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.944 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.944 | 81730 | Added a new run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.945 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.946 | 81732 | Added a new run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.946 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.947 | 81738 | Added a new run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.948 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.949 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.949 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.950 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.951 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.952 | 81747 | Added a new run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.953 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.953 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.954 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.954 | 81748 | Added a new run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.953 | 78063 | Recursively removing directory: /tmp/git.GJIENX/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.954 | 81751 | Added a new worker 17 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.954 | 78059 | Removed run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.954 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.954 | 78059 | Assigned run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.954 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.955 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.955 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.955 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.F17mUd +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.956 | 81746 | Added a new run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.956 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.956 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.956 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.957 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.958 | 81749 | Added a new run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.959 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.959 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.960 | 81754 | Added a new run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.961 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.961 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.962 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.964 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.966 | 78060 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.966 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.966 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.966 | 81762 | Added a new worker 21 to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.966 | 78059 | Removed run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.966 | 78059 | Removed worker 21 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.966 | 78059 | Assigned run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.966 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.966 | 78063 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.967 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.emdhBE +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.967 | 78060 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.968 | 81745 | Marked run 160 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.968 | 81755 | Added a new run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.968 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.970 | 81757 | Added a new run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.970 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.972 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.972 | 81760 | Added a new run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.972 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.974 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.975 | 78063 | Checking out revision HEAD +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.975 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.976 | 78063 | Going to run: ./ci +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.976 | 81759 | Marked run 161 as finished +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.976 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.977 | 81761 | Added a new run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.978 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.979 | 81767 | Added a new run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.979 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.981 | 78060 | Recursively removing directory: /tmp/git.F17mUd/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.981 | 81772 | Added a new run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.981 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.982 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.983 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.983 | 81769 | Added a new run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.983 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.984 | 81782 | Added a new run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.984 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.983 | 78060 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.983 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.985 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.986 | 81783 | Added a new run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.987 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.987 | 81785 | Added a new run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.987 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.988 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.989 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.989 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.990 | 81791 | Added a new run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.990 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.991 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.991 | 81795 | Added a new run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.992 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.993 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.994 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.994 | 78060 | Waiting for a new command +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.994 | 81800 | Added a new worker 17 to the queue +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.994 | 78063 | Recursively removing directory: /tmp/git.emdhBE/ +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.995 | 78059 | Removed run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.995 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.995 | 78059 | Assigned run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.995 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.995 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78060/cimple-worker: 2024-04-25 03:45:32.995 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yEiGSq +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.995 | 81799 | Added a new run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.996 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.997 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.997 | 78063 | Process exit code: 0 +2024-04-25 03:45:32 | INFO | 78063/cimple-worker: 2024-04-25 03:45:32.997 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.998 | 81797 | Added a new run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:32 | INFO | 78057/cimple-server: 2024-04-25 03:45:32.999 | 78057 | Waiting for new connections +2024-04-25 03:45:32 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:32 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:32 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.000 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.001 | 81801 | Added a new run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.002 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.002 | 81803 | Added a new run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.003 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.003 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.005 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.006 | 81794 | Marked run 162 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.006 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.006 | 78060 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.007 | 78060 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.008 | 78063 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.008 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.et2ejR +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.007 | 81805 | Added a new run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.007 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.007 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.008 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.008 | 81813 | Added a new worker 17 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.008 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.008 | 78059 | Removed run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.008 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.008 | 78059 | Assigned run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.008 | 81807 | Added a new run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.009 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.011 | 81810 | Added a new run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.012 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.012 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.014 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.014 | 81811 | Added a new run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.014 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.014 | 78063 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.016 | 78063 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.017 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.018 | 81808 | Marked run 163 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.018 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.018 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.019 | 81817 | Added a new run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.019 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.020 | 81818 | Added a new run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.020 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.022 | 81823 | Added a new run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.023 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.024 | 81827 | Added a new run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.024 | 78060 | Recursively removing directory: /tmp/git.yEiGSq/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.024 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.025 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.026 | 78060 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.026 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.026 | 81834 | Added a new run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.027 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.028 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.028 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.029 | 81842 | Added a new run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.030 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.031 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.031 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.031 | 81843 | Added a new run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.031 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.032 | 81838 | Added a new run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.033 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.034 | 81844 | Added a new run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.034 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.035 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.035 | 78063 | Recursively removing directory: /tmp/git.et2ejR/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.036 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.038 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.038 | 78063 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.038 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.038 | 81849 | Added a new run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.038 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.039 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.039 | 78060 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.039 | 81851 | Added a new run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.039 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.040 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.040 | 81853 | Added a new worker 9 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.040 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.040 | 78059 | Removed run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.040 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.040 | 78059 | Assigned run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.040 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6sDOA0 +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.042 | 81852 | Added a new run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.042 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.043 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.043 | 81854 | Added a new run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.044 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.045 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.047 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.047 | 78063 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.048 | 78060 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.048 | 81845 | Marked run 164 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.048 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.048 | 81861 | Added a new worker 17 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.048 | 78059 | Removed run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.048 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.048 | 78059 | Assigned run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.048 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.36WWdA +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.048 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.049 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.049 | 78060 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.049 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.050 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.053 | 81860 | Added a new run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.053 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.054 | 78063 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.055 | 78063 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.055 | 81863 | Added a new run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.055 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.056 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.058 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.059 | 81857 | Marked run 165 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.059 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.060 | 81862 | Added a new run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.060 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.061 | 81865 | Added a new run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.062 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.064 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.063 | 78060 | Recursively removing directory: /tmp/git.6sDOA0/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.064 | 81871 | Added a new run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.064 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.065 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.066 | 78060 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.066 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.066 | 81876 | Added a new run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.067 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.068 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.069 | 78063 | Recursively removing directory: /tmp/git.36WWdA/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.069 | 81885 | Added a new run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.069 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.070 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.070 | 81887 | Added a new run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.071 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.072 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.072 | 81888 | Added a new run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.072 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.072 | 78063 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.072 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.074 | 81893 | Added a new run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.074 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.075 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.076 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.076 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.077 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.077 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.077 | 78060 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.078 | 81899 | Added a new worker 19 to the queue +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.078 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.R7ZUyB +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.078 | 81895 | Added a new run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.078 | 78059 | Removed run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.078 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.078 | 78059 | Assigned run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.078 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.080 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.080 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.081 | 81897 | Added a new run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.081 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.082 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.084 | 78063 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.084 | 78060 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.082 | 81898 | Added a new run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.083 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.083 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.085 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.085 | 81906 | Added a new worker 19 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.085 | 78059 | Removed run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.085 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.085 | 78059 | Assigned run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.085 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.085 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.u3bXb7 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.086 | 78060 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.086 | 81902 | Added a new run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.086 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.090 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.090 | 81890 | Marked run 166 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.090 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.090 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.092 | 78063 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.092 | 81904 | Added a new run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.092 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.094 | 81907 | Added a new run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.094 | 78063 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.094 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.095 | 81911 | Added a new run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.096 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.097 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.097 | 81912 | Added a new run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.097 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.099 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.100 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.100 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.101 | 78060 | Recursively removing directory: /tmp/git.R7ZUyB/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.102 | 81900 | Marked run 167 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.102 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.103 | 81922 | Added a new run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.104 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.104 | 78060 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.104 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.105 | 81928 | Added a new run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.105 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.107 | 78063 | Recursively removing directory: /tmp/git.u3bXb7/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.106 | 81926 | Added a new run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.107 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.109 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.109 | 81927 | Added a new run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.109 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.109 | 78063 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.109 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.109 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.110 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.111 | 81937 | Added a new run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.111 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.111 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.112 | 81941 | Added a new run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.113 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.114 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.114 | 81938 | Added a new run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.114 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.114 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.115 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.120 | 78060 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.116 | 81943 | Added a new run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.116 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.117 | 81946 | Added a new run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.117 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.117 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.119 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.120 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.121 | 81951 | Added a new worker 17 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.121 | 78059 | Removed run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.121 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.121 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.121 | 78059 | Assigned run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.121 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.121 | 81950 | Added a new run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.121 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.121 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.g5sYZM +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.122 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.123 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.123 | 78063 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.124 | 81955 | Added a new worker 17 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.124 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.124 | 78059 | Removed run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.124 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.124 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.124 | 78059 | Assigned run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.124 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6vzWGS +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.125 | 81936 | Marked run 168 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.125 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.127 | 81952 | Added a new run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.127 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.129 | 81948 | Added a new run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.130 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.130 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.130 | 78060 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.131 | 78063 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.131 | 78060 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.132 | 78063 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.133 | 81944 | Marked run 169 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.133 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.133 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.134 | 81954 | Added a new run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.134 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.136 | 81956 | Added a new run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.136 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.137 | 81958 | Added a new run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.138 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.139 | 81962 | Added a new run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.139 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.139 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.140 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.142 | 81974 | Added a new run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.142 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.143 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.145 | 81980 | Added a new run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.145 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.145 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.147 | 81971 | Added a new run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.147 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.147 | 78063 | Recursively removing directory: /tmp/git.6vzWGS/ +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.148 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.147 | 78060 | Recursively removing directory: /tmp/git.g5sYZM/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.150 | 81984 | Added a new run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.150 | 78063 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.150 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.150 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.151 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.151 | 78060 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.151 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.152 | 81985 | Added a new run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.152 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.153 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.153 | 81988 | Added a new run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.154 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.154 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.156 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.156 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.156 | 81990 | Added a new run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.157 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.157 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.157 | 81992 | Added a new run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.158 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.158 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.159 | 78063 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.159 | 82000 | Added a new worker 17 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.159 | 78059 | Removed run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.159 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.159 | 78059 | Assigned run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.159 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.51XB4p +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.160 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.162 | 78060 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.162 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.162 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.163 | 82003 | Added a new worker 21 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.163 | 81995 | Added a new run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.163 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.163 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.163 | 78059 | Removed run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.163 | 78059 | Removed worker 21 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.163 | 78059 | Assigned run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.164 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zjhKcn +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.165 | 81997 | Added a new run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.165 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.166 | 78063 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.167 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.168 | 78063 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.168 | 82002 | Added a new run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.168 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.171 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.171 | 78060 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.172 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.172 | 81994 | Marked run 171 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.172 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.172 | 78060 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.175 | 81996 | Marked run 170 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.175 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.177 | 82001 | Added a new run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.177 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.178 | 82010 | Added a new run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.178 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.179 | 78063 | Recursively removing directory: /tmp/git.51XB4p/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.179 | 82006 | Added a new run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.179 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.180 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.181 | 82012 | Added a new run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.181 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.182 | 78063 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.182 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.183 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.183 | 82023 | Added a new run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.184 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.185 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.186 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.186 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.187 | 82032 | Added a new run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.187 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.188 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.190 | 82029 | Added a new run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.190 | 78060 | Recursively removing directory: /tmp/git.zjhKcn/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.190 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.192 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.192 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.192 | 78063 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.192 | 82038 | Added a new worker 18 to the queue +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.192 | 78060 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.192 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.193 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.193 | 78059 | Removed run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.193 | 78059 | Removed worker 18 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.193 | 78059 | Assigned run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.193 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uFeTL0 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.193 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.194 | 82031 | Added a new run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.194 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.196 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.197 | 82035 | Added a new run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.197 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.199 | 82037 | Added a new run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.199 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.199 | 78063 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.200 | 78063 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.201 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.201 | 78060 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.202 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.202 | 82047 | Added a new worker 19 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.202 | 78059 | Removed run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.202 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.202 | 78059 | Assigned run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.202 | 82033 | Marked run 172 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.202 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.203 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.diWGrb +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.203 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.203 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.204 | 82039 | Added a new run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.204 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.206 | 82043 | Added a new run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.206 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.208 | 82046 | Added a new run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.208 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.210 | 78060 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.210 | 82049 | Added a new run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.210 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.211 | 78060 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.211 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.213 | 78063 | Recursively removing directory: /tmp/git.uFeTL0/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.214 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.215 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.215 | 78063 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.215 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.215 | 82041 | Marked run 173 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.216 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.216 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.217 | 82060 | Added a new run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.217 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.218 | 82061 | Added a new run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.218 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.219 | 82062 | Added a new run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.219 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.220 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.220 | 82063 | Added a new run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.220 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.222 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.222 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.224 | 82075 | Added a new run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.225 | 78063 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.225 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.225 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.225 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.225 | 82079 | Added a new worker 17 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.226 | 78059 | Removed run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.226 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.226 | 78059 | Assigned run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.226 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.226 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5gPo0H +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.226 | 82076 | Added a new run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.226 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.228 | 82077 | Added a new run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.228 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.229 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.230 | 82078 | Added a new run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.230 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.231 | 78060 | Recursively removing directory: /tmp/git.diWGrb/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.232 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.234 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.234 | 78060 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.234 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.235 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.235 | 78063 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.236 | 82071 | Marked run 174 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.236 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.237 | 78063 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.237 | 82082 | Added a new run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.238 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.238 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.239 | 82085 | Added a new run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.239 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.240 | 82086 | Added a new run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.240 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.241 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.242 | 82087 | Added a new run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.242 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.243 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.244 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.244 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.244 | 78060 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.244 | 82097 | Added a new worker 17 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.244 | 78059 | Removed run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.244 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.244 | 78059 | Assigned run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.245 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vxAVLb +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.245 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.246 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.246 | 82098 | Added a new run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.247 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.248 | 82093 | Added a new run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.248 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.250 | 82096 | Added a new run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.250 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.251 | 78060 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.252 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.252 | 78060 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.252 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.253 | 82089 | Marked run 175 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.253 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.254 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.255 | 82102 | Added a new run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.255 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.256 | 82108 | Added a new run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.256 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.258 | 82109 | Added a new run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.258 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.259 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.257 | 78063 | Recursively removing directory: /tmp/git.5gPo0H/ +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.260 | 78063 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.260 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.260 | 82111 | Added a new run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.261 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.262 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.262 | 82116 | Added a new run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.263 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.264 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.265 | 82123 | Added a new run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.265 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.267 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.268 | 78060 | Recursively removing directory: /tmp/git.vxAVLb/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.268 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.268 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.269 | 82129 | Added a new worker 15 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.269 | 82127 | Added a new run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.269 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.270 | 78060 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.270 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.269 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.269 | 78059 | Removed run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.269 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.269 | 78059 | Assigned run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.270 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.269 | 78063 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.269 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uCyMEa +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.273 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.275 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.275 | 82128 | Added a new run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.275 | 78063 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.276 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.277 | 78063 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.277 | 82130 | Added a new run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.278 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.279 | 82132 | Added a new run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.279 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.280 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.280 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.280 | 78060 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.282 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.282 | 82141 | Added a new worker 19 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.282 | 78059 | Removed run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.282 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.282 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.282 | 78059 | Assigned run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.282 | 82124 | Marked run 176 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.282 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.283 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.283 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LAlP60 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.284 | 82133 | Added a new run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.285 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.286 | 82140 | Added a new run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.286 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.288 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.288 | 82144 | Added a new run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.289 | 78060 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.289 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.290 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.291 | 82142 | Added a new run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.291 | 78060 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.291 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.293 | 78063 | Recursively removing directory: /tmp/git.uCyMEa/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.293 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.294 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.295 | 82134 | Marked run 177 as finished +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.295 | 78063 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.295 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.295 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.296 | 82151 | Added a new run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.296 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.297 | 82153 | Added a new run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.298 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.299 | 82156 | Added a new run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.299 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.299 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.300 | 82157 | Added a new run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.301 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.302 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.303 | 78063 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.303 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.304 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.304 | 82170 | Added a new worker 14 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.304 | 78059 | Removed run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.304 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.304 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.304 | 78059 | Assigned run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.304 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.304 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QeSjVW +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.306 | 82169 | Added a new run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.306 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.307 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.307 | 82171 | Added a new run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.308 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.309 | 82172 | Added a new run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.310 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.310 | 78063 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.311 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.311 | 78060 | Recursively removing directory: /tmp/git.LAlP60/ +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.311 | 78063 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.312 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.313 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.313 | 82174 | Added a new run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.314 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.314 | 78060 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.314 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.315 | 82177 | Added a new run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.315 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.317 | 82179 | Added a new run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.317 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.317 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.318 | 82180 | Added a new run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.318 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.319 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.319 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.320 | 82185 | Added a new run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.320 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.321 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.323 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.324 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.324 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.324 | 78060 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.324 | 82198 | Added a new worker 21 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.325 | 78059 | Removed run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.325 | 78059 | Removed worker 21 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.325 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.325 | 78059 | Assigned run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.325 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DRRAXm +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.326 | 82166 | Marked run 178 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.326 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.327 | 82193 | Added a new run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.327 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.329 | 82190 | Added a new run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.330 | 78063 | Recursively removing directory: /tmp/git.QeSjVW/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.330 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.331 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.331 | 82197 | Added a new run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.332 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.332 | 78063 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.332 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.333 | 78060 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.334 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.334 | 78060 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.335 | 82189 | Marked run 179 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.335 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.336 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.336 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.336 | 82196 | Added a new run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.337 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.337 | 82201 | Added a new run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.337 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.338 | 82203 | Added a new run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.339 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.339 | 82205 | Added a new run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.340 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.341 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.343 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.343 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.343 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.344 | 78063 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.344 | 82220 | Added a new worker 17 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.344 | 78059 | Removed run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.344 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.344 | 78059 | Assigned run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.344 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Du0B4Q +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.345 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.347 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.347 | 82218 | Added a new run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.348 | 78060 | Recursively removing directory: /tmp/git.DRRAXm/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.348 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.349 | 78063 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.349 | 82215 | Added a new run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.350 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.350 | 78063 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.351 | 78060 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.351 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.351 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.353 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.353 | 82206 | Marked run 180 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.354 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.355 | 82219 | Added a new run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.355 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.356 | 82221 | Added a new run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.357 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.357 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.357 | 82225 | Added a new run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.357 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.358 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.358 | 82226 | Added a new run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.358 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.361 | 82237 | Added a new run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.361 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.362 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.363 | 78063 | Recursively removing directory: /tmp/git.Du0B4Q/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.364 | 82240 | Added a new run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.364 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.365 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.365 | 78063 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.365 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.365 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.365 | 78060 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.366 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.367 | 82242 | Added a new run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.367 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.368 | 82243 | Added a new worker 8 to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.368 | 78059 | Removed run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.368 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.368 | 78059 | Assigned run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.368 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VbOwMw +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.368 | 82244 | Added a new run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.368 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.368 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.368 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.369 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.372 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.372 | 82235 | Marked run 181 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.373 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.373 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.374 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.374 | 78063 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.374 | 82251 | Added a new worker 18 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.374 | 78059 | Removed run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.374 | 78059 | Removed worker 18 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.374 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.374 | 78059 | Assigned run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.374 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.374 | 78060 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.374 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qDFP0g +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.375 | 82246 | Added a new run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.375 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.376 | 78060 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.377 | 82249 | Added a new run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.377 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.379 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.379 | 82250 | Added a new run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.379 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.380 | 78063 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.381 | 78063 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.383 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.383 | 82248 | Marked run 182 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.383 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.384 | 82256 | Added a new run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.384 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.386 | 82252 | Added a new run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.387 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.387 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.388 | 82261 | Added a new run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.388 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.390 | 82260 | Added a new run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.390 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.390 | 78060 | Recursively removing directory: /tmp/git.VbOwMw/ +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.392 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.392 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.392 | 78060 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.392 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.393 | 82270 | Added a new run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.393 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.394 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.395 | 82278 | Added a new run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.396 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.396 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.397 | 82279 | Added a new run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.397 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.397 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.399 | 78063 | Recursively removing directory: /tmp/git.qDFP0g/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.399 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.400 | 82281 | Added a new run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.400 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.401 | 78063 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.401 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.401 | 82284 | Added a new run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.402 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.402 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.402 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.402 | 78060 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.403 | 82289 | Added a new worker 15 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.403 | 78059 | Removed run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.403 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.403 | 78059 | Assigned run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.403 | 82286 | Added a new run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.403 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.403 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ST6p5V +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.406 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.406 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.407 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.407 | 78060 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.408 | 78060 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.408 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.410 | 82283 | Marked run 183 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.410 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.411 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.411 | 82291 | Added a new run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.411 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.412 | 82288 | Added a new run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.412 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.414 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.414 | 78063 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.414 | 82301 | Added a new worker 9 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.414 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.414 | 82294 | Added a new run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.415 | 78059 | Removed run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.415 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.415 | 78059 | Assigned run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.415 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.415 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZYNaTf +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.415 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.416 | 82296 | Added a new run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.416 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.416 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.418 | 82304 | Added a new run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.418 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.421 | 82306 | Added a new run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.421 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.422 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.423 | 78063 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.424 | 78063 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.424 | 82292 | Marked run 184 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.425 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.425 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.426 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.426 | 78060 | Recursively removing directory: /tmp/git.ST6p5V/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.426 | 82313 | Added a new run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.426 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.429 | 78060 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.429 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.428 | 82311 | Added a new run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.429 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.429 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.430 | 82315 | Added a new run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.431 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.432 | 82316 | Added a new run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.432 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.433 | 82321 | Added a new run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.433 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.434 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.436 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.437 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.437 | 82328 | Added a new run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.437 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.438 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.438 | 78060 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.438 | 78063 | Recursively removing directory: /tmp/git.ZYNaTf/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.439 | 82334 | Added a new worker 17 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.440 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.440 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8BhFAN +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.441 | 78063 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.441 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.440 | 78059 | Removed run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.440 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.440 | 78059 | Assigned run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.442 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.442 | 82331 | Added a new run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.443 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.444 | 82332 | Added a new run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.444 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.445 | 82335 | Added a new run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.446 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.446 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.447 | 78060 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.448 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.448 | 78060 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.448 | 82336 | Added a new run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.449 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.451 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.451 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.451 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.452 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.452 | 78063 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.452 | 82347 | Added a new worker 21 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.452 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.452 | 78059 | Removed run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.452 | 78059 | Removed worker 21 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.452 | 78059 | Assigned run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.452 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.H8pDfz +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.453 | 82330 | Marked run 185 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.453 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.454 | 82341 | Added a new run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.454 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.456 | 82344 | Added a new run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.456 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.458 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.460 | 82339 | Marked run 186 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.460 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.461 | 82345 | Added a new run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.461 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.461 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.462 | 78060 | Recursively removing directory: /tmp/git.8BhFAN/ +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.462 | 78063 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.463 | 82346 | Added a new run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.463 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.463 | 78063 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.464 | 78060 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.464 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.465 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.466 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.466 | 82357 | Added a new run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.467 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.468 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.468 | 82356 | Added a new run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.468 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.469 | 82361 | Added a new run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.469 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.470 | 82363 | Added a new run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.470 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.470 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.472 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.472 | 82369 | Added a new run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.472 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.473 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.473 | 78060 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.473 | 82373 | Added a new run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.474 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.474 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.475 | 82377 | Added a new worker 13 to the queue +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.476 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Pc6keE +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.475 | 78059 | Removed run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.475 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.475 | 78059 | Assigned run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.476 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.478 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.478 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.478 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.479 | 82379 | Added a new run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.479 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.481 | 82381 | Added a new run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.481 | 78060 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.482 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.483 | 78060 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.484 | 78063 | Recursively removing directory: /tmp/git.H8pDfz/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.484 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.485 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.485 | 82366 | Marked run 187 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.485 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.486 | 82382 | Added a new run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.487 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.487 | 78063 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.487 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.488 | 82380 | Added a new run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.488 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.490 | 82386 | Added a new run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.490 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.491 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.491 | 82387 | Added a new run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.491 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.491 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.494 | 82396 | Added a new run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.494 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.494 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.496 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.496 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.496 | 78063 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.497 | 82404 | Added a new worker 15 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.497 | 78059 | Removed run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.497 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.497 | 78059 | Assigned run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.497 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GeQCrp +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.498 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.498 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.498 | 82394 | Added a new run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.499 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.499 | 78060 | Recursively removing directory: /tmp/git.Pc6keE/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.501 | 82402 | Added a new run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.502 | 78060 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.502 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.502 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.503 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.503 | 82403 | Added a new run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.503 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.504 | 78063 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.505 | 82405 | Added a new run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.505 | 78063 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.506 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.506 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.509 | 82397 | Marked run 188 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.509 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.509 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.510 | 78060 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.510 | 82416 | Added a new worker 17 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.510 | 78059 | Removed run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.510 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.510 | 78059 | Assigned run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.510 | 82408 | Added a new run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.510 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XndvbY +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.511 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.511 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.511 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.512 | 82415 | Added a new run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.512 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.513 | 82412 | Added a new run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.514 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.515 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.515 | 82419 | Added a new run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.515 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.517 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.517 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.518 | 82424 | Added a new run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.518 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.520 | 78060 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.520 | 82428 | Added a new run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.521 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.521 | 78060 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.521 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.522 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.523 | 82429 | Added a new run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.524 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.524 | 78063 | Recursively removing directory: /tmp/git.GeQCrp/ +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.525 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.526 | 78063 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.526 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.527 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.527 | 82410 | Marked run 189 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.528 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.528 | 82432 | Added a new run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.529 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.530 | 82434 | Added a new run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.530 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.531 | 82437 | Added a new run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.532 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.534 | 82439 | Added a new run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.534 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.535 | 82447 | Added a new run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.536 | 78060 | Recursively removing directory: /tmp/git.XndvbY/ +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.536 | 78063 | Waiting for a new command +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.537 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SMRxTN +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.536 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.536 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.536 | 82452 | Added a new worker 13 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.536 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.536 | 78059 | Removed run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.536 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.536 | 78059 | Assigned run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.538 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.538 | 78060 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.538 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.538 | 82449 | Added a new run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.539 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.542 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.542 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.543 | 78063 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.544 | 78063 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.544 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.545 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.546 | 78060 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.546 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.546 | 82460 | Added a new worker 21 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.546 | 78059 | Removed run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.546 | 78059 | Removed worker 21 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.547 | 78059 | Assigned run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.547 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.547 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HyX9Ei +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.551 | 82445 | Marked run 190 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.551 | 82453 | Added a new run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.551 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.553 | 78060 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.553 | 82455 | Added a new run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.554 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.554 | 78060 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.555 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.556 | 82456 | Marked run 191 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.557 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.557 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.558 | 82457 | Added a new run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.558 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.559 | 78063 | Recursively removing directory: /tmp/git.SMRxTN/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.559 | 82470 | Added a new run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.559 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.561 | 78063 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.561 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.561 | 82459 | Added a new run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.561 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.562 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.563 | 82471 | Added a new run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.563 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.564 | 82478 | Added a new run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.564 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.565 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.565 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.566 | 82482 | Added a new run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.566 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.568 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.568 | 82486 | Added a new run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.568 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.570 | 78063 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.570 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.570 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.572 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.572 | 82490 | Added a new worker 17 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.572 | 78059 | Removed run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.572 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.572 | 78059 | Assigned run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.572 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.572 | 78060 | Recursively removing directory: /tmp/git.HyX9Ei/ +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.572 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kzjGKX +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.573 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.574 | 82491 | Added a new run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.575 | 78060 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.575 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.575 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.576 | 82488 | Added a new run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.577 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.578 | 82492 | Added a new run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.578 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.579 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.580 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.580 | 78063 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.581 | 82493 | Added a new run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.581 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.582 | 78063 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.582 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.584 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.584 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.584 | 82485 | Marked run 192 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.584 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.584 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.584 | 78060 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.585 | 82504 | Added a new worker 19 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.585 | 78059 | Removed run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.585 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.585 | 78059 | Assigned run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.585 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.585 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zqae5s +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.586 | 82497 | Added a new run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.586 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.588 | 82502 | Added a new run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.589 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.589 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.590 | 82501 | Added a new run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.590 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.592 | 82503 | Added a new run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.592 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.593 | 78060 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.593 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.594 | 82508 | Added a new run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.594 | 78060 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.594 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.596 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.598 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.598 | 82498 | Marked run 193 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.599 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.599 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.600 | 78063 | Recursively removing directory: /tmp/git.kzjGKX/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.600 | 82516 | Added a new run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.600 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.602 | 82519 | Added a new run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.602 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.603 | 78063 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.603 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.604 | 82520 | Added a new run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.604 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.605 | 82522 | Added a new run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.605 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.607 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.607 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.608 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.608 | 82530 | Added a new run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.609 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.610 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.610 | 78060 | Recursively removing directory: /tmp/git.zqae5s/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.612 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.612 | 82533 | Added a new run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.612 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.612 | 78060 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.612 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.612 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.613 | 78063 | Waiting for a new command +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.613 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.R5JZiR +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.613 | 82539 | Added a new worker 17 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.613 | 78059 | Removed run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.613 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.613 | 78059 | Assigned run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.614 | 82535 | Added a new run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.614 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.615 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.616 | 82537 | Added a new run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.617 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.618 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.619 | 82538 | Added a new run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.619 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.620 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.620 | 78063 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.621 | 78060 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.622 | 78063 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.621 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.623 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.623 | 82547 | Added a new worker 19 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.623 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.623 | 78059 | Removed run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.623 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.624 | 78059 | Assigned run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.624 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.624 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.shpdwQ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.625 | 82534 | Marked run 194 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.625 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.627 | 82544 | Added a new run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.627 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.628 | 82545 | Added a new run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.629 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.630 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.630 | 82549 | Added a new run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.631 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.631 | 78060 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.631 | 78060 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.632 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.633 | 82550 | Added a new run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.633 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.635 | 82557 | Added a new run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.635 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.637 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.638 | 78063 | Recursively removing directory: /tmp/git.R5JZiR/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.639 | 82543 | Marked run 195 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.639 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.640 | 82565 | Added a new run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.641 | 78063 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.641 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.641 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.643 | 82567 | Added a new run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.644 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.644 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.645 | 78060 | Recursively removing directory: /tmp/git.shpdwQ/ +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.647 | 78060 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.647 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.645 | 82562 | Added a new run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.645 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.645 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.647 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.648 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.648 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.649 | 78063 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.649 | 82581 | Added a new worker 19 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.649 | 78059 | Removed run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.649 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.649 | 78059 | Assigned run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.649 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.649 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.36nAdG +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.650 | 82572 | Added a new run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.650 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.651 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.652 | 82579 | Added a new run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.652 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.653 | 82576 | Added a new run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.654 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.655 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.655 | 78060 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.655 | 82586 | Added a new worker 11 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.655 | 78059 | Removed run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.655 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.655 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.655 | 78059 | Assigned run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.655 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OBB2EE +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.656 | 78063 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.656 | 82580 | Added a new run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.657 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.657 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.659 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.659 | 78063 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.660 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.661 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.662 | 82577 | Marked run 196 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.662 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.663 | 82587 | Added a new run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.664 | 78060 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.664 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.665 | 78060 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.665 | 82589 | Added a new run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.666 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.667 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.669 | 82583 | Marked run 197 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.669 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.670 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.671 | 82592 | Added a new run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.671 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.671 | 78063 | Recursively removing directory: /tmp/git.36nAdG/ +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.673 | 78063 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.673 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.674 | 82591 | Added a new run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.674 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.675 | 82600 | Added a new run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.675 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.676 | 82604 | Added a new run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.677 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.678 | 82611 | Added a new run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.678 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.678 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.680 | 78060 | Recursively removing directory: /tmp/git.OBB2EE/ +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.682 | 78063 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.682 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.682 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.682 | 82618 | Added a new worker 18 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.682 | 78059 | Removed run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.682 | 78059 | Removed worker 18 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.682 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.682 | 78059 | Assigned run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.682 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.682 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dRhyYA +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.683 | 82615 | Added a new run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.683 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.683 | 78060 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.683 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.684 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.686 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.687 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.688 | 82623 | Added a new run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.689 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.689 | 78063 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.690 | 78063 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.691 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.691 | 78060 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.691 | 82627 | Added a new worker 19 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.692 | 78059 | Removed run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.692 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.692 | 78059 | Assigned run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.692 | 82616 | Marked run 198 as finished +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.692 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SNLs4E +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.692 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.693 | 82622 | Added a new run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.694 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.695 | 82620 | Added a new run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.696 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.697 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.698 | 82619 | Added a new run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.698 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.699 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.700 | 78060 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.701 | 82628 | Added a new run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.701 | 78060 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.701 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.702 | 82635 | Added a new run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.703 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.704 | 82633 | Added a new run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.704 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.705 | 78063 | Recursively removing directory: /tmp/git.dRhyYA/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.705 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.707 | 78063 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.707 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.708 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.708 | 82624 | Marked run 199 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.708 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.708 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.709 | 82640 | Added a new run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.709 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.711 | 82645 | Added a new run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.711 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.713 | 82648 | Added a new run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.713 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.714 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.714 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.714 | 82649 | Added a new run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.715 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.716 | 82658 | Added a new run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.716 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.717 | 78060 | Recursively removing directory: /tmp/git.SNLs4E/ +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.717 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.718 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.718 | 82659 | Added a new run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.718 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.719 | 78060 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.719 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.720 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.720 | 82662 | Added a new run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.720 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.721 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.721 | 78063 | Waiting for a new command +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.721 | 82666 | Added a new worker 15 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.721 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.722 | 78059 | Removed run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.722 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.722 | 78059 | Assigned run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.722 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ak1dbw +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.722 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.724 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.725 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.727 | 82663 | Added a new run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.727 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.729 | 82665 | Added a new run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.729 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.729 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.729 | 78060 | Waiting for a new command +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.730 | 82672 | Added a new worker 13 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.730 | 78059 | Removed run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.730 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.730 | 78059 | Assigned run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.730 | 82668 | Added a new run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.731 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.731 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UjEhGq +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.732 | 82669 | Added a new run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.733 | 78063 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.732 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.733 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.734 | 78063 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.734 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.735 | 82674 | Added a new run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.736 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.736 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.739 | 82656 | Marked run 200 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.739 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.739 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.740 | 82677 | Added a new run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.741 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.741 | 78060 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.742 | 78060 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.744 | 82670 | Marked run 201 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.744 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.745 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.745 | 78063 | Recursively removing directory: /tmp/git.ak1dbw/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.746 | 82679 | Added a new run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.746 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.748 | 78063 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.748 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.747 | 82681 | Added a new run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.748 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.749 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.751 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.752 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.754 | 78060 | Recursively removing directory: /tmp/git.UjEhGq/ +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.756 | 78060 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.756 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.756 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.757 | 82703 | Added a new worker 19 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.757 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.757 | 78063 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.757 | 78059 | Removed run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.757 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.757 | 78059 | Assigned run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.758 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DlrStw +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.760 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.763 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.763 | 78060 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.763 | 82705 | Added a new worker 21 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.763 | 78059 | Removed run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.763 | 78059 | Removed worker 21 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.763 | 78059 | Assigned run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.763 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.763 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cxWSaN +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.764 | 82686 | Added a new run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.764 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.767 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.862 | 82691 | Added a new run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.862 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.865 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.881 | 82698 | Added a new run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.881 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.885 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.885 | 82702 | Marked run 202 as finished +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.885 | 78060 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.885 | 78063 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.886 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.886 | 78060 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.887 | 78063 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.887 | 82701 | Added a new run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.887 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.889 | 82707 | Added a new run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.889 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.891 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.892 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.892 | 82704 | Marked run 203 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.892 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.893 | 82709 | Added a new run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.894 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.895 | 82711 | Added a new run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.895 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.896 | 82717 | Added a new run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.896 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.897 | 82720 | Added a new run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.898 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.899 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.900 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.900 | 78063 | Recursively removing directory: /tmp/git.DlrStw/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.901 | 82734 | Added a new run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.901 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.902 | 78063 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.902 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.903 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.904 | 82735 | Added a new run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.904 | 78060 | Recursively removing directory: /tmp/git.cxWSaN/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.904 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.906 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.906 | 82736 | Added a new run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.907 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.907 | 78060 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.907 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.907 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.908 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.908 | 82738 | Added a new run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.908 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.909 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.909 | 82740 | Added a new run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.910 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.911 | 82744 | Added a new run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.911 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.911 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.911 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.911 | 78063 | Waiting for a new command +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.912 | 82743 | Added a new run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.913 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.913 | 82747 | Added a new worker 8 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.913 | 78059 | Removed run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.913 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.913 | 78059 | Assigned run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.913 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TfierQ +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.914 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.915 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.915 | 82752 | Added a new worker 16 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.915 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.915 | 78060 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.916 | 78059 | Removed run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.916 | 78059 | Removed worker 16 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.916 | 78059 | Assigned run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.916 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iny4fU +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.917 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.917 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.919 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.920 | 78063 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.921 | 78060 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.921 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.922 | 78063 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.922 | 78060 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.922 | 82751 | Added a new run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.922 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.926 | 82741 | Marked run 204 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.926 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.926 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.927 | 82755 | Added a new run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.928 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.928 | 82753 | Added a new run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.929 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.930 | 82754 | Added a new run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.930 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.931 | 82763 | Added a new run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.932 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.932 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.935 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.936 | 78060 | Recursively removing directory: /tmp/git.iny4fU/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.936 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.937 | 78063 | Recursively removing directory: /tmp/git.TfierQ/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.937 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.938 | 78060 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.938 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.938 | 78063 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.938 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.939 | 82775 | Added a new run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.939 | 82749 | Marked run 205 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.939 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.940 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.941 | 82778 | Added a new run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.941 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.942 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.942 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.943 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.944 | 82779 | Added a new run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.944 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.945 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.945 | 82784 | Added a new run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.946 | 78060 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.946 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.946 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.947 | 82777 | Added a new run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.947 | 82787 | Added a new worker 6 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.947 | 78059 | Removed run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.947 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.947 | 78059 | Assigned run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.948 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.949 | 82785 | Added a new run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.949 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.949 | 78063 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.949 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MjNDdv +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.951 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.951 | 82788 | Added a new worker 10 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.951 | 78059 | Removed run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.951 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.951 | 78059 | Assigned run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.951 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6kX4oZ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.951 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.951 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.951 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.954 | 78063 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.956 | 78063 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.956 | 82793 | Added a new run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.956 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.957 | 78060 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.957 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.959 | 78060 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.959 | 82792 | Added a new run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.959 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.960 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.962 | 82781 | Marked run 207 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.962 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.965 | 82783 | Marked run 206 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.965 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.967 | 82794 | Added a new run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.967 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.969 | 82796 | Added a new run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.969 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.970 | 78063 | Recursively removing directory: /tmp/git.MjNDdv/ +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.970 | 78060 | Recursively removing directory: /tmp/git.6kX4oZ/ +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.970 | 82801 | Added a new run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.971 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.971 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.972 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.972 | 78063 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.972 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.973 | 78060 | Process exit code: 0 +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.973 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.973 | 82804 | Added a new run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.974 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.974 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.975 | 82816 | Added a new run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.976 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.977 | 82818 | Added a new run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.978 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.978 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.978 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.979 | 82819 | Added a new run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.979 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.980 | 82823 | Added a new run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.980 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.982 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.983 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.983 | 82828 | Added a new run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.983 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.987 | 78063 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.985 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.985 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.986 | 82829 | Added a new run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.986 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.986 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.987 | 82833 | Added a new worker 11 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.987 | 78059 | Removed run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.987 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.987 | 78059 | Assigned run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.988 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.988 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6HbWC8 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.989 | 82832 | Added a new run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.989 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.991 | 82831 | Added a new run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.992 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.993 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.993 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.993 | 78060 | Waiting for a new command +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.993 | 82838 | Added a new worker 16 to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.993 | 78059 | Removed run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.993 | 78059 | Removed worker 16 from the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.993 | 78059 | Assigned run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.993 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.994 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78060/cimple-worker: 2024-04-25 03:45:33.994 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UqicGK +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.995 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.995 | 78063 | Checking out revision HEAD +2024-04-25 03:45:33 | INFO | 78063/cimple-worker: 2024-04-25 03:45:33.997 | 78063 | Going to run: ./ci +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.998 | 82824 | Marked run 209 as finished +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.998 | 82835 | Added a new run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.998 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | 78057/cimple-server: 2024-04-25 03:45:33.999 | 78057 | Waiting for new connections +2024-04-25 03:45:33 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:33 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:33 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.000 | 82839 | Added a new run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.000 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.001 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.002 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.002 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.004 | 82822 | Marked run 208 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.004 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.006 | 82840 | Added a new run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.006 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.007 | 82841 | Added a new run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.007 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.009 | 78063 | Recursively removing directory: /tmp/git.6HbWC8/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.009 | 82847 | Added a new run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.009 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.011 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.011 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.012 | 82853 | Added a new run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.012 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.013 | 82858 | Added a new run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.013 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.015 | 82864 | Added a new run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.015 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.016 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.016 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.017 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.018 | 82868 | Added a new run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.018 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.018 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.020 | 82869 | Added a new run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.020 | 78060 | Recursively removing directory: /tmp/git.UqicGK/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.020 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.022 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.022 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.023 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.023 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.023 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.023 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.023 | 82876 | Added a new worker 15 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.024 | 82871 | Added a new run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.024 | 78059 | Removed run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.024 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.024 | 78059 | Assigned run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.024 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.025 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rS9jwe +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.025 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.026 | 82874 | Added a new run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.026 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.028 | 82875 | Added a new run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.028 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.028 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.029 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.031 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.031 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.032 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.032 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.032 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.033 | 82881 | Added a new run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.033 | 82870 | Marked run 210 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.033 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.034 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.034 | 82886 | Added a new worker 11 to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.034 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.034 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5CxerL +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.034 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.034 | 78059 | Removed run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.034 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.034 | 78059 | Assigned run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.036 | 82882 | Added a new run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.037 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.038 | 82883 | Added a new run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.039 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.041 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.040 | 82884 | Added a new run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.041 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.042 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.044 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.045 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.045 | 82879 | Marked run 211 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.045 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.046 | 82897 | Added a new run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.046 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.048 | 82893 | Added a new run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.048 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.049 | 82900 | Added a new run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.049 | 78063 | Recursively removing directory: /tmp/git.rS9jwe/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.050 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.050 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.051 | 82901 | Added a new run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.051 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.051 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.052 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.053 | 82909 | Added a new run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.053 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.053 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.055 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.056 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.056 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.057 | 82913 | Added a new run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.058 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.058 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.059 | 78060 | Recursively removing directory: /tmp/git.5CxerL/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.060 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.060 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.060 | 82920 | Added a new worker 18 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.061 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.061 | 78059 | Removed run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.061 | 78059 | Removed worker 18 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.061 | 78059 | Assigned run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.061 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UFjQWn +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.061 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.061 | 82915 | Added a new run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.061 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.061 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.061 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.063 | 82916 | Added a new run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.063 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.064 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.066 | 82921 | Added a new run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.066 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.066 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.067 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.068 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.070 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.070 | 82919 | Added a new run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.071 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.071 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.071 | 82924 | Added a new run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.072 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.072 | 82931 | Added a new worker 6 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.072 | 78059 | Removed run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.072 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.072 | 78059 | Assigned run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.072 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.072 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.072 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Mdd1Lh +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.075 | 82917 | Marked run 212 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.076 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.077 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.077 | 82925 | Added a new run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.077 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.078 | 82929 | Added a new run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.078 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.079 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.080 | 82937 | Added a new run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.081 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.082 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.081 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.082 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.083 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.083 | 78063 | Recursively removing directory: /tmp/git.UFjQWn/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.085 | 82926 | Marked run 213 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.085 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.085 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.085 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.085 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.086 | 82942 | Added a new run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.086 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.087 | 82946 | Added a new run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.088 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.089 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.089 | 82944 | Added a new run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.090 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.090 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.092 | 82947 | Added a new run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.092 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.093 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.093 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.095 | 82955 | Added a new run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.095 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.095 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.095 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.096 | 82960 | Added a new run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.096 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.096 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.097 | 82962 | Added a new worker 15 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.097 | 78059 | Removed run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.097 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.097 | 78059 | Assigned run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.097 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.097 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.A8OyIl +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.098 | 82961 | Added a new run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.098 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.099 | 78060 | Recursively removing directory: /tmp/git.Mdd1Lh/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.101 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.101 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.101 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.101 | 82964 | Added a new run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.102 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.102 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.104 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.104 | 82954 | Marked run 214 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.105 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.105 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.106 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.106 | 82967 | Added a new run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.106 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.108 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.108 | 82968 | Added a new run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.108 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.108 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.109 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.110 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.110 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.110 | 82977 | Added a new worker 18 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.110 | 78059 | Removed run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.110 | 78059 | Removed worker 18 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.110 | 78059 | Assigned run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.110 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.110 | 82970 | Added a new run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.111 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.111 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vXai7e +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.113 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.114 | 82972 | Added a new run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.114 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.115 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.117 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.117 | 82976 | Added a new run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.117 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.118 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.119 | 82980 | Added a new run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.119 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.119 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.121 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.123 | 82971 | Marked run 215 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.123 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.124 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.125 | 78063 | Recursively removing directory: /tmp/git.A8OyIl/ +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.124 | 82983 | Added a new run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.126 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.127 | 82992 | Added a new run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.127 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.128 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.128 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.128 | 82995 | Added a new run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.129 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.130 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.130 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.131 | 82985 | Added a new run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.131 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.132 | 78060 | Recursively removing directory: /tmp/git.vXai7e/ +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.132 | 83003 | Added a new run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.133 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.133 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.134 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.134 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.135 | 83004 | Added a new run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.135 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.135 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.136 | 83006 | Added a new run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.137 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.139 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.138 | 83009 | Added a new run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.139 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.139 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.139 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.139 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.141 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.141 | 83014 | Added a new run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.142 | 83015 | Added a new worker 7 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.142 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.142 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.142 | 78059 | Removed run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.142 | 78059 | Removed worker 7 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.142 | 78059 | Assigned run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.143 | 83013 | Added a new run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.143 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.143 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UHYc28 +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.145 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.145 | 83017 | Added a new run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.145 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.147 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.149 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.149 | 83007 | Marked run 216 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.149 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.149 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.150 | 83023 | Added a new worker 8 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.150 | 78059 | Removed run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.150 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.150 | 78059 | Assigned run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.150 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.150 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.150 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XBRVxO +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.151 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.151 | 83022 | Added a new run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.151 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.151 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.153 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.153 | 83020 | Added a new run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.153 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.154 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.157 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.159 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.160 | 83025 | Added a new run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.160 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.160 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.162 | 78063 | Recursively removing directory: /tmp/git.UHYc28/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.163 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.163 | 83016 | Marked run 217 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.163 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.165 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.165 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.165 | 83024 | Added a new run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.165 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.166 | 83029 | Added a new run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.166 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.168 | 83032 | Added a new run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.168 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.169 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.169 | 83039 | Added a new run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.169 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.170 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.171 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.172 | 83049 | Added a new run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.172 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.173 | 83052 | Added a new run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.174 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.174 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.174 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.174 | 83055 | Added a new worker 12 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.174 | 78059 | Removed run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.174 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.174 | 78059 | Assigned run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.175 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.175 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5kISMq +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.176 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.177 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.180 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.179 | 78060 | Recursively removing directory: /tmp/git.XBRVxO/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.180 | 83053 | Added a new run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.180 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.180 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.180 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.180 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.181 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.183 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.185 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.185 | 83051 | Marked run 218 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.185 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.186 | 83058 | Added a new run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.187 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.188 | 83057 | Added a new run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.189 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.190 | 83059 | Added a new run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.190 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.190 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.191 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.191 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.191 | 83062 | Added a new run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.192 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.193 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.193 | 83073 | Added a new run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.193 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.194 | 83076 | Added a new run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.195 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.195 | 83074 | Added a new worker 6 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.195 | 78059 | Removed run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.195 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.195 | 78059 | Assigned run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.196 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rv8NTN +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.196 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.197 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.194 | 78063 | Recursively removing directory: /tmp/git.5kISMq/ +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.196 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.196 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.198 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.199 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.200 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.200 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.201 | 83065 | Marked run 219 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.202 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.202 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.203 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.203 | 83079 | Added a new run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.203 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.204 | 83081 | Added a new run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.205 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.206 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.207 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.207 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.207 | 83089 | Added a new worker 18 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.207 | 78059 | Removed run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.207 | 78059 | Removed worker 18 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.207 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.207 | 78059 | Assigned run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.207 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GcMoYE +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.208 | 83080 | Added a new run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.209 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.212 | 83082 | Added a new run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.212 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.212 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.214 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.214 | 83088 | Added a new run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.215 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.215 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.216 | 83093 | Added a new run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.216 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.217 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.217 | 78060 | Recursively removing directory: /tmp/git.rv8NTN/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.218 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.219 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.219 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.220 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.220 | 83083 | Marked run 220 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.220 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.222 | 83097 | Added a new run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.222 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.223 | 83101 | Added a new run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.223 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.224 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.224 | 83103 | Added a new run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.225 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.225 | 83106 | Added a new run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.226 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.227 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.228 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.229 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.229 | 78063 | Recursively removing directory: /tmp/git.GcMoYE/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.229 | 83117 | Added a new run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.230 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.230 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.231 | 83121 | Added a new worker 17 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.231 | 78059 | Removed run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.231 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.231 | 78059 | Assigned run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.231 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.231 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.230 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.231 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pyoKWU +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.233 | 83116 | Added a new run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.233 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.234 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.236 | 83118 | Added a new run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.236 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.237 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.238 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.238 | 83119 | Added a new run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.238 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.239 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.239 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.239 | 83112 | Marked run 221 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.239 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.240 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.242 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.242 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.242 | 83132 | Added a new worker 19 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.242 | 78059 | Removed run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.242 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.242 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.243 | 78059 | Assigned run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.243 | 83122 | Added a new run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.242 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.243 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PfIsKo +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.244 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.245 | 83126 | Added a new run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.246 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.248 | 83129 | Added a new run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.248 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.249 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.250 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.250 | 83131 | Added a new run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.251 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.252 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.253 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.253 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.254 | 83125 | Marked run 222 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.254 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.255 | 83143 | Added a new run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.255 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.255 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.256 | 83144 | Added a new run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.256 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.256 | 78060 | Recursively removing directory: /tmp/git.pyoKWU/ +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.259 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.259 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.258 | 83145 | Added a new run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.259 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.259 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.260 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.260 | 83146 | Added a new run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.260 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.262 | 83151 | Added a new run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.262 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.263 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.263 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.263 | 83152 | Added a new run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.263 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.265 | 83161 | Added a new run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.265 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.266 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.267 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.267 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.268 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.268 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.268 | 83166 | Added a new worker 17 to the queue +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.269 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BkMQay +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.268 | 78059 | Removed run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.268 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.268 | 78059 | Assigned run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.269 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.271 | 83165 | Added a new run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.271 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.271 | 78063 | Recursively removing directory: /tmp/git.PfIsKo/ +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.273 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.273 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.274 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.275 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.275 | 83164 | Added a new run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.275 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.276 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.277 | 83170 | Added a new run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.277 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.278 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.278 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.281 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.281 | 83158 | Marked run 223 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.282 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.282 | 83168 | Added a new run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.283 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.283 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.283 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.283 | 83182 | Added a new worker 17 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.283 | 78059 | Removed run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.283 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.283 | 78059 | Assigned run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.284 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uGwllr +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.284 | 83178 | Added a new run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.284 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.285 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.286 | 83175 | Added a new run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.286 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.288 | 83167 | Added a new run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.288 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.291 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.291 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.292 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.292 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.292 | 78060 | Recursively removing directory: /tmp/git.BkMQay/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.293 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.294 | 83173 | Marked run 224 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.294 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.295 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.295 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.295 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.296 | 83188 | Added a new run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.296 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.297 | 83189 | Added a new run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.297 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.298 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.299 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.299 | 83191 | Added a new run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.300 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.301 | 83193 | Added a new run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.301 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.302 | 83200 | Added a new run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.303 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.303 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.303 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.304 | 83207 | Added a new worker 13 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.304 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.304 | 78059 | Removed run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.304 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.304 | 78059 | Assigned run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.304 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iaYhhn +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.306 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.307 | 83205 | Added a new run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.308 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.310 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.310 | 78063 | Recursively removing directory: /tmp/git.uGwllr/ +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.311 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.312 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.312 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.312 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.312 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.314 | 83199 | Marked run 225 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.314 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.314 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.316 | 83208 | Added a new run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.316 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.317 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.317 | 83212 | Added a new run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.318 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.318 | 83210 | Added a new run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.319 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.320 | 83213 | Added a new run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.320 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.321 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.321 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.321 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.321 | 83223 | Added a new worker 12 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.322 | 78059 | Removed run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.322 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.322 | 78059 | Assigned run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.322 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4cfb4N +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.322 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.322 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.323 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.324 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.325 | 83224 | Added a new run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.326 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.328 | 83226 | Added a new run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.328 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.329 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.329 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.329 | 83225 | Added a new run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.330 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.331 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.332 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.332 | 78060 | Recursively removing directory: /tmp/git.iaYhhn/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.333 | 83216 | Marked run 226 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.334 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.334 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.336 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.336 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.336 | 83228 | Added a new run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.336 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.337 | 83232 | Added a new run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.337 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.339 | 83237 | Added a new run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.339 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.339 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.340 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.341 | 83235 | Added a new run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.341 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.341 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.342 | 83243 | Added a new run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.343 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.344 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.344 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.345 | 83251 | Added a new worker 7 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.345 | 83248 | Added a new run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.345 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.345 | 78059 | Removed run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.345 | 78059 | Removed worker 7 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.345 | 78059 | Assigned run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.346 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.02QJ0o +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.346 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.347 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.348 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.348 | 78063 | Recursively removing directory: /tmp/git.4cfb4N/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.350 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.350 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.350 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.351 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.351 | 83252 | Added a new run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.351 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.353 | 83254 | Added a new run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.353 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.353 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.354 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.355 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.355 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.357 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.357 | 83247 | Marked run 227 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.357 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.358 | 83255 | Added a new run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.359 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.359 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.359 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.360 | 83264 | Added a new worker 8 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.360 | 78059 | Removed run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.360 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.360 | 78059 | Assigned run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.360 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.360 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yNX1S1 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.360 | 83256 | Added a new run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.360 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.365 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.366 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.366 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.366 | 83260 | Added a new run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.367 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.368 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.368 | 83262 | Added a new run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.368 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.369 | 83272 | Added a new run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.370 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.371 | 83273 | Added a new run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.372 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.371 | 78060 | Recursively removing directory: /tmp/git.02QJ0o/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.372 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.374 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.374 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.374 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.375 | 83261 | Marked run 228 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.376 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.376 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.377 | 83277 | Added a new run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.377 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.378 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.380 | 83280 | Added a new run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.381 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.381 | 83282 | Added a new run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.382 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.383 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.383 | 83286 | Added a new run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.383 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.383 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.384 | 83294 | Added a new worker 8 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.384 | 78059 | Removed run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.384 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.384 | 78059 | Assigned run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.384 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.384 | 78063 | Recursively removing directory: /tmp/git.yNX1S1/ +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.386 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.386 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.385 | 83291 | Added a new run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.386 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.387 | 83295 | Added a new run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.389 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0trc5b +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.389 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.389 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.391 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.391 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.392 | 83290 | Marked run 229 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.392 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.392 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.394 | 83298 | Added a new run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.394 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.395 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.395 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.395 | 83305 | Added a new worker 8 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.395 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.395 | 78059 | Removed run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.395 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.395 | 78059 | Assigned run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.396 | 83300 | Added a new run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.396 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NE3Y5U +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.397 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.397 | 83301 | Added a new run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.399 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.399 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.399 | 83303 | Added a new run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.400 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.400 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.401 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.402 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.403 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.403 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.403 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.404 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.404 | 83308 | Added a new run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.405 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.406 | 83309 | Added a new run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.406 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.409 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.409 | 83302 | Marked run 230 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.410 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.411 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.411 | 83313 | Added a new run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.411 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.412 | 83312 | Added a new run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.413 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.414 | 83325 | Added a new run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.415 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.416 | 78060 | Recursively removing directory: /tmp/git.0trc5b/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.416 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.417 | 78063 | Recursively removing directory: /tmp/git.NE3Y5U/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.418 | 83330 | Added a new run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.418 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.418 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.418 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.418 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.418 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.420 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.420 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.420 | 83334 | Added a new run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.420 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.422 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.423 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.423 | 83336 | Added a new run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.424 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.424 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.424 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.425 | 83335 | Added a new run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.425 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.426 | 83339 | Added a new run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.426 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.428 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.428 | 83340 | Added a new run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.428 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.429 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.429 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.429 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.430 | 83349 | Added a new worker 17 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.430 | 78059 | Removed run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.430 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.430 | 78059 | Assigned run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.430 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.431 | 83348 | Added a new run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.431 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.430 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Xw9KzJ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.432 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.432 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.433 | 83346 | Added a new run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.433 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.434 | 83351 | Added a new worker 6 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.434 | 78059 | Removed run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.434 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.434 | 78059 | Assigned run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.434 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.435 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Dwy0Mx +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.435 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.437 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.437 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.439 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.440 | 83341 | Marked run 231 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.440 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.440 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.442 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.442 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.443 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.444 | 83343 | Marked run 232 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.444 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.445 | 83352 | Added a new run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.445 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.446 | 83354 | Added a new run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.447 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.448 | 83355 | Added a new run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.448 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.449 | 83356 | Added a new run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.449 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.450 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.451 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.452 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.453 | 83373 | Added a new run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.453 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.454 | 83374 | Added a new run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.455 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.455 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.456 | 83375 | Added a new run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.456 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.457 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.458 | 78060 | Recursively removing directory: /tmp/git.Xw9KzJ/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.458 | 83379 | Added a new run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.458 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.459 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.460 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.460 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.460 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.460 | 83382 | Added a new run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.461 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.462 | 83384 | Added a new run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.462 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.464 | 78063 | Recursively removing directory: /tmp/git.Dwy0Mx/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.464 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.464 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.464 | 83385 | Added a new run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.465 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.466 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.466 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.466 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.467 | 83388 | Added a new run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.467 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.468 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.469 | 83389 | Added a new run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.469 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.470 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.470 | 83392 | Added a new run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.471 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.471 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.471 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.472 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.472 | 83397 | Added a new worker 17 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.472 | 78059 | Removed run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.472 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.472 | 78059 | Assigned run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.472 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.473 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.473 | 83395 | Added a new run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.474 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.474 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.h96fnW +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.476 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wm6ZoN +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.473 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.474 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.474 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.475 | 83400 | Added a new worker 18 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.475 | 78059 | Removed run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.475 | 78059 | Removed worker 18 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.475 | 78059 | Assigned run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.475 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.478 | 83399 | Added a new run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.478 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.479 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.480 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.480 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.480 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.482 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.482 | 83401 | Added a new run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.483 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.485 | 83404 | Added a new run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.485 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.486 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.486 | 83405 | Added a new run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.487 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.488 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.488 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.490 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.490 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.490 | 83391 | Marked run 233 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.491 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.493 | 83407 | Added a new run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.493 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.494 | 78060 | Recursively removing directory: /tmp/git.h96fnW/ +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.497 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.497 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.497 | 83396 | Marked run 234 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.497 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.497 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.498 | 83413 | Added a new run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.498 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.500 | 83417 | Added a new run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.500 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.501 | 83418 | Added a new run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.502 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.502 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.503 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.504 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.504 | 83428 | Added a new run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.504 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.506 | 78063 | Recursively removing directory: /tmp/git.wm6ZoN/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.506 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.507 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.507 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.507 | 83437 | Added a new worker 18 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.507 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.508 | 83434 | Added a new run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.508 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.508 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.508 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.509 | 78059 | Removed run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.509 | 78059 | Removed worker 18 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.509 | 78059 | Assigned run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.509 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.O4LTDY +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.511 | 83433 | Added a new run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.511 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.513 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.513 | 83436 | Added a new run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.514 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.515 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.516 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.516 | 83438 | Added a new run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.516 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.517 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.518 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.518 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.518 | 83446 | Added a new worker 15 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.518 | 78059 | Removed run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.518 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.518 | 78059 | Assigned run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.519 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.519 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.519 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZdfAUG +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.519 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.521 | 83432 | Marked run 235 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.522 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.523 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.524 | 83443 | Added a new run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.524 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.526 | 83447 | Added a new run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.526 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.526 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.527 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.530 | 83441 | Marked run 236 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.530 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.530 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.531 | 78060 | Recursively removing directory: /tmp/git.O4LTDY/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.531 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.531 | 83448 | Added a new run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.532 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.533 | 83451 | Added a new run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.534 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.534 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.534 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.535 | 83459 | Added a new run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.535 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.536 | 83461 | Added a new run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.537 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.537 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.538 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.538 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.540 | 83471 | Added a new run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.540 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.540 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.542 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.543 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.543 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.543 | 83477 | Added a new worker 18 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.543 | 78059 | Removed run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.543 | 78059 | Removed worker 18 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.543 | 78059 | Assigned run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.543 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.544 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GTiWV9 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.544 | 83472 | Added a new run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.544 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.544 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.545 | 78063 | Recursively removing directory: /tmp/git.ZdfAUG/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.547 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.547 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.547 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.548 | 83474 | Added a new run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.549 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.550 | 83478 | Added a new run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.550 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.551 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.551 | 83476 | Added a new run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.552 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.552 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.552 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.553 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.554 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.555 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.556 | 83480 | Added a new run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.557 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.557 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.557 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.557 | 83491 | Added a new worker 19 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.557 | 78059 | Removed run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.557 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.557 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.557 | 78059 | Assigned run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.558 | 83484 | Added a new run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.559 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.558 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JCF9P0 +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.560 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.560 | 83488 | Added a new run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.560 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.562 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.563 | 83487 | Added a new run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.564 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.564 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.566 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.567 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.568 | 78060 | Recursively removing directory: /tmp/git.GTiWV9/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.568 | 83473 | Marked run 237 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.569 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.569 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.570 | 83496 | Added a new run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.570 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.571 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.571 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.573 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.573 | 83486 | Marked run 238 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.573 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.575 | 83500 | Added a new run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.575 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.576 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.576 | 83508 | Added a new run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.576 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.577 | 83504 | Added a new run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.578 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.579 | 83501 | Added a new run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.579 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.580 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.580 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.581 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.581 | 83518 | Added a new worker 11 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.581 | 78059 | Removed run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.581 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.581 | 78059 | Assigned run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.581 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ShQDmt +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.581 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.582 | 78063 | Recursively removing directory: /tmp/git.JCF9P0/ +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.584 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.584 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.584 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.585 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.586 | 83519 | Added a new run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.587 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.587 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.587 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.588 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.588 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.588 | 83521 | Added a new run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.589 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.590 | 83520 | Added a new run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.591 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.591 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.591 | 83524 | Added a new run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.592 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.594 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.595 | 83514 | Marked run 239 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.595 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.596 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.596 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.596 | 83534 | Added a new worker 17 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.596 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.597 | 83527 | Added a new run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.597 | 78059 | Removed run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.597 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.597 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.597 | 78059 | Assigned run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.597 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JZT7ea +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.598 | 83532 | Added a new run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.599 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.600 | 83533 | Added a new run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.601 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.601 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.602 | 83525 | Marked run 240 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.602 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.602 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.604 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.605 | 78060 | Recursively removing directory: /tmp/git.ShQDmt/ +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.607 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.607 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.606 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.606 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.607 | 83537 | Added a new run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.608 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.609 | 83545 | Added a new run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.609 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.610 | 83544 | Added a new run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.611 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.612 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.612 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.612 | 83542 | Added a new run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.612 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.613 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.614 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.615 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.616 | 83557 | Added a new run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.616 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.617 | 83555 | Added a new run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.617 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.617 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.617 | 83563 | Added a new worker 8 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.617 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.617 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.618 | 78059 | Removed run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.618 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.618 | 78059 | Assigned run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.618 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LE7gcR +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.618 | 83561 | Added a new run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.619 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.620 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.622 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.622 | 83558 | Added a new run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.622 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.625 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.625 | 78063 | Recursively removing directory: /tmp/git.JZT7ea/ +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.626 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.626 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.627 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.627 | 83552 | Marked run 241 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.628 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.627 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.627 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.628 | 83566 | Added a new run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.629 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.630 | 83567 | Added a new run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.630 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.632 | 83569 | Added a new run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.632 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.633 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.634 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.634 | 83570 | Added a new run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.634 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.636 | 83582 | Added a new run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.636 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.636 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.636 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.637 | 83585 | Added a new worker 13 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.637 | 78059 | Removed run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.637 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.637 | 78059 | Assigned run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.637 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.637 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IvuoOl +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.638 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.638 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.638 | 83583 | Added a new run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.639 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.640 | 83587 | Added a new run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.640 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.641 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.644 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.644 | 83588 | Added a new run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.644 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.645 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.645 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.646 | 83591 | Added a new run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.646 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.646 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.647 | 78060 | Recursively removing directory: /tmp/git.LE7gcR/ +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.648 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.649 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.649 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.650 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.651 | 83578 | Marked run 242 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.651 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.652 | 83592 | Added a new run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.652 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.653 | 83593 | Added a new run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.654 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.655 | 83597 | Added a new run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.655 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.656 | 83599 | Added a new run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.657 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.657 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.657 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.657 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.657 | 83610 | Added a new worker 13 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.657 | 78059 | Removed run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.657 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.658 | 78059 | Assigned run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.658 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lsw3PF +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.658 | 83609 | Added a new run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.658 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.662 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.663 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.664 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.664 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.663 | 78063 | Recursively removing directory: /tmp/git.IvuoOl/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.664 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.664 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.665 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.665 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.666 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.667 | 83614 | Added a new run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.667 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.668 | 83616 | Added a new run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.668 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.669 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.670 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.670 | 83615 | Added a new run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.671 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.671 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.672 | 83617 | Added a new run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.672 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.674 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.675 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.675 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.675 | 83631 | Added a new worker 21 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.675 | 78059 | Removed run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.675 | 78059 | Removed worker 21 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.675 | 78059 | Assigned run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.675 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.675 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.676 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6QU80O +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.678 | 83607 | Marked run 243 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.678 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.680 | 83622 | Added a new run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.680 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.681 | 78060 | Recursively removing directory: /tmp/git.lsw3PF/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.681 | 83624 | Added a new run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.682 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.682 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.684 | 83632 | Added a new run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.684 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.685 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.686 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.683 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.684 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.684 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.687 | 83620 | Marked run 244 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.688 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.688 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.688 | 83633 | Added a new run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.689 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.690 | 83639 | Added a new run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.690 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.691 | 83637 | Added a new run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.692 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.693 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.693 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.693 | 83641 | Added a new run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.694 | 83649 | Added a new worker 15 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.695 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.695 | 78059 | Removed run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.695 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.695 | 78059 | Assigned run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.695 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.695 | 83646 | Added a new run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.695 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oxgXLv +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.695 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.696 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.698 | 83652 | Added a new run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.698 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.700 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.700 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.701 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.701 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.703 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.703 | 83640 | Marked run 245 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.703 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.704 | 83654 | Added a new run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.705 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.706 | 78063 | Recursively removing directory: /tmp/git.6QU80O/ +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.706 | 83656 | Added a new run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.707 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.708 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.708 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.708 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.709 | 83657 | Added a new run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.709 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.711 | 83661 | Added a new run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.711 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.711 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.712 | 83668 | Added a new run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.712 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.713 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.715 | 83672 | Added a new run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.715 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.716 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.717 | 78060 | Recursively removing directory: /tmp/git.oxgXLv/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.717 | 83676 | Added a new run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.718 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.718 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.718 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.719 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.719 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.719 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.720 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.720 | 83678 | Added a new run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.720 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.721 | 83682 | Added a new worker 9 to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.721 | 78059 | Removed run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.721 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.721 | 78059 | Assigned run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.721 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.721 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.721 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.byrlqH +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.723 | 83680 | Added a new run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.723 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.723 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.724 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.727 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.727 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.728 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.728 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.728 | 83689 | Added a new worker 21 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.728 | 78059 | Removed run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.728 | 78059 | Removed worker 21 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.728 | 78059 | Assigned run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.728 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.728 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.728 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FS2M5f +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.729 | 83674 | Marked run 246 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.729 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.731 | 83684 | Added a new run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.731 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.733 | 83679 | Added a new run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.733 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.734 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.735 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.735 | 83687 | Added a new run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.735 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.736 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.736 | 83688 | Added a new run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.737 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.739 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.739 | 83685 | Marked run 247 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.740 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.741 | 83694 | Added a new run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.741 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.742 | 83699 | Added a new run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.743 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.743 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.744 | 83703 | Added a new run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.744 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.745 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.746 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.747 | 83711 | Added a new run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.747 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.748 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.748 | 83713 | Added a new run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.749 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.749 | 78063 | Recursively removing directory: /tmp/git.byrlqH/ +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.751 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.751 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.751 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.751 | 83716 | Added a new run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.751 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.753 | 83717 | Added a new run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.753 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.755 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.753 | 78060 | Recursively removing directory: /tmp/git.FS2M5f/ +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.755 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.755 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.755 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.756 | 83720 | Added a new run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.757 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.757 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.758 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.758 | 83723 | Added a new run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.759 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.759 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.760 | 83726 | Added a new run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.760 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.761 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.761 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.761 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.762 | 83727 | Added a new run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.762 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.763 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.763 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.763 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.764 | 83735 | Added a new worker 19 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.764 | 78059 | Removed run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.764 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.764 | 78059 | Assigned run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.764 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qb8gec +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.764 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.764 | 83732 | Added a new worker 20 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.764 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.764 | 78059 | Removed run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.764 | 78059 | Removed worker 20 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.765 | 78059 | Assigned run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.765 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.765 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.z6vOVD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.767 | 83731 | Added a new run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.767 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.768 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.769 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.770 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.770 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.772 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.772 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.774 | 83728 | Marked run 249 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.774 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.775 | 83733 | Added a new run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.775 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.779 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.779 | 83724 | Marked run 248 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.779 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.780 | 83736 | Added a new run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.780 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.782 | 83738 | Added a new run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.782 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.783 | 78060 | Recursively removing directory: /tmp/git.qb8gec/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.783 | 83740 | Added a new run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.785 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.785 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.785 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.786 | 83751 | Added a new run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.787 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.787 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.787 | 83759 | Added a new run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.788 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.789 | 83760 | Added a new run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.789 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.789 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.790 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.791 | 78063 | Recursively removing directory: /tmp/git.z6vOVD/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.792 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.793 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.793 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.793 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.793 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.794 | 83766 | Added a new run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.794 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.795 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.795 | 83770 | Added a new worker 17 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.796 | 78059 | Removed run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.796 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.796 | 78059 | Assigned run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.795 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.796 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Qspycz +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.798 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.798 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.798 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.801 | 83763 | Added a new run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.801 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.801 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.802 | 83773 | Added a new worker 11 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.802 | 78059 | Removed run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.802 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.802 | 78059 | Assigned run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.802 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.801 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.803 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.803 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qkK6eN +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.803 | 83767 | Added a new run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.803 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.804 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.807 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.807 | 83765 | Marked run 250 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.808 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.809 | 83768 | Added a new run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.809 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.810 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.811 | 83772 | Added a new run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.811 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.812 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.813 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.812 | 83778 | Added a new run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.812 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.815 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.816 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.816 | 83771 | Marked run 251 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.816 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.816 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.817 | 83783 | Added a new run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.818 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.819 | 83789 | Added a new run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.819 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.820 | 83790 | Added a new run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.820 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.821 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.821 | 78060 | Recursively removing directory: /tmp/git.Qspycz/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.822 | 83791 | Added a new run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.822 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.823 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.824 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.824 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.824 | 83796 | Added a new run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.825 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.825 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.827 | 83801 | Added a new run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.828 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.828 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.828 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.829 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.830 | 83805 | Added a new run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.831 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.831 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.831 | 78063 | Recursively removing directory: /tmp/git.qkK6eN/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.833 | 83809 | Added a new run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.833 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.834 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.833 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.833 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.835 | 83807 | Added a new run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.835 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.836 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.836 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.836 | 83814 | Added a new worker 15 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.836 | 78059 | Removed run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.836 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.836 | 78059 | Assigned run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.836 | 83810 | Added a new run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.837 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qYZm1e +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.837 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.837 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.838 | 83813 | Added a new run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.839 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.839 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.843 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.844 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.844 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.844 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.844 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.844 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.845 | 83823 | Added a new worker 21 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.845 | 78059 | Removed run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.845 | 78059 | Removed worker 21 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.845 | 78059 | Assigned run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.845 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7TQWXp +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.845 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.846 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.846 | 83815 | Added a new run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.846 | 83808 | Marked run 252 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.846 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.848 | 83820 | Added a new run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.848 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.850 | 83822 | Added a new run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.850 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.851 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.852 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.853 | 83821 | Added a new run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.853 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.853 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.854 | 83828 | Added a new run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.854 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.857 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.857 | 83818 | Marked run 253 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.857 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.857 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.858 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.859 | 83835 | Added a new run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.859 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.860 | 83841 | Added a new run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.861 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.862 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.863 | 83839 | Added a new run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.864 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.864 | 78060 | Recursively removing directory: /tmp/git.qYZm1e/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.865 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.865 | 83840 | Added a new run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.865 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.867 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.867 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.867 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.867 | 83846 | Added a new run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.867 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.868 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.869 | 83852 | Added a new run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.870 | 83854 | Added a new run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.871 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.871 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.872 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.872 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.873 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.874 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.875 | 78063 | Recursively removing directory: /tmp/git.7TQWXp/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.875 | 83855 | Added a new run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.875 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.876 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.876 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OCAQG0 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.876 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.876 | 83863 | Added a new worker 18 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.876 | 78059 | Removed run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.876 | 78059 | Removed worker 18 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.876 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.876 | 78059 | Assigned run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.877 | 83861 | Added a new run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.877 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.877 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.877 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.879 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.880 | 83859 | Added a new run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.881 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.882 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.884 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.884 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.884 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.885 | 83862 | Added a new run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.885 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.885 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.887 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.887 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.887 | 83873 | Added a new worker 16 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.887 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.887 | 78059 | Removed run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.887 | 78059 | Removed worker 16 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.887 | 78059 | Assigned run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.887 | 83865 | Added a new run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.888 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zXkjIS +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.887 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.889 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.891 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.891 | 83869 | Added a new run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.892 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.894 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.895 | 83860 | Marked run 254 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.895 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.895 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.896 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.897 | 83870 | Added a new run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.898 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.898 | 78060 | Recursively removing directory: /tmp/git.OCAQG0/ +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.900 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.900 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.901 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.901 | 83868 | Marked run 255 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.901 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.902 | 83878 | Added a new run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.903 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.903 | 83889 | Added a new run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.904 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.904 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.905 | 83884 | Added a new run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.905 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.907 | 83875 | Added a new run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.908 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.909 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.909 | 78063 | Recursively removing directory: /tmp/git.zXkjIS/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.909 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.910 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.910 | 83900 | Added a new worker 15 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.910 | 78059 | Removed run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.910 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.910 | 78059 | Assigned run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.910 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.911 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6L5SOH +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.911 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.911 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.913 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.913 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.915 | 83898 | Added a new run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.915 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.915 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.916 | 83901 | Added a new run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.916 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.918 | 83903 | Added a new run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.918 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.919 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.920 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.921 | 83895 | Marked run 256 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.921 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.921 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.922 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.922 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.922 | 83902 | Added a new run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.923 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.923 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.923 | 83910 | Added a new worker 9 to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.923 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.923 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7OCz8S +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.923 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.923 | 78059 | Removed run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.923 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.923 | 78059 | Assigned run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.928 | 83909 | Added a new run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.928 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.930 | 83908 | Added a new run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.930 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.931 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.931 | 83915 | Added a new run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.931 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.932 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.933 | 83912 | Added a new run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.933 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.934 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.934 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.937 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.937 | 83904 | Marked run 257 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.937 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.937 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.938 | 83921 | Added a new run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.939 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.940 | 83928 | Added a new run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.940 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.940 | 78060 | Recursively removing directory: /tmp/git.6L5SOH/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.942 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.943 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.944 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.944 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.944 | 83925 | Added a new run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.944 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.946 | 83929 | Added a new run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.946 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.946 | 78063 | Recursively removing directory: /tmp/git.7OCz8S/ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.948 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.948 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.948 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.948 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.949 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.950 | 83938 | Added a new run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.950 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.951 | 83939 | Added a new run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.951 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.953 | 83942 | Added a new run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.953 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.953 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.954 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.954 | 83944 | Added a new run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.954 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.956 | 83948 | Added a new run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.957 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.957 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.957 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.957 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.957 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.957 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.958 | 83954 | Added a new worker 16 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.958 | 78059 | Removed run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.958 | 78059 | Removed worker 16 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.958 | 78059 | Assigned run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.958 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ovMlXQ +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.958 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.959 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.959 | 83953 | Added a new worker 14 to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.959 | 78059 | Removed run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.959 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.959 | 78059 | Assigned run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.959 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ffBvcy +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.959 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.961 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.962 | 83952 | Added a new run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.962 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.964 | 83955 | Added a new run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.964 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.965 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.966 | 78063 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.967 | 78060 | Checking out revision HEAD +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.967 | 78063 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.968 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.968 | 83956 | Added a new run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.968 | 78060 | Going to run: ./ci +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.968 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.968 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.970 | 83958 | Added a new run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.970 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.971 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.971 | 83962 | Added a new run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.971 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.974 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.975 | 83943 | Marked run 258 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.975 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.976 | 83961 | Added a new run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.977 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.978 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.978 | 83966 | Added a new run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.978 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.980 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.981 | 83947 | Marked run 259 as finished +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.982 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.983 | 83972 | Added a new run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.983 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.983 | 78063 | Recursively removing directory: /tmp/git.ffBvcy/ +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.983 | 78060 | Recursively removing directory: /tmp/git.ovMlXQ/ +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.984 | 83982 | Added a new run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.984 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.986 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.986 | 78060 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.986 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.987 | 83984 | Added a new run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.987 | 78063 | Process exit code: 0 +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.987 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.988 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.988 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.989 | 83985 | Added a new run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.990 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.990 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.990 | 83988 | Added a new run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.990 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.991 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.992 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.994 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.994 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.994 | 83990 | Added a new run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.994 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.995 | 83993 | Added a new run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.995 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.997 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78063/cimple-worker: 2024-04-25 03:45:34.997 | 78063 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.997 | 83996 | Added a new run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.997 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.998 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:34 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:34 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.999 | 78057 | Waiting for new connections +2024-04-25 03:45:34 | INFO | 78060/cimple-worker: 2024-04-25 03:45:34.999 | 78060 | Waiting for a new command +2024-04-25 03:45:34 | INFO | 78057/cimple-server: 2024-04-25 03:45:34.999 | 83997 | Added a new run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.000 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.000 | 84000 | Added a new worker 10 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.000 | 78059 | Removed run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.000 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.000 | 78059 | Assigned run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.000 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.000 | 84003 | Added a new worker 7 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.000 | 78059 | Removed run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.000 | 78059 | Removed worker 7 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.000 | 78059 | Assigned run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.000 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.000 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5Z9umm +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.001 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6HRvMX +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.003 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.004 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.006 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.008 | 83991 | Marked run 260 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.008 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.009 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.009 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.009 | 84005 | Added a new run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.010 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.010 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.010 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.011 | 84002 | Added a new run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.011 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.013 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.014 | 83995 | Marked run 261 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.015 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.015 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.016 | 84006 | Added a new run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.016 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.017 | 84007 | Added a new run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.017 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.019 | 84012 | Added a new run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.019 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.020 | 84015 | Added a new run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.020 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.022 | 84027 | Added a new run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.022 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.023 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.023 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.024 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.026 | 84031 | Added a new run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.026 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.027 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.027 | 84033 | Added a new run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.028 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.028 | 78060 | Recursively removing directory: /tmp/git.6HRvMX/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.029 | 84034 | Added a new run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.029 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.030 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.030 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.031 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.031 | 78063 | Recursively removing directory: /tmp/git.5Z9umm/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.031 | 84035 | Added a new run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.032 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.032 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.032 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.033 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.034 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.035 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.036 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.037 | 84039 | Added a new run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.037 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.038 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.038 | 84040 | Added a new run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.039 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.040 | 84041 | Added a new run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.040 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.041 | 84044 | Added a new run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.041 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.042 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.043 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.045 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.045 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.045 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.045 | 84053 | Added a new worker 21 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.045 | 78059 | Removed run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.045 | 78059 | Removed worker 21 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.045 | 78059 | Assigned run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.045 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.045 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.045 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qudMLz +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.046 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.046 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.046 | 84055 | Added a new worker 21 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.046 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.046 | 78059 | Removed run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.046 | 78059 | Removed worker 21 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.046 | 78059 | Assigned run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.046 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rEH9zP +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.050 | 84051 | Added a new run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.050 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.052 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.052 | 84049 | Added a new run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.052 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.053 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.054 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.060 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.060 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.061 | 84052 | Added a new run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.061 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.062 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.063 | 84054 | Added a new run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.063 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.063 | 84043 | Marked run 263 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.064 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.065 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.066 | 84045 | Marked run 262 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.067 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.067 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.068 | 84058 | Added a new run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.068 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.070 | 84059 | Added a new run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.070 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.072 | 84066 | Added a new run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.072 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.074 | 84071 | Added a new run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.074 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.076 | 78060 | Recursively removing directory: /tmp/git.qudMLz/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.076 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.077 | 84080 | Added a new run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.077 | 78063 | Recursively removing directory: /tmp/git.rEH9zP/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.077 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.079 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.079 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.079 | 84082 | Added a new run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.080 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.080 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.080 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.081 | 84084 | Added a new run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.081 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.082 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.083 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.084 | 84085 | Added a new run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.084 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.084 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.084 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.085 | 84089 | Added a new run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.086 | 84088 | Added a new run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.086 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.088 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.089 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.089 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.089 | 84097 | Added a new worker 13 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.089 | 78059 | Removed run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.089 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.089 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.089 | 78059 | Assigned run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.089 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.i2Z949 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.090 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.090 | 84096 | Added a new run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.091 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.092 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.093 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.094 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.094 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.094 | 84102 | Added a new worker 20 to the queue +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.095 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.095 | 84100 | Added a new run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.095 | 78059 | Removed run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.095 | 78059 | Removed worker 20 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.096 | 78059 | Assigned run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.096 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.096 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rkIXiZ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.096 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.097 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.097 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.099 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.100 | 84091 | Marked run 264 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.100 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.101 | 84098 | Added a new run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.102 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.102 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.103 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.104 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.105 | 84092 | Marked run 265 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.105 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.106 | 84101 | Added a new run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.106 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.107 | 84104 | Added a new run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.107 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.108 | 84106 | Added a new run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.108 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.110 | 84111 | Added a new run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.110 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.111 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.111 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.113 | 78063 | Recursively removing directory: /tmp/git.i2Z949/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.113 | 84123 | Added a new run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.114 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.114 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.114 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.115 | 84122 | Added a new run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.115 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.116 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.116 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.117 | 84127 | Added a new run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.118 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.118 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.118 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.118 | 84128 | Added a new run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.119 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.121 | 84132 | Added a new run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.121 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.122 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.123 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.123 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.123 | 84133 | Added a new run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.124 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.125 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.126 | 78060 | Recursively removing directory: /tmp/git.rkIXiZ/ +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.126 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.126 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.126 | 84139 | Added a new run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.126 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.127 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.127 | 84142 | Added a new worker 14 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.127 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.127 | 78059 | Removed run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.127 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.127 | 78059 | Assigned run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.128 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GhUQtJ +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.127 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.127 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.130 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.131 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.132 | 84138 | Added a new run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.133 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.134 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.135 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.135 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.135 | 84148 | Added a new worker 17 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.135 | 78059 | Removed run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.135 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.135 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.135 | 78059 | Assigned run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.136 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YShp3F +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.136 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.136 | 84136 | Marked run 266 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.136 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.136 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.138 | 84141 | Added a new run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.138 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.139 | 84143 | Added a new run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.140 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.141 | 84145 | Added a new run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.142 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.143 | 84149 | Added a new run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.144 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.144 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.145 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.145 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.145 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.147 | 84146 | Marked run 267 as finished +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.147 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.147 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.148 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.148 | 84159 | Added a new run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.148 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.150 | 84160 | Added a new run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.151 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.152 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.152 | 84161 | Added a new run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.152 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.153 | 78063 | Recursively removing directory: /tmp/git.GhUQtJ/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.154 | 84165 | Added a new run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.155 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.155 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.155 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.156 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.157 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.157 | 84169 | Added a new run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.158 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.159 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.160 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.160 | 78060 | Recursively removing directory: /tmp/git.YShp3F/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.161 | 84177 | Added a new run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.161 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.162 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.162 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.162 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.163 | 84180 | Added a new run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.163 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.164 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.165 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.165 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.165 | 84184 | Added a new worker 17 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.165 | 78059 | Removed run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.165 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.165 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.165 | 78059 | Assigned run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.166 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.h84hMa +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.166 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.167 | 84178 | Added a new run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.167 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.168 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.169 | 84186 | Added a new run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.169 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.170 | 84183 | Added a new run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.170 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.173 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.173 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.174 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.174 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.174 | 84188 | Added a new run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.175 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.175 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.176 | 84194 | Added a new worker 11 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.176 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.176 | 78059 | Removed run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.176 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.176 | 78059 | Assigned run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.175 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.176 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GxusN2 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.179 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.180 | 84181 | Marked run 268 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.180 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.181 | 84192 | Added a new run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.181 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.183 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.184 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.185 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.185 | 84187 | Marked run 269 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.186 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.187 | 84193 | Added a new run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.187 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.187 | 78063 | Recursively removing directory: /tmp/git.h84hMa/ +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.189 | 84195 | Added a new run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.190 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.190 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.190 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.190 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.191 | 84199 | Added a new run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.192 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.193 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.193 | 84207 | Added a new run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.193 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.194 | 84214 | Added a new run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.194 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.195 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.195 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.195 | 84218 | Added a new run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.196 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.197 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.198 | 84220 | Added a new run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.199 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.199 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.199 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.200 | 84224 | Added a new run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.200 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.201 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.201 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.202 | 84225 | Added a new run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.202 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.202 | 84229 | Added a new worker 16 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.202 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.202 | 78059 | Removed run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.202 | 78059 | Removed worker 16 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.202 | 78059 | Assigned run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.203 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BnBA3d +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.203 | 78060 | Recursively removing directory: /tmp/git.GxusN2/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.205 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.205 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.205 | 84227 | Added a new run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.206 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.206 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.206 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.208 | 84230 | Added a new run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.208 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.209 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.211 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.211 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.212 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.213 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.214 | 84221 | Marked run 270 as finished +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.214 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.214 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.214 | 84240 | Added a new worker 10 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.214 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.214 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.214 | 78059 | Removed run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.214 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.214 | 78059 | Assigned run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.215 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.D7QoyO +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.215 | 84232 | Added a new run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.215 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.217 | 84233 | Added a new run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.218 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.219 | 84236 | Added a new run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.219 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.222 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.221 | 84238 | Added a new run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.221 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.222 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.223 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.223 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.224 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.225 | 84237 | Marked run 271 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.225 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.226 | 84248 | Added a new run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.226 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.227 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.227 | 84247 | Added a new run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.227 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.229 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.230 | 84250 | Added a new run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.230 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.231 | 84255 | Added a new run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.232 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.232 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.233 | 78063 | Recursively removing directory: /tmp/git.BnBA3d/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.234 | 84260 | Added a new run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.234 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.234 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.235 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.235 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.237 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.238 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.238 | 84264 | Added a new run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.238 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.239 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.239 | 84268 | Added a new run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.240 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.239 | 78060 | Recursively removing directory: /tmp/git.D7QoyO/ +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.241 | 84270 | Added a new run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.242 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.242 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.242 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.243 | 84271 | Added a new run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.243 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.243 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.244 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.245 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.246 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.V8LJC0 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.245 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.245 | 84279 | Added a new worker 15 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.245 | 78059 | Removed run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.245 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.246 | 78059 | Assigned run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.246 | 84277 | Added a new run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.246 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.246 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.247 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.247 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.248 | 84276 | Added a new run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.248 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.251 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.251 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.252 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.252 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.252 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.252 | 84284 | Added a new worker 19 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.252 | 78059 | Removed run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.252 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.252 | 78059 | Assigned run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.253 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.252 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KodCWq +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.254 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.255 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.256 | 84273 | Marked run 272 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.256 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.257 | 84281 | Added a new run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.257 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.259 | 84285 | Added a new run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.259 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.259 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.260 | 84288 | Added a new run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.260 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.261 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.262 | 84286 | Added a new run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.263 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.264 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.265 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.266 | 84282 | Marked run 273 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.266 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.267 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.268 | 84299 | Added a new run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.268 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.269 | 84297 | Added a new run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.270 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.271 | 78063 | Recursively removing directory: /tmp/git.V8LJC0/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.271 | 84301 | Added a new run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.271 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.273 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.273 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.273 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.274 | 84305 | Added a new run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.274 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.275 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.276 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.277 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.278 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.279 | 78060 | Recursively removing directory: /tmp/git.KodCWq/ +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.280 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.280 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.281 | 84313 | Added a new run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.281 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.281 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.281 | 84319 | Added a new worker 18 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.281 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.281 | 78059 | Removed run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.281 | 78059 | Removed worker 18 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.282 | 78059 | Assigned run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.282 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.282 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Us04cd +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.283 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.285 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.285 | 84315 | Added a new run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.285 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.287 | 84316 | Added a new run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.288 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.289 | 84317 | Added a new run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.289 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.289 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.290 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.290 | 84322 | Added a new run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.290 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.291 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.293 | 84325 | Added a new run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.293 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.293 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.294 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.295 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.296 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.296 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.296 | 84333 | Added a new worker 19 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.296 | 78059 | Removed run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.296 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.296 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.296 | 78059 | Assigned run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.296 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ccIAyL +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.297 | 84318 | Marked run 274 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.297 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.298 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.301 | 84321 | Marked run 275 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.302 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.302 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.303 | 84331 | Added a new run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.303 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.303 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.304 | 78063 | Recursively removing directory: /tmp/git.Us04cd/ +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.305 | 84329 | Added a new run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.305 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.307 | 84334 | Added a new run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.307 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.307 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.307 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.308 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.308 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.308 | 84335 | Added a new run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.309 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.310 | 84345 | Added a new run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.311 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.312 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.312 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.313 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.313 | 84344 | Added a new run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.313 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.315 | 84352 | Added a new run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.315 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.316 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.317 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.318 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.318 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.318 | 84355 | Added a new run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.319 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.319 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.319 | 84362 | Added a new worker 17 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.319 | 78059 | Removed run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.319 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.320 | 78059 | Assigned run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.320 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.320 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NaVQEB +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.320 | 84360 | Added a new run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.321 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.322 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.323 | 78060 | Recursively removing directory: /tmp/git.ccIAyL/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.324 | 84361 | Added a new run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.324 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.324 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.325 | 84364 | Added a new run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.326 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.326 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.326 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.326 | 84354 | Marked run 276 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.326 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.327 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.329 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.329 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.330 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.330 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.331 | 84366 | Added a new run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.331 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.332 | 84367 | Added a new run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.333 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.334 | 84370 | Added a new run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.334 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.334 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.335 | 84371 | Added a new run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.335 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.335 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.336 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.337 | 84378 | Added a new worker 13 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.337 | 78059 | Removed run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.337 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.337 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.337 | 78059 | Assigned run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.338 | 84382 | Added a new run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.338 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8MhT1I +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.338 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.339 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.340 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.342 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.343 | 84384 | Added a new run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.343 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.344 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.345 | 84387 | Added a new run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.345 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.345 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.347 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.347 | 84379 | Added a new run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.347 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.348 | 78063 | Recursively removing directory: /tmp/git.NaVQEB/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.349 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.351 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.351 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.352 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.352 | 84372 | Marked run 277 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.353 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.354 | 84388 | Added a new run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.354 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.355 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.355 | 84394 | Added a new run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.355 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.357 | 84396 | Added a new run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.357 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.358 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.359 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.360 | 78060 | Recursively removing directory: /tmp/git.8MhT1I/ +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.360 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.360 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.360 | 84410 | Added a new worker 17 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.360 | 78059 | Removed run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.360 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.360 | 78059 | Assigned run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.360 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3dL9XX +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.361 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.362 | 84399 | Added a new run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.362 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.362 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.362 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.362 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.364 | 84408 | Added a new run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.364 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.366 | 84409 | Added a new run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.367 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.367 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.367 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.368 | 84411 | Added a new run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.369 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.369 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.369 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.370 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.372 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.373 | 84404 | Marked run 278 as finished +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.373 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.373 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.373 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.374 | 84422 | Added a new worker 14 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.374 | 78059 | Removed run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.374 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.374 | 78059 | Assigned run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.374 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.374 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mId8V7 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.375 | 84415 | Added a new run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.375 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.376 | 84417 | Added a new run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.377 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.378 | 84420 | Added a new run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.379 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.380 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.381 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.382 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.382 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.382 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.384 | 84414 | Marked run 279 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.385 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.386 | 84421 | Added a new run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.386 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.387 | 78063 | Recursively removing directory: /tmp/git.3dL9XX/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.387 | 84431 | Added a new run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.387 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.390 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.390 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.390 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.390 | 84433 | Added a new run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.390 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.391 | 84434 | Added a new run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.392 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.393 | 84444 | Added a new run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.394 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.395 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.395 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.395 | 78060 | Recursively removing directory: /tmp/git.mId8V7/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.396 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.396 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.398 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.398 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.398 | 84450 | Added a new run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.398 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.398 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.399 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.399 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.399 | 84453 | Added a new worker 17 to the queue +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.399 | 78059 | Removed run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.400 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.400 | 78059 | Assigned run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.400 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.400 | 84449 | Added a new run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.400 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.400 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.r2XDVr +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.402 | 84451 | Added a new run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.402 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.402 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.403 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.406 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.406 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.406 | 84459 | Added a new worker 20 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.406 | 78059 | Removed run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.406 | 78059 | Removed worker 20 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.406 | 78059 | Assigned run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.406 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.406 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.407 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.G504PW +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.407 | 84452 | Added a new run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.408 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.410 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.410 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.411 | 84448 | Marked run 280 as finished +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.412 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.412 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.412 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.414 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.413 | 84460 | Added a new run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.413 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.415 | 84458 | Added a new run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.415 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.415 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.416 | 84462 | Added a new run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.416 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.417 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.419 | 84464 | Added a new run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.419 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.420 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.421 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.421 | 84456 | Marked run 281 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.422 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.423 | 84471 | Added a new run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.423 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.423 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.425 | 84474 | Added a new run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.426 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.426 | 84478 | Added a new run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.427 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.427 | 78063 | Recursively removing directory: /tmp/git.r2XDVr/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.428 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.429 | 84481 | Added a new run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.429 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.429 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.429 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.429 | 78060 | Recursively removing directory: /tmp/git.G504PW/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.431 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.432 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.432 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.432 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.433 | 84488 | Added a new run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.433 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.434 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.434 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.434 | 84491 | Added a new run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.435 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.436 | 84492 | Added a new run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.436 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.437 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.438 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.438 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.439 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.439 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.439 | 84495 | Added a new run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.439 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.439 | 84500 | Added a new worker 11 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.440 | 78059 | Removed run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.440 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.440 | 78059 | Assigned run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.440 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oqpcrP +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.440 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.440 | 84499 | Added a new run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.440 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.441 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.442 | 84502 | Added a new worker 14 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.442 | 78059 | Removed run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.442 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.442 | 78059 | Assigned run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.441 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.442 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PyU0oJ +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.443 | 84501 | Added a new run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.443 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.446 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.447 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.447 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.448 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.449 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.450 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.450 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.451 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.451 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.452 | 84497 | Marked run 283 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.452 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.455 | 84493 | Marked run 282 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.455 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.456 | 84507 | Added a new run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.456 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.458 | 84509 | Added a new run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.458 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.459 | 84510 | Added a new run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.459 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.460 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.461 | 84511 | Added a new run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.461 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.463 | 78060 | Recursively removing directory: /tmp/git.PyU0oJ/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.464 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.465 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.465 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.465 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.466 | 84527 | Added a new run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.466 | 78063 | Recursively removing directory: /tmp/git.oqpcrP/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.467 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.467 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.468 | 84529 | Added a new run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.468 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.469 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.469 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.470 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.470 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.470 | 84530 | Added a new run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.471 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.472 | 84531 | Added a new run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.472 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.473 | 84535 | Added a new run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.473 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.474 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.474 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.474 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.475 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.475 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.475 | 84541 | Added a new worker 17 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.475 | 78059 | Removed run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.475 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.475 | 78059 | Assigned run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.476 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NtXQUQ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.476 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.478 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.478 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.479 | 84544 | Added a new worker 19 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.479 | 78059 | Removed run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.479 | 78059 | Removed worker 19 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.479 | 78059 | Assigned run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.479 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.479 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KUwNqi +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.481 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.482 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.482 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.482 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.484 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.486 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.485 | 84534 | Marked run 285 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.485 | 84538 | Added a new run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.486 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.488 | 84543 | Added a new run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.488 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.489 | 84545 | Added a new run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.490 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.492 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.493 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.493 | 84540 | Marked run 284 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.493 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.494 | 84539 | Added a new run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.495 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.495 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.496 | 78060 | Recursively removing directory: /tmp/git.NtXQUQ/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.496 | 84559 | Added a new run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.497 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.497 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.497 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.498 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.499 | 84560 | Added a new run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.500 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.501 | 84564 | Added a new run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.501 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.501 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.501 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.504 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.504 | 84568 | Added a new run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.504 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.505 | 84570 | Added a new run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.505 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.506 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.506 | 78063 | Recursively removing directory: /tmp/git.KUwNqi/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.507 | 84573 | Added a new run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.508 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.508 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.509 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.509 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.509 | 84576 | Added a new run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.509 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.509 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.510 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.510 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.510 | 84579 | Added a new worker 15 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.510 | 78059 | Removed run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.510 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.510 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.511 | 78059 | Assigned run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.511 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HOvhBr +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.512 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.512 | 84578 | Added a new run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.513 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.515 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.515 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.517 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.517 | 84571 | Marked run 286 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.517 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.517 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.518 | 84581 | Added a new run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.518 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.518 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.519 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.519 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.70EZZj +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.519 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.519 | 84588 | Added a new worker 12 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.519 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.519 | 78059 | Removed run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.519 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.519 | 78059 | Assigned run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.520 | 84582 | Added a new run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.520 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.523 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.524 | 84584 | Added a new run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.525 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.526 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.526 | 84586 | Added a new run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.526 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.527 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.527 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.530 | 84585 | Marked run 287 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.530 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.531 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.533 | 84597 | Added a new run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.533 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.533 | 78060 | Recursively removing directory: /tmp/git.HOvhBr/ +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.534 | 84593 | Added a new run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.534 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.536 | 84603 | Added a new run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.536 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.536 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.537 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.537 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.538 | 84604 | Added a new run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.538 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.541 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.541 | 78063 | Recursively removing directory: /tmp/git.70EZZj/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.542 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.542 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.542 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.543 | 84612 | Added a new run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.543 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.543 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.543 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.544 | 84616 | Added a new run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.544 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.546 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.546 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YHha2j +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.546 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.546 | 84621 | Added a new worker 11 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.546 | 78059 | Removed run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.546 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.546 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.546 | 78059 | Assigned run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.548 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.548 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.549 | 84618 | Added a new run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.551 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.550 | 84615 | Added a new run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.551 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.551 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.551 | 84626 | Added a new worker 10 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.551 | 78059 | Removed run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.551 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.551 | 78059 | Assigned run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.552 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.551 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hmsd0k +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.552 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.553 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.553 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.556 | 84627 | Added a new run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.556 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.557 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.558 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.559 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.560 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.560 | 84617 | Marked run 288 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.560 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.561 | 84623 | Added a new run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.562 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.563 | 84631 | Added a new run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.563 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.564 | 84630 | Added a new run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.565 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.566 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.569 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.569 | 84622 | Marked run 289 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.569 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.570 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.571 | 84642 | Added a new run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.571 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.572 | 84644 | Added a new run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.573 | 78060 | Recursively removing directory: /tmp/git.YHha2j/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.573 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.575 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.575 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.576 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.579 | 84645 | Added a new run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.579 | 78063 | Recursively removing directory: /tmp/git.hmsd0k/ +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.579 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.581 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.581 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.582 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.582 | 84652 | Added a new run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.583 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.583 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.583 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.583 | 84657 | Added a new worker 6 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.583 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.583 | 78059 | Removed run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.583 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.583 | 78059 | Assigned run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.584 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xkFYt3 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.585 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.586 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.588 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.589 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.589 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.589 | 84661 | Added a new worker 20 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.589 | 78059 | Removed run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.589 | 78059 | Removed worker 20 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.589 | 78059 | Assigned run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.589 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ho1rgk +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.590 | 84659 | Added a new run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.591 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.592 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.593 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.593 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.595 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.596 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.597 | 84660 | Added a new run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.597 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.598 | 84655 | Added a new run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.598 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.599 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.602 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.602 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.603 | 84653 | Marked run 290 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.603 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.606 | 84658 | Marked run 291 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.606 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.608 | 84666 | Added a new run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.608 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.609 | 78060 | Recursively removing directory: /tmp/git.xkFYt3/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.610 | 84672 | Added a new run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.610 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.610 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.611 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.611 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.612 | 78063 | Recursively removing directory: /tmp/git.ho1rgk/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.612 | 84673 | Added a new run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.613 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.614 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.614 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.614 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.615 | 84683 | Added a new run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.615 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.615 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.616 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.617 | 84686 | Added a new run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.617 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.619 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.619 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.619 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.619 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.619 | 84692 | Added a new worker 17 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.619 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.619 | 78059 | Removed run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.619 | 78059 | Removed worker 17 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.619 | 78059 | Assigned run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.619 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NFZ8aL +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.624 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.625 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.625 | 84689 | Added a new run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.626 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.629 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.629 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.630 | 84696 | Added a new worker 15 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.631 | 78059 | Removed run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.631 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.631 | 78059 | Assigned run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.631 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.631 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MV6KaG +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.631 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.632 | 84687 | Marked run 292 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.633 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.634 | 84690 | Added a new run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.634 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.637 | 84698 | Added a new run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.637 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.638 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.641 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.640 | 78060 | Recursively removing directory: /tmp/git.NFZ8aL/ +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.641 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.641 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.641 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.643 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.642 | 84691 | Marked run 293 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.643 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.644 | 84705 | Added a new run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.645 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.646 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.648 | 84706 | Added a new run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.648 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.649 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.649 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.649 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.651 | 84714 | Added a new worker 13 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.651 | 78059 | Removed run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.651 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.651 | 78059 | Assigned run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.651 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lnS6te +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.651 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.652 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.653 | 84713 | Added a new run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.653 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.655 | 84717 | Added a new run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.655 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.658 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.658 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.659 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.659 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.660 | 78063 | Recursively removing directory: /tmp/git.MV6KaG/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.660 | 84709 | Marked run 294 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.660 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.661 | 84722 | Added a new run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.662 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.662 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.662 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.664 | 84724 | Added a new run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.664 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.665 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.666 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.667 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.667 | 84733 | Added a new run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.668 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.669 | 84735 | Added a new run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.670 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.671 | 78060 | Recursively removing directory: /tmp/git.lnS6te/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.672 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.673 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.674 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.674 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.674 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.674 | 84738 | Added a new worker 14 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.674 | 78059 | Removed run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.674 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.674 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.674 | 78059 | Assigned run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.674 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4dZit6 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.676 | 84737 | Added a new run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.677 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.678 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.680 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.680 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.681 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.682 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.682 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.683 | 84743 | Added a new worker 15 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.683 | 84734 | Marked run 295 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.683 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.683 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.684 | 78059 | Removed run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.684 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.684 | 78059 | Assigned run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.684 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3jN3sW +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.685 | 84741 | Added a new run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.686 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.689 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.690 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.691 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.693 | 84740 | Marked run 296 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.693 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.694 | 84747 | Added a new run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.694 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.697 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.698 | 78063 | Recursively removing directory: /tmp/git.4dZit6/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.699 | 84756 | Added a new run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.699 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.700 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.700 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.702 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.704 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.704 | 84762 | Added a new run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.705 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-04-25 03:45:35 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.706 | 78060 | Recursively removing directory: /tmp/git.3jN3sW/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.707 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.708 | 84764 | Added a new worker 8 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.708 | 78059 | Removed run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.708 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.708 | 78059 | Assigned run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.708 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.708 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.712 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.712 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.708 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.708 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SgvcR3 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.713 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.714 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.715 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.715 | 84767 | Added a new worker 13 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.715 | 78059 | Removed run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.715 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.715 | 78059 | Assigned run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.715 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.716 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DIYgT1 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.717 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.718 | 84763 | Marked run 297 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.718 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.721 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.722 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.725 | 84765 | Marked run 298 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.725 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.728 | 78063 | Recursively removing directory: /tmp/git.SgvcR3/ +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.730 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.730 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.733 | 78060 | Recursively removing directory: /tmp/git.DIYgT1/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.734 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.734 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.734 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.736 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.737 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.737 | 84782 | Added a new worker 10 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.737 | 78059 | Removed run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.737 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.737 | 78059 | Assigned run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.737 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.737 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MztCck +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.739 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.742 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.743 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.743 | 84784 | Added a new worker 13 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.743 | 78059 | Removed run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.743 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.743 | 78059 | Assigned run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.743 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Y9l2HH +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.743 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.744 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.744 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.745 | 84781 | Marked run 299 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.745 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.749 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.750 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.752 | 84783 | Marked run 300 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.753 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.753 | 78063 | Recursively removing directory: /tmp/git.MztCck/ +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.754 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.754 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.758 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.760 | 78060 | Recursively removing directory: /tmp/git.Y9l2HH/ +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.761 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.761 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.761 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.761 | 84800 | Added a new worker 10 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.761 | 78059 | Removed run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.761 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.761 | 78059 | Assigned run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.761 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.761 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.762 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QdaRvL +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.765 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.765 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.766 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.769 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.769 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.769 | 84804 | Added a new worker 13 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.769 | 78059 | Removed run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.769 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.769 | 78059 | Assigned run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.769 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.769 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.T4Ff2Y +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.772 | 84799 | Marked run 301 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.773 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.775 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.776 | 78063 | Recursively removing directory: /tmp/git.QdaRvL/ +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.776 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.778 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.778 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.779 | 84801 | Marked run 302 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.779 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.782 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.785 | 78060 | Recursively removing directory: /tmp/git.T4Ff2Y/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.785 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.785 | 84818 | Added a new worker 10 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.785 | 78059 | Removed run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.785 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.785 | 78059 | Assigned run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.785 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.785 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.786 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OvEMPu +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.787 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.787 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.789 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.790 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.791 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.795 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.795 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.795 | 84817 | Marked run 303 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.796 | 84825 | Added a new worker 6 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.796 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.796 | 78059 | Removed run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.796 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.796 | 78059 | Assigned run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.796 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.796 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gCuiPl +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.800 | 78063 | Recursively removing directory: /tmp/git.OvEMPu/ +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.801 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.802 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.803 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.803 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.806 | 84820 | Marked run 304 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.806 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.807 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.811 | 78060 | Recursively removing directory: /tmp/git.gCuiPl/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.811 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.811 | 84836 | Added a new worker 10 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.811 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.811 | 78059 | Removed run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.811 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.811 | 78059 | Assigned run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.811 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.811 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gkHEMC +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.812 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.812 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.816 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.817 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.818 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.819 | 84835 | Marked run 305 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.820 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.820 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.820 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.820 | 84840 | Added a new worker 8 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.820 | 78059 | Removed run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.820 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.820 | 78059 | Assigned run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.820 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sKMIn3 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.821 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.826 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.827 | 78063 | Recursively removing directory: /tmp/git.gkHEMC/ +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.827 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.828 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.828 | 78063 | Process output: 415085 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.829 | 84837 | Marked run 306 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.830 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.831 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.835 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.835 | 84854 | Added a new worker 10 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.835 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.835 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.835 | 78059 | Removed run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.835 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.835 | 78059 | Assigned run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.835 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.c99P7r +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.836 | 78060 | Recursively removing directory: /tmp/git.sKMIn3/ +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.838 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.838 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.840 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.841 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.841 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.844 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.844 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.844 | 84857 | Added a new worker 13 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.844 | 78059 | Removed run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.844 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.844 | 78059 | Assigned run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.844 | 84850 | Marked run 307 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.844 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.844 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.844 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3ulgyc +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.849 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.850 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.851 | 78063 | Recursively removing directory: /tmp/git.c99P7r/ +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.853 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.853 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.854 | 84855 | Marked run 308 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.854 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.856 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.859 | 78060 | Recursively removing directory: /tmp/git.3ulgyc/ +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.860 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.860 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.860 | 84872 | Added a new worker 10 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.860 | 78059 | Removed run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.860 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.860 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.860 | 78059 | Assigned run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.861 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.861 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.861 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MxqkBG +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.864 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.865 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.867 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.868 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.868 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.868 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QP5Yos +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.868 | 84875 | Added a new worker 13 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.868 | 78059 | Removed run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.868 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.868 | 78059 | Assigned run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.869 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.870 | 84871 | Marked run 309 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.870 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.873 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.874 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.877 | 78063 | Recursively removing directory: /tmp/git.MxqkBG/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.879 | 84873 | Marked run 310 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.879 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.879 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.879 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.883 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.884 | 78060 | Recursively removing directory: /tmp/git.QP5Yos/ +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.885 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.885 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.886 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.886 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.886 | 84890 | Added a new worker 10 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.886 | 78059 | Removed run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.886 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.886 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.886 | 78059 | Assigned run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.887 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TaqeI0 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.889 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.891 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.893 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.893 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.893 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.893 | 84892 | Added a new worker 13 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.893 | 78059 | Removed run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.893 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.893 | 78059 | Assigned run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.893 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0bzMv2 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.894 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.895 | 84889 | Marked run 311 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.896 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.898 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.899 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.903 | 78063 | Recursively removing directory: /tmp/git.TaqeI0/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.904 | 84891 | Marked run 312 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.904 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.905 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.905 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.908 | 78060 | Recursively removing directory: /tmp/git.0bzMv2/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.909 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.909 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.909 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.912 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.912 | 84908 | Added a new worker 10 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.912 | 78059 | Removed run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.912 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.912 | 78059 | Assigned run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.912 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.912 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.y73Er8 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.912 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.912 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.915 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.915 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.915 | 84910 | Added a new worker 12 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.916 | 78059 | Removed run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.916 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.916 | 78059 | Assigned run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.916 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.916 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1Whfp0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.917 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.918 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.922 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.922 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.924 | 84907 | Marked run 313 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.924 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.927 | 84909 | Marked run 314 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.927 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.929 | 78063 | Recursively removing directory: /tmp/git.y73Er8/ +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.930 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.930 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.932 | 78060 | Recursively removing directory: /tmp/git.1Whfp0/ +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.933 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.933 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.934 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.938 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.938 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.938 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.938 | 84927 | Added a new worker 12 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.938 | 78059 | Removed run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.938 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.938 | 78059 | Assigned run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.938 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jAis0r +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.939 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.942 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.942 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.942 | 84928 | Added a new worker 12 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.942 | 78059 | Removed run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.942 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.942 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.942 | 78059 | Assigned run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.942 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8a3Ekh +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.943 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.944 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.948 | 84925 | Marked run 315 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.948 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.949 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.950 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.951 | 84926 | Marked run 316 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.951 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.955 | 78063 | Recursively removing directory: /tmp/git.jAis0r/ +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.956 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.956 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.959 | 78060 | Recursively removing directory: /tmp/git.8a3Ekh/ +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.960 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.960 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.960 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.963 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.963 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.963 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.963 | 84945 | Added a new worker 12 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.963 | 78059 | Removed run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.963 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.963 | 78059 | Assigned run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.963 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dnP2Pz +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.965 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.966 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.966 | 84946 | Added a new worker 12 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.966 | 78059 | Removed run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.966 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.966 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.966 | 78059 | Assigned run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.966 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.966 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Lfa1SR +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.968 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.969 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.972 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.973 | 78060 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.974 | 84943 | Marked run 317 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.975 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.978 | 84944 | Marked run 318 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.978 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.979 | 78063 | Recursively removing directory: /tmp/git.dnP2Pz/ +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.981 | 78063 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.981 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.983 | 78060 | Recursively removing directory: /tmp/git.Lfa1SR/ +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.984 | 78060 | Process exit code: 0 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.984 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.985 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.987 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.987 | 78063 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.988 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.988 | 84963 | Added a new worker 12 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.988 | 78059 | Removed run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.988 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.988 | 78059 | Assigned run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.988 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vH1YVB +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.988 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.991 | 78060 | Waiting for a new command +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.991 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.991 | 84964 | Added a new worker 12 to the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.991 | 78059 | Removed run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.991 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.991 | 78059 | Assigned run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.991 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.frK94T +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.992 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.992 | 78063 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78063/cimple-worker: 2024-04-25 03:45:35.993 | 78063 | Going to run: ./ci +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.997 | 78060 | Checking out revision HEAD +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.998 | 84961 | Marked run 319 as finished +2024-04-25 03:45:35 | INFO | 78057/cimple-server: 2024-04-25 03:45:35.998 | 78057 | Waiting for new connections +2024-04-25 03:45:35 | INFO | 78060/cimple-worker: 2024-04-25 03:45:35.998 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.002 | 84962 | Marked run 320 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.003 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.003 | 78063 | Recursively removing directory: /tmp/git.vH1YVB/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.005 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.005 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.008 | 78060 | Recursively removing directory: /tmp/git.frK94T/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.009 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.009 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.009 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.011 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.011 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.011 | 84980 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.012 | 78059 | Removed run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.012 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.012 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.012 | 78059 | Assigned run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.012 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JK4r4p +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.013 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.016 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.016 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.016 | 84982 | Added a new worker 12 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.016 | 78059 | Removed run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.016 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.016 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.016 | 78059 | Assigned run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.016 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FmFHdS +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.017 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.018 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.022 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.023 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.024 | 84979 | Marked run 321 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.024 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.027 | 84981 | Marked run 322 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.027 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.028 | 78063 | Recursively removing directory: /tmp/git.JK4r4p/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.030 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.030 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.033 | 78060 | Recursively removing directory: /tmp/git.FmFHdS/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.033 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.034 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.034 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.037 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.037 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.037 | 84998 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.037 | 78059 | Removed run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.037 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.037 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LcqgIA +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.037 | 78059 | Assigned run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.037 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.038 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.042 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.042 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.042 | 85000 | Added a new worker 11 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.042 | 78059 | Removed run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.042 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.042 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.042 | 78059 | Assigned run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.042 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.043 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sNsTNa +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.043 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.045 | 84997 | Marked run 323 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.045 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.048 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.049 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.053 | 78063 | Recursively removing directory: /tmp/git.LcqgIA/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.055 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.055 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.056 | 84999 | Marked run 324 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.056 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.059 | 78060 | Recursively removing directory: /tmp/git.sNsTNa/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.059 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.060 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.060 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.062 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.062 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.062 | 85016 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.062 | 78059 | Removed run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.062 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.062 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.062 | 78059 | Assigned run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.062 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HT5clj +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.063 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.066 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.066 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.066 | 85018 | Added a new worker 12 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.066 | 78059 | Removed run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.066 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.066 | 78059 | Assigned run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.067 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.067 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.067 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LrRWgD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.068 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.072 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.073 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.073 | 85015 | Marked run 325 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.074 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.077 | 85017 | Marked run 326 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.077 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.078 | 78063 | Recursively removing directory: /tmp/git.HT5clj/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.079 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.079 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.083 | 78060 | Recursively removing directory: /tmp/git.LrRWgD/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.084 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.084 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.084 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.086 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.086 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.086 | 85034 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.086 | 78059 | Removed run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.086 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.087 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.087 | 78059 | Assigned run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.087 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2dy32t +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.087 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.091 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.091 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.091 | 85036 | Added a new worker 13 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.091 | 78059 | Removed run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.091 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.091 | 78059 | Assigned run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.092 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.092 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.092 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1L9xsI +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.093 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.096 | 85033 | Marked run 327 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.096 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.097 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.098 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.101 | 85035 | Marked run 328 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.102 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.103 | 78063 | Recursively removing directory: /tmp/git.2dy32t/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.104 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.104 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.107 | 78060 | Recursively removing directory: /tmp/git.1L9xsI/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.108 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.108 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.108 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.112 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.112 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.112 | 85052 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.112 | 78059 | Removed run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.112 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.112 | 78059 | Assigned run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.112 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.112 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cRpRoB +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.113 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.116 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.116 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.117 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.117 | 85054 | Added a new worker 12 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.117 | 78059 | Removed run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.117 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.117 | 78059 | Assigned run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.117 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZyH2te +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.118 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.118 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.121 | 85051 | Marked run 329 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.122 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.124 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.125 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.126 | 85053 | Marked run 330 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.126 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.128 | 78063 | Recursively removing directory: /tmp/git.cRpRoB/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.129 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.129 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.133 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.135 | 78060 | Recursively removing directory: /tmp/git.ZyH2te/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.136 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.136 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.136 | 85070 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.136 | 78059 | Removed run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.136 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.136 | 78059 | Assigned run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.136 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.137 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.137 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.137 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ct9Yfy +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.140 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.141 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.141 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.145 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.145 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.145 | 85075 | Added a new worker 13 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.145 | 78059 | Removed run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.145 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.145 | 78059 | Assigned run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.146 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.145 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zZa0dw +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.147 | 85069 | Marked run 331 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.148 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.151 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.151 | 78063 | Recursively removing directory: /tmp/git.Ct9Yfy/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.152 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.154 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.154 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.155 | 85071 | Marked run 332 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.155 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.157 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.160 | 78060 | Recursively removing directory: /tmp/git.zZa0dw/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.161 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.161 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.161 | 85088 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.161 | 78059 | Removed run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.161 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.161 | 78059 | Assigned run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.161 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.161 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hBZA3A +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.162 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.162 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.165 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.166 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.167 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.168 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.168 | 85091 | Added a new worker 13 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.168 | 78059 | Removed run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.168 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.168 | 78059 | Assigned run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.168 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.168 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.168 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b4KkDQ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.172 | 85087 | Marked run 333 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.172 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.173 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.175 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.177 | 85089 | Marked run 334 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.177 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.178 | 78063 | Recursively removing directory: /tmp/git.hBZA3A/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.179 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.179 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.183 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.184 | 78060 | Recursively removing directory: /tmp/git.b4KkDQ/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.185 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.185 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.186 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.186 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.186 | 85106 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.186 | 78059 | Removed run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.186 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.186 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.186 | 78059 | Assigned run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.186 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dgDFdE +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.190 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.190 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.191 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.193 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.193 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.193 | 85110 | Added a new worker 13 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.193 | 78059 | Removed run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.193 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.193 | 78059 | Assigned run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.193 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FPbDdL +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.194 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.197 | 85105 | Marked run 335 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.197 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.199 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.199 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.201 | 78063 | Recursively removing directory: /tmp/git.dgDFdE/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.203 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.203 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.203 | 85107 | Marked run 336 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.204 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.206 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.208 | 78060 | Recursively removing directory: /tmp/git.FPbDdL/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.209 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.209 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.210 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.210 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.l3cEfM +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.210 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.210 | 85124 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.210 | 78059 | Removed run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.210 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.210 | 78059 | Assigned run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.210 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.213 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.214 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.214 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.217 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.217 | 85128 | Added a new worker 13 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.217 | 78059 | Removed run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.217 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.217 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.217 | 78059 | Assigned run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.217 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.217 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HhXcLq +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.221 | 85123 | Marked run 337 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.222 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.224 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.225 | 78063 | Recursively removing directory: /tmp/git.l3cEfM/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.225 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.226 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.226 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.227 | 85125 | Marked run 338 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.228 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.229 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.233 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.233 | 85142 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.233 | 78059 | Removed run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.233 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.233 | 78059 | Assigned run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.233 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.233 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.233 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5VLBJy +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.235 | 78060 | Recursively removing directory: /tmp/git.HhXcLq/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.236 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.236 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.237 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.238 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.240 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.242 | 85138 | Marked run 339 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.242 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.244 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.244 | 85151 | Added a new worker 8 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.244 | 78059 | Removed run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.244 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.244 | 78059 | Assigned run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.244 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.244 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.244 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HGgwAl +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.249 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.249 | 78063 | Recursively removing directory: /tmp/git.5VLBJy/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.249 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.251 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.251 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.254 | 85145 | Marked run 340 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.254 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.255 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.258 | 78060 | Recursively removing directory: /tmp/git.HGgwAl/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.258 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.258 | 85160 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.258 | 78059 | Removed run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.258 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.258 | 78059 | Assigned run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.258 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.259 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WXCHNV +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.259 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.260 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.260 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.262 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.263 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.264 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.268 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.268 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.268 | 85168 | Added a new worker 13 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.268 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.268 | 78059 | Removed run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.268 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.268 | 78059 | Assigned run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.269 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8T21Zb +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.270 | 85158 | Marked run 341 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.270 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.273 | 78063 | Recursively removing directory: /tmp/git.WXCHNV/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.274 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.274 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.274 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.275 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.277 | 85162 | Marked run 342 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.278 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.278 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.281 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.281 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.282 | 85178 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.282 | 78059 | Removed run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.282 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.282 | 78059 | Assigned run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.282 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7T5vCE +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.282 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.285 | 78060 | Recursively removing directory: /tmp/git.8T21Zb/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.286 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.288 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.288 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.288 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.290 | 85172 | Marked run 343 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.290 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.291 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.294 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.294 | 85187 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.295 | 78059 | Removed run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.295 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.295 | 78059 | Assigned run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.295 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.294 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.295 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.R4oRzz +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.298 | 78063 | Recursively removing directory: /tmp/git.7T5vCE/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.299 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.300 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.300 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.300 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.303 | 85181 | Marked run 344 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.303 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.303 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.307 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.307 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ONlvpC +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.307 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.307 | 85196 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.307 | 78059 | Removed run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.307 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.307 | 78059 | Assigned run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.307 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.309 | 78060 | Recursively removing directory: /tmp/git.R4oRzz/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.311 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.311 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.311 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.312 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.315 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.316 | 85191 | Marked run 345 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.316 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.318 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.318 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.318 | 85205 | Added a new worker 8 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.318 | 78059 | Removed run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.318 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.318 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.318 | 78059 | Assigned run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.318 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b07URH +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.322 | 78063 | Recursively removing directory: /tmp/git.ONlvpC/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.323 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.324 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.324 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.324 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.327 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.327 | 85199 | Marked run 346 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.328 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.331 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.331 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.331 | 85214 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.331 | 78059 | Removed run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.331 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.331 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.331 | 78059 | Assigned run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.331 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bqTX6g +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.333 | 78060 | Recursively removing directory: /tmp/git.b07URH/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.334 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.334 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.336 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.337 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.338 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.339 | 85209 | Marked run 347 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.339 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.341 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.341 | 85219 | Added a new worker 8 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.341 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.341 | 78059 | Removed run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.341 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.341 | 78059 | Assigned run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.341 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.341 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ESmNeU +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.346 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.347 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.347 | 78063 | Recursively removing directory: /tmp/git.bqTX6g/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.348 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.348 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.352 | 85216 | Marked run 348 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.352 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.352 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.355 | 78060 | Recursively removing directory: /tmp/git.ESmNeU/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.356 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.356 | 85232 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.356 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.357 | 78059 | Removed run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.357 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.357 | 78059 | Assigned run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.356 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.357 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MEzIZ6 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.357 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.357 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.361 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.362 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.362 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.365 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.365 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.365 | 85236 | Added a new worker 14 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.365 | 78059 | Removed run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.365 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.365 | 78059 | Assigned run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.365 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NFgvA5 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.366 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.368 | 85230 | Marked run 349 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.368 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.370 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.371 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.372 | 78063 | Recursively removing directory: /tmp/git.MEzIZ6/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.373 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.373 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.375 | 85233 | Marked run 350 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.375 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.376 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.380 | 78060 | Recursively removing directory: /tmp/git.NFgvA5/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.380 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.380 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.380 | 85250 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.380 | 78059 | Removed run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.380 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.380 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.380 | 78059 | Assigned run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.380 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IRPBbf +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.382 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.382 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.384 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.385 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.386 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.387 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.388 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.388 | 85253 | Added a new worker 13 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.388 | 78059 | Removed run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.388 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.388 | 78059 | Assigned run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.388 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wIyQ04 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.388 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.392 | 85248 | Marked run 351 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.392 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.393 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.394 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.396 | 78063 | Recursively removing directory: /tmp/git.IRPBbf/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.398 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.398 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.398 | 85251 | Marked run 352 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.399 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.402 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.404 | 78060 | Recursively removing directory: /tmp/git.wIyQ04/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.405 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.405 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.405 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.405 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.405 | 85268 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.405 | 78059 | Removed run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.405 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.405 | 78059 | Assigned run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.405 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.j52ayH +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.406 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.409 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.410 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.410 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.413 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.413 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.413 | 85271 | Added a new worker 13 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.413 | 78059 | Removed run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.413 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.413 | 78059 | Assigned run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.413 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.413 | 85267 | Marked run 353 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.413 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.414 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0n9f7a +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.418 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.419 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.421 | 78063 | Recursively removing directory: /tmp/git.j52ayH/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.422 | 85269 | Marked run 354 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.423 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.422 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.422 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.426 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.428 | 78060 | Recursively removing directory: /tmp/git.0n9f7a/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.429 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.429 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.429 | 85286 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.429 | 78059 | Removed run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.429 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.429 | 78059 | Assigned run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.430 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.430 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eXdKwr +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.430 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.430 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.434 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.435 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.436 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.437 | 85285 | Marked run 355 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.437 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.438 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.438 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.438 | 85289 | Added a new worker 8 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.438 | 78059 | Removed run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.438 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.438 | 78059 | Assigned run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.438 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EqzGID +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.438 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.442 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.443 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.446 | 78063 | Recursively removing directory: /tmp/git.eXdKwr/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.448 | 85287 | Marked run 356 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.448 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.448 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.449 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.453 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.452 | 78060 | Recursively removing directory: /tmp/git.EqzGID/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.453 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.453 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.455 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.455 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.455 | 85304 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.455 | 78059 | Removed run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.455 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.455 | 78059 | Assigned run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.456 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.456 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.456 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.p4NuLA +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.459 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.459 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.459 | 85306 | Added a new worker 12 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.459 | 78059 | Removed run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.459 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.459 | 78059 | Assigned run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.459 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.459 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nSsTD3 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.461 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.462 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.465 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.466 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.467 | 85303 | Marked run 357 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.467 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.470 | 85305 | Marked run 358 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.471 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.472 | 78063 | Recursively removing directory: /tmp/git.p4NuLA/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.474 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.474 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.475 | 78060 | Recursively removing directory: /tmp/git.nSsTD3/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.476 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.476 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.477 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.479 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.480 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.480 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.480 | 85323 | Added a new worker 12 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.480 | 78059 | Removed run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.480 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.480 | 78059 | Assigned run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.480 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.480 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BmM9Rx +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.482 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.482 | 85324 | Added a new worker 12 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.482 | 78059 | Removed run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.482 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.482 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.482 | 78059 | Assigned run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.482 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.482 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RvNiQF +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.485 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.486 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.489 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.490 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.490 | 85321 | Marked run 359 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.490 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.493 | 85322 | Marked run 360 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.493 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.495 | 78063 | Recursively removing directory: /tmp/git.BmM9Rx/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.496 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.496 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.499 | 78060 | Recursively removing directory: /tmp/git.RvNiQF/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.500 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.501 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.501 | 78060 | Process output: 415085 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.503 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.503 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.503 | 85340 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.503 | 78059 | Removed run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.503 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.503 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.503 | 78059 | Assigned run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.504 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.504 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4SW0bF +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.507 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.507 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.507 | 85342 | Added a new worker 12 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.507 | 78059 | Removed run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.507 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.507 | 78059 | Assigned run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.508 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.508 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.smcB8h +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.509 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.510 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.514 | 85339 | Marked run 361 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.514 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.514 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.515 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.517 | 85341 | Marked run 362 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.517 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.521 | 78063 | Recursively removing directory: /tmp/git.4SW0bF/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.523 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.523 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.524 | 78060 | Recursively removing directory: /tmp/git.smcB8h/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.525 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.525 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.526 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.528 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.529 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.529 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.529 | 85359 | Added a new worker 12 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.529 | 78059 | Removed run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.529 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.529 | 78059 | Assigned run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.529 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.529 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZGztoP +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.531 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.532 | 85360 | Added a new worker 12 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.532 | 78059 | Removed run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.532 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.532 | 78059 | Assigned run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.531 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.532 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IqJLfH +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.533 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.534 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.535 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.537 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.538 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.539 | 85357 | Marked run 363 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.539 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.542 | 85358 | Marked run 364 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.542 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.544 | 78063 | Recursively removing directory: /tmp/git.ZGztoP/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.545 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.545 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.548 | 78060 | Recursively removing directory: /tmp/git.IqJLfH/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.549 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.550 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.550 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.553 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.553 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.553 | 85376 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.553 | 78059 | Removed run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.553 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.553 | 78059 | Assigned run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.553 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sgYHgs +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.554 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.554 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.557 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.558 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.558 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.558 | 85378 | Added a new worker 12 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.558 | 78059 | Removed run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.558 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.558 | 78059 | Assigned run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.558 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.558 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gBeuNI +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.559 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.562 | 85375 | Marked run 365 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.563 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.566 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.566 | 85377 | Marked run 366 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.567 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.567 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.568 | 78063 | Recursively removing directory: /tmp/git.sgYHgs/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.570 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.570 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.573 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.576 | 78060 | Recursively removing directory: /tmp/git.gBeuNI/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.577 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.577 | 85394 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.577 | 78059 | Removed run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.577 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.577 | 78059 | Assigned run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.577 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.577 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.577 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.717k3b +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.577 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.577 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.581 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.582 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.583 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.584 | 85393 | Marked run 367 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.585 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.585 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.585 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.585 | 85397 | Added a new worker 8 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.585 | 78059 | Removed run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.585 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.585 | 78059 | Assigned run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.585 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rmQBec +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.586 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.590 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.591 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.593 | 78063 | Recursively removing directory: /tmp/git.717k3b/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.595 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.595 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.595 | 85395 | Marked run 368 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.595 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.599 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.599 | 78060 | Recursively removing directory: /tmp/git.rmQBec/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.601 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.601 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.602 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.602 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.602 | 85412 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.602 | 78059 | Removed run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.602 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.602 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.602 | 78059 | Assigned run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.602 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zSY5Oy +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.604 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.606 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.607 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.608 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.608 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.608 | 85415 | Added a new worker 12 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.608 | 78059 | Removed run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.608 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.608 | 78059 | Assigned run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.608 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Kq1Ox8 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.609 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.613 | 85411 | Marked run 369 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.614 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.614 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.615 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.617 | 85413 | Marked run 370 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.617 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.618 | 78063 | Recursively removing directory: /tmp/git.zSY5Oy/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.619 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.619 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.623 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.623 | 78060 | Recursively removing directory: /tmp/git.Kq1Ox8/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.625 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.625 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.626 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.626 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.626 | 85430 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.626 | 78059 | Removed run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.626 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.626 | 78059 | Assigned run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.626 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.626 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZGWDMH +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.629 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.631 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.632 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.633 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.633 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.633 | 85433 | Added a new worker 13 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.633 | 78059 | Removed run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.633 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.633 | 78059 | Assigned run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.634 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.634 | 85429 | Marked run 371 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.634 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.634 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.f7KCbN +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.638 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.639 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.642 | 78063 | Recursively removing directory: /tmp/git.ZGWDMH/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.643 | 85431 | Marked run 372 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.644 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.644 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.644 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.648 | 78060 | Recursively removing directory: /tmp/git.f7KCbN/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.648 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.649 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.649 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.651 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.651 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.651 | 85448 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.651 | 78059 | Removed run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.651 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.651 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.651 | 78059 | Assigned run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.652 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1GCbWB +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.652 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.655 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.655 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.655 | 85450 | Added a new worker 12 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.655 | 78059 | Removed run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.655 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.655 | 78059 | Assigned run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.656 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.657 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.658 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.656 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yfjQnN +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.662 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.661 | 85447 | Marked run 373 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.662 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.663 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.666 | 85449 | Marked run 374 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.666 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.666 | 78063 | Recursively removing directory: /tmp/git.1GCbWB/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.668 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.668 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.671 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.672 | 78060 | Recursively removing directory: /tmp/git.yfjQnN/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.673 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.673 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.675 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.675 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.675 | 85466 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.675 | 78059 | Removed run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.675 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.675 | 78059 | Assigned run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.675 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.676 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ctromS +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.677 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.680 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.681 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.681 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.681 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.682 | 85468 | Added a new worker 13 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.682 | 78059 | Removed run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.682 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.682 | 78059 | Assigned run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.682 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.682 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZpA42S +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.683 | 85465 | Marked run 375 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.683 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.687 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.688 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.691 | 85467 | Marked run 376 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.691 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.691 | 78063 | Recursively removing directory: /tmp/git.ctromS/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.693 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.693 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.696 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.697 | 78060 | Recursively removing directory: /tmp/git.ZpA42S/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.698 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.698 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.700 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.700 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.700 | 85484 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.700 | 78059 | Removed run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.700 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.700 | 78059 | Assigned run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.700 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.700 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Y2SADN +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.703 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.704 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.706 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.706 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.706 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.707 | 85487 | Added a new worker 13 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.707 | 78059 | Removed run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.707 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.707 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.707 | 78059 | Assigned run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.707 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CkwPMC +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.709 | 85483 | Marked run 377 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.709 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.712 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.713 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.716 | 78063 | Recursively removing directory: /tmp/git.Y2SADN/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.716 | 85485 | Marked run 378 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.716 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.717 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.717 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.720 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.722 | 78060 | Recursively removing directory: /tmp/git.CkwPMC/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.723 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.723 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.724 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.724 | 85502 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.724 | 78059 | Removed run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.724 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.724 | 78059 | Assigned run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.724 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.724 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.724 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZJadiC +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.726 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.729 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.729 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.729 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.729 | 85504 | Added a new worker 12 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.729 | 78059 | Removed run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.729 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.729 | 78059 | Assigned run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.729 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.729 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.730 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cvgaZN +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.734 | 85501 | Marked run 379 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.734 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.736 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.737 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.739 | 78063 | Recursively removing directory: /tmp/git.ZJadiC/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.739 | 85503 | Marked run 380 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.739 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.740 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.740 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.743 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.745 | 78060 | Recursively removing directory: /tmp/git.cvgaZN/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.746 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.746 | 85520 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.746 | 78059 | Removed run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.746 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.747 | 78059 | Assigned run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.747 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.746 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.747 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.747 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.747 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kdcZSR +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.751 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.751 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.753 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.754 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.754 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.754 | 85523 | Added a new worker 13 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.754 | 78059 | Removed run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.754 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.754 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.754 | 78059 | Assigned run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.754 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xYobfu +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.756 | 85519 | Marked run 381 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.756 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.759 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.760 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.763 | 78063 | Recursively removing directory: /tmp/git.kdcZSR/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.763 | 85521 | Marked run 382 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.764 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.765 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.765 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.768 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.769 | 78060 | Recursively removing directory: /tmp/git.xYobfu/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.770 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.770 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.772 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.772 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.772 | 85538 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.772 | 78059 | Removed run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.772 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.772 | 78059 | Assigned run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.772 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.773 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.V5AtPZ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.774 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.778 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.778 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.778 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.778 | 85540 | Added a new worker 13 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.779 | 78059 | Removed run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.779 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.779 | 78059 | Assigned run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.779 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tAwgyS +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.779 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.779 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.780 | 85537 | Marked run 383 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.780 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.784 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.784 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.788 | 78063 | Recursively removing directory: /tmp/git.V5AtPZ/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.789 | 85539 | Marked run 384 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.789 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.790 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.790 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.793 | 78060 | Recursively removing directory: /tmp/git.tAwgyS/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.794 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.795 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.795 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.797 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.797 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.797 | 85556 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.797 | 78059 | Removed run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.797 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.797 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.798 | 78059 | Assigned run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.798 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5Y26n1 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.799 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.802 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.803 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.803 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.803 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.803 | 85558 | Added a new worker 13 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.803 | 78059 | Removed run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.803 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.803 | 78059 | Assigned run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.803 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8E0vLQ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.804 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.811 | 85555 | Marked run 385 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.811 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.813 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.814 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.814 | 78063 | Recursively removing directory: /tmp/git.5Y26n1/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.815 | 85557 | Marked run 386 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.815 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.816 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.816 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.819 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.822 | 78060 | Recursively removing directory: /tmp/git.8E0vLQ/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.822 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.822 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.822 | 85574 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.822 | 78059 | Removed run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.822 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.822 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.822 | 78059 | Assigned run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.823 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.k255ch +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.823 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.823 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.826 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.827 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.828 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.829 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.829 | 85577 | Added a new worker 13 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.829 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.829 | 78059 | Removed run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.829 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.829 | 78059 | Assigned run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.829 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.830 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qgQxJg +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.832 | 85573 | Marked run 387 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.832 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.835 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.836 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.838 | 78063 | Recursively removing directory: /tmp/git.k255ch/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.839 | 85575 | Marked run 388 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.839 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.840 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.840 | 78063 | Process output: 415085 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.844 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.845 | 78060 | Recursively removing directory: /tmp/git.qgQxJg/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.846 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.846 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.847 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.847 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.847 | 85592 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.847 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.847 | 78059 | Removed run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.847 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.847 | 78059 | Assigned run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.847 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LogIHr +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.850 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.851 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.852 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.854 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.854 | 85596 | Added a new worker 12 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.854 | 78059 | Removed run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.854 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.854 | 78059 | Assigned run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.855 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.854 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.855 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zi9dc4 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.861 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.861 | 85591 | Marked run 389 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.861 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.862 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.862 | 78063 | Recursively removing directory: /tmp/git.LogIHr/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.864 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.864 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.865 | 85593 | Marked run 390 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.865 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.867 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.870 | 78060 | Recursively removing directory: /tmp/git.zi9dc4/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.871 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.871 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.871 | 85610 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.871 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.871 | 78059 | Removed run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.871 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.871 | 78059 | Assigned run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.871 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZoYXWp +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.872 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.872 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.875 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.876 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.877 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.880 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.880 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.880 | 85615 | Added a new worker 13 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.880 | 78059 | Removed run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.880 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.880 | 78059 | Assigned run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.880 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.880 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0ysrXj +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.881 | 85609 | Marked run 391 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.881 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.886 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.886 | 78063 | Recursively removing directory: /tmp/git.ZoYXWp/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.886 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.889 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.889 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.891 | 85612 | Marked run 392 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.891 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.892 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.895 | 78060 | Recursively removing directory: /tmp/git.0ysrXj/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.895 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.896 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.896 | 85628 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.896 | 78059 | Removed run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.896 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.896 | 78059 | Assigned run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.896 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.896 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.w1G8gg +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.897 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.897 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.901 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.901 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.902 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.904 | 85627 | Marked run 393 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.904 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.905 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.905 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.905 | 85632 | Added a new worker 8 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.905 | 78059 | Removed run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.905 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.905 | 78059 | Assigned run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.905 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.905 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aBdCMO +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.910 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.910 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.911 | 78063 | Recursively removing directory: /tmp/git.w1G8gg/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.913 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.913 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.916 | 85629 | Marked run 394 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.916 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.917 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.919 | 78060 | Recursively removing directory: /tmp/git.aBdCMO/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.920 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.920 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.920 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.920 | 85646 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.920 | 78059 | Removed run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.920 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.920 | 78059 | Assigned run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.920 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.920 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.921 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3Kjioi +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.924 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.925 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.926 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.928 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.928 | 85645 | Marked run 395 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.928 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.928 | 85649 | Added a new worker 6 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.928 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.928 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.928 | 78059 | Removed run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.928 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.928 | 78059 | Assigned run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.928 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EqG4BC +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.933 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.934 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.936 | 78063 | Recursively removing directory: /tmp/git.3Kjioi/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.938 | 85647 | Marked run 396 as finished +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.938 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.938 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.938 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.942 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.943 | 78060 | Recursively removing directory: /tmp/git.EqG4BC/ +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.944 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.944 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.945 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.945 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.945 | 85664 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.945 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.945 | 78059 | Removed run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.945 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.945 | 78059 | Assigned run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.945 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.C6UP3M +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.948 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.949 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.950 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.951 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.951 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.952 | 85667 | Added a new worker 12 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.952 | 78059 | Removed run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.952 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.952 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.952 | 78059 | Assigned run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.952 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XiKitZ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.956 | 85663 | Marked run 397 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.956 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.958 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.959 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.961 | 78063 | Recursively removing directory: /tmp/git.C6UP3M/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.962 | 85665 | Marked run 398 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.962 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.963 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.963 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.966 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.968 | 78060 | Recursively removing directory: /tmp/git.XiKitZ/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.969 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.969 | 85682 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.969 | 78059 | Removed run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.969 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.969 | 78059 | Assigned run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.969 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.969 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.970 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.969 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.969 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KilhCd +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.973 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.974 | 78063 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.974 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.977 | 78060 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.978 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.978 | 85686 | Added a new worker 13 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.978 | 78059 | Removed run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.978 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.978 | 78059 | Assigned run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.978 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.978 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OwSCvl +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.979 | 85681 | Marked run 399 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.979 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.983 | 78060 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.984 | 78060 | Going to run: ./ci +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.984 | 78063 | Recursively removing directory: /tmp/git.KilhCd/ +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.987 | 78063 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.987 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.989 | 85683 | Marked run 400 as finished +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.989 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.990 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.993 | 78060 | Recursively removing directory: /tmp/git.OwSCvl/ +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.993 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.994 | 85700 | Added a new worker 10 to the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.994 | 78059 | Removed run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.994 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.994 | 78059 | Assigned run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.993 | 78063 | Waiting for a new command +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.994 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aQ7K8A +2024-04-25 03:45:36 | INFO | 78057/cimple-server: 2024-04-25 03:45:36.994 | 78057 | Waiting for new connections +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.995 | 78060 | Process exit code: 0 +2024-04-25 03:45:36 | INFO | 78060/cimple-worker: 2024-04-25 03:45:36.995 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.997 | 78063 | Checking out revision HEAD +2024-04-25 03:45:36 | INFO | 78063/cimple-worker: 2024-04-25 03:45:36.998 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.000 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.003 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.003 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.003 | 85708 | Added a new worker 13 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.003 | 78059 | Removed run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.003 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.003 | 78059 | Assigned run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.004 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cA2KRZ +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.004 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.004 | 85699 | Marked run 401 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.004 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.008 | 78063 | Recursively removing directory: /tmp/git.aQ7K8A/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.009 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.009 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.009 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.009 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.013 | 85702 | Marked run 402 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.013 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.013 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.016 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.016 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.016 | 85718 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.016 | 78059 | Removed run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.016 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.016 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.016 | 78059 | Assigned run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.016 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IDtFWS +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.019 | 78060 | Recursively removing directory: /tmp/git.cA2KRZ/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.020 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.020 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.021 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.022 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.023 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.025 | 85712 | Marked run 403 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.025 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.027 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.027 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.027 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.S9hbgC +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.027 | 85723 | Added a new worker 8 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.027 | 78059 | Removed run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.027 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.027 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.027 | 78059 | Assigned run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.031 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.032 | 78063 | Recursively removing directory: /tmp/git.IDtFWS/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.032 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.033 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.033 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.037 | 85720 | Marked run 404 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.037 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.037 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.040 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.040 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.040 | 85736 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.040 | 78059 | Removed run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.040 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.040 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.040 | 78059 | Assigned run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.041 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qJ66D5 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.043 | 78060 | Recursively removing directory: /tmp/git.S9hbgC/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.044 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.044 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.045 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.046 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.048 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.049 | 85731 | Marked run 405 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.049 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.051 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.051 | 85743 | Added a new worker 8 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.051 | 78059 | Removed run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.051 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.051 | 78059 | Assigned run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.052 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.051 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.051 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cKOhMM +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.056 | 78063 | Recursively removing directory: /tmp/git.qJ66D5/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.056 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.057 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.058 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.058 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.061 | 85738 | Marked run 406 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.061 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.061 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.065 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.065 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.065 | 85754 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.065 | 78059 | Removed run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.065 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.065 | 78059 | Assigned run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.065 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.065 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dnbe07 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.067 | 78060 | Recursively removing directory: /tmp/git.cKOhMM/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.068 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.068 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.069 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.070 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.071 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.074 | 85749 | Marked run 407 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.074 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.074 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.074 | 85758 | Added a new worker 8 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.074 | 78059 | Removed run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.074 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.074 | 78059 | Assigned run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.074 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.074 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.074 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mvMUBz +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.079 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.080 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.080 | 78063 | Recursively removing directory: /tmp/git.dnbe07/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.082 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.082 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.084 | 85756 | Marked run 408 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.085 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.085 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.089 | 78060 | Recursively removing directory: /tmp/git.mvMUBz/ +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.089 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.089 | 85772 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.089 | 78059 | Removed run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.089 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.089 | 78059 | Assigned run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.089 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.089 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.089 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Bn96iE +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.090 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.090 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.093 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.094 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.095 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.099 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.099 | 85780 | Added a new worker 13 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.099 | 78059 | Removed run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.099 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.100 | 78059 | Assigned run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.100 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.098 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.100 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hJpf24 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.100 | 85769 | Marked run 409 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.101 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.104 | 78063 | Recursively removing directory: /tmp/git.Bn96iE/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.105 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.106 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.106 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.106 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.108 | 85774 | Marked run 410 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.108 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.109 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.113 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.113 | 85790 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.113 | 78059 | Removed run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.113 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.113 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.113 | 78059 | Assigned run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.113 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.113 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kAl2rv +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.115 | 78060 | Recursively removing directory: /tmp/git.hJpf24/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.117 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.117 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.117 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.118 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.121 | 85785 | Marked run 411 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.121 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.121 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.124 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.124 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YGBzwd +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.124 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.124 | 85799 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.124 | 78059 | Removed run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.124 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.124 | 78059 | Assigned run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.126 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.127 | 78063 | Recursively removing directory: /tmp/git.kAl2rv/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.128 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.128 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.129 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.130 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.131 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.134 | 85793 | Marked run 412 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.134 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.134 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.134 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.134 | 85804 | Added a new worker 8 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.134 | 78059 | Removed run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.134 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.135 | 78059 | Assigned run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.135 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.135 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.emeES9 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.140 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.140 | 78060 | Recursively removing directory: /tmp/git.YGBzwd/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.141 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.142 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.142 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.145 | 85801 | Marked run 413 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.145 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.145 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.149 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.149 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.149 | 85817 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.149 | 78059 | Removed run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.149 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.149 | 78059 | Assigned run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.149 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GI4goc +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.149 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.151 | 78063 | Recursively removing directory: /tmp/git.emeES9/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.152 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.152 | 78063 | Process output: 415084 bytes +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.153 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.154 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.156 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.158 | 85812 | Marked run 414 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.159 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.159 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.159 | 85824 | Added a new worker 8 to the queue +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.159 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.160 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8tnt31 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.159 | 78059 | Removed run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.159 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.159 | 78059 | Assigned run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.160 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.164 | 78060 | Recursively removing directory: /tmp/git.GI4goc/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.164 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.165 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.167 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.167 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.169 | 85819 | Marked run 415 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.169 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.170 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.173 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.173 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.174 | 85835 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.174 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.174 | 78059 | Removed run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.174 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.174 | 78059 | Assigned run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.174 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.39C5uS +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.175 | 78063 | Recursively removing directory: /tmp/git.8tnt31/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.177 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.177 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.178 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.179 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.181 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.183 | 85831 | Marked run 416 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.183 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.185 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.185 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.185 | 85844 | Added a new worker 8 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.185 | 78059 | Removed run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.185 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.185 | 78059 | Assigned run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.185 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ExSybC +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.185 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.188 | 78060 | Recursively removing directory: /tmp/git.39C5uS/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.189 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.189 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.190 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.191 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.192 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.195 | 85838 | Marked run 417 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.195 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.195 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.196 | 85850 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.196 | 78059 | Removed run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.196 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.196 | 78059 | Assigned run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.196 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.195 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.196 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.X7fq73 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.200 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.201 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.201 | 78063 | Recursively removing directory: /tmp/git.ExSybC/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.203 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.203 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.206 | 85846 | Marked run 418 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.206 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.206 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.210 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.210 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.210 | 85862 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.210 | 78059 | Removed run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.210 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.210 | 78059 | Assigned run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.210 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.210 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mOrzay +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.211 | 78060 | Recursively removing directory: /tmp/git.X7fq73/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.212 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.212 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.215 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.216 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.216 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.217 | 85859 | Marked run 419 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.217 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.219 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.219 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.219 | 85867 | Added a new worker 8 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.219 | 78059 | Removed run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.219 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.219 | 78059 | Assigned run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.219 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.220 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OdvEAA +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.224 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.225 | 78063 | Recursively removing directory: /tmp/git.mOrzay/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.225 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.227 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.227 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.229 | 85864 | Marked run 420 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.230 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.231 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.234 | 78060 | Recursively removing directory: /tmp/git.OdvEAA/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.234 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.234 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.234 | 85880 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.234 | 78059 | Removed run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.234 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.234 | 78059 | Assigned run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.235 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.235 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.k5sPOl +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.235 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.235 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.239 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.240 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.241 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.242 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.242 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.242 | 85883 | Added a new worker 13 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.242 | 78059 | Removed run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.242 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.242 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.242 | 78059 | Assigned run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.242 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DTjbDG +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.243 | 85879 | Marked run 421 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.244 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.247 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.249 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.251 | 85881 | Marked run 422 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.251 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.251 | 78063 | Recursively removing directory: /tmp/git.k5sPOl/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.253 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.253 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.256 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.258 | 78060 | Recursively removing directory: /tmp/git.DTjbDG/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.259 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.259 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.259 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.259 | 85898 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.259 | 78059 | Removed run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.259 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.260 | 78059 | Assigned run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.259 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.260 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aZM7Mq +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.260 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.262 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.264 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.265 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.265 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.265 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.265 | 85900 | Added a new worker 13 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.265 | 78059 | Removed run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.265 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.265 | 78059 | Assigned run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.266 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.266 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nFj8SX +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.269 | 85897 | Marked run 423 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.269 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.272 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.273 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.275 | 85899 | Marked run 424 as finished +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.275 | 78063 | Recursively removing directory: /tmp/git.aZM7Mq/ +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.275 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.276 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.276 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.280 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.282 | 78060 | Recursively removing directory: /tmp/git.nFj8SX/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.283 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.283 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.283 | 85916 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.283 | 78059 | Removed run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.283 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.283 | 78059 | Assigned run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.283 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8vqcDa +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.283 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.283 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.283 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.287 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.288 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.288 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.291 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.291 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.291 | 85921 | Added a new worker 13 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.291 | 78059 | Removed run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.291 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.291 | 78059 | Assigned run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.291 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.292 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.i1xfpP +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.295 | 85915 | Marked run 425 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.295 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.297 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.298 | 78063 | Recursively removing directory: /tmp/git.8vqcDa/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.298 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.300 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.300 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.302 | 85917 | Marked run 426 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.302 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.303 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.307 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.307 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.307 | 85934 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.307 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.307 | 78059 | Removed run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.307 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.307 | 78059 | Assigned run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.307 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2iTycL +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.308 | 78060 | Recursively removing directory: /tmp/git.i1xfpP/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.310 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.310 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.311 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.312 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.312 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.315 | 85931 | Marked run 427 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.315 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.316 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.316 | 85938 | Added a new worker 8 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.316 | 78059 | Removed run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.316 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.316 | 78059 | Assigned run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.316 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.316 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.G8UrTi +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.316 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.320 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.321 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.322 | 78063 | Recursively removing directory: /tmp/git.2iTycL/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.325 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.325 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.326 | 85935 | Marked run 428 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.327 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.328 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.330 | 78060 | Recursively removing directory: /tmp/git.G8UrTi/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.332 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.332 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.332 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.332 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.332 | 85952 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.332 | 78059 | Removed run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.332 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.332 | 78059 | Assigned run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.333 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.333 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CuBjar +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.335 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.337 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.339 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.339 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.339 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.339 | 85954 | Added a new worker 13 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.339 | 78059 | Removed run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.339 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.339 | 78059 | Assigned run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.339 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.340 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8XjVHl +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.341 | 85951 | Marked run 429 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.342 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.345 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.346 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.348 | 85953 | Marked run 430 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.348 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.349 | 78063 | Recursively removing directory: /tmp/git.CuBjar/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.350 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.350 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.354 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.355 | 78060 | Recursively removing directory: /tmp/git.8XjVHl/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.356 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.356 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.357 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.357 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.357 | 85970 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.357 | 78059 | Removed run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.357 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.357 | 78059 | Assigned run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.358 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JAPhgs +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.358 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.360 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.362 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.363 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.363 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.363 | 85972 | Added a new worker 12 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.363 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.363 | 78059 | Removed run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.363 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.363 | 78059 | Assigned run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.363 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yVohPq +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.363 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.367 | 85969 | Marked run 431 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.367 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.368 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.369 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.372 | 78063 | Recursively removing directory: /tmp/git.JAPhgs/ +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.374 | 85971 | Marked run 432 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.374 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.374 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.374 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.378 | 78060 | Recursively removing directory: /tmp/git.yVohPq/ +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.379 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.380 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.380 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.382 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.382 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.382 | 85988 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.382 | 78059 | Removed run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.382 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.382 | 78059 | Assigned run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.382 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.382 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2Amha8 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.383 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.385 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.385 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.386 | 85990 | Added a new worker 12 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.386 | 78059 | Removed run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.386 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.386 | 78059 | Assigned run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.386 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.386 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EnGC4W +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.387 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.388 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.392 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.392 | 85987 | Marked run 433 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.392 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.393 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.396 | 85989 | Marked run 434 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.396 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.398 | 78063 | Recursively removing directory: /tmp/git.2Amha8/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.400 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.400 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.402 | 78060 | Recursively removing directory: /tmp/git.EnGC4W/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.403 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.403 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.404 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.407 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.407 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.407 | 86006 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.407 | 78059 | Removed run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.407 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.407 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.407 | 78059 | Assigned run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.408 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.408 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.beNRjt +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.412 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.412 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.412 | 86008 | Added a new worker 12 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.412 | 78059 | Removed run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.412 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.412 | 78059 | Assigned run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.412 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.412 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uxwhou +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.414 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.415 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.416 | 86005 | Marked run 435 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.416 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.417 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.418 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.421 | 86007 | Marked run 436 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.422 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.425 | 78063 | Recursively removing directory: /tmp/git.beNRjt/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.427 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.427 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.428 | 78060 | Recursively removing directory: /tmp/git.uxwhou/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.429 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.429 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.430 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.432 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.433 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.433 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.433 | 86025 | Added a new worker 12 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.433 | 78059 | Removed run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.433 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.433 | 78059 | Assigned run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.433 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lkvn44 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.433 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.435 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.435 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.435 | 86026 | Added a new worker 12 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.435 | 78059 | Removed run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.435 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.435 | 78059 | Assigned run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.435 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.436 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.j5KRCf +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.437 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.438 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.441 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.442 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.444 | 86023 | Marked run 437 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.444 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.447 | 86024 | Marked run 438 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.447 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.448 | 78063 | Recursively removing directory: /tmp/git.lkvn44/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.450 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.450 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.451 | 78060 | Recursively removing directory: /tmp/git.j5KRCf/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.452 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.452 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.453 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.455 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.456 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.456 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.456 | 86043 | Added a new worker 12 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.456 | 78059 | Removed run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.456 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.456 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.456 | 78059 | Assigned run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.457 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.80Ld4b +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.458 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.458 | 86044 | Added a new worker 12 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.458 | 78059 | Removed run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.458 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.458 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.458 | 78059 | Assigned run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.458 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.458 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cXUw8Z +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.465 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.466 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.466 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.467 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.468 | 86041 | Marked run 439 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.468 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.471 | 86042 | Marked run 440 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.471 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.475 | 78063 | Recursively removing directory: /tmp/git.80Ld4b/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.476 | 78060 | Recursively removing directory: /tmp/git.cXUw8Z/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.477 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.477 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.478 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.478 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.482 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.482 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.485 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.485 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.485 | 86061 | Added a new worker 12 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.485 | 78059 | Removed run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.485 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.485 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.485 | 78059 | Assigned run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.485 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EJn3C9 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.486 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.486 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.486 | 86062 | Added a new worker 12 to the queue +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.486 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JZ26aR +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.490 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.491 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.491 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.491 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.486 | 78059 | Removed run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.486 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.486 | 78059 | Assigned run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.492 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.497 | 86060 | Marked run 442 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.497 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.500 | 86059 | Marked run 441 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.500 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.502 | 78063 | Recursively removing directory: /tmp/git.EJn3C9/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.502 | 78060 | Recursively removing directory: /tmp/git.JZ26aR/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.504 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.504 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.504 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.504 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.506 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.506 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.509 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.509 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.509 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.509 | 86079 | Added a new worker 14 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.509 | 78059 | Removed run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.509 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.509 | 78059 | Assigned run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.510 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6lBoR4 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.510 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.510 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.511 | 86080 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.511 | 78059 | Removed run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.511 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.511 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.511 | 78059 | Assigned run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.511 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0V042K +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.514 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.515 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.515 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.517 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.519 | 86078 | Marked run 444 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.520 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.522 | 86077 | Marked run 443 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.522 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.525 | 78060 | Recursively removing directory: /tmp/git.6lBoR4/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.527 | 78063 | Recursively removing directory: /tmp/git.0V042K/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.527 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.527 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.528 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.528 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.531 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.532 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.535 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.535 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.535 | 86097 | Added a new worker 12 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.535 | 78059 | Removed run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.535 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.535 | 78059 | Assigned run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.535 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IuKtTS +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.536 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.536 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.536 | 86098 | Added a new worker 12 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.536 | 78059 | Removed run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.536 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.536 | 78059 | Assigned run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.536 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.536 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4GusRB +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.537 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.540 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.540 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.541 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.542 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.546 | 86095 | Marked run 445 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.546 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.549 | 86096 | Marked run 446 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.549 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.551 | 78060 | Recursively removing directory: /tmp/git.IuKtTS/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.552 | 78063 | Recursively removing directory: /tmp/git.4GusRB/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.553 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.553 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.554 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.554 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.557 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.558 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.561 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.561 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.561 | 86115 | Added a new worker 12 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.561 | 78059 | Removed run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.561 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.561 | 78059 | Assigned run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.561 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.561 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xNVzMZ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.562 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.562 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.562 | 86116 | Added a new worker 12 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.562 | 78059 | Removed run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.562 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.562 | 78059 | Assigned run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.562 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.562 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3jhOdI +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.566 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.567 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.568 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.569 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.571 | 86113 | Marked run 447 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.571 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.577 | 78060 | Recursively removing directory: /tmp/git.xNVzMZ/ +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.578 | 86114 | Marked run 448 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.578 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.578 | 78063 | Recursively removing directory: /tmp/git.3jhOdI/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.579 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.579 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.580 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.580 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.582 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.583 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.584 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.584 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.584 | 86133 | Added a new worker 12 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.585 | 78059 | Removed run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.585 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.585 | 78059 | Assigned run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.585 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3lKHaS +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.586 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.586 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.586 | 86134 | Added a new worker 14 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.586 | 78059 | Removed run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.586 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.586 | 78059 | Assigned run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.586 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.586 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GuQG1v +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.589 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.590 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.591 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.591 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.593 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.595 | 86132 | Marked run 450 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.595 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.599 | 86131 | Marked run 449 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.599 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.600 | 78060 | Recursively removing directory: /tmp/git.3lKHaS/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.602 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.602 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.603 | 78063 | Recursively removing directory: /tmp/git.GuQG1v/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.604 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.604 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.606 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.609 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.609 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.609 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.609 | 86151 | Added a new worker 12 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.609 | 78059 | Removed run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.609 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.610 | 78059 | Assigned run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.610 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.610 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HNzcvz +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.612 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.613 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.613 | 86152 | Added a new worker 12 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.613 | 78059 | Removed run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.613 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.613 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.613 | 78059 | Assigned run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.613 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GQQWGb +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.614 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.615 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.620 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.620 | 86149 | Marked run 451 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.620 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.620 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.623 | 86150 | Marked run 452 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.624 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.625 | 78060 | Recursively removing directory: /tmp/git.HNzcvz/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.627 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.627 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.629 | 78063 | Recursively removing directory: /tmp/git.GQQWGb/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.631 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.631 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.631 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.634 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.634 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.634 | 86168 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.634 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.634 | 78059 | Removed run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.634 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.634 | 78059 | Assigned run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.635 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QOE97a +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.635 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.639 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.639 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.639 | 86170 | Added a new worker 13 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.639 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.639 | 78059 | Removed run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.639 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.639 | 78059 | Assigned run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.639 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.v9Y8G1 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.640 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.641 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.643 | 86167 | Marked run 453 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.643 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.644 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.645 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.648 | 86169 | Marked run 454 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.648 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.652 | 78060 | Recursively removing directory: /tmp/git.QOE97a/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.653 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.653 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.654 | 78063 | Recursively removing directory: /tmp/git.v9Y8G1/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.655 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.655 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.656 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.658 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.659 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.659 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.659 | 86187 | Added a new worker 12 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.659 | 78059 | Removed run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.659 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.659 | 78059 | Assigned run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.659 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1Q6a9t +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.660 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.662 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.662 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BU2qKE +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.662 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.662 | 86188 | Added a new worker 12 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.662 | 78059 | Removed run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.662 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.662 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.662 | 78059 | Assigned run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.664 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.665 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.667 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.668 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.670 | 86185 | Marked run 455 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.670 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.673 | 86186 | Marked run 456 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.673 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.675 | 78060 | Recursively removing directory: /tmp/git.1Q6a9t/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.677 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.677 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.678 | 78063 | Recursively removing directory: /tmp/git.BU2qKE/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.679 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.679 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.680 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.682 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.683 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.683 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.683 | 86205 | Added a new worker 12 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.683 | 78059 | Removed run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.683 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.683 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.683 | 78059 | Assigned run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.683 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eyRWMD +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.686 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.686 | 86206 | Added a new worker 12 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.686 | 78059 | Removed run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.686 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.686 | 78059 | Assigned run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.686 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.686 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.J0gJOe +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.687 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.688 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.689 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.692 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.693 | 86203 | Marked run 457 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.693 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.694 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.696 | 86204 | Marked run 458 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.697 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.698 | 78060 | Recursively removing directory: /tmp/git.eyRWMD/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.699 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.699 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.703 | 78063 | Recursively removing directory: /tmp/git.J0gJOe/ +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.703 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.704 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.704 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.706 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.706 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.706 | 86222 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.706 | 78059 | Removed run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.706 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.706 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.706 | 78059 | Assigned run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.706 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ezjHnC +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.707 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.710 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.710 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.711 | 86224 | Added a new worker 12 to the queue +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.711 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.711 | 78059 | Removed run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.711 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.711 | 78059 | Assigned run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.711 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.711 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3x5SbB +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.711 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.716 | 86221 | Marked run 459 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.717 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.717 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.718 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.720 | 78060 | Recursively removing directory: /tmp/git.ezjHnC/ +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.721 | 86223 | Marked run 460 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.721 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.722 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.722 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.726 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.727 | 78063 | Recursively removing directory: /tmp/git.3x5SbB/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.728 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.728 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.729 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.729 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.729 | 86240 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.729 | 78059 | Removed run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.729 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.729 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.729 | 78059 | Assigned run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.729 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tRAXqC +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.733 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.733 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.734 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.736 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.736 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.736 | 86244 | Added a new worker 13 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.736 | 78059 | Removed run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.736 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.737 | 78059 | Assigned run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.737 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.737 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Uz788Q +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.739 | 86239 | Marked run 461 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.739 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.743 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.744 | 78060 | Recursively removing directory: /tmp/git.tRAXqC/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.745 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.746 | 86241 | Marked run 462 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.746 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.746 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.746 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.750 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.753 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.753 | 86258 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.754 | 78059 | Removed run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.754 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.754 | 78059 | Assigned run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.754 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.753 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.754 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zloj9g +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.754 | 78063 | Recursively removing directory: /tmp/git.Uz788Q/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.756 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.756 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.758 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.759 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.760 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.762 | 86255 | Marked run 463 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.762 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.763 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.763 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZTDsrD +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.763 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.763 | 86263 | Added a new worker 8 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.763 | 78059 | Removed run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.763 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.763 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.763 | 78059 | Assigned run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.767 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.768 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.768 | 78060 | Recursively removing directory: /tmp/git.zloj9g/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.771 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.771 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.772 | 86260 | Marked run 464 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.772 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.774 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.777 | 78063 | Recursively removing directory: /tmp/git.ZTDsrD/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.778 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.778 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.778 | 86276 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.778 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.778 | 78059 | Removed run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.778 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.778 | 78059 | Assigned run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.779 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.779 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.779 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.K1pz7A +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.783 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.783 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.784 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.786 | 86275 | Marked run 465 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.786 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.787 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.787 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.787 | 86280 | Added a new worker 8 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.787 | 78059 | Removed run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.787 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.787 | 78059 | Assigned run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.787 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3S2nXk +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.787 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.792 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.793 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.794 | 78060 | Recursively removing directory: /tmp/git.K1pz7A/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.796 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.796 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.797 | 86277 | Marked run 466 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.797 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.799 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.802 | 78063 | Recursively removing directory: /tmp/git.3S2nXk/ +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.803 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.803 | 86294 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.803 | 78059 | Removed run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.803 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.803 | 78059 | Assigned run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.803 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.803 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IY1HTq +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.803 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.803 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.804 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.806 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.807 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.808 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.810 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.810 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.810 | 86297 | Added a new worker 13 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.810 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.810 | 78059 | Removed run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.810 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.810 | 78059 | Assigned run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.810 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xXbUXr +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.814 | 86293 | Marked run 467 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.814 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.817 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.818 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.819 | 86295 | Marked run 468 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.819 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.821 | 78060 | Recursively removing directory: /tmp/git.IY1HTq/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.822 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.822 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.826 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.826 | 78063 | Recursively removing directory: /tmp/git.xXbUXr/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.828 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.828 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.830 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.830 | 86312 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.830 | 78059 | Removed run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.830 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.830 | 78059 | Assigned run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.830 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.830 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.830 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Hig01j +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.832 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.835 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.836 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.836 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.836 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.836 | 86315 | Added a new worker 13 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.836 | 78059 | Removed run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.836 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.836 | 78059 | Assigned run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.836 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.837 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6wHnWj +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.837 | 86311 | Marked run 469 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.837 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.842 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.842 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.845 | 78060 | Recursively removing directory: /tmp/git.Hig01j/ +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.846 | 86313 | Marked run 470 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.846 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.847 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.847 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.851 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.852 | 78063 | Recursively removing directory: /tmp/git.6wHnWj/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.853 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.853 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.855 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.855 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.855 | 86330 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.855 | 78059 | Removed run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.855 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.855 | 78059 | Assigned run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.855 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.855 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ToCa4U +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.857 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.860 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.861 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.861 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.861 | 86332 | Added a new worker 13 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.861 | 78059 | Removed run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.861 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.861 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.861 | 78059 | Assigned run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.861 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.862 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.x2MZ2k +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.864 | 86329 | Marked run 471 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.864 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.868 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.869 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.870 | 86331 | Marked run 472 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.870 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.871 | 78060 | Recursively removing directory: /tmp/git.ToCa4U/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.872 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.872 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.875 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.877 | 78063 | Recursively removing directory: /tmp/git.x2MZ2k/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.879 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.879 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.879 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.879 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.879 | 86348 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.879 | 78059 | Removed run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.879 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.879 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.879 | 78059 | Assigned run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.879 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WyNKXT +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.883 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.883 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.883 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.887 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.887 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.887 | 86353 | Added a new worker 13 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.887 | 78059 | Removed run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.887 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.888 | 78059 | Assigned run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.888 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.888 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hqWuZT +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.889 | 86347 | Marked run 473 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.889 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.892 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.893 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.894 | 78060 | Recursively removing directory: /tmp/git.WyNKXT/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.897 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.897 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.898 | 86349 | Marked run 474 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.898 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.901 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.902 | 78063 | Recursively removing directory: /tmp/git.hqWuZT/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.903 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.903 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.904 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.904 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.904 | 86366 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.904 | 78059 | Removed run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.904 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.904 | 78059 | Assigned run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.904 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.904 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7dEG4q +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.906 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.909 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.909 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.909 | 86368 | Added a new worker 12 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.909 | 78059 | Removed run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.909 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.909 | 78059 | Assigned run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.909 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.909 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.910 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OAuR8l +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.910 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.915 | 86365 | Marked run 475 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.916 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.916 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.917 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.919 | 86367 | Marked run 476 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.919 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.920 | 78060 | Recursively removing directory: /tmp/git.7dEG4q/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.922 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.922 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.925 | 78063 | Recursively removing directory: /tmp/git.OAuR8l/ +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.926 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.926 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.926 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.928 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.928 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.928 | 86384 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.928 | 78059 | Removed run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.928 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.928 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.928 | 78059 | Assigned run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.929 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.K4OfA5 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.929 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.932 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.932 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.932 | 86386 | Added a new worker 12 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.933 | 78059 | Removed run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.933 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.933 | 78059 | Assigned run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.933 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gORG6m +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.933 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.933 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.934 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.938 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.938 | 86383 | Marked run 477 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.938 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.939 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.943 | 86385 | Marked run 478 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.943 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.944 | 78060 | Recursively removing directory: /tmp/git.K4OfA5/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.946 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.946 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.948 | 78063 | Recursively removing directory: /tmp/git.gORG6m/ +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.950 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.950 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.950 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.953 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.953 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.953 | 86402 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.953 | 78059 | Removed run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.953 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.953 | 78059 | Assigned run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.953 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.954 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xNC939 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.954 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.958 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.958 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.958 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.959 | 86404 | Added a new worker 13 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.959 | 78059 | Removed run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.959 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.959 | 78059 | Assigned run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.959 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.959 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1PEDCE +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.960 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.962 | 86401 | Marked run 479 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.962 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.966 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.967 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.967 | 86403 | Marked run 480 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.968 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.969 | 78060 | Recursively removing directory: /tmp/git.xNC939/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.971 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.971 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.974 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.975 | 78063 | Recursively removing directory: /tmp/git.1PEDCE/ +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.977 | 78063 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.977 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.977 | 78060 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.977 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.977 | 86420 | Added a new worker 10 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.977 | 78059 | Removed run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.977 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.977 | 78059 | Assigned run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.977 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.977 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CcE1Fz +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.980 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.982 | 78060 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.983 | 78063 | Waiting for a new command +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.983 | 78060 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.983 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.983 | 86422 | Added a new worker 12 to the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.983 | 78059 | Removed run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.983 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.983 | 78059 | Assigned run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.983 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QtZA5W +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.983 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.987 | 86419 | Marked run 481 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.987 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.990 | 78063 | Checking out revision HEAD +2024-04-25 03:45:37 | INFO | 78063/cimple-worker: 2024-04-25 03:45:37.991 | 78063 | Going to run: ./ci +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.993 | 86421 | Marked run 482 as finished +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.993 | 78057 | Waiting for new connections +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.993 | 78060 | Recursively removing directory: /tmp/git.CcE1Fz/ +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.995 | 78060 | Process exit code: 0 +2024-04-25 03:45:37 | INFO | 78060/cimple-worker: 2024-04-25 03:45:37.995 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:37 | INFO | 78057/cimple-server: 2024-04-25 03:45:37.998 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.000 | 78063 | Recursively removing directory: /tmp/git.QtZA5W/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.001 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.001 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.001 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.001 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.002 | 86438 | Added a new worker 10 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.002 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.002 | 78059 | Removed run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.002 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.002 | 78059 | Assigned run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.002 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KqsUQm +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.006 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.006 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.007 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.009 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.009 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.009 | 86441 | Added a new worker 13 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.009 | 78059 | Removed run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.009 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.010 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.010 | 78059 | Assigned run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.010 | 86437 | Marked run 483 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.010 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.010 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.28tmIR +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.014 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.015 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.017 | 78060 | Recursively removing directory: /tmp/git.KqsUQm/ +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.019 | 86439 | Marked run 484 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.019 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.019 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.019 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.022 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.024 | 78063 | Recursively removing directory: /tmp/git.28tmIR/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.026 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.026 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.026 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.026 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.026 | 86456 | Added a new worker 10 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.026 | 78059 | Removed run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.026 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.026 | 78059 | Assigned run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.026 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0bJwFP +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.027 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.030 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.031 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.032 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.034 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.034 | 86455 | Marked run 485 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.034 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.034 | 86459 | Added a new worker 6 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.034 | 78059 | Removed run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.034 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.034 | 78059 | Assigned run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.034 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YScxla +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.034 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.034 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.038 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.039 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.041 | 78060 | Recursively removing directory: /tmp/git.0bJwFP/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.044 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.044 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.046 | 86457 | Marked run 486 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.046 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.048 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.048 | 78063 | Recursively removing directory: /tmp/git.YScxla/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.050 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.050 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.051 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.051 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.051 | 86474 | Added a new worker 10 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.051 | 78059 | Removed run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.051 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.051 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.051 | 78059 | Assigned run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.051 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CAcDZv +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.053 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.055 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.055 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.055 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.056 | 86476 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.056 | 78059 | Removed run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.056 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.056 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.056 | 78059 | Assigned run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.056 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Bq4PLZ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.056 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.062 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.062 | 86473 | Marked run 487 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.063 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.063 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.066 | 78060 | Recursively removing directory: /tmp/git.CAcDZv/ +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.067 | 86475 | Marked run 488 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.067 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.068 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.068 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.071 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.072 | 78063 | Recursively removing directory: /tmp/git.Bq4PLZ/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.073 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.073 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.075 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.075 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.075 | 86492 | Added a new worker 10 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.075 | 78059 | Removed run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.075 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.075 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.075 | 78059 | Assigned run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.075 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.erLCuo +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.078 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.079 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.081 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.081 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.081 | 86494 | Added a new worker 13 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.081 | 78059 | Removed run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.081 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.081 | 78059 | Assigned run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.081 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.082 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8zr8CU +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.082 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.084 | 86491 | Marked run 489 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.084 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.087 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.088 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.091 | 78060 | Recursively removing directory: /tmp/git.erLCuo/ +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.091 | 86493 | Marked run 490 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.092 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.092 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.092 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.096 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.097 | 78063 | Recursively removing directory: /tmp/git.8zr8CU/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.098 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.098 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.100 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.100 | 86510 | Added a new worker 10 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.100 | 78059 | Removed run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.100 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.100 | 78059 | Assigned run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.100 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.100 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.100 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NpGctg +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.102 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.104 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.106 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.106 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.106 | 86512 | Added a new worker 13 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.106 | 78059 | Removed run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.106 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.106 | 78059 | Assigned run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.106 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.106 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.106 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eHRuds +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.109 | 86509 | Marked run 491 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.109 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.111 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.112 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.115 | 86511 | Marked run 492 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.115 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.117 | 78060 | Recursively removing directory: /tmp/git.NpGctg/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.119 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.119 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.121 | 78063 | Recursively removing directory: /tmp/git.eHRuds/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.122 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.122 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.122 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.125 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.125 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.125 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.125 | 86529 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.125 | 78059 | Removed run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.125 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.125 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.125 | 78059 | Assigned run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.125 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xeXYSE +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.128 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.129 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.129 | 86530 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.129 | 78059 | Removed run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.129 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.129 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.129 | 78059 | Assigned run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.129 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.129 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MUdNrU +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.130 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.139 | 78060 | Recursively removing directory: /tmp/git.xeXYSE/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.139 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.140 | 86527 | Marked run 493 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.141 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.141 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.141 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.141 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.144 | 86528 | Marked run 494 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.144 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.144 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.148 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.148 | 86546 | Added a new worker 10 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.148 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.148 | 78059 | Removed run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.148 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.148 | 78059 | Assigned run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.148 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.148 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JQ4A0r +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.150 | 78063 | Recursively removing directory: /tmp/git.MUdNrU/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.152 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.152 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.152 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.153 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.155 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.156 | 86541 | Marked run 495 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.157 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.158 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.158 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.158 | 86553 | Added a new worker 8 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.158 | 78059 | Removed run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.158 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.158 | 78059 | Assigned run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.158 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.158 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ovpNeS +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.163 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.163 | 78060 | Recursively removing directory: /tmp/git.JQ4A0r/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.164 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.165 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.165 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.167 | 86548 | Marked run 496 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.168 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.169 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.172 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.172 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.172 | 86564 | Added a new worker 10 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.172 | 78059 | Removed run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.172 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.172 | 78059 | Assigned run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.173 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.172 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oiAa5t +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.172 | 78063 | Recursively removing directory: /tmp/git.ovpNeS/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.174 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.174 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.177 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.177 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.178 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.180 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.180 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.180 | 86568 | Added a new worker 13 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.180 | 78059 | Removed run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.180 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.180 | 78059 | Assigned run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.180 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.181 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3EL2L1 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.182 | 86561 | Marked run 497 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.182 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.186 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.187 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.188 | 78060 | Recursively removing directory: /tmp/git.oiAa5t/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.190 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.190 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.191 | 86565 | Marked run 498 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.191 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.194 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.196 | 78063 | Recursively removing directory: /tmp/git.3EL2L1/ +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.197 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.197 | 86582 | Added a new worker 10 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.197 | 78059 | Removed run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.197 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.197 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.197 | 78059 | Assigned run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.197 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.197 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.197 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.197 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LVSOEl +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.201 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.201 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.202 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.205 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.205 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.205 | 86587 | Added a new worker 13 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.205 | 78059 | Removed run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.205 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.205 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.205 | 78059 | Assigned run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.205 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qKsoN7 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.209 | 86581 | Marked run 499 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.209 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.212 | 78060 | Recursively removing directory: /tmp/git.LVSOEl/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.212 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.213 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.214 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.214 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.215 | 86583 | Marked run 500 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.215 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.217 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.220 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.220 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.220 | 86600 | Added a new worker 10 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.220 | 78059 | Removed run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.220 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.220 | 78059 | Assigned run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.220 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vrCC5P +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.221 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.222 | 78063 | Recursively removing directory: /tmp/git.qKsoN7/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.223 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.223 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.225 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.226 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.227 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.228 | 86595 | Marked run 501 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.228 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.230 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.230 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.230 | 86605 | Added a new worker 8 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.230 | 78059 | Removed run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.230 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.230 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.230 | 78059 | Assigned run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.230 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.e8339W +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.235 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.235 | 78060 | Recursively removing directory: /tmp/git.vrCC5P/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.236 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.237 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.237 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.240 | 86602 | Marked run 502 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.240 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.241 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.244 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.244 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.244 | 86618 | Added a new worker 10 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.244 | 78059 | Removed run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.244 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.244 | 78059 | Assigned run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.244 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DrNPJL +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.245 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.246 | 78063 | Recursively removing directory: /tmp/git.e8339W/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.248 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.248 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.250 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.251 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.252 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.253 | 86613 | Marked run 503 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.253 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.255 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.255 | 86622 | Added a new worker 8 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.255 | 78059 | Removed run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.255 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.255 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.255 | 78059 | Assigned run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.255 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.255 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dQiZ0B +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.259 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.260 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.261 | 78060 | Recursively removing directory: /tmp/git.DrNPJL/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.263 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.263 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.265 | 86619 | Marked run 504 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.265 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.266 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.269 | 78063 | Recursively removing directory: /tmp/git.dQiZ0B/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.270 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.270 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.270 | 86636 | Added a new worker 10 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.270 | 78059 | Removed run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.270 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.270 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.270 | 78059 | Assigned run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.270 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qATXxb +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.271 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.271 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.274 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.274 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.276 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.279 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.279 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.279 | 86641 | Added a new worker 13 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.279 | 78059 | Removed run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.279 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.279 | 78059 | Assigned run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.279 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KvNFUZ +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.280 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.281 | 86635 | Marked run 505 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.281 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.285 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.285 | 78060 | Recursively removing directory: /tmp/git.qATXxb/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.286 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.287 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.287 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.289 | 86638 | Marked run 506 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.290 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.291 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.294 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.294 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.294 | 86654 | Added a new worker 10 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.294 | 78059 | Removed run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.294 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.294 | 78059 | Assigned run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.294 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hhfnja +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.295 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.295 | 78063 | Recursively removing directory: /tmp/git.KvNFUZ/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.297 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.297 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.298 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.299 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.302 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.305 | 86651 | Marked run 507 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.305 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.306 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.306 | 86663 | Added a new worker 8 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.306 | 78059 | Removed run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.306 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.306 | 78059 | Assigned run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.306 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.306 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.306 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MS2ar0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.309 | 78060 | Recursively removing directory: /tmp/git.hhfnja/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.311 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.311 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.312 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.312 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.314 | 86657 | Marked run 508 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.314 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.315 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.318 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.318 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.318 | 86672 | Added a new worker 10 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.318 | 78059 | Removed run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.318 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.318 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.318 | 78059 | Assigned run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.318 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Jrj2n8 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.322 | 78063 | Recursively removing directory: /tmp/git.MS2ar0/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.322 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.323 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.323 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.323 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.327 | 86666 | Marked run 509 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.327 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.327 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.331 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.331 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.331 | 86681 | Added a new worker 10 to the queue +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.331 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0T350I +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.332 | 78060 | Recursively removing directory: /tmp/git.Jrj2n8/ +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.331 | 78059 | Removed run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.331 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.331 | 78059 | Assigned run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.332 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.333 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.333 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.336 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.336 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.336 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.339 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.339 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.339 | 86684 | Added a new worker 13 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.339 | 78059 | Removed run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.339 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.339 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.339 | 78059 | Assigned run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.340 | 86676 | Marked run 510 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.340 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.340 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.U7gaMB +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.344 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.345 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.347 | 78063 | Recursively removing directory: /tmp/git.0T350I/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.349 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.349 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.349 | 86682 | Marked run 511 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.350 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.352 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.354 | 78060 | Recursively removing directory: /tmp/git.U7gaMB/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.355 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.355 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.355 | 86699 | Added a new worker 10 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.355 | 78059 | Removed run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.355 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.355 | 78059 | Assigned run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.355 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.355 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SOcTmW +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.356 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.356 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.359 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.360 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.360 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.363 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.364 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.364 | 86703 | Added a new worker 14 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.364 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.364 | 78059 | Removed run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.364 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.364 | 78059 | Assigned run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.364 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LlixOR +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.368 | 86698 | Marked run 512 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.368 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.370 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.371 | 78063 | Recursively removing directory: /tmp/git.SOcTmW/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.371 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.372 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.373 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.373 | 86700 | Marked run 513 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.373 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.376 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.379 | 78060 | Recursively removing directory: /tmp/git.LlixOR/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.379 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.381 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.381 | 86717 | Added a new worker 10 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.381 | 78059 | Removed run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.381 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.381 | 78059 | Assigned run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.381 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.381 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.381 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.381 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TYbH6W +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.385 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.386 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.386 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.389 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.389 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.389 | 86720 | Added a new worker 13 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.389 | 78059 | Removed run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.389 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.389 | 78059 | Assigned run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.389 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.389 | 86714 | Marked run 514 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.389 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.389 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0jcQmo +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.394 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.394 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.396 | 78063 | Recursively removing directory: /tmp/git.TYbH6W/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.398 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.398 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.399 | 86718 | Marked run 515 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.399 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.401 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.404 | 78060 | Recursively removing directory: /tmp/git.0jcQmo/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.405 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.405 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.405 | 86735 | Added a new worker 10 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.405 | 78059 | Removed run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.405 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.405 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.405 | 78059 | Assigned run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.405 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.405 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.406 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.adwd4W +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.409 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.410 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.412 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.413 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.413 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.413 | 86738 | Added a new worker 13 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.413 | 78059 | Removed run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.413 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.413 | 78059 | Assigned run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.413 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8DS79b +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.414 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.414 | 86734 | Marked run 516 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.414 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.418 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.419 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.422 | 78063 | Recursively removing directory: /tmp/git.adwd4W/ +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.423 | 86736 | Marked run 517 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.423 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.423 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.424 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.427 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.428 | 78060 | Recursively removing directory: /tmp/git.8DS79b/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.430 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.430 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.431 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.431 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.431 | 86753 | Added a new worker 10 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.431 | 78059 | Removed run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.431 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.431 | 78059 | Assigned run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.431 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.431 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qFYhUK +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.434 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.435 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.437 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.438 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.438 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.438 | 86756 | Added a new worker 13 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.438 | 78059 | Removed run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.438 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.438 | 78059 | Assigned run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.438 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.438 | 86752 | Marked run 518 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.438 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.439 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.o3Au4N +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.443 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.444 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.446 | 78063 | Recursively removing directory: /tmp/git.qFYhUK/ +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.448 | 86754 | Marked run 519 as finished +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.448 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.448 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.448 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.452 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.453 | 78060 | Recursively removing directory: /tmp/git.o3Au4N/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.454 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.455 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.456 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.456 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.456 | 86771 | Added a new worker 10 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.456 | 78059 | Removed run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.456 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.456 | 78059 | Assigned run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.456 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.456 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UVAwI3 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.459 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.461 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.462 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.462 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.462 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.462 | 86773 | Added a new worker 13 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.463 | 78059 | Removed run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.463 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.463 | 78059 | Assigned run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.463 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.463 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oxRkxJ +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.464 | 86770 | Marked run 520 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.465 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.467 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.468 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.472 | 86772 | Marked run 521 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.472 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.473 | 78063 | Recursively removing directory: /tmp/git.UVAwI3/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.474 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.474 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.477 | 78060 | Recursively removing directory: /tmp/git.oxRkxJ/ +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.478 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.478 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.478 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.480 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.480 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.480 | 86789 | Added a new worker 10 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.480 | 78059 | Removed run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.480 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.480 | 78059 | Assigned run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.481 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3oLZ38 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.481 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.482 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.485 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.485 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.485 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.485 | 86791 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.486 | 78059 | Removed run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.486 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.486 | 78059 | Assigned run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.486 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.486 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9oMNGE +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.487 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.491 | 86788 | Marked run 522 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.491 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.491 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.493 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.495 | 86790 | Marked run 523 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.496 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.496 | 78063 | Recursively removing directory: /tmp/git.3oLZ38/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.498 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.498 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.502 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.502 | 78060 | Recursively removing directory: /tmp/git.9oMNGE/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.503 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.503 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.504 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.504 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.504 | 86807 | Added a new worker 10 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.504 | 78059 | Removed run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.504 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.505 | 78059 | Assigned run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.505 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.505 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jeSd9t +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.506 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.509 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.509 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.509 | 86809 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.509 | 78059 | Removed run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.509 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.509 | 78059 | Assigned run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.509 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.509 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AL0hSC +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.510 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.511 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.514 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.515 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.516 | 86806 | Marked run 524 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.516 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.519 | 86808 | Marked run 525 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.519 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.524 | 78063 | Recursively removing directory: /tmp/git.jeSd9t/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.524 | 78060 | Recursively removing directory: /tmp/git.AL0hSC/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.525 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.525 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.526 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.526 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.528 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.528 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.531 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.531 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.531 | 86826 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.531 | 78059 | Removed run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.531 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.531 | 78059 | Assigned run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.531 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.531 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.531 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.531 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5TZTYR +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.532 | 86827 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.532 | 78059 | Removed run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.532 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.532 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.532 | 78059 | Assigned run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.532 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4LGVe2 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.536 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.537 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.539 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.540 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.541 | 86824 | Marked run 526 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.542 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.544 | 86825 | Marked run 527 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.544 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.547 | 78063 | Recursively removing directory: /tmp/git.5TZTYR/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.549 | 78060 | Recursively removing directory: /tmp/git.4LGVe2/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.549 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.549 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.550 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.550 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.552 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.553 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.554 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.554 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.554 | 86844 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.554 | 78059 | Removed run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.554 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.554 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.555 | 78059 | Assigned run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.555 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.T4fZGi +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.556 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.556 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.556 | 86845 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.557 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.557 | 78059 | Removed run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.557 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.557 | 78059 | Assigned run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.557 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0PvUqv +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.559 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.560 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.561 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.563 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.565 | 86842 | Marked run 528 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.565 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.568 | 86843 | Marked run 529 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.568 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.570 | 78063 | Recursively removing directory: /tmp/git.T4fZGi/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.572 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.572 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.573 | 78060 | Recursively removing directory: /tmp/git.0PvUqv/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.574 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.574 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.575 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.577 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.578 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.578 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.578 | 86862 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.578 | 78059 | Removed run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.578 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.578 | 78059 | Assigned run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.578 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.blJAdK +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.578 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.580 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.580 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.580 | 86863 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.580 | 78059 | Removed run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.580 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.580 | 78059 | Assigned run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.580 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.581 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ogYWdG +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.583 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.584 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.586 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.587 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.588 | 86860 | Marked run 530 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.588 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.591 | 86861 | Marked run 531 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.591 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.595 | 78063 | Recursively removing directory: /tmp/git.blJAdK/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.596 | 78060 | Recursively removing directory: /tmp/git.ogYWdG/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.596 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.596 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.597 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.597 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.601 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.602 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.604 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.604 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.605 | 86880 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.605 | 78059 | Removed run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.605 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.605 | 78059 | Assigned run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.605 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.605 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DW18rw +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.605 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.606 | 86881 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.606 | 78059 | Removed run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.606 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.606 | 78059 | Assigned run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.606 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.605 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.606 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hecBmx +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.610 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.611 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.611 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.612 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.616 | 86878 | Marked run 532 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.616 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.619 | 86879 | Marked run 533 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.619 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.622 | 78063 | Recursively removing directory: /tmp/git.DW18rw/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.622 | 78060 | Recursively removing directory: /tmp/git.hecBmx/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.623 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.623 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.623 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.623 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.628 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.628 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.632 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.632 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.632 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.632 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.632 | 86899 | Added a new worker 14 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.632 | 78059 | Removed run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.632 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.632 | 78059 | Assigned run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.632 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.632 | 86898 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.633 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.632 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3zLpNj +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.633 | 78059 | Removed run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.633 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.633 | 78059 | Assigned run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.633 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ssBPOZ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.637 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.637 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.638 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.638 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.642 | 86896 | Marked run 534 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.642 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.645 | 86897 | Marked run 535 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.645 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.648 | 78063 | Recursively removing directory: /tmp/git.ssBPOZ/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.648 | 78060 | Recursively removing directory: /tmp/git.3zLpNj/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.649 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.649 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.650 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.650 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.652 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.652 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.655 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.655 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.655 | 86916 | Added a new worker 14 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.655 | 78059 | Removed run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.655 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.655 | 78059 | Assigned run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.655 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.655 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.y2JrJE +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.656 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.656 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.656 | 86917 | Added a new worker 10 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.656 | 78059 | Removed run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.656 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.656 | 78059 | Assigned run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.656 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.657 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jayeq9 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.660 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.661 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.661 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.663 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.665 | 86915 | Marked run 536 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.665 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.668 | 86914 | Marked run 537 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.669 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.671 | 78063 | Recursively removing directory: /tmp/git.y2JrJE/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.672 | 78060 | Recursively removing directory: /tmp/git.jayeq9/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.672 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.672 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.674 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.674 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.677 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.678 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.680 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.680 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.681 | 86934 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.681 | 78059 | Removed run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.681 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.681 | 78059 | Assigned run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.681 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.n6RMEr +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.681 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.682 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.682 | 86935 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.683 | 78059 | Removed run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.683 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.683 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.683 | 78059 | Assigned run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.682 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.683 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.X1SHeC +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.685 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.686 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.687 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.688 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.692 | 86932 | Marked run 538 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.692 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.695 | 86933 | Marked run 539 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.696 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.698 | 78063 | Recursively removing directory: /tmp/git.n6RMEr/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.699 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.699 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.698 | 78060 | Recursively removing directory: /tmp/git.X1SHeC/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.699 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.699 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.702 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.702 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.705 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.705 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.705 | 86952 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.705 | 78059 | Removed run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.705 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.705 | 78059 | Assigned run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.705 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.705 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.705 | 86953 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.705 | 78059 | Removed run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.705 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.705 | 78059 | Assigned run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.705 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.705 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.705 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KtZBG2 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.706 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EETxC8 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.710 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.710 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.711 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.712 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.714 | 86950 | Marked run 540 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.715 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.717 | 86951 | Marked run 541 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.718 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.721 | 78060 | Recursively removing directory: /tmp/git.KtZBG2/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.721 | 78063 | Recursively removing directory: /tmp/git.EETxC8/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.722 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.722 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.723 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.723 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.725 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.726 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.728 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.728 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.728 | 86970 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.728 | 78059 | Removed run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.728 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.728 | 78059 | Assigned run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.728 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.728 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.728 | 86971 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.728 | 78059 | Removed run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.728 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.729 | 78059 | Assigned run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.729 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.728 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.729 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yRMFyL +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.728 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KlwPrc +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.733 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.733 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.734 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.734 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.738 | 86968 | Marked run 543 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.738 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.741 | 86969 | Marked run 542 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.741 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.743 | 78063 | Recursively removing directory: /tmp/git.yRMFyL/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.744 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.744 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.745 | 78060 | Recursively removing directory: /tmp/git.KlwPrc/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.746 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.746 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.748 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.751 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.752 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.752 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.752 | 86988 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.752 | 78059 | Removed run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.752 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.752 | 78059 | Assigned run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.752 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.752 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZATTq9 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.754 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.754 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.754 | 86989 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.754 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.755 | 78059 | Removed run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.755 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.755 | 78059 | Assigned run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.755 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xjKa6o +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.757 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.759 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.760 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.761 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.762 | 86986 | Marked run 545 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.762 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.765 | 86987 | Marked run 544 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.765 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.768 | 78063 | Recursively removing directory: /tmp/git.ZATTq9/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.770 | 78060 | Recursively removing directory: /tmp/git.xjKa6o/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.770 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.770 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.771 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.771 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.775 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.776 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.778 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.778 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.778 | 87006 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.778 | 78059 | Removed run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.778 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.778 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.779 | 78059 | Assigned run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.779 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IgebWY +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.779 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.779 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.779 | 87007 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.780 | 78059 | Removed run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.780 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.780 | 78059 | Assigned run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.780 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.M1L90c +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.783 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.784 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.784 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.785 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.785 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.789 | 87004 | Marked run 546 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.789 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.793 | 87005 | Marked run 547 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.793 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.795 | 78063 | Recursively removing directory: /tmp/git.IgebWY/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.796 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.796 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.795 | 78060 | Recursively removing directory: /tmp/git.M1L90c/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.797 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.797 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.799 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.799 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.802 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.802 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.802 | 87024 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.802 | 78059 | Removed run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.802 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.802 | 78059 | Assigned run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.802 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.802 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.z9By4R +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.802 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.802 | 87025 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.802 | 78059 | Removed run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.802 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.802 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.802 | 78059 | Assigned run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.802 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.803 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GeEB1R +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.807 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.807 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.808 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.809 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.811 | 87022 | Marked run 548 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.811 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.815 | 87023 | Marked run 549 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.815 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.819 | 78060 | Recursively removing directory: /tmp/git.GeEB1R/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.819 | 78063 | Recursively removing directory: /tmp/git.z9By4R/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.820 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.820 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.821 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.821 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.823 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.823 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.826 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.826 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.826 | 87042 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.826 | 78059 | Removed run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.826 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.826 | 78059 | Assigned run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.826 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.826 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.827 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.827 | 87043 | Added a new worker 10 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.827 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.827 | 78059 | Removed run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.827 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.827 | 78059 | Assigned run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.828 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IP2BK0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.826 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UJqlGO +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.831 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.831 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.832 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.833 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.837 | 87040 | Marked run 551 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.837 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.840 | 87041 | Marked run 550 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.840 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.842 | 78060 | Recursively removing directory: /tmp/git.UJqlGO/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.844 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.844 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.843 | 78063 | Recursively removing directory: /tmp/git.IP2BK0/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.845 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.845 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.846 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.848 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.849 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.849 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.849 | 87060 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.849 | 78059 | Removed run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.849 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.849 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.849 | 78059 | Assigned run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.850 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zGfIWL +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.851 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.851 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.851 | 87061 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.851 | 78059 | Removed run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.851 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.851 | 78059 | Assigned run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.854 | 78060 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.855 | 78060 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.851 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CamOpw +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.855 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.855 | 78063 | Checking out revision HEAD +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.857 | 78063 | Going to run: ./ci +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.859 | 87058 | Marked run 552 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.859 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.862 | 87059 | Marked run 553 as finished +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.862 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.864 | 78060 | Recursively removing directory: /tmp/git.zGfIWL/ +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.866 | 78060 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.866 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.867 | 78063 | Recursively removing directory: /tmp/git.CamOpw/ +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.868 | 78063 | Process exit code: 0 +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.868 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.870 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.873 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.873 | 78060 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.873 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.874 | 87078 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.874 | 78059 | Removed run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.874 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.874 | 78059 | Assigned run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.874 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78060/cimple-worker: 2024-04-25 03:45:38.874 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wWcZ08 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.876 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.876 | 87079 | Added a new worker 12 to the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.876 | 78059 | Removed run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.876 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.877 | 78059 | Assigned run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.877 | 78057 | Waiting for new connections +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.876 | 78063 | Waiting for a new command +2024-04-25 03:45:38 | INFO | 78063/cimple-worker: 2024-04-25 03:45:38.877 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rqVuRL +2024-04-25 03:45:38 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.999 | 87077 | Marked run 555 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:38.999 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.003 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.004 | 87076 | Marked run 554 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.004 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.004 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.004 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.005 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.013 | 78063 | Recursively removing directory: /tmp/git.rqVuRL/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.013 | 78060 | Recursively removing directory: /tmp/git.wWcZ08/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.014 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.014 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.014 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.014 | 78060 | Process output: 415085 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.017 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.017 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.020 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.020 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.020 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.020 | 87096 | Added a new worker 14 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.020 | 78059 | Removed run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.020 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.020 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.020 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.020 | 78059 | Assigned run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.020 | 87097 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.020 | 78059 | Removed run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.020 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.020 | 78059 | Assigned run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.020 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vNKnuE +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.021 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DtfdoM +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.021 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.025 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.026 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.026 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.027 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.030 | 87095 | Marked run 556 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.030 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.033 | 87094 | Marked run 557 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.033 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.035 | 78060 | Recursively removing directory: /tmp/git.vNKnuE/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.036 | 78063 | Recursively removing directory: /tmp/git.DtfdoM/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.037 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.037 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.038 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.038 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.039 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.040 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.042 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.042 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.042 | 87114 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.042 | 78059 | Removed run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.042 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.042 | 78059 | Assigned run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.042 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0SeKgB +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.043 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.044 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.045 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.045 | 87115 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.045 | 78059 | Removed run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.045 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.045 | 78059 | Assigned run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.047 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.048 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.045 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kI4uDW +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.049 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.050 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.051 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.052 | 87112 | Marked run 559 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.053 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.056 | 87113 | Marked run 558 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.056 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.058 | 78060 | Recursively removing directory: /tmp/git.0SeKgB/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.060 | 78063 | Recursively removing directory: /tmp/git.kI4uDW/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.060 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.060 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.061 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.061 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.063 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.064 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.066 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.066 | 87132 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.066 | 78059 | Removed run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.066 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.066 | 78059 | Assigned run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.066 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.066 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.066 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.c3qXm2 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.067 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.067 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yLPQfU +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.067 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.067 | 87133 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.067 | 78059 | Removed run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.067 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.067 | 78059 | Assigned run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.071 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.071 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.072 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.072 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.073 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.076 | 87130 | Marked run 560 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.076 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.079 | 87131 | Marked run 561 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.079 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.081 | 78060 | Recursively removing directory: /tmp/git.c3qXm2/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.083 | 78063 | Recursively removing directory: /tmp/git.yLPQfU/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.083 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.083 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.084 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.084 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.087 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.089 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.091 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.091 | 87150 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.091 | 78059 | Removed run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.091 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.091 | 78059 | Assigned run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.091 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.091 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.091 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7ja2BG +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.092 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.092 | 87151 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.093 | 78059 | Removed run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.093 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.093 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.093 | 78059 | Assigned run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.092 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.093 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uxb0rn +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.096 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.097 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.097 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.098 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.102 | 87148 | Marked run 562 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.102 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.105 | 87149 | Marked run 563 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.105 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.108 | 78060 | Recursively removing directory: /tmp/git.7ja2BG/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.108 | 78063 | Recursively removing directory: /tmp/git.uxb0rn/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.109 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.109 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.110 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.110 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.114 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.114 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.118 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.118 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.118 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.118 | 87169 | Added a new worker 14 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.118 | 78059 | Removed run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.118 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.118 | 78059 | Assigned run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.118 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.118 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.118 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vtkydg +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.119 | 87168 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.119 | 78059 | Removed run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.119 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.119 | 78059 | Assigned run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.119 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gAqHhv +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.119 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.123 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.124 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.124 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.125 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.128 | 87166 | Marked run 564 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.129 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.131 | 87167 | Marked run 565 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.132 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.134 | 78060 | Recursively removing directory: /tmp/git.gAqHhv/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.135 | 78063 | Recursively removing directory: /tmp/git.vtkydg/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.136 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.136 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.137 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.137 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.139 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.139 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.141 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.142 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.142 | 87186 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.142 | 78059 | Removed run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.142 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.142 | 78059 | Assigned run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.142 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cTmPzF +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.142 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.142 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.142 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.143 | 87187 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.143 | 78059 | Removed run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.143 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.143 | 78059 | Assigned run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.143 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.143 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9DTfrx +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.146 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.147 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.148 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.150 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.152 | 87184 | Marked run 567 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.152 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.155 | 87185 | Marked run 566 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.155 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.157 | 78060 | Recursively removing directory: /tmp/git.cTmPzF/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.158 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.158 | 78060 | Process output: 415085 bytes +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.159 | 78063 | Recursively removing directory: /tmp/git.9DTfrx/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.160 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.160 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.161 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.163 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.164 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.164 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.164 | 87204 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.164 | 78059 | Removed run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.164 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.164 | 78059 | Assigned run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.164 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.164 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cgSmQb +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.167 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.167 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.167 | 87205 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.167 | 78059 | Removed run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.167 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.167 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.167 | 78059 | Assigned run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.167 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9vNRlh +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.169 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.170 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.172 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.173 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.174 | 87202 | Marked run 568 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.175 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.177 | 87203 | Marked run 569 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.178 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.180 | 78060 | Recursively removing directory: /tmp/git.cgSmQb/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.182 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.182 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.182 | 78063 | Recursively removing directory: /tmp/git.9vNRlh/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.184 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.184 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.185 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.186 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.187 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.187 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.187 | 87222 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.188 | 78059 | Removed run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.188 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.188 | 78059 | Assigned run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.188 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DXmbVQ +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.188 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.190 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.190 | 87223 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.190 | 78059 | Removed run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.190 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.190 | 78059 | Assigned run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.190 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.190 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aWf7WJ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.192 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.193 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.194 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.195 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.196 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.198 | 87220 | Marked run 570 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.198 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.201 | 87221 | Marked run 571 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.201 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.203 | 78060 | Recursively removing directory: /tmp/git.DXmbVQ/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.204 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.204 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.206 | 78063 | Recursively removing directory: /tmp/git.aWf7WJ/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.207 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.207 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.208 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.212 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.212 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.212 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.212 | 87240 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.212 | 78059 | Removed run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.212 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.212 | 78059 | Assigned run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.212 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.212 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Q20uB2 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.215 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.216 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.216 | 87241 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.216 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.216 | 78059 | Removed run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.216 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.216 | 78059 | Assigned run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.216 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eV8SUn +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.217 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.219 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.222 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.222 | 87238 | Marked run 572 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.222 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.223 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.225 | 87239 | Marked run 573 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.226 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.229 | 78060 | Recursively removing directory: /tmp/git.Q20uB2/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.231 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.231 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.231 | 78063 | Recursively removing directory: /tmp/git.eV8SUn/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.232 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.232 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.233 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.235 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.236 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.236 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.236 | 87258 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.236 | 78059 | Removed run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.236 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.236 | 78059 | Assigned run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.237 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ND1rdu +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.237 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.238 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.238 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.238 | 87259 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.238 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.238 | 78059 | Removed run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.238 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.239 | 78059 | Assigned run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.239 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Mhh78s +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.241 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.242 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.243 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.245 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.247 | 87256 | Marked run 574 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.248 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.251 | 87257 | Marked run 575 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.251 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.253 | 78060 | Recursively removing directory: /tmp/git.ND1rdu/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.254 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.254 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.254 | 78063 | Recursively removing directory: /tmp/git.Mhh78s/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.256 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.256 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.257 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.258 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.260 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.260 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.260 | 87276 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.260 | 78059 | Removed run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.260 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.260 | 78059 | Assigned run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.260 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.260 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.utDDwt +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.262 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.262 | 87277 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.262 | 78059 | Removed run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.262 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.262 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.262 | 78059 | Assigned run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.265 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.265 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.262 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.262 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.D2uCK7 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.266 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.268 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.271 | 87274 | Marked run 576 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.271 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.274 | 87275 | Marked run 577 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.274 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.275 | 78060 | Recursively removing directory: /tmp/git.utDDwt/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.276 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.276 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.277 | 78063 | Recursively removing directory: /tmp/git.D2uCK7/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.279 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.279 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.280 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.283 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.284 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.284 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.284 | 87294 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.284 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.284 | 78059 | Removed run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.284 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.284 | 78059 | Assigned run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.284 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Eevqax +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.287 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.287 | 87295 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.287 | 78059 | Removed run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.287 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.287 | 78059 | Assigned run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.287 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.287 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.J71iRN +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.289 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.290 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.291 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.293 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.294 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.295 | 87292 | Marked run 578 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.295 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.298 | 87293 | Marked run 579 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.299 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.300 | 78060 | Recursively removing directory: /tmp/git.Eevqax/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.302 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.302 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.303 | 78063 | Recursively removing directory: /tmp/git.J71iRN/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.304 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.304 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.306 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.309 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.309 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.309 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.309 | 87312 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.309 | 78059 | Removed run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.309 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.309 | 78059 | Assigned run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.309 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.309 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bIcUJb +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.312 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.312 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.312 | 87313 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.312 | 78059 | Removed run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.312 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.312 | 78059 | Assigned run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.313 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DGIutI +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.313 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.314 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.316 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.319 | 87310 | Marked run 580 as finished +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.319 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.319 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.319 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.322 | 87311 | Marked run 581 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.322 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.326 | 78060 | Recursively removing directory: /tmp/git.bIcUJb/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.327 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.327 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.328 | 78063 | Recursively removing directory: /tmp/git.DGIutI/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.329 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.329 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.330 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.332 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.333 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.333 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.333 | 87330 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.333 | 78059 | Removed run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.333 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.333 | 78059 | Assigned run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.333 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kxocsA +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.334 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.335 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.335 | 87331 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.335 | 78059 | Removed run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.336 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.336 | 78059 | Assigned run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.336 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.335 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.336 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6ht9es +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.341 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.342 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.344 | 87328 | Marked run 582 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.344 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.345 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.346 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.348 | 87329 | Marked run 583 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.348 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.351 | 78060 | Recursively removing directory: /tmp/git.kxocsA/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.352 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.352 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.355 | 78063 | Recursively removing directory: /tmp/git.6ht9es/ +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.356 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.356 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.356 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.359 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.359 | 87347 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.359 | 78059 | Removed run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.359 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.359 | 78059 | Assigned run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.359 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.359 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DAkxMo +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.359 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.362 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.362 | 87349 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.363 | 78059 | Removed run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.363 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.363 | 78059 | Assigned run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.362 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.362 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.363 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NqL986 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.363 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.363 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.368 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.369 | 87346 | Marked run 584 as finished +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.369 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.369 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.373 | 78060 | Recursively removing directory: /tmp/git.DAkxMo/ +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.374 | 87348 | Marked run 585 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.374 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.375 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.375 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.378 | 78063 | Recursively removing directory: /tmp/git.NqL986/ +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.379 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.380 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.380 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.382 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.382 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.382 | 87365 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.382 | 78059 | Removed run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.382 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.382 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.382 | 78059 | Assigned run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.383 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5Kusl1 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.384 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.387 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.388 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.388 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.388 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.388 | 87367 | Added a new worker 13 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.388 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.388 | 78059 | Removed run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.388 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.388 | 78059 | Assigned run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.388 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.h3UYvv +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.391 | 87364 | Marked run 586 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.391 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.394 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.395 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.396 | 87366 | Marked run 587 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.396 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.397 | 78060 | Recursively removing directory: /tmp/git.5Kusl1/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.398 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.398 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.402 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.403 | 78063 | Recursively removing directory: /tmp/git.h3UYvv/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.405 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.405 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.405 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.405 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.405 | 87383 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.405 | 78059 | Removed run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.405 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.405 | 78059 | Assigned run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.405 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.406 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.13EJvy +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.408 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.410 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.410 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.411 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.411 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.411 | 87385 | Added a new worker 13 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.411 | 78059 | Removed run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.411 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.411 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.411 | 78059 | Assigned run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.412 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7MTbaw +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.414 | 87382 | Marked run 588 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.414 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.418 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.419 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.420 | 87384 | Marked run 589 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.420 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.420 | 78060 | Recursively removing directory: /tmp/git.13EJvy/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.422 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.422 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.425 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.427 | 78063 | Recursively removing directory: /tmp/git.7MTbaw/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.428 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.428 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.429 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.429 | 87401 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.429 | 78059 | Removed run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.429 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.429 | 78059 | Assigned run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.429 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.429 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.429 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6dT736 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.432 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.433 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.433 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.436 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.436 | 87406 | Added a new worker 13 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.437 | 78059 | Removed run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.437 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.437 | 78059 | Assigned run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.437 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.436 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.437 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sSuWfV +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.439 | 87400 | Marked run 590 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.439 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.442 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.443 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.443 | 78060 | Recursively removing directory: /tmp/git.6dT736/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.445 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.445 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.446 | 87402 | Marked run 591 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.446 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.449 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.452 | 78063 | Recursively removing directory: /tmp/git.sSuWfV/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.452 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.452 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.452 | 87419 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.452 | 78059 | Removed run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.452 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.452 | 78059 | Assigned run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.452 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nx47m3 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.453 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.453 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.454 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.456 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.456 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.457 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.460 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.460 | 87422 | Added a new worker 13 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.460 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.460 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.460 | 78059 | Removed run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.460 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.460 | 78059 | Assigned run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.460 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.z1NpSx +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.461 | 87418 | Marked run 592 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.461 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.465 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.466 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.467 | 78060 | Recursively removing directory: /tmp/git.nx47m3/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.469 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.469 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.471 | 87420 | Marked run 593 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.471 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.473 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.475 | 78063 | Recursively removing directory: /tmp/git.z1NpSx/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.476 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.476 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.476 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.476 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.476 | 87437 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.476 | 78059 | Removed run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.476 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.476 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.477 | 78059 | Assigned run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.477 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Gf269u +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.479 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.481 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.482 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.482 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.482 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.482 | 87440 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.482 | 78059 | Removed run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.482 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.482 | 78059 | Assigned run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.482 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.483 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BwdaTH +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.487 | 87436 | Marked run 594 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.487 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.489 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.490 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.491 | 78060 | Recursively removing directory: /tmp/git.Gf269u/ +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.492 | 87438 | Marked run 595 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.492 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.493 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.493 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.496 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.498 | 78063 | Recursively removing directory: /tmp/git.BwdaTH/ +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.500 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.500 | 87455 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.500 | 78059 | Removed run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.500 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.500 | 78059 | Assigned run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.500 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.500 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tFq7WJ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.500 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.500 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.500 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.504 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.504 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.506 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.507 | 87454 | Marked run 596 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.508 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.508 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.508 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.508 | 87458 | Added a new worker 8 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.508 | 78059 | Removed run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.508 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.508 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.508 | 78059 | Assigned run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.508 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zxq0qG +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.512 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.513 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.515 | 78060 | Recursively removing directory: /tmp/git.tFq7WJ/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.517 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.517 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.519 | 87456 | Marked run 597 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.519 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.521 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.522 | 78063 | Recursively removing directory: /tmp/git.zxq0qG/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.523 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.523 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.524 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.524 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.524 | 87473 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.524 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.524 | 78059 | Removed run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.524 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.524 | 78059 | Assigned run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.525 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XAYEQg +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.526 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.529 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.530 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.530 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.530 | 87475 | Added a new worker 13 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.530 | 78059 | Removed run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.530 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.530 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.530 | 78059 | Assigned run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.530 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ha5F6E +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.531 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.534 | 87472 | Marked run 598 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.534 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.535 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.536 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.539 | 87474 | Marked run 599 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.539 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.540 | 78060 | Recursively removing directory: /tmp/git.XAYEQg/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.541 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.541 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.545 | 78063 | Recursively removing directory: /tmp/git.Ha5F6E/ +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.545 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.546 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.546 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.548 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.548 | 87491 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.548 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.548 | 78059 | Removed run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.548 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.548 | 78059 | Assigned run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.548 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.548 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.o18qGf +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.550 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.552 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.553 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.553 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.553 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.554 | 87494 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.554 | 78059 | Removed run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.554 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.554 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.554 | 78059 | Assigned run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.554 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tAK360 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.558 | 87490 | Marked run 600 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.558 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.560 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.561 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.562 | 78060 | Recursively removing directory: /tmp/git.o18qGf/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.564 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.564 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.565 | 87492 | Marked run 601 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.565 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.568 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.570 | 78063 | Recursively removing directory: /tmp/git.tAK360/ +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.571 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.571 | 87509 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.571 | 78059 | Removed run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.571 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.571 | 78059 | Assigned run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.571 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.571 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.571 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.571 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VEilsA +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.572 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.574 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.576 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.576 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.577 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.577 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.578 | 87512 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.578 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.578 | 78059 | Removed run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.578 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.578 | 78059 | Assigned run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.578 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lFvjqP +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.583 | 87508 | Marked run 602 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.583 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.584 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.585 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.586 | 78060 | Recursively removing directory: /tmp/git.VEilsA/ +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.587 | 87510 | Marked run 603 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.587 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.588 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.588 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.591 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.593 | 78063 | Recursively removing directory: /tmp/git.lFvjqP/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.594 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.594 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.594 | 87527 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.594 | 78059 | Removed run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.594 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.594 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.595 | 78059 | Assigned run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.594 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.594 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.595 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xmfQZc +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.599 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.599 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.599 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.602 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.603 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.603 | 87532 | Added a new worker 14 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.603 | 78059 | Removed run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.603 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.603 | 78059 | Assigned run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.603 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.603 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ughDZy +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.605 | 87526 | Marked run 604 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.605 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.608 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.609 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.609 | 78060 | Recursively removing directory: /tmp/git.xmfQZc/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.611 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.611 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.613 | 87528 | Marked run 605 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.613 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.615 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.618 | 78063 | Recursively removing directory: /tmp/git.ughDZy/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.618 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.618 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.619 | 87545 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.619 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.619 | 78059 | Removed run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.619 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.619 | 78059 | Assigned run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.619 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VSS2e6 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.619 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.619 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.622 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.623 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.624 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.625 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.625 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.625 | 87548 | Added a new worker 13 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.625 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.625 | 78059 | Removed run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.625 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.625 | 78059 | Assigned run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.625 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.T9MV7R +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.629 | 87544 | Marked run 606 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.629 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.631 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.632 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.634 | 78060 | Recursively removing directory: /tmp/git.VSS2e6/ +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.635 | 87546 | Marked run 607 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.635 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.635 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.636 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.639 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.641 | 78063 | Recursively removing directory: /tmp/git.T9MV7R/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.642 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.642 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.643 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.643 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.643 | 87563 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.643 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.643 | 78059 | Removed run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.643 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.643 | 78059 | Assigned run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.644 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.d7WNhO +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.646 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.648 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.649 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.650 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.650 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.650 | 87566 | Added a new worker 13 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.650 | 78059 | Removed run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.650 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.650 | 78059 | Assigned run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.650 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ae1a31 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.651 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.651 | 87562 | Marked run 608 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.651 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.655 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.656 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.659 | 78060 | Recursively removing directory: /tmp/git.d7WNhO/ +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.660 | 87564 | Marked run 609 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.660 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.661 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.661 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.664 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.665 | 78063 | Recursively removing directory: /tmp/git.Ae1a31/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.666 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.666 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.668 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.668 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.668 | 87581 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.668 | 78059 | Removed run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.668 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.668 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.668 | 78059 | Assigned run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.669 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mNqrIV +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.670 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.673 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.674 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.674 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.674 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.674 | 87583 | Added a new worker 13 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.674 | 78059 | Removed run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.674 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.674 | 78059 | Assigned run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.675 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.675 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8T193u +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.678 | 87580 | Marked run 610 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.678 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.681 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.682 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.683 | 87582 | Marked run 611 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.683 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.684 | 78060 | Recursively removing directory: /tmp/git.mNqrIV/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.685 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.685 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.689 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.690 | 78063 | Recursively removing directory: /tmp/git.8T193u/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.691 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.691 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.692 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.692 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.692 | 87599 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.692 | 78059 | Removed run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.692 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.692 | 78059 | Assigned run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.693 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.693 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Wx1Tp7 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.694 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.697 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.697 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.697 | 87601 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.697 | 78059 | Removed run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.697 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.697 | 78059 | Assigned run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.697 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yWk8l1 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.697 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.698 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.700 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.702 | 87598 | Marked run 612 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.702 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.703 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.704 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.707 | 87600 | Marked run 613 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.708 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.708 | 78060 | Recursively removing directory: /tmp/git.Wx1Tp7/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.710 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.710 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.713 | 78063 | Recursively removing directory: /tmp/git.yWk8l1/ +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.714 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.714 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.714 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.717 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.717 | 87617 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.717 | 78059 | Removed run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.717 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.717 | 78059 | Assigned run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.717 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.717 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.717 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.40YCWd +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.717 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.720 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.720 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.720 | 87619 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.721 | 78059 | Removed run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.721 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.721 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.721 | 78059 | Assigned run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.721 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pDRvfb +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.722 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.723 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.727 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.728 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.728 | 87616 | Marked run 614 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.728 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.732 | 78060 | Recursively removing directory: /tmp/git.40YCWd/ +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.732 | 87618 | Marked run 615 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.732 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.733 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.733 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.737 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.737 | 78063 | Recursively removing directory: /tmp/git.pDRvfb/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.738 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.738 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.740 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.740 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.740 | 87635 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.740 | 78059 | Removed run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.740 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.740 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.740 | 78059 | Assigned run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.740 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.w6nhQe +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.742 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.744 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.744 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.746 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.746 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.746 | 87638 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.746 | 78059 | Removed run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.746 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.746 | 78059 | Assigned run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.746 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1oPvvu +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.747 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.751 | 87634 | Marked run 616 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.751 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.752 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.753 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.755 | 78060 | Recursively removing directory: /tmp/git.w6nhQe/ +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.756 | 87636 | Marked run 617 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.756 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.757 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.757 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.761 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.762 | 78063 | Recursively removing directory: /tmp/git.1oPvvu/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.763 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.763 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.765 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.765 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.765 | 87653 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.765 | 78059 | Removed run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.765 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.765 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.765 | 78059 | Assigned run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.765 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OKNb5b +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.767 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.769 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.770 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.771 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.771 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.771 | 87656 | Added a new worker 13 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.771 | 78059 | Removed run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.771 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.771 | 78059 | Assigned run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.771 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.772 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rQyfc6 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.774 | 87652 | Marked run 618 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.775 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.777 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.777 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.780 | 78060 | Recursively removing directory: /tmp/git.OKNb5b/ +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.781 | 87654 | Marked run 619 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.781 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.782 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.782 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.785 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.786 | 78063 | Recursively removing directory: /tmp/git.rQyfc6/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.787 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.787 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.789 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.789 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.789 | 87671 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.789 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.789 | 78059 | Removed run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.789 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.789 | 78059 | Assigned run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.789 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fr5j6e +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.792 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.794 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.794 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.796 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.796 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.796 | 87674 | Added a new worker 13 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.796 | 78059 | Removed run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.796 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.796 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.796 | 78059 | Assigned run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.796 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6eDFBw +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.799 | 87670 | Marked run 620 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.799 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.801 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.802 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.805 | 78060 | Recursively removing directory: /tmp/git.fr5j6e/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.806 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.806 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.807 | 87672 | Marked run 621 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.807 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.810 | 78063 | Recursively removing directory: /tmp/git.6eDFBw/ +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.810 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.812 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.812 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.813 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.813 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.814 | 87689 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.814 | 78059 | Removed run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.814 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.814 | 78059 | Assigned run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.814 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EPhN2O +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.814 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.815 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.818 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.818 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.818 | 87691 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.818 | 78059 | Removed run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.818 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.818 | 78059 | Assigned run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.818 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.818 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.818 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IvSnrm +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.819 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.825 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.825 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.826 | 87688 | Marked run 622 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.826 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.830 | 87690 | Marked run 623 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.830 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.830 | 78060 | Recursively removing directory: /tmp/git.EPhN2O/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.832 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.832 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.835 | 78063 | Recursively removing directory: /tmp/git.IvSnrm/ +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.836 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.836 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.836 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.840 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.840 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.840 | 87707 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.840 | 78059 | Removed run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.840 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.840 | 78059 | Assigned run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.840 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6IaQ7F +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.840 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.841 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.844 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.845 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.845 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.845 | 87709 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.845 | 78059 | Removed run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.845 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.845 | 78059 | Assigned run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.845 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.845 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.845 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BeYhf7 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.850 | 87706 | Marked run 624 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.850 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.851 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.852 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.854 | 87708 | Marked run 625 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.854 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.856 | 78060 | Recursively removing directory: /tmp/git.6IaQ7F/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.857 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.857 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.860 | 78063 | Recursively removing directory: /tmp/git.BeYhf7/ +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.861 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.862 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.862 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.865 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.865 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.865 | 87725 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.865 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.865 | 78059 | Removed run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.865 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.865 | 78059 | Assigned run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.865 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Y3WQW7 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.866 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.869 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.870 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.870 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.870 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.870 | 87727 | Added a new worker 13 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.870 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.870 | 78059 | Removed run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.870 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.870 | 78059 | Assigned run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.871 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WftnKs +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.874 | 87724 | Marked run 626 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.874 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.877 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.878 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.879 | 87726 | Marked run 627 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.880 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.880 | 78060 | Recursively removing directory: /tmp/git.Y3WQW7/ +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.882 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.882 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.885 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.886 | 78063 | Recursively removing directory: /tmp/git.WftnKs/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.888 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.888 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.888 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.888 | 87743 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.888 | 78059 | Removed run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.888 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.888 | 78059 | Assigned run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.889 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.888 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.889 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rWPsRm +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.891 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.893 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.894 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.894 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.894 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.894 | 87745 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.894 | 78059 | Removed run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.894 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.894 | 78059 | Assigned run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.895 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.895 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0BBg6Q +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.901 | 87742 | Marked run 628 as finished +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.901 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.901 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.902 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.903 | 78060 | Recursively removing directory: /tmp/git.rWPsRm/ +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.905 | 87744 | Marked run 629 as finished +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.905 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.905 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.905 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.908 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.911 | 78063 | Recursively removing directory: /tmp/git.0BBg6Q/ +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.912 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.912 | 87761 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.912 | 78059 | Removed run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.912 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.912 | 78059 | Assigned run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.912 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.912 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.912 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NmKP9I +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.912 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.912 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.915 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.916 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.917 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.919 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.919 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.919 | 87764 | Added a new worker 13 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.919 | 78059 | Removed run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.919 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.919 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pOawUA +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.919 | 78059 | Assigned run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.919 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.922 | 87760 | Marked run 630 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.922 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.925 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.926 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.928 | 78060 | Recursively removing directory: /tmp/git.NmKP9I/ +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.928 | 87762 | Marked run 631 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.929 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.930 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.930 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.933 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.934 | 78063 | Recursively removing directory: /tmp/git.pOawUA/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.936 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.936 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.937 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.937 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.937 | 87779 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.937 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.937 | 78059 | Removed run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.937 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.937 | 78059 | Assigned run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.937 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WjZmn6 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.940 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.942 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.944 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.944 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.944 | 87781 | Added a new worker 13 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.944 | 78059 | Removed run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.944 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.944 | 78059 | Assigned run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.944 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.944 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.945 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WXtrbx +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.946 | 87778 | Marked run 632 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.946 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.950 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.950 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.954 | 78060 | Recursively removing directory: /tmp/git.WjZmn6/ +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.955 | 87780 | Marked run 633 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.955 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.956 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.956 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.959 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.959 | 78063 | Recursively removing directory: /tmp/git.WXtrbx/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.961 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.961 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.963 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.963 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.963 | 87797 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.963 | 78059 | Removed run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.963 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.963 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.963 | 78059 | Assigned run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.964 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Zk5wnP +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.965 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.968 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.969 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.969 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.969 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.970 | 87799 | Added a new worker 11 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.970 | 78059 | Removed run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.970 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.970 | 78059 | Assigned run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.970 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.971 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Olxs2x +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.972 | 87796 | Marked run 634 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.972 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.975 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.977 | 78063 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.978 | 78060 | Recursively removing directory: /tmp/git.Zk5wnP/ +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.980 | 87798 | Marked run 635 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.980 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.980 | 78060 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.980 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.984 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.985 | 78063 | Recursively removing directory: /tmp/git.Olxs2x/ +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.987 | 78063 | Process exit code: 0 +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.987 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.987 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.987 | 87816 | Added a new worker 10 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.987 | 78059 | Removed run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.987 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.987 | 78059 | Assigned run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.988 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.987 | 78060 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.988 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3EU9Vn +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.990 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.992 | 78060 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.993 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.993 | 87818 | Added a new worker 12 to the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.993 | 78059 | Removed run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.993 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.993 | 78059 | Assigned run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.993 | 78057 | Waiting for new connections +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.993 | 78063 | Waiting for a new command +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.993 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xoOm4a +2024-04-25 03:45:39 | INFO | 78060/cimple-worker: 2024-04-25 03:45:39.994 | 78060 | Going to run: ./ci +2024-04-25 03:45:39 | INFO | 78063/cimple-worker: 2024-04-25 03:45:39.999 | 78063 | Checking out revision HEAD +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.999 | 87815 | Marked run 636 as finished +2024-04-25 03:45:39 | INFO | 78057/cimple-server: 2024-04-25 03:45:39.999 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.000 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.002 | 87817 | Marked run 637 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.003 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.004 | 78060 | Recursively removing directory: /tmp/git.3EU9Vn/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.005 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.005 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.008 | 78063 | Recursively removing directory: /tmp/git.xoOm4a/ +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.009 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.010 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.010 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.013 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.012 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.013 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.013 | 87835 | Added a new worker 12 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.013 | 78059 | Removed run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.013 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.013 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.013 | 78059 | Assigned run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.013 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fdRh8p +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.016 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.016 | 87836 | Added a new worker 12 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.016 | 78059 | Removed run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.016 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.016 | 78059 | Assigned run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.016 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.016 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kH62Iz +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.017 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.018 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.020 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.022 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.023 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.024 | 87833 | Marked run 638 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.024 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.028 | 87834 | Marked run 639 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.028 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.029 | 78060 | Recursively removing directory: /tmp/git.fdRh8p/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.030 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.030 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.032 | 78063 | Recursively removing directory: /tmp/git.kH62Iz/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.034 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.034 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.034 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.038 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.038 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.038 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.038 | 87853 | Added a new worker 12 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.038 | 78059 | Removed run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.038 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.038 | 78059 | Assigned run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.039 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.039 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gRTQ1E +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.042 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.042 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.042 | 87854 | Added a new worker 12 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.042 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.042 | 78059 | Removed run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.042 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.043 | 78059 | Assigned run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.043 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zj3NE9 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.044 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.045 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.047 | 87851 | Marked run 640 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.048 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.049 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.050 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.052 | 87852 | Marked run 641 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.052 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.054 | 78060 | Recursively removing directory: /tmp/git.gRTQ1E/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.055 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.055 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.058 | 78063 | Recursively removing directory: /tmp/git.zj3NE9/ +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.059 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.060 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.060 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.063 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.063 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.063 | 87870 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.063 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.063 | 78059 | Removed run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.063 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.063 | 78059 | Assigned run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.063 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MzJQ6u +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.064 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.067 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.068 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.068 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.068 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.068 | 87872 | Added a new worker 13 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.069 | 78059 | Removed run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.069 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.069 | 78059 | Assigned run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.069 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.069 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GYJWgg +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.072 | 87869 | Marked run 642 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.073 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.075 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.076 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.077 | 78060 | Recursively removing directory: /tmp/git.MzJQ6u/ +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.079 | 87871 | Marked run 643 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.079 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.079 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.079 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.082 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.085 | 78063 | Recursively removing directory: /tmp/git.GYJWgg/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.086 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.086 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.086 | 87888 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.086 | 78059 | Removed run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.086 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.086 | 78059 | Assigned run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.086 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.086 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.086 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CMXclo +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.087 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.090 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.090 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.091 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.095 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.095 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.09oGKJ +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.095 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.095 | 87895 | Added a new worker 13 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.095 | 78059 | Removed run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.095 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.095 | 78059 | Assigned run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.095 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.097 | 87887 | Marked run 644 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.097 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.100 | 78060 | Recursively removing directory: /tmp/git.CMXclo/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.100 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.101 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.103 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.103 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.104 | 87890 | Marked run 645 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.105 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.106 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.110 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.110 | 87906 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.110 | 78059 | Removed run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.110 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.110 | 78059 | Assigned run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.110 | 78063 | Recursively removing directory: /tmp/git.09oGKJ/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.110 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.110 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Bn0erS +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.111 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.111 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.112 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.114 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.115 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.115 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.118 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.118 | 87909 | Added a new worker 13 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.118 | 78059 | Removed run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.118 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.118 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.118 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.118 | 78059 | Assigned run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.119 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7eqEz3 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.120 | 87903 | Marked run 646 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.120 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.123 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.125 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.126 | 78060 | Recursively removing directory: /tmp/git.Bn0erS/ +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.127 | 87907 | Marked run 647 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.127 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.128 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.128 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.131 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.133 | 78063 | Recursively removing directory: /tmp/git.7eqEz3/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.134 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.134 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.135 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.135 | 87924 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.135 | 78059 | Removed run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.135 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.135 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.135 | 78059 | Assigned run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.135 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.135 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mRrg1B +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.139 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.139 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.139 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.142 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.143 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.143 | 87928 | Added a new worker 14 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.143 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.143 | 78059 | Removed run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.143 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.143 | 78059 | Assigned run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.144 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pbqpYJ +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.146 | 87923 | Marked run 648 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.146 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.149 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.149 | 78060 | Recursively removing directory: /tmp/git.mRrg1B/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.151 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.151 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.151 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.153 | 87925 | Marked run 649 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.153 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.154 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.158 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.158 | 87942 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.159 | 78059 | Removed run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.159 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.159 | 78059 | Assigned run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.158 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.159 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tmHXTa +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.159 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.159 | 78063 | Recursively removing directory: /tmp/git.pbqpYJ/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.161 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.161 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.163 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.164 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.165 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.167 | 87937 | Marked run 650 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.167 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.168 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.168 | 87948 | Added a new worker 8 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.168 | 78059 | Removed run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.168 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.168 | 78059 | Assigned run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.168 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.168 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ADhi62 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.169 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.173 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.174 | 78060 | Recursively removing directory: /tmp/git.tmHXTa/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.174 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.176 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.176 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.178 | 87944 | Marked run 651 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.178 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.180 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.182 | 78063 | Recursively removing directory: /tmp/git.ADhi62/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.183 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.184 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.184 | 87960 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.184 | 78059 | Removed run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.184 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.184 | 78059 | Assigned run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.184 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.k83lEZ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.184 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.184 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.184 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.188 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.188 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.189 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.191 | 87959 | Marked run 652 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.191 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.192 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.192 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.192 | 87964 | Added a new worker 8 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.192 | 78059 | Removed run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.192 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.192 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.192 | 78059 | Assigned run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.192 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Fb3T1Q +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.197 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.198 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.199 | 78060 | Recursively removing directory: /tmp/git.k83lEZ/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.201 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.201 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.202 | 87961 | Marked run 653 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.202 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.205 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.206 | 78063 | Recursively removing directory: /tmp/git.Fb3T1Q/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.208 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.208 | 78063 | Process output: 415085 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.209 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.209 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.209 | 87978 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.209 | 78059 | Removed run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.209 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.209 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fuKtsI +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.209 | 78059 | Assigned run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.209 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.212 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.213 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.214 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.216 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.216 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.216 | 87981 | Added a new worker 13 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.216 | 78059 | Removed run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.216 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.216 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.216 | 78059 | Assigned run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.216 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bGtY4g +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.217 | 87977 | Marked run 654 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.217 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.222 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.224 | 78060 | Recursively removing directory: /tmp/git.fuKtsI/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.224 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.225 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.225 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.226 | 87979 | Marked run 655 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.226 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.228 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.232 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.232 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.232 | 87996 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.232 | 78059 | Removed run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.232 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.232 | 78059 | Assigned run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.232 | 78063 | Recursively removing directory: /tmp/git.bGtY4g/ +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.232 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.232 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CdGph1 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.234 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.234 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.237 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.237 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.238 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.239 | 87993 | Marked run 656 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.240 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.241 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.241 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.241 | 88000 | Added a new worker 8 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.241 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.241 | 78059 | Removed run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.241 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.241 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yOe8iX +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.241 | 78059 | Assigned run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.246 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.247 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.247 | 78060 | Recursively removing directory: /tmp/git.CdGph1/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.249 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.249 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.252 | 87997 | Marked run 657 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.253 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.253 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.256 | 78063 | Recursively removing directory: /tmp/git.yOe8iX/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.257 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.257 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.257 | 88014 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.257 | 78059 | Removed run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.257 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.257 | 78059 | Assigned run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.257 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.257 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0lCEuY +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.258 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.258 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.261 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.262 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.263 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.265 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.265 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.265 | 88017 | Added a new worker 13 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.265 | 78059 | Removed run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.265 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.265 | 78059 | Assigned run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.265 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.266 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fVMKgA +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.269 | 88011 | Marked run 658 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.270 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.273 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.274 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.275 | 78060 | Recursively removing directory: /tmp/git.0lCEuY/ +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.276 | 88015 | Marked run 659 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.276 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.277 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.277 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.280 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.283 | 78063 | Recursively removing directory: /tmp/git.fVMKgA/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.284 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.284 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.284 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.284 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.284 | 88032 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.284 | 78059 | Removed run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.284 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.284 | 78059 | Assigned run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.284 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.285 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mnObn2 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.287 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.289 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.290 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.291 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.291 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.291 | 88035 | Added a new worker 13 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.291 | 78059 | Removed run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.291 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.291 | 78059 | Assigned run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.291 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.291 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vtZll4 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.296 | 88031 | Marked run 660 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.296 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.298 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.299 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.301 | 78060 | Recursively removing directory: /tmp/git.mnObn2/ +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.303 | 88033 | Marked run 661 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.303 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.303 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.303 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.307 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.308 | 78063 | Recursively removing directory: /tmp/git.vtZll4/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.309 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.309 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.310 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.310 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.310 | 88050 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.310 | 78059 | Removed run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.310 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.310 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.310 | 78059 | Assigned run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.310 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AKLDFX +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.313 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.314 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.315 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.317 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.317 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.317 | 88054 | Added a new worker 13 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.317 | 78059 | Removed run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.317 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.317 | 78059 | Assigned run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.318 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.318 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OH3klA +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.322 | 88049 | Marked run 662 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.322 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.323 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.325 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.325 | 78060 | Recursively removing directory: /tmp/git.AKLDFX/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.327 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.327 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.329 | 88051 | Marked run 663 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.329 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.330 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.333 | 78063 | Recursively removing directory: /tmp/git.OH3klA/ +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.334 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.334 | 88068 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.334 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.334 | 78059 | Removed run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.334 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.334 | 78059 | Assigned run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.334 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.334 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4tBoiK +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.334 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.334 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.338 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.339 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.339 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.342 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.343 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.343 | 88073 | Added a new worker 13 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.343 | 78059 | Removed run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.343 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.343 | 78059 | Assigned run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.343 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.343 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AioYPE +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.345 | 88067 | Marked run 664 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.345 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.349 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.349 | 78060 | Recursively removing directory: /tmp/git.4tBoiK/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.350 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.350 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.350 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.354 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.354 | 88070 | Marked run 665 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.354 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.357 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.357 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.357 | 88086 | Added a new worker 9 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.357 | 78059 | Removed run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.357 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.357 | 78059 | Assigned run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.357 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LdmQjJ +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.357 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.360 | 78063 | Recursively removing directory: /tmp/git.AioYPE/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.361 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.361 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.362 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.363 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.365 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.367 | 88081 | Marked run 666 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.367 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.368 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.368 | 88093 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.369 | 78059 | Removed run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.369 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.369 | 78059 | Assigned run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.368 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.369 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wTORVt +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.369 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.373 | 78060 | Recursively removing directory: /tmp/git.LdmQjJ/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.374 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.374 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.375 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.375 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.378 | 88088 | Marked run 667 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.378 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.378 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.382 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.382 | 88104 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.382 | 78059 | Removed run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.382 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.382 | 78059 | Assigned run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.382 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.382 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.382 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vIruTH +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.384 | 78063 | Recursively removing directory: /tmp/git.wTORVt/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.385 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.385 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.386 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.387 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.388 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.391 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.391 | 88099 | Marked run 668 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.392 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.392 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.392 | 88109 | Added a new worker 6 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.392 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.392 | 78059 | Removed run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.392 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.392 | 78059 | Assigned run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.392 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oxM8N0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.397 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.398 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.398 | 78060 | Recursively removing directory: /tmp/git.vIruTH/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.400 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.400 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.403 | 88106 | Marked run 669 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.403 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.404 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.406 | 78063 | Recursively removing directory: /tmp/git.oxM8N0/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.408 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.408 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.408 | 88122 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.408 | 78059 | Removed run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.408 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.408 | 78059 | Assigned run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.408 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.408 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.408 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.408 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AM4DQP +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.412 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.413 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.414 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.416 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.416 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.416 | 88125 | Added a new worker 13 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.416 | 78059 | Removed run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.416 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.416 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.416 | 78059 | Assigned run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.416 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NeGcMh +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.417 | 88121 | Marked run 670 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.418 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.421 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.422 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.424 | 78060 | Recursively removing directory: /tmp/git.AM4DQP/ +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.425 | 88123 | Marked run 671 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.425 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.426 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.426 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.429 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.431 | 78063 | Recursively removing directory: /tmp/git.NeGcMh/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.432 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.432 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.432 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.432 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.432 | 88140 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.432 | 78059 | Removed run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.432 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.432 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.432 | 78059 | Assigned run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.433 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YIyclo +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.436 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.437 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.437 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.440 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.440 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.441 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IUQtTW +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.440 | 88145 | Added a new worker 14 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.441 | 78059 | Removed run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.441 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.441 | 78059 | Assigned run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.441 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.445 | 88139 | Marked run 672 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.445 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.447 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.447 | 78060 | Recursively removing directory: /tmp/git.YIyclo/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.447 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.450 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.450 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.452 | 88141 | Marked run 673 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.452 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.453 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.457 | 78063 | Recursively removing directory: /tmp/git.IUQtTW/ +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.457 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.457 | 88158 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.457 | 78059 | Removed run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.457 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.457 | 78059 | Assigned run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.458 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.457 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.457 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ct73bG +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.459 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.459 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.461 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.462 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.463 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.467 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.467 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.467 | 88165 | Added a new worker 13 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.468 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.468 | 78059 | Removed run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.468 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.468 | 78059 | Assigned run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.468 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9QisFH +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.470 | 88155 | Marked run 674 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.470 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.472 | 78060 | Recursively removing directory: /tmp/git.Ct73bG/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.475 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.475 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.475 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.475 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.477 | 88160 | Marked run 675 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.477 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.478 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.481 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.481 | 88176 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.481 | 78059 | Removed run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.481 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.481 | 78059 | Assigned run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.482 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.481 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.481 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IU75a7 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.484 | 78063 | Recursively removing directory: /tmp/git.9QisFH/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.485 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.485 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.486 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.488 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.488 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.491 | 88170 | Marked run 676 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.491 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.492 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.492 | 88182 | Added a new worker 8 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.492 | 78059 | Removed run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.492 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.492 | 78059 | Assigned run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.492 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.492 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.492 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zs1mTY +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.496 | 78060 | Recursively removing directory: /tmp/git.IU75a7/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.497 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.498 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.498 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.498 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.501 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.504 | 88177 | Marked run 677 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.504 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.505 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.505 | 88194 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.505 | 78059 | Removed run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.505 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.505 | 78059 | Assigned run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.506 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.505 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.506 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oIQpbP +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.507 | 78063 | Recursively removing directory: /tmp/git.zs1mTY/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.509 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.509 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.510 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.511 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.513 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.516 | 88188 | Marked run 678 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.516 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.517 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.517 | 88203 | Added a new worker 8 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.517 | 78059 | Removed run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.517 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.517 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.517 | 78059 | Assigned run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.517 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.517 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.r6YwOr +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.522 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.523 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.523 | 78060 | Recursively removing directory: /tmp/git.oIQpbP/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.525 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.525 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.528 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.530 | 88196 | Marked run 679 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.530 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.531 | 78063 | Recursively removing directory: /tmp/git.r6YwOr/ +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.532 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.532 | 88212 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.532 | 78059 | Removed run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.532 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.532 | 78059 | Assigned run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.532 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.532 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.533 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aO1VI0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.533 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.533 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.536 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.537 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.538 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.539 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.539 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.539 | 88215 | Added a new worker 13 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.539 | 78059 | Removed run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.539 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.539 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.539 | 78059 | Assigned run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.540 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tJ3im3 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.543 | 88211 | Marked run 680 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.543 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.546 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.547 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.548 | 78060 | Recursively removing directory: /tmp/git.aO1VI0/ +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.549 | 88213 | Marked run 681 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.550 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.550 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.550 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.553 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.555 | 78063 | Recursively removing directory: /tmp/git.tJ3im3/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.557 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.557 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.557 | 88230 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.557 | 78059 | Removed run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.557 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.557 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.557 | 78059 | Assigned run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.557 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8qBB9Z +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.557 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.557 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.561 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.561 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.562 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.565 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.565 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.565 | 88234 | Added a new worker 13 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.565 | 78059 | Removed run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.565 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.565 | 78059 | Assigned run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.565 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Sy4TYc +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.566 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.566 | 88229 | Marked run 682 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.566 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.570 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.572 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.572 | 78060 | Recursively removing directory: /tmp/git.8qBB9Z/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.573 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.573 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.575 | 88231 | Marked run 683 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.575 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.577 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.580 | 78063 | Recursively removing directory: /tmp/git.Sy4TYc/ +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.581 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.581 | 88248 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.581 | 78059 | Removed run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.581 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.581 | 78059 | Assigned run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.581 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.581 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.581 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4swBTn +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.581 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.581 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.584 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.586 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.587 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.587 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.587 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.587 | 88250 | Added a new worker 13 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.587 | 78059 | Removed run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.587 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.587 | 78059 | Assigned run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.587 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.588 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Xhs6Br +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.592 | 88247 | Marked run 684 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.592 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.593 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.594 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.597 | 88249 | Marked run 685 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.597 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.597 | 78060 | Recursively removing directory: /tmp/git.4swBTn/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.599 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.599 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.602 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.603 | 78063 | Recursively removing directory: /tmp/git.Xhs6Br/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.604 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.604 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.606 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.606 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.606 | 88266 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.606 | 78059 | Removed run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.606 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.606 | 78059 | Assigned run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.606 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zvvBCp +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.606 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.608 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.610 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.611 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.612 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.612 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.612 | 88269 | Added a new worker 13 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.612 | 78059 | Removed run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.612 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.612 | 78059 | Assigned run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.613 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.613 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0GUu8b +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.616 | 88265 | Marked run 686 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.616 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.618 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.619 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.621 | 78060 | Recursively removing directory: /tmp/git.zvvBCp/ +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.621 | 88267 | Marked run 687 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.621 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.623 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.623 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.626 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.628 | 78063 | Recursively removing directory: /tmp/git.0GUu8b/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.629 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.629 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.630 | 88284 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.630 | 78059 | Removed run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.630 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.630 | 78059 | Assigned run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.630 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.630 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.630 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bzqf1S +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.630 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.634 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.634 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.635 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.637 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.637 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.637 | 88287 | Added a new worker 13 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.637 | 78059 | Removed run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.637 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.637 | 78059 | Assigned run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.637 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.637 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vNGR7k +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.637 | 88283 | Marked run 688 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.638 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.642 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.644 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.646 | 78060 | Recursively removing directory: /tmp/git.bzqf1S/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.647 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.647 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.648 | 88285 | Marked run 689 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.648 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.651 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.653 | 78063 | Recursively removing directory: /tmp/git.vNGR7k/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.654 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.654 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.654 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.654 | 88302 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.654 | 78059 | Removed run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.654 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.654 | 78059 | Assigned run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.654 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.655 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.655 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lBrW3M +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.657 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.659 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.660 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.660 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.660 | 88304 | Added a new worker 12 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.660 | 78059 | Removed run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.660 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.660 | 78059 | Assigned run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.660 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.660 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.661 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hBaHiA +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.665 | 88301 | Marked run 690 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.665 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.667 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.668 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.670 | 88303 | Marked run 691 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.670 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.670 | 78060 | Recursively removing directory: /tmp/git.lBrW3M/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.672 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.672 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.675 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.676 | 78063 | Recursively removing directory: /tmp/git.hBaHiA/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.678 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.678 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.679 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.679 | 88320 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.679 | 78059 | Removed run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.679 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.679 | 78059 | Assigned run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.679 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.679 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.679 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.C5IoT6 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.682 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.684 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.685 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.686 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.686 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.686 | 88323 | Added a new worker 13 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.686 | 78059 | Removed run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.686 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.686 | 78059 | Assigned run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.686 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.686 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zScRc2 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.687 | 88319 | Marked run 692 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.687 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.691 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.692 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.695 | 78060 | Recursively removing directory: /tmp/git.C5IoT6/ +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.695 | 88321 | Marked run 693 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.695 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.696 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.696 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.701 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.701 | 78063 | Recursively removing directory: /tmp/git.zScRc2/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.702 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.702 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.703 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.703 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.704 | 88338 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.704 | 78059 | Removed run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.704 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.704 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.704 | 78059 | Assigned run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.704 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AsG7Yy +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.705 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.708 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.708 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.708 | 88340 | Added a new worker 12 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.708 | 78059 | Removed run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.708 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.708 | 78059 | Assigned run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.708 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.708 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Suflbc +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.709 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.710 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.714 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.714 | 88337 | Marked run 694 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.715 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.715 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.718 | 88339 | Marked run 695 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.718 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.721 | 78060 | Recursively removing directory: /tmp/git.AsG7Yy/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.722 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.722 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.723 | 78063 | Recursively removing directory: /tmp/git.Suflbc/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.725 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.725 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.726 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.729 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.730 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.730 | 88357 | Added a new worker 12 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.730 | 78059 | Removed run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.730 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.730 | 78059 | Assigned run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.731 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.730 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.730 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.f4TOH0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.733 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.733 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.733 | 88358 | Added a new worker 12 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.734 | 78059 | Removed run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.734 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.734 | 78059 | Assigned run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.734 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.734 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4MEVkH +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.735 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.736 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.740 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.741 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.741 | 88355 | Marked run 696 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.741 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.744 | 88356 | Marked run 697 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.744 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.745 | 78060 | Recursively removing directory: /tmp/git.f4TOH0/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.747 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.747 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.750 | 78063 | Recursively removing directory: /tmp/git.4MEVkH/ +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.750 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.751 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.751 | 78063 | Process output: 415085 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.754 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.754 | 88374 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.754 | 78059 | Removed run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.754 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.754 | 78059 | Assigned run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.754 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.754 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bAcmiR +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.754 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.756 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.758 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.759 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.759 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.760 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.760 | 88376 | Added a new worker 13 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.760 | 78059 | Removed run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.760 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.760 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.760 | 78059 | Assigned run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.760 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.po3QW6 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.763 | 88373 | Marked run 698 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.763 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.766 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.767 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.768 | 88375 | Marked run 699 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.769 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.769 | 78060 | Recursively removing directory: /tmp/git.bAcmiR/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.771 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.771 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.775 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.775 | 78063 | Recursively removing directory: /tmp/git.po3QW6/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.777 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.777 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.778 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.778 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.778 | 88392 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.778 | 78059 | Removed run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.778 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.778 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.779 | 78059 | Assigned run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.779 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QG0Oln +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.781 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.783 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.783 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.784 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.784 | 88394 | Added a new worker 12 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.784 | 78059 | Removed run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.784 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.784 | 78059 | Assigned run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.784 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.784 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.42SBhs +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.784 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.790 | 88391 | Marked run 700 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.790 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.791 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.792 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.793 | 88393 | Marked run 701 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.793 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.793 | 78060 | Recursively removing directory: /tmp/git.QG0Oln/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.795 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.795 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.798 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.800 | 78063 | Recursively removing directory: /tmp/git.42SBhs/ +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.801 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.801 | 88410 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.801 | 78059 | Removed run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.801 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.802 | 78059 | Assigned run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.802 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.802 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.802 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.801 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.802 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GJBumA +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.805 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.806 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.806 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.810 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.810 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Sg0Tp1 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.810 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.810 | 88415 | Added a new worker 13 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.810 | 78059 | Removed run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.810 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.810 | 78059 | Assigned run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.810 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.815 | 88409 | Marked run 702 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.815 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.816 | 78060 | Recursively removing directory: /tmp/git.GJBumA/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.817 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.817 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.818 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.818 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.819 | 88411 | Marked run 703 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.819 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.821 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.825 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.825 | 88428 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.825 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.825 | 78059 | Removed run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.825 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.825 | 78059 | Assigned run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.825 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.826 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GeZlrs +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.826 | 78063 | Recursively removing directory: /tmp/git.Sg0Tp1/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.827 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.827 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.831 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.831 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.832 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.834 | 88423 | Marked run 704 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.834 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.834 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.834 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.834 | 88431 | Added a new worker 8 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.834 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.834 | 78059 | Removed run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.834 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.834 | 78059 | Assigned run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.834 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SACojv +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.839 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.839 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.841 | 78060 | Recursively removing directory: /tmp/git.GeZlrs/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.843 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.843 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.845 | 88429 | Marked run 705 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.845 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.847 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.849 | 78063 | Recursively removing directory: /tmp/git.SACojv/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.850 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.850 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.851 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.851 | 88446 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.851 | 78059 | Removed run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.851 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.851 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.851 | 78059 | Assigned run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.851 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.851 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yPduV1 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.854 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.855 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.855 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.858 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.858 | 88450 | Added a new worker 13 to the queue +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.858 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.858 | 78059 | Removed run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.858 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.858 | 78059 | Assigned run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.858 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.858 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yt7Ztp +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.862 | 88445 | Marked run 706 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.863 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.865 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.866 | 78060 | Recursively removing directory: /tmp/git.yPduV1/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.866 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.867 | 88447 | Marked run 707 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.867 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.868 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.868 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.871 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.874 | 78063 | Recursively removing directory: /tmp/git.yt7Ztp/ +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.874 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.874 | 88464 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.874 | 78059 | Removed run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.874 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.874 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.874 | 78059 | Assigned run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.874 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.874 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0INCFv +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.876 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.876 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.878 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.879 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.880 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.884 | 88463 | Marked run 708 as finished +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.884 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.884 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.884 | 88473 | Added a new worker 6 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.884 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.884 | 78059 | Removed run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.884 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.884 | 78059 | Assigned run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.885 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.885 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bgvjiC +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.889 | 78060 | Recursively removing directory: /tmp/git.0INCFv/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.889 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.890 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.890 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.890 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.894 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.895 | 88466 | Marked run 709 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.895 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.897 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.897 | 88482 | Added a new worker 9 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.897 | 78059 | Removed run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.897 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.897 | 78059 | Assigned run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.897 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.897 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5xNcUM +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.898 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.899 | 78063 | Recursively removing directory: /tmp/git.bgvjiC/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.900 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.900 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.902 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.902 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.904 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.906 | 88477 | Marked run 710 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.906 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.907 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.907 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.907 | 88487 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.907 | 78059 | Removed run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.907 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.907 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.907 | 78059 | Assigned run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.907 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.J1SLMm +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.912 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.913 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.913 | 78060 | Recursively removing directory: /tmp/git.5xNcUM/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.915 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.915 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.917 | 88484 | Marked run 711 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.917 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.919 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.921 | 78063 | Recursively removing directory: /tmp/git.J1SLMm/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.922 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.922 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.923 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.923 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.923 | 88500 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.923 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.923 | 78059 | Removed run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.923 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.923 | 78059 | Assigned run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.923 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dhksu8 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.925 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.928 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.928 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.928 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.928 | 88502 | Added a new worker 12 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.928 | 78059 | Removed run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.928 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.928 | 78059 | Assigned run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.928 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NM7PA3 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.929 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.929 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.933 | 88499 | Marked run 712 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.933 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.934 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.936 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.938 | 88501 | Marked run 713 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.938 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.939 | 78060 | Recursively removing directory: /tmp/git.dhksu8/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.940 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.940 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.943 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.944 | 78063 | Recursively removing directory: /tmp/git.NM7PA3/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.946 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.946 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.946 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.947 | 88518 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.947 | 78059 | Removed run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.947 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.947 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.947 | 78059 | Assigned run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.946 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.947 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.I0BD82 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.950 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.950 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.951 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.953 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.953 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.953 | 88522 | Added a new worker 13 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.953 | 78059 | Removed run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.953 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.953 | 78059 | Assigned run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.954 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.v05oHU +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.954 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.957 | 88517 | Marked run 714 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.957 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.960 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.961 | 78060 | Recursively removing directory: /tmp/git.I0BD82/ +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.961 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.962 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.963 | 78060 | Process output: 415085 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.964 | 88519 | Marked run 715 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.964 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.965 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.969 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.969 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.970 | 88536 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.970 | 78059 | Removed run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.970 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.970 | 78059 | Assigned run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.970 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.970 | 78063 | Recursively removing directory: /tmp/git.v05oHU/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.970 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uPb7d3 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.972 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.972 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.974 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.976 | 78060 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.976 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.978 | 88532 | Marked run 716 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.978 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.979 | 78063 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.979 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.979 | 88541 | Added a new worker 8 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.979 | 78059 | Removed run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.979 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.979 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.979 | 78059 | Assigned run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.979 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9ebvLl +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.984 | 78063 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.985 | 78063 | Going to run: ./ci +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.985 | 78060 | Recursively removing directory: /tmp/git.uPb7d3/ +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.987 | 78060 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.987 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.989 | 88537 | Marked run 717 as finished +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.989 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.991 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.994 | 78063 | Recursively removing directory: /tmp/git.9ebvLl/ +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.994 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.994 | 88554 | Added a new worker 10 to the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.994 | 78059 | Removed run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.994 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.994 | 78059 | Assigned run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.994 | 78060 | Waiting for a new command +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.995 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yw6h4W +2024-04-25 03:45:40 | INFO | 78057/cimple-server: 2024-04-25 03:45:40.995 | 78057 | Waiting for new connections +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.995 | 78063 | Process exit code: 0 +2024-04-25 03:45:40 | INFO | 78063/cimple-worker: 2024-04-25 03:45:40.995 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.998 | 78060 | Checking out revision HEAD +2024-04-25 03:45:40 | INFO | 78060/cimple-worker: 2024-04-25 03:45:40.999 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.000 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.004 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.004 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.004 | 88561 | Added a new worker 13 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.004 | 78059 | Removed run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.004 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.004 | 78059 | Assigned run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.004 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.feKXt5 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.004 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.005 | 88553 | Marked run 718 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.005 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.009 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.009 | 78060 | Recursively removing directory: /tmp/git.yw6h4W/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.010 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.012 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.012 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.014 | 88556 | Marked run 719 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.014 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.015 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.018 | 78063 | Recursively removing directory: /tmp/git.feKXt5/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.019 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.019 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.019 | 88572 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.019 | 78059 | Removed run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.019 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.019 | 78059 | Assigned run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.019 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Jd63hL +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.020 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.020 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.020 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.023 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.024 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.024 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.027 | 88571 | Marked run 720 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.028 | 88576 | Added a new worker 6 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.028 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.028 | 78059 | Removed run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.028 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.028 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.028 | 78059 | Assigned run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.028 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.028 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eBkSdL +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.033 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.033 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.035 | 78060 | Recursively removing directory: /tmp/git.Jd63hL/ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.037 | 88573 | Marked run 721 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.037 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.037 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.037 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.041 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.042 | 78063 | Recursively removing directory: /tmp/git.eBkSdL/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.043 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.043 | 78063 | Process output: 415085 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.045 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.045 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.045 | 88590 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.045 | 78059 | Removed run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.045 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.045 | 78059 | Assigned run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.045 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.045 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6YgNrc +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.048 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.050 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.051 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.052 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.052 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.052 | 88593 | Added a new worker 13 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.052 | 78059 | Removed run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.052 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.052 | 78059 | Assigned run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.052 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.052 | 88589 | Marked run 722 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.053 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.053 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dwzcAt +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.057 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.058 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.060 | 78060 | Recursively removing directory: /tmp/git.6YgNrc/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.062 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.062 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.063 | 88591 | Marked run 723 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.063 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.066 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.066 | 78063 | Recursively removing directory: /tmp/git.dwzcAt/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.068 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.068 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.069 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.069 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.069 | 88608 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.069 | 78059 | Removed run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.069 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.069 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.069 | 78059 | Assigned run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.069 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gmGSM6 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.071 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.073 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.073 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.075 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.075 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.076 | 88611 | Added a new worker 12 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.076 | 78059 | Removed run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.076 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.076 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.076 | 78059 | Assigned run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.076 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aPGiUQ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.080 | 88607 | Marked run 724 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.080 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.082 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.083 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.085 | 88609 | Marked run 725 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.085 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.085 | 78060 | Recursively removing directory: /tmp/git.gmGSM6/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.086 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.086 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.090 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.092 | 78063 | Recursively removing directory: /tmp/git.aPGiUQ/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.093 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.093 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.093 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.094 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jZAx5G +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.093 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.093 | 88626 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.093 | 78059 | Removed run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.093 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.093 | 78059 | Assigned run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.094 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.097 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.098 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.098 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.102 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.102 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.102 | 88631 | Added a new worker 13 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.102 | 78059 | Removed run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.102 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.102 | 78059 | Assigned run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.102 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.102 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DON0qC +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.104 | 88625 | Marked run 726 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.105 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.108 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.108 | 78060 | Recursively removing directory: /tmp/git.jZAx5G/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.109 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.110 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.110 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.112 | 88627 | Marked run 727 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.112 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.113 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.116 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.116 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.116 | 88644 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.116 | 78059 | Removed run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.116 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.116 | 78059 | Assigned run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.117 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JVAu7m +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.118 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.118 | 78063 | Recursively removing directory: /tmp/git.DON0qC/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.120 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.120 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.121 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.121 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.124 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.127 | 88639 | Marked run 728 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.127 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.128 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.128 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.129 | 88653 | Added a new worker 8 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.129 | 78059 | Removed run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.129 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.129 | 78059 | Assigned run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.129 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.n9J2U0 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.130 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.131 | 78060 | Recursively removing directory: /tmp/git.JVAu7m/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.132 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.132 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.133 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.134 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.136 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.137 | 88648 | Marked run 729 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.137 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.140 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.140 | 88662 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.140 | 78059 | Removed run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.140 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.140 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.140 | 78059 | Assigned run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.140 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.140 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HweIN3 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.143 | 78063 | Recursively removing directory: /tmp/git.n9J2U0/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.145 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.145 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.145 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.146 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.148 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.149 | 88656 | Marked run 730 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.149 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.152 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.152 | 88671 | Added a new worker 8 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.152 | 78059 | Removed run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.152 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.152 | 78059 | Assigned run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.152 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.152 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NCT9wI +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.153 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.155 | 78060 | Recursively removing directory: /tmp/git.HweIN3/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.156 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.156 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.157 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.157 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.160 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.161 | 88665 | Marked run 731 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.161 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.164 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.164 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.165 | 88680 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.165 | 78059 | Removed run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.165 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.165 | 78059 | Assigned run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.165 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.165 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6e9lq3 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.166 | 78063 | Recursively removing directory: /tmp/git.NCT9wI/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.168 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.168 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.170 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.170 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.171 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.174 | 88674 | Marked run 732 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.174 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.174 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.174 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.174 | 88684 | Added a new worker 8 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.174 | 78059 | Removed run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.174 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.174 | 78059 | Assigned run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.175 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.175 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mIbU8d +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.179 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.180 | 78060 | Recursively removing directory: /tmp/git.6e9lq3/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.180 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.182 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.182 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.184 | 88681 | Marked run 733 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.184 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.185 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.189 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.189 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.189 | 88698 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.189 | 78059 | Removed run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.189 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.189 | 78059 | Assigned run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.189 | 78063 | Recursively removing directory: /tmp/git.mIbU8d/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.189 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LxQpOe +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.190 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.191 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.191 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.193 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.195 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.195 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.197 | 88695 | Marked run 734 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.197 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.198 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.198 | 88702 | Added a new worker 8 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.198 | 78059 | Removed run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.198 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.198 | 78059 | Assigned run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.198 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.198 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mgMMn5 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.199 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.203 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.204 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.205 | 78060 | Recursively removing directory: /tmp/git.LxQpOe/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.207 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.207 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.208 | 88699 | Marked run 735 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.208 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.211 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.213 | 78063 | Recursively removing directory: /tmp/git.mgMMn5/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.215 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.215 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.215 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.215 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.215 | 88716 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.215 | 78059 | Removed run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.215 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.215 | 78059 | Assigned run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.215 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.215 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.P7dJmz +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.218 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.220 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.221 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.221 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.221 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.221 | 88719 | Added a new worker 12 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.221 | 78059 | Removed run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.221 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.222 | 78059 | Assigned run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.222 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.222 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VoNRFi +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.227 | 88715 | Marked run 736 as finished +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.227 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.227 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.230 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.232 | 78060 | Recursively removing directory: /tmp/git.P7dJmz/ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.233 | 88717 | Marked run 737 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.233 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.234 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.234 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.237 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.239 | 78063 | Recursively removing directory: /tmp/git.VoNRFi/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.240 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.240 | 78063 | Process output: 415085 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.240 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.240 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.240 | 88734 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.240 | 78059 | Removed run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.240 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.241 | 78059 | Assigned run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.241 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.241 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yxgLDS +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.243 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.245 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.246 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.247 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.247 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.247 | 88737 | Added a new worker 13 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.247 | 78059 | Removed run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.247 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.247 | 78059 | Assigned run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.247 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.247 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.48S3DX +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.250 | 88733 | Marked run 738 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.250 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.253 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.255 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.255 | 78060 | Recursively removing directory: /tmp/git.yxgLDS/ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.257 | 88735 | Marked run 739 as finished +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.257 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.257 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.257 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.260 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.263 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.263 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.263 | 88752 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.263 | 78059 | Removed run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.263 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.263 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.263 | 78059 | Assigned run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.263 | 78063 | Recursively removing directory: /tmp/git.48S3DX/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.264 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wxuJme +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.265 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.265 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.268 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.269 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.269 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.272 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.272 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.273 | 88757 | Added a new worker 13 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.273 | 78059 | Removed run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.273 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.273 | 78059 | Assigned run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.273 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.273 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.t838qO +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.274 | 88751 | Marked run 740 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.274 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.277 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.278 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.279 | 78060 | Recursively removing directory: /tmp/git.wxuJme/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.281 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.281 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.282 | 88754 | Marked run 741 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.282 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.284 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.287 | 78063 | Recursively removing directory: /tmp/git.t838qO/ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.288 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.288 | 88770 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.288 | 78059 | Removed run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.288 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.288 | 78059 | Assigned run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.288 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.288 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.289 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UJo7Hf +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.289 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.289 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.293 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.294 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.295 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.296 | 88769 | Marked run 742 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.296 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.296 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.296 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.296 | 88773 | Added a new worker 8 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.296 | 78059 | Removed run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.296 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.296 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.296 | 78059 | Assigned run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.297 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Y4cay6 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.301 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.302 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.304 | 78060 | Recursively removing directory: /tmp/git.UJo7Hf/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.306 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.306 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.306 | 88771 | Marked run 743 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.307 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.309 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.311 | 78063 | Recursively removing directory: /tmp/git.Y4cay6/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.312 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.312 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.313 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.313 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.313 | 88788 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.313 | 78059 | Removed run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.313 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.313 | 78059 | Assigned run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.314 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3CzrfM +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.314 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.316 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.318 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.319 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.320 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.320 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.320 | 88791 | Added a new worker 13 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.320 | 78059 | Removed run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.320 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.320 | 78059 | Assigned run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.321 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.321 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FauuWc +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.323 | 88787 | Marked run 744 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.323 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.326 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.328 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.329 | 78060 | Recursively removing directory: /tmp/git.3CzrfM/ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.330 | 88789 | Marked run 745 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.330 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.331 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.331 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.334 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.337 | 78063 | Recursively removing directory: /tmp/git.FauuWc/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.338 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.338 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.338 | 88806 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.338 | 78059 | Removed run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.338 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.338 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.338 | 78059 | Assigned run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.338 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.338 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.338 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zB1j9U +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.343 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.343 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.344 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.346 | 88805 | Marked run 746 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.346 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.346 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.346 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.346 | 88809 | Added a new worker 8 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.346 | 78059 | Removed run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.346 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.346 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.346 | 78059 | Assigned run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.347 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Bapgz1 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.351 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.352 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.354 | 78060 | Recursively removing directory: /tmp/git.zB1j9U/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.356 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.356 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.358 | 88807 | Marked run 747 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.358 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.360 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.361 | 78063 | Recursively removing directory: /tmp/git.Bapgz1/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.362 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.362 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.364 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.364 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.364 | 88824 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.364 | 78059 | Removed run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.364 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.364 | 78059 | Assigned run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.364 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dIxUJ4 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.364 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.367 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.368 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.369 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.371 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.371 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.371 | 88827 | Added a new worker 13 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.371 | 78059 | Removed run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.371 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.371 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.371 | 78059 | Assigned run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.371 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Wbwg0s +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.372 | 88823 | Marked run 748 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.372 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.376 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.378 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.379 | 78060 | Recursively removing directory: /tmp/git.dIxUJ4/ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.380 | 88825 | Marked run 749 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.380 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.380 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.380 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.384 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.386 | 78063 | Recursively removing directory: /tmp/git.Wbwg0s/ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.387 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.387 | 88842 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.387 | 78059 | Removed run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.387 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.387 | 78059 | Assigned run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.388 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.387 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.388 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0TpaIY +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.388 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.388 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.392 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.393 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.394 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.395 | 88841 | Marked run 750 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.395 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.395 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.395 | 88845 | Added a new worker 8 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.396 | 78059 | Removed run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.396 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.396 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.396 | 78059 | Assigned run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.395 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.396 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.irYGMW +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.400 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.401 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.404 | 78060 | Recursively removing directory: /tmp/git.0TpaIY/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.405 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.405 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.406 | 88843 | Marked run 751 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.406 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.409 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.411 | 78063 | Recursively removing directory: /tmp/git.irYGMW/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.412 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.412 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.412 | 88860 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.412 | 78059 | Removed run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.412 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.412 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.413 | 78059 | Assigned run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.413 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.413 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.413 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fVErX4 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.416 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.417 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.417 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.421 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.421 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.421 | 88865 | Added a new worker 14 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.421 | 78059 | Removed run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.421 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.421 | 78059 | Assigned run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.421 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fugrLN +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.422 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.424 | 88859 | Marked run 752 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.424 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.427 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.428 | 78060 | Recursively removing directory: /tmp/git.fVErX4/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.428 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.429 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.429 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.430 | 88861 | Marked run 753 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.431 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.433 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.436 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.436 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.436 | 88878 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.436 | 78059 | Removed run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.436 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.436 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.437 | 78059 | Assigned run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.437 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.t3s4JT +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.438 | 78063 | Recursively removing directory: /tmp/git.fugrLN/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.440 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.440 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.440 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.441 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.444 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.447 | 88874 | Marked run 754 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.447 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.448 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.448 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.448 | 88887 | Added a new worker 8 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.448 | 78059 | Removed run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.448 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.448 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.448 | 78059 | Assigned run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.448 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.C2ddOe +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.451 | 78060 | Recursively removing directory: /tmp/git.t3s4JT/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.452 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.453 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.453 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.453 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.457 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.458 | 88881 | Marked run 755 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.458 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.461 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.461 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.461 | 88896 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.461 | 78059 | Removed run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.461 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.461 | 78059 | Assigned run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.461 | 78063 | Recursively removing directory: /tmp/git.C2ddOe/ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.462 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.461 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Q4KV4I +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.463 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.463 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.465 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.467 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.467 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.469 | 88891 | Marked run 756 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.469 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.470 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.470 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.470 | 88901 | Added a new worker 8 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.470 | 78059 | Removed run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.470 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.470 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.470 | 78059 | Assigned run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.470 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vZk1FP +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.475 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.476 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.477 | 78060 | Recursively removing directory: /tmp/git.Q4KV4I/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.479 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.479 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.480 | 88897 | Marked run 757 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.481 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.482 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.485 | 78063 | Recursively removing directory: /tmp/git.vZk1FP/ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.486 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.486 | 88915 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.486 | 78059 | Removed run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.486 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.486 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.486 | 78059 | Assigned run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.486 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.486 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.486 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.487 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sfqeLo +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.489 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.491 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.492 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.492 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.493 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.493 | 88918 | Added a new worker 12 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.493 | 78059 | Removed run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.493 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.493 | 78059 | Assigned run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.493 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AZR8F0 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.493 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.497 | 88913 | Marked run 758 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.497 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.499 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.500 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.502 | 78060 | Recursively removing directory: /tmp/git.sfqeLo/ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.503 | 88916 | Marked run 759 as finished +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.503 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.503 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.504 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.507 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.508 | 78063 | Recursively removing directory: /tmp/git.AZR8F0/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.510 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.510 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.511 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.511 | 88933 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.511 | 78059 | Removed run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.511 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.511 | 78059 | Assigned run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.511 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.511 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iMHQqC +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.511 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.514 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.516 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.517 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.518 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.518 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.518 | 88936 | Added a new worker 13 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.518 | 78059 | Removed run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.518 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.518 | 78059 | Assigned run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.518 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.519 | 88932 | Marked run 760 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.519 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.519 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Uworpj +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.523 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.524 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.528 | 78060 | Recursively removing directory: /tmp/git.iMHQqC/ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.528 | 88934 | Marked run 761 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.528 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.529 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.529 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.533 | 78063 | Recursively removing directory: /tmp/git.Uworpj/ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.533 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.534 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.534 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.536 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.536 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.536 | 88951 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.536 | 78059 | Removed run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.536 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.536 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.537 | 78059 | Assigned run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.537 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KHaE1c +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.538 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.540 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.541 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.541 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.541 | 88953 | Added a new worker 12 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.541 | 78059 | Removed run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.541 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.541 | 78059 | Assigned run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.541 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.541 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9FRA2f +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.544 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.547 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.548 | 88950 | Marked run 762 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.548 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.548 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.551 | 78060 | Recursively removing directory: /tmp/git.KHaE1c/ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.551 | 88952 | Marked run 763 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.552 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.553 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.553 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.556 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.557 | 78063 | Recursively removing directory: /tmp/git.9FRA2f/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.558 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.558 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.560 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.560 | 88969 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.560 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.560 | 78059 | Removed run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.560 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.560 | 78059 | Assigned run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.560 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.560 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BngMi4 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.563 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.565 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.566 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.567 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.567 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.567 | 88972 | Added a new worker 13 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.567 | 78059 | Removed run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.567 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.567 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.567 | 78059 | Assigned run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.567 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.stxJE1 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.569 | 88968 | Marked run 764 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.569 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.572 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.573 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.576 | 88970 | Marked run 765 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.577 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.577 | 78060 | Recursively removing directory: /tmp/git.BngMi4/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.578 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.578 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.581 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.582 | 78063 | Recursively removing directory: /tmp/git.stxJE1/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.583 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.583 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.584 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.584 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.584 | 88987 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.584 | 78059 | Removed run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.584 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.585 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.585 | 78059 | Assigned run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.585 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ml7pUJ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.586 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.589 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.589 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.589 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.589 | 88989 | Added a new worker 12 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.589 | 78059 | Removed run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.589 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.589 | 78059 | Assigned run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.589 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.590 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bCG6ZP +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.590 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.596 | 88986 | Marked run 766 as finished +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.596 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.596 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.597 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.599 | 88988 | Marked run 767 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.599 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.599 | 78060 | Recursively removing directory: /tmp/git.Ml7pUJ/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.601 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.601 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.604 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.606 | 78063 | Recursively removing directory: /tmp/git.bCG6ZP/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.607 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.607 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.608 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.608 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.608 | 89005 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.608 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.608 | 78059 | Removed run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.608 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.608 | 78059 | Assigned run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.608 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.p9EBGF +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.611 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.613 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.614 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.615 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.616 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.616 | 89008 | Added a new worker 13 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.616 | 78059 | Removed run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.616 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.616 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.616 | 78059 | Assigned run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.616 | 89004 | Marked run 768 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.616 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.616 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pHQPMb +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.620 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.621 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.624 | 78060 | Recursively removing directory: /tmp/git.p9EBGF/ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.626 | 89006 | Marked run 769 as finished +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.627 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.627 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.627 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.630 | 78063 | Recursively removing directory: /tmp/git.pHQPMb/ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.631 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.631 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.631 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.634 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.634 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.634 | 89023 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.634 | 78059 | Removed run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.634 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.634 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.634 | 78059 | Assigned run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.634 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gYcEUc +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.634 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.638 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.638 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.638 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.638 | 89025 | Added a new worker 12 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.639 | 78059 | Removed run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.639 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.639 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.639 | 78059 | Assigned run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.639 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.639 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DPhDXH +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.644 | 89022 | Marked run 770 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.645 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.645 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.646 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.648 | 89024 | Marked run 771 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.648 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.650 | 78060 | Recursively removing directory: /tmp/git.gYcEUc/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.652 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.652 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.655 | 78063 | Recursively removing directory: /tmp/git.DPhDXH/ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.655 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.656 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.656 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.659 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.659 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.659 | 89041 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.659 | 78059 | Removed run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.659 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.659 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.659 | 78059 | Assigned run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.659 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jntPom +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.660 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.663 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.664 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.664 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.664 | 89043 | Added a new worker 14 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.665 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.665 | 78059 | Removed run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.665 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.665 | 78059 | Assigned run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.665 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BrqrWY +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.665 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.667 | 89040 | Marked run 772 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.667 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.670 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.671 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.674 | 89042 | Marked run 773 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.675 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.675 | 78060 | Recursively removing directory: /tmp/git.jntPom/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.676 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.676 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.680 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.681 | 78063 | Recursively removing directory: /tmp/git.BrqrWY/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.682 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.682 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.683 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.683 | 89059 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.683 | 78059 | Removed run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.683 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.683 | 78059 | Assigned run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.683 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.683 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.683 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dYZmOU +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.686 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.687 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.688 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.690 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.690 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.690 | 89062 | Added a new worker 12 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.690 | 78059 | Removed run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.690 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.690 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.690 | 78059 | Assigned run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.690 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aBffuU +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.696 | 89058 | Marked run 774 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.697 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.697 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.698 | 78060 | Recursively removing directory: /tmp/git.dYZmOU/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.698 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.700 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.700 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.701 | 89060 | Marked run 775 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.701 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.703 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.707 | 78063 | Recursively removing directory: /tmp/git.aBffuU/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.707 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.707 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.707 | 89077 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.707 | 78059 | Removed run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.707 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.707 | 78059 | Assigned run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.707 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.707 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.o2MBf5 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.708 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.708 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.711 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.712 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.712 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.714 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.714 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.714 | 89080 | Added a new worker 13 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.715 | 78059 | Removed run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.715 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.715 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.715 | 78059 | Assigned run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.715 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PaBh3D +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.716 | 89076 | Marked run 776 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.716 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.720 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.722 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.722 | 78060 | Recursively removing directory: /tmp/git.o2MBf5/ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.724 | 89078 | Marked run 777 as finished +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.724 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.724 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.724 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.728 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.731 | 78063 | Recursively removing directory: /tmp/git.PaBh3D/ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.731 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.731 | 89095 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.731 | 78059 | Removed run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.731 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.731 | 78059 | Assigned run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.731 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.731 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.731 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OvKw42 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.732 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.732 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.736 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.737 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.737 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.739 | 89094 | Marked run 778 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.739 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.740 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.740 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.740 | 89100 | Added a new worker 8 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.740 | 78059 | Removed run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.740 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.740 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.740 | 78059 | Assigned run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.741 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ytsksa +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.745 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.746 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.746 | 78060 | Recursively removing directory: /tmp/git.OvKw42/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.749 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.749 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.750 | 89096 | Marked run 779 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.750 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.752 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.754 | 78063 | Recursively removing directory: /tmp/git.Ytsksa/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.755 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.755 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.756 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.756 | 89113 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.756 | 78059 | Removed run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.756 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.756 | 78059 | Assigned run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.756 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.756 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.prMRI0 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.756 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.758 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.760 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.761 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.762 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.762 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.762 | 89116 | Added a new worker 13 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.762 | 78059 | Removed run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.762 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.762 | 78059 | Assigned run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.762 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.763 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.75VtTT +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.766 | 89112 | Marked run 780 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.766 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.768 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.770 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.771 | 78060 | Recursively removing directory: /tmp/git.prMRI0/ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.772 | 89114 | Marked run 781 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.772 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.773 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.773 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.776 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.778 | 78063 | Recursively removing directory: /tmp/git.75VtTT/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.779 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.779 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.779 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.780 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ufepZJ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.779 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.779 | 89131 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.779 | 78059 | Removed run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.780 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.780 | 78059 | Assigned run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.780 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.783 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.784 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.784 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.788 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.788 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.788 | 89136 | Added a new worker 13 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.788 | 78059 | Removed run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.788 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.788 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.788 | 78059 | Assigned run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.788 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lNoRxA +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.790 | 89130 | Marked run 782 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.790 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.795 | 78060 | Recursively removing directory: /tmp/git.ufepZJ/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.795 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.796 | 89132 | Marked run 783 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.796 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.796 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.797 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.797 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.800 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.803 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.803 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.803 | 89149 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.803 | 78059 | Removed run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.803 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.803 | 78059 | Assigned run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.803 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.804 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6k3g1N +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.805 | 78063 | Recursively removing directory: /tmp/git.lNoRxA/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.807 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.807 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.808 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.809 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.810 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.811 | 89144 | Marked run 784 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.811 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.813 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.813 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.813 | 89154 | Added a new worker 8 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.813 | 78059 | Removed run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.813 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.813 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.813 | 78059 | Assigned run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.814 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6ypkz6 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.819 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.819 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.819 | 78060 | Recursively removing directory: /tmp/git.6k3g1N/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.822 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.822 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.824 | 89151 | Marked run 785 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.824 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.826 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.828 | 78063 | Recursively removing directory: /tmp/git.6ypkz6/ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.829 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.829 | 89167 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.829 | 78059 | Removed run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.829 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.829 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.829 | 78059 | Assigned run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.829 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.830 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Kc3ZSD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.829 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.829 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.833 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.834 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.835 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.837 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.837 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.837 | 89170 | Added a new worker 13 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.838 | 78059 | Removed run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.838 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.838 | 78059 | Assigned run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.838 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.838 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AOTV6f +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.841 | 89166 | Marked run 786 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.842 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.844 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.845 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.846 | 89168 | Marked run 787 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.846 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.846 | 78060 | Recursively removing directory: /tmp/git.Kc3ZSD/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.848 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.848 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.851 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.853 | 78063 | Recursively removing directory: /tmp/git.AOTV6f/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.854 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.854 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.855 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.855 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.855 | 89185 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.855 | 78059 | Removed run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.855 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.855 | 78059 | Assigned run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.855 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.855 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nzgxG7 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.857 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.859 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.860 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.861 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.861 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.861 | 89188 | Added a new worker 13 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.861 | 78059 | Removed run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.861 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.861 | 78059 | Assigned run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.861 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.861 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nGf5ic +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.864 | 89184 | Marked run 788 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.864 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.868 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.869 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.870 | 78060 | Recursively removing directory: /tmp/git.nzgxG7/ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.870 | 89186 | Marked run 789 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.871 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.872 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.872 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.875 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.877 | 78063 | Recursively removing directory: /tmp/git.nGf5ic/ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.879 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.879 | 89203 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.879 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.879 | 78059 | Removed run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.879 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.879 | 78059 | Assigned run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.879 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.879 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ykv3yj +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.879 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.879 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.883 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.884 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.884 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.887 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.887 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.887 | 89202 | Marked run 790 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.887 | 89207 | Added a new worker 8 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.887 | 78059 | Removed run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.887 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.887 | 78059 | Assigned run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.887 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XTCcBS +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.888 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.892 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.893 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.895 | 78060 | Recursively removing directory: /tmp/git.Ykv3yj/ +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.896 | 89204 | Marked run 791 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.896 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.897 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.897 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.900 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.902 | 78063 | Recursively removing directory: /tmp/git.XTCcBS/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.903 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.903 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.904 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.904 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rP5IXr +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.904 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.904 | 89221 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.904 | 78059 | Removed run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.904 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.904 | 78059 | Assigned run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.904 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.907 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.909 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.910 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.911 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.911 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.911 | 89224 | Added a new worker 13 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.911 | 78059 | Removed run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.911 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.911 | 78059 | Assigned run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.912 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.912 | 89220 | Marked run 792 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.912 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.912 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.u3crrI +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.916 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.917 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.919 | 78060 | Recursively removing directory: /tmp/git.rP5IXr/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.921 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.921 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.924 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.925 | 78063 | Recursively removing directory: /tmp/git.u3crrI/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.927 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.927 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.928 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.928 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.929 | 89239 | Added a new worker 13 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.929 | 78059 | Removed run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.929 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.929 | 78059 | Assigned run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.929 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.929 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nbKMb5 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.931 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.933 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.933 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.933 | 89241 | Added a new worker 15 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.933 | 78059 | Removed run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.934 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.934 | 78059 | Assigned run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.934 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.934 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PLEm6j +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.943 | 89222 | Marked run 793 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.943 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.945 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.945 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.945 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.946 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.947 | 89238 | Marked run 794 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.947 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.950 | 89240 | Marked run 795 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.950 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.954 | 78060 | Recursively removing directory: /tmp/git.nbKMb5/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.955 | 78063 | Recursively removing directory: /tmp/git.PLEm6j/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.956 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.956 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.957 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.957 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.960 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.961 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.964 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.964 | 89258 | Added a new worker 12 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.964 | 78059 | Removed run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.964 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.964 | 78059 | Assigned run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.964 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.964 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.x6CjfC +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.965 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.965 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.965 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.968 | 89259 | Added a new worker 12 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.968 | 78059 | Removed run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.968 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.968 | 78059 | Assigned run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.968 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.968 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.k1FSls +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.968 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.969 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.975 | 78063 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.976 | 78063 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.976 | 89256 | Marked run 796 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.976 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.979 | 89257 | Marked run 797 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.980 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.980 | 78060 | Recursively removing directory: /tmp/git.x6CjfC/ +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.981 | 78060 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.981 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.986 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.986 | 78063 | Recursively removing directory: /tmp/git.k1FSls/ +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.987 | 78063 | Process exit code: 0 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.987 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.989 | 78060 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.989 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.989 | 89275 | Added a new worker 10 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.989 | 78059 | Removed run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.989 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.989 | 78059 | Assigned run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.989 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OwMx4N +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.989 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.991 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.993 | 78060 | Checking out revision HEAD +2024-04-25 03:45:41 | INFO | 78060/cimple-worker: 2024-04-25 03:45:41.993 | 78060 | Going to run: ./ci +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.995 | 78063 | Waiting for a new command +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.995 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.995 | 89278 | Added a new worker 13 to the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.995 | 78059 | Removed run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.995 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.995 | 78057 | Waiting for new connections +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.995 | 78059 | Assigned run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:41 | INFO | 78063/cimple-worker: 2024-04-25 03:45:41.995 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.G33NQM +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.999 | 89274 | Marked run 798 as finished +2024-04-25 03:45:41 | INFO | 78057/cimple-server: 2024-04-25 03:45:41.999 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.003 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.003 | 78060 | Recursively removing directory: /tmp/git.OwMx4N/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.004 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.005 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.005 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.006 | 89276 | Marked run 799 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.006 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.008 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.012 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.012 | 89293 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.012 | 78059 | Removed run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.012 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.012 | 78059 | Assigned run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.012 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.012 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3Nwtto +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.012 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.013 | 78063 | Recursively removing directory: /tmp/git.G33NQM/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.015 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.015 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.016 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.017 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.020 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.022 | 89288 | Marked run 800 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.023 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.024 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.024 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.V4vjdT +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.024 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.024 | 89302 | Added a new worker 8 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.024 | 78059 | Removed run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.024 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.024 | 78059 | Assigned run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.025 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.026 | 78060 | Recursively removing directory: /tmp/git.3Nwtto/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.028 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.028 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.028 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.029 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.032 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.033 | 89296 | Marked run 801 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.033 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.036 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.036 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.036 | 89311 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.036 | 78059 | Removed run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.036 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qWkVwd +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.036 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.036 | 78059 | Assigned run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.036 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.039 | 78063 | Recursively removing directory: /tmp/git.V4vjdT/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.041 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.041 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.041 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.042 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.044 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.046 | 89305 | Marked run 802 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.046 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.048 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.048 | 89320 | Added a new worker 8 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.048 | 78059 | Removed run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.048 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.048 | 78059 | Assigned run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.048 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.048 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.048 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EpDn73 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.052 | 78060 | Recursively removing directory: /tmp/git.qWkVwd/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.052 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.053 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.053 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.053 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.057 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.057 | 89313 | Marked run 803 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.057 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.061 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.061 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.061 | 89329 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.061 | 78059 | Removed run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.061 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.061 | 78059 | Assigned run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.061 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7bj6s7 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.062 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.062 | 78063 | Recursively removing directory: /tmp/git.EpDn73/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.063 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.063 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.066 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.066 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.067 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.069 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.070 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.070 | 89333 | Added a new worker 13 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.070 | 78059 | Removed run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.070 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.070 | 78059 | Assigned run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.070 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.070 | 89323 | Marked run 804 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.071 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.070 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sV6tKy +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.074 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.075 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.077 | 78060 | Recursively removing directory: /tmp/git.7bj6s7/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.079 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.079 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.081 | 89330 | Marked run 805 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.081 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.083 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.084 | 78063 | Recursively removing directory: /tmp/git.sV6tKy/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.086 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.086 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.087 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.087 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.087 | 89347 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.087 | 78059 | Removed run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.087 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.087 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.087 | 78059 | Assigned run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.087 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uqBXNe +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.090 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.091 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.092 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.094 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.094 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.094 | 89350 | Added a new worker 13 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.094 | 78059 | Removed run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.094 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.094 | 78059 | Assigned run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.094 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.095 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YmWJ9l +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.095 | 89346 | Marked run 806 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.095 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.099 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.100 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.101 | 78060 | Recursively removing directory: /tmp/git.uqBXNe/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.103 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.103 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.103 | 89348 | Marked run 807 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.104 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.106 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.109 | 78063 | Recursively removing directory: /tmp/git.YmWJ9l/ +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.110 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.110 | 89365 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.110 | 78059 | Removed run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.110 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.110 | 78059 | Assigned run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.110 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.110 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b1B7n9 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.111 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.111 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.111 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.114 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.116 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.117 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.117 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.117 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.117 | 89367 | Added a new worker 13 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.117 | 78059 | Removed run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.118 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.118 | 78059 | Assigned run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.118 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.118 | 89364 | Marked run 808 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.118 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.118 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LqvOWL +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.122 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.123 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.127 | 89366 | Marked run 809 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.127 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.127 | 78060 | Recursively removing directory: /tmp/git.b1B7n9/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.129 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.129 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.132 | 78063 | Recursively removing directory: /tmp/git.LqvOWL/ +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.132 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.133 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.133 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.136 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.136 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.136 | 89383 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.136 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.136 | 78059 | Removed run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.136 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.136 | 78059 | Assigned run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.137 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UGhTBZ +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.138 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.141 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.142 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.142 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.142 | 89385 | Added a new worker 13 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.142 | 78059 | Removed run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.142 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.142 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.142 | 78059 | Assigned run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.142 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.142 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.g72osS +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.145 | 89382 | Marked run 810 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.145 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.148 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.149 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.151 | 89384 | Marked run 811 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.151 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.151 | 78060 | Recursively removing directory: /tmp/git.UGhTBZ/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.153 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.153 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.156 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.158 | 78063 | Recursively removing directory: /tmp/git.g72osS/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.159 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.159 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.160 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.160 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.160 | 89401 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.160 | 78059 | Removed run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.160 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.160 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.160 | 78059 | Assigned run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.160 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.m8Msp7 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.163 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.164 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.164 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.167 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.167 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.167 | 89405 | Added a new worker 13 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.167 | 78059 | Removed run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.167 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.167 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.167 | 78059 | Assigned run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.168 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9LKkSJ +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.171 | 89400 | Marked run 812 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.171 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.173 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.174 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.175 | 78060 | Recursively removing directory: /tmp/git.m8Msp7/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.176 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.176 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.177 | 89402 | Marked run 813 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.178 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.180 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.183 | 78063 | Recursively removing directory: /tmp/git.9LKkSJ/ +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.184 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.184 | 89419 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.184 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.184 | 78059 | Removed run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.184 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.184 | 78059 | Assigned run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.184 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.184 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8nIPZc +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.184 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.184 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.187 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.188 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.188 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.192 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.192 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.192 | 89424 | Added a new worker 13 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.192 | 78059 | Removed run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.192 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.192 | 78059 | Assigned run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.193 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KILMhR +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.193 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.196 | 89418 | Marked run 814 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.196 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.198 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.198 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.200 | 78060 | Recursively removing directory: /tmp/git.8nIPZc/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.201 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.201 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.202 | 89421 | Marked run 815 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.202 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.205 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.207 | 78063 | Recursively removing directory: /tmp/git.KILMhR/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.208 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.208 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.208 | 89437 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.208 | 78059 | Removed run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.208 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.208 | 78059 | Assigned run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.208 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eLa0Ov +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.209 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.209 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.209 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.212 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.213 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.214 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.215 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.215 | 89440 | Added a new worker 13 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.215 | 78059 | Removed run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.215 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.215 | 78059 | Assigned run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.215 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.215 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.215 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fHUhIT +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.218 | 89436 | Marked run 816 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.218 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.220 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.221 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.224 | 78060 | Recursively removing directory: /tmp/git.eLa0Ov/ +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.231 | 89438 | Marked run 817 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.231 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.232 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.232 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.235 | 78063 | Recursively removing directory: /tmp/git.fHUhIT/ +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.236 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.236 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.236 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.239 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.239 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.239 | 89455 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.239 | 78059 | Removed run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.239 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.239 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.239 | 78059 | Assigned run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.239 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Et4dEv +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.240 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.243 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.244 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.244 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.244 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.244 | 89457 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.244 | 78059 | Removed run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.244 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.244 | 78059 | Assigned run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.244 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qp8PGa +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.244 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.250 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.251 | 89454 | Marked run 818 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.251 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.251 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.254 | 78060 | Recursively removing directory: /tmp/git.Et4dEv/ +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.255 | 89456 | Marked run 819 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.255 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.256 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.256 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.260 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.260 | 78063 | Recursively removing directory: /tmp/git.qp8PGa/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.262 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.262 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.263 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.263 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.263 | 89473 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.263 | 78059 | Removed run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.263 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.263 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.263 | 78059 | Assigned run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.263 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lbTtVm +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.265 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.267 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.267 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.269 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.269 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.269 | 89476 | Added a new worker 13 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.269 | 78059 | Removed run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.269 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.270 | 78059 | Assigned run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.270 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.270 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rQlqcY +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.273 | 89472 | Marked run 820 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.273 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.277 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.278 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.278 | 78060 | Recursively removing directory: /tmp/git.lbTtVm/ +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.279 | 89474 | Marked run 821 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.280 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.280 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.280 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.283 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.286 | 78063 | Recursively removing directory: /tmp/git.rQlqcY/ +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.286 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.286 | 89491 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.286 | 78059 | Removed run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.286 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.286 | 78059 | Assigned run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.287 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.286 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.287 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5AsRmS +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.288 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.288 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.291 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.291 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.292 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.294 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.294 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.294 | 89494 | Added a new worker 13 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.294 | 78059 | Removed run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.294 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.294 | 78059 | Assigned run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.294 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.295 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mXj9yp +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.297 | 89490 | Marked run 822 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.297 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.300 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.301 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.303 | 89492 | Marked run 823 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.303 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.303 | 78060 | Recursively removing directory: /tmp/git.5AsRmS/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.304 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.304 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.307 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.310 | 78063 | Recursively removing directory: /tmp/git.mXj9yp/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.311 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.311 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.311 | 89509 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.311 | 78059 | Removed run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.311 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.311 | 78059 | Assigned run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.311 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.311 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.311 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.312 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rIk8wE +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.316 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.316 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.317 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.318 | 89508 | Marked run 824 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.318 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.319 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.319 | 89513 | Added a new worker 8 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.319 | 78059 | Removed run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.319 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.319 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.319 | 78059 | Assigned run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.319 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.320 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2gVg5m +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.324 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.325 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.327 | 78060 | Recursively removing directory: /tmp/git.rIk8wE/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.329 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.329 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.330 | 89510 | Marked run 825 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.330 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.333 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.333 | 78063 | Recursively removing directory: /tmp/git.2gVg5m/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.335 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.335 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.336 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.336 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.336 | 89527 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.336 | 78059 | Removed run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.336 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.336 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.336 | 78059 | Assigned run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.337 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GJOczk +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.338 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.341 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.341 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.341 | 89529 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.341 | 78059 | Removed run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.341 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.341 | 78059 | Assigned run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.341 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.341 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HMkAlG +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.344 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.346 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.346 | 89526 | Marked run 826 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.346 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.347 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.348 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.350 | 89528 | Marked run 827 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.350 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.356 | 78060 | Recursively removing directory: /tmp/git.GJOczk/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.357 | 78063 | Recursively removing directory: /tmp/git.HMkAlG/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.357 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.357 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.358 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.358 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.360 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.361 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.363 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.363 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.363 | 89546 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.363 | 78059 | Removed run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.363 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.363 | 78059 | Assigned run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.363 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.364 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9AwwlY +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.364 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.364 | 89547 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.364 | 78059 | Removed run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.364 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.364 | 78059 | Assigned run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.364 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.364 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.364 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wLd07N +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.369 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.369 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.370 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.370 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.373 | 89544 | Marked run 828 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.373 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.376 | 89545 | Marked run 829 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.376 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.380 | 78060 | Recursively removing directory: /tmp/git.9AwwlY/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.380 | 78063 | Recursively removing directory: /tmp/git.wLd07N/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.381 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.381 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.382 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.382 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.384 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.384 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.387 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.387 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.387 | 89564 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.387 | 78059 | Removed run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.387 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.387 | 78059 | Assigned run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.388 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.388 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.388 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.z4dWuW +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.388 | 89565 | Added a new worker 14 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.388 | 78059 | Removed run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.388 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.388 | 78059 | Assigned run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.388 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.389 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.389 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LoJz7w +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.393 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.394 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.394 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.395 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.398 | 89563 | Marked run 831 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.398 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.401 | 89562 | Marked run 830 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.401 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.404 | 78063 | Recursively removing directory: /tmp/git.z4dWuW/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.405 | 78060 | Recursively removing directory: /tmp/git.LoJz7w/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.405 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.405 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.406 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.406 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.410 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.411 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.414 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.414 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.414 | 89582 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.414 | 78059 | Removed run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.414 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.414 | 78059 | Assigned run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.414 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ThAUqE +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.415 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.415 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.415 | 89583 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.415 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.415 | 78059 | Removed run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.415 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.415 | 78059 | Assigned run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.415 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zOQ7ZO +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.419 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.419 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.420 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.421 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.425 | 89580 | Marked run 833 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.425 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.428 | 89581 | Marked run 832 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.428 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.431 | 78063 | Recursively removing directory: /tmp/git.ThAUqE/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.431 | 78060 | Recursively removing directory: /tmp/git.zOQ7ZO/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.432 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.432 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.432 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.432 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.435 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.435 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.438 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.438 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.438 | 89600 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.438 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.438 | 78059 | Removed run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.438 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.438 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.438 | 78059 | Assigned run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.439 | 89601 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.439 | 78059 | Removed run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.439 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.439 | 78059 | Assigned run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.439 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.439 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.438 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Rfc3h4 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.439 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OlPH4C +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.443 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.443 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.445 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.446 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.448 | 89598 | Marked run 834 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.448 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.451 | 89599 | Marked run 835 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.452 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.453 | 78063 | Recursively removing directory: /tmp/git.Rfc3h4/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.455 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.455 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.455 | 78060 | Recursively removing directory: /tmp/git.OlPH4C/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.456 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.456 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.458 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.459 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.461 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.461 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.461 | 89618 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.461 | 78059 | Removed run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.461 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.461 | 78059 | Assigned run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.461 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.h5FY2q +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.462 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.462 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.462 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.462 | 89619 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.462 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.463 | 78059 | Removed run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.463 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.463 | 78059 | Assigned run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.463 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.m6WTRU +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.465 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.466 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.468 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.469 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.472 | 89616 | Marked run 836 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.472 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.475 | 89617 | Marked run 837 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.475 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.477 | 78063 | Recursively removing directory: /tmp/git.h5FY2q/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.479 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.479 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.479 | 78060 | Recursively removing directory: /tmp/git.m6WTRU/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.480 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.480 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.483 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.485 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.487 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.487 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.487 | 89636 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.487 | 78059 | Removed run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.487 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.487 | 78059 | Assigned run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.487 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.488 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b0HBzX +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.489 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.489 | 89637 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.489 | 78059 | Removed run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.489 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.489 | 78059 | Assigned run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.489 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.493 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.489 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.489 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VamDS9 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.494 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.495 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.495 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.497 | 89634 | Marked run 838 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.497 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.500 | 89635 | Marked run 839 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.500 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.504 | 78060 | Recursively removing directory: /tmp/git.VamDS9/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.505 | 78063 | Recursively removing directory: /tmp/git.b0HBzX/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.505 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.505 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.506 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.506 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.508 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.509 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.511 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.511 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.511 | 89654 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.511 | 78059 | Removed run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.511 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.511 | 78059 | Assigned run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.511 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.512 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.70khPH +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.512 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.512 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.513 | 89655 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.513 | 78059 | Removed run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.513 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.513 | 78059 | Assigned run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.513 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.513 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.J7LcZR +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.516 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.517 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.518 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.519 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.522 | 89652 | Marked run 841 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.522 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.525 | 89653 | Marked run 840 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.525 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.527 | 78060 | Recursively removing directory: /tmp/git.70khPH/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.529 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.529 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.529 | 78063 | Recursively removing directory: /tmp/git.J7LcZR/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.531 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.531 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.531 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.533 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.535 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.535 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.535 | 89672 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.535 | 78059 | Removed run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.535 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.535 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.535 | 78059 | Assigned run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.535 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FbOPzy +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.537 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.537 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.537 | 89673 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.537 | 78059 | Removed run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.537 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.537 | 78059 | Assigned run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.537 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.538 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.l6vkPm +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.540 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.541 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.543 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.544 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.544 | 89670 | Marked run 842 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.544 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.548 | 89671 | Marked run 843 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.548 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.551 | 78060 | Recursively removing directory: /tmp/git.FbOPzy/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.552 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.552 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.553 | 78063 | Recursively removing directory: /tmp/git.l6vkPm/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.555 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.555 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.555 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.557 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.558 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.558 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.558 | 89690 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.558 | 78059 | Removed run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.558 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.558 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.559 | 78059 | Assigned run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.559 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vIUTAs +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.561 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.561 | 89691 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.561 | 78059 | Removed run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.561 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.561 | 78059 | Assigned run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.562 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.561 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.561 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.N9Q7vq +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.564 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.565 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.566 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.568 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.570 | 89688 | Marked run 844 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.570 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.573 | 89689 | Marked run 845 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.574 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.575 | 78060 | Recursively removing directory: /tmp/git.vIUTAs/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.576 | 78063 | Recursively removing directory: /tmp/git.N9Q7vq/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.576 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.576 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.578 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.578 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.581 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.582 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.585 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.585 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.585 | 89708 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.585 | 78059 | Removed run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.585 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.585 | 78059 | Assigned run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.586 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.585 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ANGHIY +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.586 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.586 | 89709 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.586 | 78059 | Removed run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.586 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.586 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.586 | 78059 | Assigned run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.590 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.591 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.586 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.586 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.czBAim +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.592 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.593 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.595 | 89706 | Marked run 846 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.596 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.599 | 89707 | Marked run 847 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.599 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.600 | 78060 | Recursively removing directory: /tmp/git.ANGHIY/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.602 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.602 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.602 | 78063 | Recursively removing directory: /tmp/git.czBAim/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.604 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.604 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.605 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.606 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.608 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.608 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.608 | 89726 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.608 | 78059 | Removed run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.608 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.608 | 78059 | Assigned run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.608 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.608 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zmxUSB +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.610 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.610 | 89727 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.610 | 78059 | Removed run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.610 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.610 | 78059 | Assigned run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.610 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.610 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xb1wvH +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.610 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.614 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.614 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.615 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.616 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.619 | 89724 | Marked run 848 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.619 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.622 | 89725 | Marked run 849 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.622 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.624 | 78060 | Recursively removing directory: /tmp/git.zmxUSB/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.626 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.626 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.626 | 78063 | Recursively removing directory: /tmp/git.xb1wvH/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.628 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.628 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.629 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.631 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.632 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.632 | 89744 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.632 | 78059 | Removed run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.632 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.632 | 78059 | Assigned run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.632 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.632 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NkLOEP +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.633 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.634 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.634 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.635 | 89745 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.635 | 78059 | Removed run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.635 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.635 | 78059 | Assigned run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.636 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6zVrk5 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.636 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.637 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.638 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.641 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.642 | 89742 | Marked run 850 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.642 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.642 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.645 | 89743 | Marked run 851 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.646 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.647 | 78060 | Recursively removing directory: /tmp/git.NkLOEP/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.648 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.648 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.651 | 78063 | Recursively removing directory: /tmp/git.6zVrk5/ +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.652 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.653 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.653 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.656 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.656 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.656 | 89761 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.656 | 78059 | Removed run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.656 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.656 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.656 | 78059 | Assigned run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.657 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.M4G6c2 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.657 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.661 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.661 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.661 | 89763 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.661 | 78059 | Removed run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.661 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.661 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.661 | 78059 | Assigned run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.661 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.367j8P +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.664 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.665 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.666 | 89760 | Marked run 852 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.666 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.667 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.668 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.670 | 89762 | Marked run 853 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.670 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.674 | 78060 | Recursively removing directory: /tmp/git.M4G6c2/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.676 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.676 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.677 | 78063 | Recursively removing directory: /tmp/git.367j8P/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.678 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.678 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.679 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.681 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.682 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.682 | 89780 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.682 | 78059 | Removed run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.682 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.682 | 78059 | Assigned run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.683 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.682 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.682 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rEM5g5 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.685 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.685 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.685 | 89781 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.685 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.685 | 78059 | Removed run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.685 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.685 | 78059 | Assigned run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.686 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Nu0AjV +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.687 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.687 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.692 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.692 | 89778 | Marked run 854 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.692 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.693 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.696 | 89779 | Marked run 855 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.696 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.697 | 78060 | Recursively removing directory: /tmp/git.rEM5g5/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.699 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.699 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.702 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.702 | 78063 | Recursively removing directory: /tmp/git.Nu0AjV/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.704 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.704 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.706 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.706 | 89797 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.706 | 78059 | Removed run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.706 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.706 | 78059 | Assigned run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.706 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.707 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7UrFDl +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.707 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.708 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.711 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.711 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.711 | 89799 | Added a new worker 12 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.711 | 78059 | Removed run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.711 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.711 | 78059 | Assigned run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.711 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.711 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RMkudM +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.711 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.712 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.717 | 89796 | Marked run 856 as finished +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.717 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.718 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.719 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.721 | 89798 | Marked run 857 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.721 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.722 | 78060 | Recursively removing directory: /tmp/git.7UrFDl/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.724 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.724 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.727 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.728 | 78063 | Recursively removing directory: /tmp/git.RMkudM/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.729 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.729 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.731 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.731 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.731 | 89815 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.731 | 78059 | Removed run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.731 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.731 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.731 | 78059 | Assigned run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.731 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SLJmco +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.733 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.736 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.737 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.738 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.738 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.738 | 89818 | Added a new worker 13 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.738 | 78059 | Removed run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.738 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.738 | 78059 | Assigned run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.738 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.738 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LYawkY +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.739 | 89814 | Marked run 858 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.739 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.743 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.744 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.746 | 78060 | Recursively removing directory: /tmp/git.SLJmco/ +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.747 | 89816 | Marked run 859 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.747 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.748 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.748 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.752 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.753 | 78063 | Recursively removing directory: /tmp/git.LYawkY/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.754 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.754 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.755 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.755 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ghx0wY +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.755 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.755 | 89833 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.755 | 78059 | Removed run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.755 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.755 | 78059 | Assigned run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.755 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.758 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.759 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.760 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.762 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.762 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.762 | 89837 | Added a new worker 13 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.762 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.763 | 78059 | Removed run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.763 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.763 | 78059 | Assigned run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.763 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.O04AYp +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.766 | 89832 | Marked run 860 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.767 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.769 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.770 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.770 | 78060 | Recursively removing directory: /tmp/git.Ghx0wY/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.772 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.772 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.773 | 89834 | Marked run 861 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.773 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.775 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.778 | 78063 | Recursively removing directory: /tmp/git.O04AYp/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.779 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.779 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.779 | 89851 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.779 | 78059 | Removed run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.779 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.779 | 78059 | Assigned run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.779 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.d7lPrg +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.780 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.780 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.780 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.784 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.784 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.785 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.787 | 89850 | Marked run 862 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.787 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.787 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.787 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.787 | 89854 | Added a new worker 8 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.787 | 78059 | Removed run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.787 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.787 | 78059 | Assigned run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.788 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FBKOtQ +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.788 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.792 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.793 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.794 | 78060 | Recursively removing directory: /tmp/git.d7lPrg/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.797 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.797 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.798 | 89852 | Marked run 863 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.798 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.800 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.801 | 78063 | Recursively removing directory: /tmp/git.FBKOtQ/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.803 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.803 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.804 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.804 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.804 | 89869 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.804 | 78059 | Removed run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.804 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.804 | 78059 | Assigned run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.805 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QyJZH0 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.805 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.807 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.809 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.810 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.811 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.811 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.811 | 89872 | Added a new worker 11 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.811 | 78059 | Removed run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.811 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UkqWZ2 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.811 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.811 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.811 | 78059 | Assigned run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.815 | 89868 | Marked run 864 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.815 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.816 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.818 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.819 | 89870 | Marked run 865 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.820 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.822 | 78060 | Recursively removing directory: /tmp/git.QyJZH0/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.823 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.823 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.826 | 78063 | Recursively removing directory: /tmp/git.UkqWZ2/ +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.827 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.827 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.827 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.831 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.831 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.831 | 89887 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.831 | 78059 | Removed run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.831 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.831 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.831 | 78059 | Assigned run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.831 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8AH3BB +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.832 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.835 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.836 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.836 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.836 | 89889 | Added a new worker 14 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.836 | 78059 | Removed run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.836 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.836 | 78059 | Assigned run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.837 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.836 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fCNnur +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.838 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.841 | 89886 | Marked run 866 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.841 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.842 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.843 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.847 | 78060 | Recursively removing directory: /tmp/git.8AH3BB/ +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.848 | 89888 | Marked run 867 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.848 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.849 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.849 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.852 | 78063 | Recursively removing directory: /tmp/git.fCNnur/ +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.852 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.854 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.854 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.856 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.856 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.856 | 89905 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.856 | 78059 | Removed run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.856 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.856 | 78059 | Assigned run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.856 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.857 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tDxqBB +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.858 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.861 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.862 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.862 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.862 | 89907 | Added a new worker 13 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.862 | 78059 | Removed run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.862 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.862 | 78059 | Assigned run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.862 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.862 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.byPMdC +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.862 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.866 | 89904 | Marked run 868 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.867 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.867 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.869 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.871 | 89906 | Marked run 869 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.871 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.872 | 78060 | Recursively removing directory: /tmp/git.tDxqBB/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.873 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.873 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.876 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.878 | 78063 | Recursively removing directory: /tmp/git.byPMdC/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.879 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.879 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.880 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.880 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.880 | 89923 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.880 | 78059 | Removed run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.880 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.880 | 78059 | Assigned run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.880 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TutUFY +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.880 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.883 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.883 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.884 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.887 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.887 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.887 | 89928 | Added a new worker 14 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.887 | 78059 | Removed run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.887 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.887 | 78059 | Assigned run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.887 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.888 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QEIipl +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.890 | 89922 | Marked run 870 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.890 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.894 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.894 | 78060 | Recursively removing directory: /tmp/git.TutUFY/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.895 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.896 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.896 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.898 | 89924 | Marked run 871 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.898 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.900 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.903 | 78063 | Recursively removing directory: /tmp/git.QEIipl/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.904 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.904 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.904 | 89941 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.904 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.904 | 78059 | Removed run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.904 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.904 | 78059 | Assigned run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.904 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.is4l4F +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.905 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.905 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.908 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.908 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.910 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.913 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.913 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.914 | 89948 | Added a new worker 13 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.914 | 78059 | Removed run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.914 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.914 | 78059 | Assigned run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.914 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.914 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.H85zSG +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.915 | 89938 | Marked run 872 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.916 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.919 | 78060 | Recursively removing directory: /tmp/git.is4l4F/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.919 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.920 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.921 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.921 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.923 | 89943 | Marked run 873 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.923 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.925 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.929 | 78063 | Recursively removing directory: /tmp/git.H85zSG/ +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.929 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.929 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.929 | 89959 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.929 | 78059 | Removed run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.929 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.929 | 78059 | Assigned run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.929 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.idnph9 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.929 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.930 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.930 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.933 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.934 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.935 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.939 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.939 | 89956 | Marked run 874 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.939 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.939 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.939 | 89966 | Added a new worker 6 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.939 | 78059 | Removed run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.939 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.939 | 78059 | Assigned run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.939 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.940 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rYOWjF +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.944 | 78060 | Recursively removing directory: /tmp/git.idnph9/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.944 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.945 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.945 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.945 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.949 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.949 | 89961 | Marked run 875 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.950 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.953 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.953 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.953 | 89977 | Added a new worker 9 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.953 | 78059 | Removed run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.953 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.953 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.953 | 78059 | Assigned run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.953 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TCwpZV +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.955 | 78063 | Recursively removing directory: /tmp/git.rYOWjF/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.956 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.956 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.958 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.959 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.960 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.960 | 89972 | Marked run 876 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.961 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.963 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.963 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.963 | 89982 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.963 | 78059 | Removed run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.963 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.963 | 78059 | Assigned run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.963 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.964 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qOSgXY +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.968 | 78060 | Recursively removing directory: /tmp/git.TCwpZV/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.968 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.969 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.969 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.969 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.973 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.974 | 89979 | Marked run 877 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.974 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.977 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.977 | 89995 | Added a new worker 9 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.977 | 78059 | Removed run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.977 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.977 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.977 | 78059 | Assigned run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.977 | 78060 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.978 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ynxTam +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.979 | 78063 | Recursively removing directory: /tmp/git.qOSgXY/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.981 | 78063 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.981 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.982 | 78060 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.983 | 78060 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.985 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.985 | 89990 | Marked run 878 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.985 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.988 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.988 | 78063 | Waiting for a new command +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.988 | 90002 | Added a new worker 10 to the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.988 | 78059 | Removed run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.988 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.988 | 78059 | Assigned run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.988 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.988 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pQUXj5 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.993 | 78060 | Recursively removing directory: /tmp/git.ynxTam/ +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.993 | 78063 | Checking out revision HEAD +2024-04-25 03:45:42 | INFO | 78063/cimple-worker: 2024-04-25 03:45:42.994 | 78063 | Going to run: ./ci +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.994 | 78060 | Process exit code: 0 +2024-04-25 03:45:42 | INFO | 78060/cimple-worker: 2024-04-25 03:45:42.994 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.997 | 89997 | Marked run 879 as finished +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.997 | 78057 | Waiting for new connections +2024-04-25 03:45:42 | INFO | 78057/cimple-server: 2024-04-25 03:45:42.998 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.001 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.001 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.001 | 90013 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.001 | 78059 | Removed run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.001 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.001 | 78059 | Assigned run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.001 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.002 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Cc6SME +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.003 | 78063 | Recursively removing directory: /tmp/git.pQUXj5/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.005 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.005 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.006 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.007 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.009 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.010 | 90008 | Marked run 880 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.011 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.012 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.012 | 90022 | Added a new worker 8 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.012 | 78059 | Removed run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.012 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.012 | 78059 | Assigned run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.012 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.013 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DQE1qT +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.015 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.015 | 78060 | Recursively removing directory: /tmp/git.Cc6SME/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.017 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.017 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.017 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.018 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.020 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.022 | 90016 | Marked run 881 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.022 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.024 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.024 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.024 | 90031 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.024 | 78059 | Removed run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.024 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.024 | 78059 | Assigned run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.025 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.025 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YluMsr +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.028 | 78063 | Recursively removing directory: /tmp/git.DQE1qT/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.029 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.029 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.029 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.030 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.033 | 90025 | Marked run 882 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.033 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.033 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.036 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.036 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.037 | 90040 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.037 | 78059 | Removed run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.037 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.037 | 78059 | Assigned run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.037 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jhC3xi +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.037 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.038 | 78060 | Recursively removing directory: /tmp/git.YluMsr/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.040 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.040 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.041 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.042 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.043 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.045 | 90034 | Marked run 883 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.045 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.046 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.046 | 90045 | Added a new worker 8 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.046 | 78059 | Removed run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.046 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.046 | 78059 | Assigned run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.046 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.046 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.046 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.t9MHcK +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.051 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.052 | 78063 | Recursively removing directory: /tmp/git.jhC3xi/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.052 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.054 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.054 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.056 | 90042 | Marked run 884 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.056 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.058 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.061 | 78060 | Recursively removing directory: /tmp/git.t9MHcK/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.061 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.061 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.061 | 90058 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.061 | 78059 | Removed run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.061 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.061 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.061 | 78059 | Assigned run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.062 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6N1cvK +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.063 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.063 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.065 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.066 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.067 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.070 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.070 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.071 | 90065 | Added a new worker 11 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.071 | 78059 | Removed run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.071 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.071 | 78059 | Assigned run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.071 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xfMdf3 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.071 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.074 | 90057 | Marked run 885 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.074 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.076 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.076 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.078 | 78063 | Recursively removing directory: /tmp/git.6N1cvK/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.080 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.080 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.080 | 90060 | Marked run 886 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.080 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.083 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.085 | 78060 | Recursively removing directory: /tmp/git.xfMdf3/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.086 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.086 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.087 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.087 | 90076 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.087 | 78059 | Removed run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.087 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.087 | 78059 | Assigned run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.087 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.087 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.087 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PZsT5A +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.089 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.092 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.092 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.092 | 90078 | Added a new worker 13 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.092 | 78059 | Removed run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.092 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.092 | 78059 | Assigned run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.092 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.092 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.093 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6ev9Lo +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.093 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.097 | 90075 | Marked run 887 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.097 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.098 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.099 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.102 | 90077 | Marked run 888 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.102 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.103 | 78063 | Recursively removing directory: /tmp/git.PZsT5A/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.105 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.105 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.108 | 78060 | Recursively removing directory: /tmp/git.6ev9Lo/ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.108 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.109 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.109 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.112 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.112 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.112 | 90094 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.112 | 78059 | Removed run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.112 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.112 | 78059 | Assigned run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.112 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.113 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BkzJ6V +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.114 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.117 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.118 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.118 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.118 | 90096 | Added a new worker 13 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.118 | 78059 | Removed run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.118 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.118 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.118 | 78059 | Assigned run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.119 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.118 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iiz6BH +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.121 | 90093 | Marked run 889 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.121 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.123 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.124 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.127 | 90095 | Marked run 890 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.127 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.128 | 78063 | Recursively removing directory: /tmp/git.BkzJ6V/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.130 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.130 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.133 | 78060 | Recursively removing directory: /tmp/git.iiz6BH/ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.134 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.134 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.134 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.137 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.137 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.137 | 90112 | Added a new worker 12 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.137 | 78059 | Removed run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.137 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.137 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.137 | 78059 | Assigned run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.137 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.138 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DcR2PX +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.140 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.141 | 90114 | Added a new worker 12 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.141 | 78059 | Removed run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.141 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.141 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.141 | 78059 | Assigned run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.141 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.141 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.prXVor +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.143 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.144 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.147 | 90111 | Marked run 891 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.147 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.147 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.148 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.150 | 90113 | Marked run 892 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.151 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.154 | 78063 | Recursively removing directory: /tmp/git.DcR2PX/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.155 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.155 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.157 | 78060 | Recursively removing directory: /tmp/git.prXVor/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.159 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.159 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.159 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.161 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.162 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.162 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.162 | 90131 | Added a new worker 12 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.162 | 78059 | Removed run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.162 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.162 | 78059 | Assigned run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.162 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.162 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UHUwk2 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.166 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.166 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eJswil +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.165 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.166 | 90132 | Added a new worker 12 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.166 | 78059 | Removed run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.166 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.166 | 78059 | Assigned run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.167 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.168 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.168 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.172 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.173 | 90129 | Marked run 893 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.173 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.173 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.176 | 90130 | Marked run 894 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.177 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.178 | 78063 | Recursively removing directory: /tmp/git.UHUwk2/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.179 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.179 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.182 | 78060 | Recursively removing directory: /tmp/git.eJswil/ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.183 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.183 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.183 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.187 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.187 | 90148 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.187 | 78059 | Removed run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.187 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.187 | 78059 | Assigned run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.187 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.187 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LTZ4y9 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.187 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.188 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.191 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.192 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.192 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.192 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.p0LTXS +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.192 | 90150 | Added a new worker 13 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.192 | 78059 | Removed run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.192 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.192 | 78059 | Assigned run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.192 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.193 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.195 | 90147 | Marked run 895 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.195 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.197 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.198 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.202 | 90149 | Marked run 896 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.202 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.203 | 78063 | Recursively removing directory: /tmp/git.LTZ4y9/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.204 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.205 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.207 | 78060 | Recursively removing directory: /tmp/git.p0LTXS/ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.208 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.209 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.209 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.211 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.212 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.212 | 90166 | Added a new worker 12 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.212 | 78059 | Removed run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.212 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.212 | 78059 | Assigned run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.212 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.211 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.212 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AWYn6b +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.216 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.216 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DIKTVR +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.216 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.216 | 90168 | Added a new worker 12 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.216 | 78059 | Removed run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.216 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.216 | 78059 | Assigned run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.216 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.217 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.219 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.221 | 90165 | Marked run 897 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.222 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.222 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.223 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.225 | 90167 | Marked run 898 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.225 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.228 | 78063 | Recursively removing directory: /tmp/git.AWYn6b/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.230 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.230 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.232 | 78060 | Recursively removing directory: /tmp/git.DIKTVR/ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.233 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.234 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.234 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.237 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.237 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.237 | 90184 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.237 | 78059 | Removed run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.237 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.237 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.237 | 78059 | Assigned run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.238 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Z525Y7 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.238 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.242 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.242 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.242 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.242 | 90186 | Added a new worker 13 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.242 | 78059 | Removed run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.242 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.243 | 78059 | Assigned run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.243 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.243 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9Ibdi2 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.244 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.247 | 90183 | Marked run 899 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.247 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.248 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.248 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.252 | 90185 | Marked run 900 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.252 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.253 | 78063 | Recursively removing directory: /tmp/git.Z525Y7/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.255 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.255 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.258 | 78060 | Recursively removing directory: /tmp/git.9Ibdi2/ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.258 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.259 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.259 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.262 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.262 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.262 | 90202 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.262 | 78059 | Removed run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.262 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.262 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.262 | 78059 | Assigned run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.263 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QWTccJ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.263 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.267 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.268 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.268 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.268 | 90204 | Added a new worker 13 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.268 | 78059 | Removed run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.268 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.268 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.268 | 78059 | Assigned run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.268 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jdLnxO +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.268 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.271 | 90201 | Marked run 901 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.272 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.274 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.275 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.276 | 90203 | Marked run 902 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.276 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.277 | 78063 | Recursively removing directory: /tmp/git.QWTccJ/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.279 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.279 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.282 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.284 | 78060 | Recursively removing directory: /tmp/git.jdLnxO/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.285 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.285 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.286 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.286 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.286 | 90220 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.286 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.286 | 78059 | Removed run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.286 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.286 | 78059 | Assigned run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.286 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VUGa47 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.289 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.291 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.292 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.292 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.292 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.292 | 90222 | Added a new worker 13 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.292 | 78059 | Removed run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.292 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.292 | 78059 | Assigned run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.292 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.292 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZflRHO +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.295 | 90219 | Marked run 903 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.295 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.298 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.299 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.302 | 78063 | Recursively removing directory: /tmp/git.VUGa47/ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.302 | 90221 | Marked run 904 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.302 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.304 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.304 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.308 | 78060 | Recursively removing directory: /tmp/git.ZflRHO/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.309 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.309 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.309 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.311 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.311 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.311 | 90238 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.311 | 78059 | Removed run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.311 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.311 | 78059 | Assigned run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.311 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.W5gZH9 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.311 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.312 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.315 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.315 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.316 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.316 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.316 | 90241 | Added a new worker 12 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.316 | 78059 | Removed run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.316 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.316 | 78059 | Assigned run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.316 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ucOMzQ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.318 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.322 | 90237 | Marked run 905 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.322 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.322 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.323 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.326 | 78063 | Recursively removing directory: /tmp/git.W5gZH9/ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.327 | 90239 | Marked run 906 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.327 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.328 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.328 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.332 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.333 | 78060 | Recursively removing directory: /tmp/git.ucOMzQ/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.334 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.334 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.336 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.336 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.336 | 90256 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.336 | 78059 | Removed run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.336 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.336 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.336 | 78059 | Assigned run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.336 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6HekDo +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.338 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.340 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.341 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.341 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.341 | 90258 | Added a new worker 12 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.341 | 78059 | Removed run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.341 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.341 | 78059 | Assigned run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.341 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.341 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kZS3yb +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.342 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.346 | 90255 | Marked run 907 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.346 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.347 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.347 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.350 | 90257 | Marked run 908 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.350 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.352 | 78063 | Recursively removing directory: /tmp/git.6HekDo/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.353 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.353 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.357 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.357 | 78060 | Recursively removing directory: /tmp/git.kZS3yb/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.358 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.358 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.360 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.360 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.361 | 90274 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.361 | 78059 | Removed run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.361 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.361 | 78059 | Assigned run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.361 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.93g6OO +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.361 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.362 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.365 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.366 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.367 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.367 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.367 | 90277 | Added a new worker 13 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.367 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.367 | 78059 | Removed run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.367 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.367 | 78059 | Assigned run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.367 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pNrbOs +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.369 | 90273 | Marked run 909 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.369 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.372 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.373 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.375 | 90275 | Marked run 910 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.375 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.376 | 78063 | Recursively removing directory: /tmp/git.93g6OO/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.378 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.378 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.381 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.382 | 78060 | Recursively removing directory: /tmp/git.pNrbOs/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.384 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.384 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.385 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.385 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.385 | 90292 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.385 | 78059 | Removed run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.385 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.385 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.385 | 78059 | Assigned run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.385 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Dpkweb +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.388 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.389 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.389 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.392 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.392 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.393 | 90296 | Added a new worker 13 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.393 | 78059 | Removed run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.393 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.393 | 78059 | Assigned run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.393 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.393 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ORwq6K +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.396 | 90291 | Marked run 911 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.396 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.399 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.399 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.399 | 78063 | Recursively removing directory: /tmp/git.Dpkweb/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.402 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.402 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.403 | 90293 | Marked run 912 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.403 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.405 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.408 | 78060 | Recursively removing directory: /tmp/git.ORwq6K/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.409 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.409 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.409 | 90310 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.409 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.409 | 78059 | Removed run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.409 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.409 | 78059 | Assigned run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.409 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yhH7V7 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.410 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.410 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.413 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.414 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.415 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.417 | 90309 | Marked run 913 as finished +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.417 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.417 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.417 | 90313 | Added a new worker 12 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.417 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.418 | 78059 | Removed run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.418 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.418 | 78059 | Assigned run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.418 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.418 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xyImQd +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.422 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.423 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.425 | 78063 | Recursively removing directory: /tmp/git.yhH7V7/ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.426 | 90311 | Marked run 914 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.426 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.427 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.427 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.430 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.432 | 78060 | Recursively removing directory: /tmp/git.xyImQd/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.433 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.433 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.433 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.434 | 90328 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.434 | 78059 | Removed run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.434 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.434 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.434 | 78059 | Assigned run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.433 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.434 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RqQPCi +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.436 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.438 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.439 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.439 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.439 | 90330 | Added a new worker 13 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.439 | 78059 | Removed run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.439 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.439 | 78059 | Assigned run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.439 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VxPR8H +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.440 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.439 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.443 | 90327 | Marked run 915 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.443 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.445 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.446 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.449 | 78063 | Recursively removing directory: /tmp/git.RqQPCi/ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.450 | 90329 | Marked run 916 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.450 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.451 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.451 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.454 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.455 | 78060 | Recursively removing directory: /tmp/git.VxPR8H/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.456 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.456 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.457 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.457 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.457 | 90346 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.457 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.457 | 78059 | Removed run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.457 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.457 | 78059 | Assigned run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.458 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.c5fNqZ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.460 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.461 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.462 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.464 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.464 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.464 | 90349 | Added a new worker 12 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.464 | 78059 | Removed run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.464 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.464 | 78059 | Assigned run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.464 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xbcaPh +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.464 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.469 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.469 | 90345 | Marked run 917 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.470 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.470 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.473 | 78063 | Recursively removing directory: /tmp/git.c5fNqZ/ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.473 | 90347 | Marked run 918 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.473 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.474 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.474 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.478 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.479 | 78060 | Recursively removing directory: /tmp/git.xbcaPh/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.480 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.480 | 78060 | Process output: 415085 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.482 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.482 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.482 | 90364 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.482 | 78059 | Removed run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.482 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.482 | 78059 | Assigned run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.482 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.482 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xx1Ly9 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.484 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.488 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.488 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.488 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.488 | 90366 | Added a new worker 13 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.488 | 78059 | Removed run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.488 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.488 | 78059 | Assigned run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.488 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.489 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7uNMmE +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.489 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.490 | 90363 | Marked run 919 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.490 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.493 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.494 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.497 | 78063 | Recursively removing directory: /tmp/git.xx1Ly9/ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.498 | 90365 | Marked run 920 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.498 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.499 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.499 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.502 | 78060 | Recursively removing directory: /tmp/git.7uNMmE/ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.503 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.504 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.504 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.507 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.507 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.507 | 90382 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.507 | 78059 | Removed run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.507 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.507 | 78059 | Assigned run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.507 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.507 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.64IuXY +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.508 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.511 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.512 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.512 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.512 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.512 | 90385 | Added a new worker 13 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.512 | 78059 | Removed run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.512 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.512 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.513 | 78059 | Assigned run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.513 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.40gB2O +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.517 | 90381 | Marked run 921 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.517 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.519 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.520 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.521 | 90383 | Marked run 922 as finished +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.522 | 78063 | Recursively removing directory: /tmp/git.64IuXY/ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.522 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.523 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.523 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.526 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.528 | 78060 | Recursively removing directory: /tmp/git.40gB2O/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.530 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.530 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.530 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.530 | 90400 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.530 | 78059 | Removed run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.530 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.530 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.530 | 78059 | Assigned run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.530 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.530 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0lTwUV +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.533 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.534 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.535 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.536 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.536 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.536 | 90403 | Added a new worker 13 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.536 | 78059 | Removed run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.536 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.536 | 78059 | Assigned run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.536 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.537 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2rCDFB +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.540 | 90399 | Marked run 923 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.540 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.542 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.543 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.545 | 78063 | Recursively removing directory: /tmp/git.0lTwUV/ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.546 | 90401 | Marked run 924 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.546 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.547 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.547 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.551 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.552 | 78060 | Recursively removing directory: /tmp/git.2rCDFB/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.553 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.553 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.554 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.554 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.554 | 90418 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.554 | 78059 | Removed run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.554 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.554 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.554 | 78059 | Assigned run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.554 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9fjkoM +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.556 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.558 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.559 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.559 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.559 | 90420 | Added a new worker 12 to the queue +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.559 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.560 | 78059 | Removed run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.560 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.560 | 78059 | Assigned run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.560 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wsV1VO +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.560 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.564 | 90417 | Marked run 925 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.565 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.566 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.567 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.568 | 78063 | Recursively removing directory: /tmp/git.9fjkoM/ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.569 | 90419 | Marked run 926 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.569 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.570 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.570 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.573 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.576 | 78060 | Recursively removing directory: /tmp/git.wsV1VO/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.576 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.576 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.576 | 90436 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.576 | 78059 | Removed run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.576 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.576 | 78059 | Assigned run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.577 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.577 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Tum5JU +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.577 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.578 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.580 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.582 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.583 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.583 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.583 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.584 | 90438 | Added a new worker 13 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.584 | 78059 | Removed run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.584 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.584 | 78059 | Assigned run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.584 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oQtloy +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.585 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.586 | 90435 | Marked run 927 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.586 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.589 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.590 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.593 | 78063 | Recursively removing directory: /tmp/git.Tum5JU/ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.594 | 90437 | Marked run 928 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.594 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.595 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.595 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.599 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.599 | 78060 | Recursively removing directory: /tmp/git.oQtloy/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.600 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.600 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.602 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.603 | 90454 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.603 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.603 | 78059 | Removed run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.603 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.603 | 78059 | Assigned run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.602 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.603 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PoSBY3 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.604 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.607 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.608 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.608 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.609 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.609 | 90456 | Added a new worker 14 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.609 | 78059 | Removed run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.609 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.609 | 78059 | Assigned run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.609 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.K9MWPV +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.611 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.612 | 90453 | Marked run 929 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.612 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.615 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.616 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.617 | 90455 | Marked run 930 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.617 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.618 | 78063 | Recursively removing directory: /tmp/git.PoSBY3/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.619 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.619 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.622 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.624 | 78060 | Recursively removing directory: /tmp/git.K9MWPV/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.626 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.626 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.626 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.626 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.626 | 90472 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.626 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.626 | 78059 | Removed run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.626 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.626 | 78059 | Assigned run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.627 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iNNFMB +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.629 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.633 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.633 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.17bYoL +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.633 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.633 | 90474 | Added a new worker 13 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.633 | 78059 | Removed run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.633 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.633 | 78059 | Assigned run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.633 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.634 | 90471 | Marked run 931 as finished +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.634 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.634 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.635 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.638 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.639 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.642 | 90473 | Marked run 932 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.642 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.645 | 78063 | Recursively removing directory: /tmp/git.iNNFMB/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.647 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.647 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.648 | 78060 | Recursively removing directory: /tmp/git.17bYoL/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.650 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.650 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.650 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.654 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.654 | 90490 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.654 | 78059 | Removed run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.654 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.654 | 78059 | Assigned run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.654 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.654 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.654 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.655 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uFDTid +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.659 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.659 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.659 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.659 | 90492 | Added a new worker 13 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.659 | 78059 | Removed run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.660 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.660 | 78059 | Assigned run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.660 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.660 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FsMwSr +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.660 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.663 | 90489 | Marked run 933 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.663 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.666 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.667 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.668 | 90491 | Marked run 934 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.668 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.669 | 78063 | Recursively removing directory: /tmp/git.uFDTid/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.671 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.671 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.674 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.675 | 78060 | Recursively removing directory: /tmp/git.FsMwSr/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.677 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.677 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.678 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.678 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.678 | 90508 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.678 | 78059 | Removed run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.678 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.678 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.678 | 78059 | Assigned run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.678 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.B2mi1v +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.681 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.682 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.682 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.685 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.685 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.685 | 90512 | Added a new worker 13 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.685 | 78059 | Removed run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.685 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.685 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.685 | 78059 | Assigned run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.685 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sUZjsm +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.689 | 90507 | Marked run 935 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.689 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.691 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.692 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.692 | 78063 | Recursively removing directory: /tmp/git.B2mi1v/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.694 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.694 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.697 | 90509 | Marked run 936 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.697 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.698 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.700 | 78060 | Recursively removing directory: /tmp/git.sUZjsm/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.702 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.702 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.702 | 90526 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.702 | 78059 | Removed run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.702 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.702 | 78059 | Assigned run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.702 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.702 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.702 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.702 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.R4EQhI +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.705 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.707 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.708 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.708 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.708 | 90529 | Added a new worker 13 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.708 | 78059 | Removed run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.708 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.708 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.708 | 78059 | Assigned run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.708 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.708 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HXZZX8 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.712 | 90525 | Marked run 937 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.713 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.715 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.716 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.717 | 78063 | Recursively removing directory: /tmp/git.R4EQhI/ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.718 | 90527 | Marked run 938 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.719 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.719 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.719 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.723 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.724 | 78060 | Recursively removing directory: /tmp/git.HXZZX8/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.726 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.726 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.726 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.727 | 90544 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.726 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.727 | 78059 | Removed run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.727 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.727 | 78059 | Assigned run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.727 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.727 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xk0epf +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.730 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.732 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.733 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.734 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.734 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.734 | 90547 | Added a new worker 13 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.734 | 78059 | Removed run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.734 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.734 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.734 | 78059 | Assigned run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.734 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fM8rhR +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.735 | 90543 | Marked run 939 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.735 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.739 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.740 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.743 | 78063 | Recursively removing directory: /tmp/git.xk0epf/ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.745 | 90545 | Marked run 940 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.745 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.745 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.745 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.749 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.749 | 78060 | Recursively removing directory: /tmp/git.fM8rhR/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.750 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.750 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.753 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.753 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.753 | 90562 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.753 | 78059 | Removed run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.753 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.753 | 78059 | Assigned run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.753 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.753 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mmijGE +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.755 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.758 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.759 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.759 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.759 | 90564 | Added a new worker 13 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.759 | 78059 | Removed run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.759 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.759 | 78059 | Assigned run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.759 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.759 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GdCu0Q +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.760 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.763 | 90561 | Marked run 941 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.763 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.765 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.766 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.768 | 90563 | Marked run 942 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.768 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.769 | 78063 | Recursively removing directory: /tmp/git.mmijGE/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.770 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.770 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.773 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.775 | 78060 | Recursively removing directory: /tmp/git.GdCu0Q/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.776 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.776 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.777 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.778 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.G2gGgq +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.777 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.777 | 90580 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.777 | 78059 | Removed run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.777 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.777 | 78059 | Assigned run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.778 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.780 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.782 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.783 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.784 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.784 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.784 | 90583 | Added a new worker 13 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.784 | 78059 | Removed run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.784 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.784 | 78059 | Assigned run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.785 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.784 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BHpgLj +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.785 | 90579 | Marked run 943 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.786 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.789 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.790 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.793 | 78063 | Recursively removing directory: /tmp/git.G2gGgq/ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.794 | 90581 | Marked run 944 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.794 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.795 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.795 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.798 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.799 | 78060 | Recursively removing directory: /tmp/git.BHpgLj/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.801 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.801 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.802 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.802 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.802 | 90598 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.802 | 78059 | Removed run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.802 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.802 | 78059 | Assigned run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.802 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.802 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dhDZTf +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.805 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.807 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.807 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.809 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.809 | 90601 | Added a new worker 13 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.809 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.809 | 78059 | Removed run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.809 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.809 | 78059 | Assigned run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.809 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.809 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RvnTyX +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.810 | 90597 | Marked run 945 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.810 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.814 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.815 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.817 | 78063 | Recursively removing directory: /tmp/git.dhDZTf/ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.818 | 90599 | Marked run 946 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.818 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.819 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.819 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.822 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.823 | 78060 | Recursively removing directory: /tmp/git.RvnTyX/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.825 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.825 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.826 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.826 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.827 | 90616 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.827 | 78059 | Removed run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.827 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.827 | 78059 | Assigned run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.827 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.827 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oo7LYJ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.829 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.831 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.832 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.833 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.833 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.833 | 90619 | Added a new worker 13 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.833 | 78059 | Removed run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.833 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.833 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.833 | 78059 | Assigned run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.834 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bI5pbM +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.834 | 90615 | Marked run 947 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.834 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.838 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.839 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.843 | 78063 | Recursively removing directory: /tmp/git.oo7LYJ/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.845 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.845 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.845 | 90617 | Marked run 948 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.846 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.849 | 78060 | Recursively removing directory: /tmp/git.bI5pbM/ +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.849 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.850 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.850 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.853 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.853 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.853 | 90634 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.853 | 78059 | Removed run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.853 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.853 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.853 | 78059 | Assigned run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.853 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hZPA25 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.854 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.858 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.858 | 90636 | Added a new worker 12 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.858 | 78059 | Removed run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.858 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.858 | 78059 | Assigned run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.858 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.858 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vbag0X +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.858 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.859 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.859 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.867 | 78063 | Recursively removing directory: /tmp/git.hZPA25/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.868 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.868 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.869 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.870 | 90633 | Marked run 949 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.870 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.870 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.872 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.873 | 90635 | Marked run 950 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.873 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.875 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.875 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.875 | 90650 | Added a new worker 9 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.875 | 78059 | Removed run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.875 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.875 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.875 | 78059 | Assigned run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.876 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qLoQAJ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.879 | 78060 | Recursively removing directory: /tmp/git.vbag0X/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.880 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.880 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.880 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.881 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.884 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.884 | 90645 | Marked run 951 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.885 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.888 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.888 | 90661 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.888 | 78059 | Removed run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.888 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.888 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.888 | 78059 | Assigned run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.888 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.888 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9ZBfXS +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.890 | 78063 | Recursively removing directory: /tmp/git.qLoQAJ/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.892 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.892 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.892 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.893 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.895 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.897 | 90655 | Marked run 952 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.897 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.898 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.898 | 90668 | Added a new worker 8 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.898 | 78059 | Removed run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.899 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.899 | 78059 | Assigned run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.899 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.898 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.899 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QdKSyq +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.903 | 78060 | Recursively removing directory: /tmp/git.9ZBfXS/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.904 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.904 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.905 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.905 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.908 | 90663 | Marked run 953 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.908 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.908 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.912 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.912 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.912 | 90679 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.912 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.912 | 78059 | Removed run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.912 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.912 | 78059 | Assigned run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.912 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ME6bPM +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.914 | 78063 | Recursively removing directory: /tmp/git.QdKSyq/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.915 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.915 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.916 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.917 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.920 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.922 | 90674 | Marked run 954 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.922 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.924 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.924 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.924 | 90688 | Added a new worker 8 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.924 | 78059 | Removed run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.924 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.924 | 78059 | Assigned run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.924 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2c2L4j +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.926 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.926 | 78060 | Recursively removing directory: /tmp/git.ME6bPM/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.927 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.927 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.928 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.929 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.930 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.932 | 90682 | Marked run 955 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.932 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.934 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.934 | 90694 | Added a new worker 9 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.934 | 78059 | Removed run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.934 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.934 | 78059 | Assigned run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.934 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.934 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.buqXW5 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.935 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.939 | 78063 | Recursively removing directory: /tmp/git.2c2L4j/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.939 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.939 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.940 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.940 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.944 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.944 | 90690 | Marked run 956 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.944 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.948 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.948 | 90706 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.948 | 78059 | Removed run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.948 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.948 | 78059 | Assigned run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.948 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.948 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mFSG6U +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.948 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.949 | 78060 | Recursively removing directory: /tmp/git.buqXW5/ +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.951 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.951 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.952 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.952 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.955 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.957 | 90701 | Marked run 957 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.957 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.959 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.959 | 90715 | Added a new worker 9 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.959 | 78059 | Removed run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.959 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.959 | 78059 | Assigned run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.960 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.959 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.960 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fXKfe8 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.962 | 78063 | Recursively removing directory: /tmp/git.mFSG6U/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.964 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.964 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.964 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.966 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.967 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.968 | 90709 | Marked run 958 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.968 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.971 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.971 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.971 | 90724 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.971 | 78059 | Removed run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.971 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.971 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.971 | 78059 | Assigned run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.971 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lgoi6N +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.975 | 78060 | Recursively removing directory: /tmp/git.fXKfe8/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.976 | 78063 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.977 | 78060 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.977 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.977 | 78063 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.980 | 90717 | Marked run 959 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.980 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.980 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.984 | 78060 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.984 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.984 | 90733 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.984 | 78059 | Removed run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.985 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.985 | 78059 | Assigned run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.985 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Sdq1Ts +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.985 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.986 | 78063 | Recursively removing directory: /tmp/git.lgoi6N/ +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.988 | 78063 | Process exit code: 0 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.988 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.990 | 78060 | Checking out revision HEAD +2024-04-25 03:45:43 | INFO | 78060/cimple-worker: 2024-04-25 03:45:43.991 | 78060 | Going to run: ./ci +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.992 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.992 | 90728 | Marked run 960 as finished +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.992 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.995 | 78063 | Waiting for a new command +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.995 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.995 | 90738 | Added a new worker 10 to the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.995 | 78059 | Removed run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.995 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.995 | 78057 | Waiting for new connections +2024-04-25 03:45:43 | INFO | 78057/cimple-server: 2024-04-25 03:45:43.995 | 78059 | Assigned run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:43 | INFO | 78063/cimple-worker: 2024-04-25 03:45:43.995 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2ukd14 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.000 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.000 | 78060 | Recursively removing directory: /tmp/git.Sdq1Ts/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.001 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.002 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.002 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.005 | 90735 | Marked run 961 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.005 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.005 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.009 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.009 | 90751 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.009 | 78059 | Removed run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.009 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.009 | 78059 | Assigned run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.009 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.009 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.009 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vEopc0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.011 | 78063 | Recursively removing directory: /tmp/git.2ukd14/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.012 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.012 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.013 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.014 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.017 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.020 | 90746 | Marked run 962 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.020 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.021 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.022 | 90760 | Added a new worker 8 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.022 | 78059 | Removed run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.022 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.022 | 78059 | Assigned run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.022 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.022 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.022 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.btlPlw +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.023 | 78060 | Recursively removing directory: /tmp/git.vEopc0/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.025 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.025 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.026 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.028 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.029 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.029 | 90755 | Marked run 963 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.029 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.032 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.032 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.S0Eu4X +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.032 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.032 | 90765 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.032 | 78059 | Removed run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.032 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.032 | 78059 | Assigned run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.033 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.036 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.037 | 78063 | Recursively removing directory: /tmp/git.btlPlw/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.037 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.039 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.039 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.042 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.042 | 90762 | Marked run 964 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.043 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.046 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.046 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.046 | 90778 | Added a new worker 8 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.046 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.046 | 78059 | Removed run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.046 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.046 | 78059 | Assigned run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.046 | 78060 | Recursively removing directory: /tmp/git.S0Eu4X/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.046 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.q2cXbZ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.048 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.048 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.050 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.051 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.053 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.056 | 90774 | Marked run 965 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.056 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.057 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.057 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b7gmji +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.057 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.057 | 90787 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.057 | 78059 | Removed run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.057 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.058 | 78059 | Assigned run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.059 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.059 | 78063 | Recursively removing directory: /tmp/git.q2cXbZ/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.060 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.060 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.061 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.062 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.063 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.067 | 90780 | Marked run 966 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.067 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.067 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.067 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.067 | 90792 | Added a new worker 8 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.067 | 78059 | Removed run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.067 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.067 | 78059 | Assigned run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.067 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.067 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.R7QxRK +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.072 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.073 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.074 | 78060 | Recursively removing directory: /tmp/git.b7gmji/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.076 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.076 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.077 | 90789 | Marked run 967 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.077 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.079 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.082 | 78063 | Recursively removing directory: /tmp/git.R7QxRK/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.083 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.083 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.083 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.083 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.084 | 90805 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.084 | 78059 | Removed run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.084 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.084 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.084 | 78059 | Assigned run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.084 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Cedo6G +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.087 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.089 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.090 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.091 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.091 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.091 | 90808 | Added a new worker 13 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.091 | 78059 | Removed run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.091 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.091 | 78059 | Assigned run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.091 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3uVUP9 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.092 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.092 | 90804 | Marked run 968 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.093 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.096 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.097 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.099 | 78060 | Recursively removing directory: /tmp/git.Cedo6G/ +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.101 | 90806 | Marked run 969 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.101 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.101 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.101 | 78060 | Process output: 415084 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.105 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.106 | 78063 | Recursively removing directory: /tmp/git.3uVUP9/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.107 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.107 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.109 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.109 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.109 | 90823 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.109 | 78059 | Removed run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.109 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.109 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.109 | 78059 | Assigned run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.110 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1xx3jY +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.111 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.114 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.115 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.115 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.115 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.115 | 90825 | Added a new worker 13 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.115 | 78059 | Removed run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.115 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.115 | 78059 | Assigned run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.116 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KeMNym +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.116 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.118 | 90822 | Marked run 970 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.118 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.121 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.122 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.125 | 90824 | Marked run 971 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.125 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.125 | 78060 | Recursively removing directory: /tmp/git.1xx3jY/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.127 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.127 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.130 | 78063 | Recursively removing directory: /tmp/git.KeMNym/ +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.130 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.131 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.132 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.134 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.134 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.134 | 90841 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.134 | 78059 | Removed run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.134 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.134 | 78059 | Assigned run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.134 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vqsQks +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.134 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.134 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.137 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.138 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.138 | 90843 | Added a new worker 12 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.138 | 78059 | Removed run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.138 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.138 | 78059 | Assigned run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.138 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.138 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.138 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gWSjj1 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.139 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.144 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.144 | 90840 | Marked run 972 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.144 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.145 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.147 | 90842 | Marked run 973 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.148 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.150 | 78060 | Recursively removing directory: /tmp/git.vqsQks/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.151 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.151 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.154 | 78063 | Recursively removing directory: /tmp/git.gWSjj1/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.155 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.155 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.155 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.159 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.159 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.159 | 90859 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.159 | 78059 | Removed run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.159 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.159 | 78059 | Assigned run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.159 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.160 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.159 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Lzl9K4 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.164 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.164 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.164 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.164 | 90861 | Added a new worker 12 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.164 | 78059 | Removed run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.164 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.164 | 78059 | Assigned run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.164 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.164 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tAmLar +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.164 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.169 | 90858 | Marked run 974 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.170 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.171 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.172 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.174 | 90860 | Marked run 975 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.174 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.174 | 78060 | Recursively removing directory: /tmp/git.Lzl9K4/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.175 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.175 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.179 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.180 | 78063 | Recursively removing directory: /tmp/git.tAmLar/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.181 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.181 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.182 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.182 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.182 | 90877 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.182 | 78059 | Removed run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.182 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.182 | 78059 | Assigned run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.182 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.182 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pbQ7XW +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.186 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.186 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.187 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.189 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.189 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.189 | 90881 | Added a new worker 13 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.189 | 78059 | Removed run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.189 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.190 | 78059 | Assigned run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.190 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.190 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1frS2y +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.192 | 90876 | Marked run 976 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.192 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.194 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.195 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.198 | 78060 | Recursively removing directory: /tmp/git.pbQ7XW/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.202 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.202 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.203 | 90878 | Marked run 977 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.203 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.204 | 78063 | Recursively removing directory: /tmp/git.1frS2y/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.206 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.206 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.206 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.208 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.208 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.209 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.209 | 90896 | Added a new worker 12 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.209 | 78059 | Removed run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.209 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.209 | 78059 | Assigned run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.209 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.209 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.blYTW8 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.212 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.212 | 90897 | Added a new worker 12 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.212 | 78059 | Removed run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.212 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.212 | 78059 | Assigned run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.212 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.212 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ycCn4T +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.214 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.215 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.215 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.218 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.218 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.219 | 90894 | Marked run 978 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.220 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.223 | 90895 | Marked run 979 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.223 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.224 | 78060 | Recursively removing directory: /tmp/git.blYTW8/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.226 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.226 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.228 | 78063 | Recursively removing directory: /tmp/git.ycCn4T/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.230 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.230 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.230 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.234 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.234 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.234 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.234 | 90914 | Added a new worker 12 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.234 | 78059 | Removed run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.234 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.234 | 78059 | Assigned run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.234 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.235 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.D4drkm +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.238 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.238 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.238 | 90915 | Added a new worker 12 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.239 | 78059 | Removed run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.239 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.239 | 78059 | Assigned run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.239 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.prwyhb +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.239 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.240 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.241 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.243 | 90912 | Marked run 980 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.243 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.246 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.248 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.251 | 78060 | Recursively removing directory: /tmp/git.D4drkm/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.267 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.267 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.269 | 90913 | Marked run 981 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.269 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.271 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.274 | 78063 | Recursively removing directory: /tmp/git.prwyhb/ +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.275 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.275 | 90931 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.276 | 78059 | Removed run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.276 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.276 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.276 | 78059 | Assigned run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.276 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.276 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.275 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.276 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pbxJSw +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.281 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.284 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.284 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.284 | 90933 | Added a new worker 13 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.284 | 78059 | Removed run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.284 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.284 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.284 | 78059 | Assigned run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.284 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.in1dGr +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.424 | 90930 | Marked run 982 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.425 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.427 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.427 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.428 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.428 | 90932 | Marked run 983 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.428 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.429 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.437 | 78060 | Recursively removing directory: /tmp/git.pbxJSw/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.437 | 78063 | Recursively removing directory: /tmp/git.in1dGr/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.438 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.438 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.439 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.439 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.443 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.443 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.447 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.447 | 90950 | Added a new worker 12 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.447 | 78059 | Removed run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.447 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.447 | 78059 | Assigned run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.447 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.447 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.447 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.447 | 90951 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.447 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.447 | 78059 | Removed run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.447 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.447 | 78059 | Assigned run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.448 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.E6fCZU +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.447 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.447 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DKzoAK +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.452 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.452 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.453 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.454 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.457 | 90948 | Marked run 984 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.457 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.461 | 90949 | Marked run 985 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.461 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.463 | 78063 | Recursively removing directory: /tmp/git.E6fCZU/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.463 | 78060 | Recursively removing directory: /tmp/git.DKzoAK/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.465 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.465 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.465 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.465 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.467 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.467 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.470 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.470 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.470 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.471 | 90969 | Added a new worker 14 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.471 | 78059 | Removed run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.471 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.471 | 78059 | Assigned run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.471 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.471 | 90968 | Added a new worker 12 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.471 | 78059 | Removed run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.471 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.471 | 78059 | Assigned run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.471 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pItGpt +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.472 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.470 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.471 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iqkTdU +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.475 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.476 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.477 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.478 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.480 | 90967 | Marked run 987 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.481 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.483 | 90966 | Marked run 986 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.484 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.485 | 78060 | Recursively removing directory: /tmp/git.pItGpt/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.487 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.487 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.488 | 78063 | Recursively removing directory: /tmp/git.iqkTdU/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.489 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.489 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.490 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.492 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.493 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.493 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.493 | 90986 | Added a new worker 12 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.493 | 78059 | Removed run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.493 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.493 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.493 | 78059 | Assigned run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.494 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.f4vrmT +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.496 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.496 | 90987 | Added a new worker 12 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.496 | 78059 | Removed run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.496 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.496 | 78059 | Assigned run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.498 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.499 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.496 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.496 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YNjfLz +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.500 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.501 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.502 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.503 | 90984 | Marked run 989 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.504 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.507 | 90985 | Marked run 988 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.507 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.509 | 78060 | Recursively removing directory: /tmp/git.f4vrmT/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.510 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.511 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.511 | 78063 | Recursively removing directory: /tmp/git.YNjfLz/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.513 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.513 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.515 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.517 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.518 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.518 | 91004 | Added a new worker 12 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.518 | 78059 | Removed run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.518 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.518 | 78059 | Assigned run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.518 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.519 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4kPHlJ +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.519 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.521 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.521 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.522 | 91005 | Added a new worker 12 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.522 | 78059 | Removed run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.522 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.522 | 78059 | Assigned run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.522 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.522 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BB2QUT +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.523 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.525 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.528 | 91002 | Marked run 990 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.528 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.529 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.530 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.531 | 91003 | Marked run 991 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.532 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.535 | 78060 | Recursively removing directory: /tmp/git.4kPHlJ/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.536 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.536 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.538 | 78063 | Recursively removing directory: /tmp/git.BB2QUT/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.539 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.539 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.540 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.542 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.542 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.542 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.542 | 91022 | Added a new worker 12 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.542 | 78059 | Removed run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.542 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.542 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.543 | 78059 | Assigned run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.543 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ypcwCW +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.546 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.546 | 91023 | Added a new worker 12 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.546 | 78059 | Removed run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.546 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.546 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.546 | 78059 | Assigned run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.546 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.547 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JPbSfK +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.547 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.548 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.552 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.553 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.553 | 91020 | Marked run 992 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.554 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.557 | 91021 | Marked run 993 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.557 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.558 | 78060 | Recursively removing directory: /tmp/git.ypcwCW/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.559 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.559 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.562 | 78063 | Recursively removing directory: /tmp/git.JPbSfK/ +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.563 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.563 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.563 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.567 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.567 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.567 | 91039 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.567 | 78059 | Removed run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.567 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.567 | 78059 | Assigned run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.567 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.567 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LFwKzb +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.568 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.572 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.572 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.572 | 91041 | Added a new worker 13 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.572 | 78059 | Removed run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.572 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.572 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.572 | 78059 | Assigned run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.572 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bIHJA7 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.572 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.574 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.575 | 91038 | Marked run 994 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.575 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.577 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.578 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.581 | 91040 | Marked run 995 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.582 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.583 | 78060 | Recursively removing directory: /tmp/git.LFwKzb/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.584 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.584 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.587 | 78063 | Recursively removing directory: /tmp/git.bIHJA7/ +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.588 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.589 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.589 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.592 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.592 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.592 | 91057 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.592 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.592 | 78059 | Removed run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.592 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.592 | 78059 | Assigned run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.593 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MdRt4h +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.593 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.597 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.597 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.597 | 91059 | Added a new worker 12 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.597 | 78059 | Removed run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.597 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.597 | 78059 | Assigned run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.597 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.597 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bPvX88 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.598 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.598 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.602 | 91056 | Marked run 996 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.603 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.603 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.604 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.607 | 91058 | Marked run 997 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.607 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.608 | 78060 | Recursively removing directory: /tmp/git.MdRt4h/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.609 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.609 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.612 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.613 | 78063 | Recursively removing directory: /tmp/git.bPvX88/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.615 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.615 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.616 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.616 | 91075 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.616 | 78059 | Removed run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.616 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.616 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.616 | 78059 | Assigned run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.616 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.616 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GZkxYm +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.618 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.620 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.621 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.621 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.621 | 91077 | Added a new worker 12 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.621 | 78059 | Removed run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.621 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.621 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.621 | 78059 | Assigned run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.621 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xcyazP +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.622 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.626 | 91074 | Marked run 998 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.626 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.627 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.628 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.630 | 91076 | Marked run 999 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.631 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.631 | 78060 | Recursively removing directory: /tmp/git.GZkxYm/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.632 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.632 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.636 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.637 | 78063 | Recursively removing directory: /tmp/git.xcyazP/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.638 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.638 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.639 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.639 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.639 | 91093 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.639 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.639 | 78059 | Removed run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.639 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.639 | 78059 | Assigned run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.640 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Gx2JHk +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.642 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.643 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.644 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.646 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.646 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.647 | 91097 | Added a new worker 13 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.647 | 78059 | Removed run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.647 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.647 | 78059 | Assigned run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.647 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.647 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Vf29zH +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.657 | 91092 | Marked run 1000 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.658 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.660 | 78060 | Recursively removing directory: /tmp/git.Gx2JHk/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.662 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.662 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.662 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.663 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.664 | 91094 | Marked run 1001 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.664 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.665 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.669 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.669 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eBqV0o +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.669 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.669 | 91111 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.669 | 78059 | Removed run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.669 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.669 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.669 | 78059 | Assigned run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.671 | 78063 | Recursively removing directory: /tmp/git.Vf29zH/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.673 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.673 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.673 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.674 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.676 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.678 | 91105 | Marked run 1002 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.678 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.679 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.680 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.680 | 91120 | Added a new worker 8 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.680 | 78059 | Removed run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.680 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.680 | 78059 | Assigned run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.680 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NCjK5f +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.680 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.684 | 78060 | Recursively removing directory: /tmp/git.eBqV0o/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.684 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.685 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.685 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.685 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.689 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.691 | 91113 | Marked run 1003 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.691 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.692 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.693 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.693 | 91129 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.693 | 78059 | Removed run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.693 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.693 | 78059 | Assigned run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.693 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mm1q1r +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.694 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.695 | 78063 | Recursively removing directory: /tmp/git.NCjK5f/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.697 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.697 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.697 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.699 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.700 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.701 | 91124 | Marked run 1004 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.701 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.703 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.703 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.703 | 91134 | Added a new worker 8 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.703 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.703 | 78059 | Removed run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.703 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.703 | 78059 | Assigned run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.703 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MtYm8Y +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.708 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.708 | 78060 | Recursively removing directory: /tmp/git.mm1q1r/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.709 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.710 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.710 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.713 | 91131 | Marked run 1005 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.713 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.714 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.718 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.718 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.718 | 91147 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.718 | 78059 | Removed run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.718 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.718 | 78059 | Assigned run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.718 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.718 | 78063 | Recursively removing directory: /tmp/git.MtYm8Y/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.718 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.R6YNx2 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.719 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.719 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.722 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.724 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.724 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.726 | 91144 | Marked run 1006 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.726 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.727 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.727 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.727 | 91151 | Added a new worker 8 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.727 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.727 | 78059 | Removed run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.727 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.727 | 78059 | Assigned run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.727 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MjHMbS +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.732 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.733 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.733 | 78060 | Recursively removing directory: /tmp/git.R6YNx2/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.735 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.735 | 78060 | Process output: 415085 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.736 | 91148 | Marked run 1007 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.737 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.739 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.742 | 78063 | Recursively removing directory: /tmp/git.MjHMbS/ +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.742 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.742 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.742 | 91165 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.743 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.743 | 78059 | Removed run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.743 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.743 | 78059 | Assigned run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.743 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pZrfMI +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.744 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.744 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.746 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.747 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.748 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.750 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.750 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.750 | 91168 | Added a new worker 13 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.750 | 78059 | Removed run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.750 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.750 | 78059 | Assigned run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.750 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.750 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pHo3DV +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.752 | 91164 | Marked run 1008 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.752 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.755 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.756 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.758 | 78060 | Recursively removing directory: /tmp/git.pZrfMI/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.760 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.760 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.762 | 91166 | Marked run 1009 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.762 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.763 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.766 | 78063 | Recursively removing directory: /tmp/git.pHo3DV/ +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.767 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.767 | 91183 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.767 | 78059 | Removed run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.767 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.767 | 78059 | Assigned run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.767 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.767 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.767 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QqWtMS +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.768 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.768 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.771 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.772 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.772 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.776 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.776 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.776 | 91189 | Added a new worker 13 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.776 | 78059 | Removed run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.776 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.776 | 78059 | Assigned run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.776 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sdDjTP +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.777 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.778 | 91182 | Marked run 1010 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.778 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.781 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.781 | 78060 | Recursively removing directory: /tmp/git.QqWtMS/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.782 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.784 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.784 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.786 | 91185 | Marked run 1011 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.786 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.787 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.790 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.790 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.790 | 91201 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.791 | 78059 | Removed run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.791 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.791 | 78059 | Assigned run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.791 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.791 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3YY1D1 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.792 | 78063 | Recursively removing directory: /tmp/git.sdDjTP/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.793 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.793 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.795 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.796 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.796 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.799 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.799 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.799 | 91205 | Added a new worker 13 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.799 | 78059 | Removed run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.799 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.799 | 78059 | Assigned run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.799 | 91196 | Marked run 1012 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.800 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.800 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dkb80E +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.804 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.805 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.806 | 78060 | Recursively removing directory: /tmp/git.3YY1D1/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.808 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.808 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.810 | 91202 | Marked run 1013 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.810 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.811 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.814 | 78063 | Recursively removing directory: /tmp/git.dkb80E/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.815 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.815 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.815 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.815 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.815 | 91219 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.815 | 78059 | Removed run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.815 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.815 | 78059 | Assigned run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.816 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WvXxz0 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.816 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.819 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.820 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.821 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.823 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.823 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.823 | 91222 | Added a new worker 13 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.823 | 78059 | Removed run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.823 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.823 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.823 | 78059 | Assigned run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.823 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vJpd1R +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.824 | 91218 | Marked run 1014 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.825 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.828 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.829 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.831 | 78060 | Recursively removing directory: /tmp/git.WvXxz0/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.833 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.833 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.833 | 91220 | Marked run 1015 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.833 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.837 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.838 | 78063 | Recursively removing directory: /tmp/git.vJpd1R/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.839 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.839 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.840 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.840 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.840 | 91237 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.840 | 78059 | Removed run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.840 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.840 | 78059 | Assigned run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.840 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.841 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wFizk0 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.843 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.845 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.846 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.847 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.847 | 91239 | Added a new worker 13 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.847 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.847 | 78059 | Removed run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.847 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.847 | 78059 | Assigned run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.847 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pbktmn +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.847 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.849 | 91236 | Marked run 1016 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.849 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.853 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.854 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.856 | 78060 | Recursively removing directory: /tmp/git.wFizk0/ +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.857 | 91238 | Marked run 1017 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.857 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.858 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.858 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.862 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.863 | 78063 | Recursively removing directory: /tmp/git.pbktmn/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.864 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.864 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.865 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.865 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.865 | 91255 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.865 | 78059 | Removed run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.865 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.865 | 78059 | Assigned run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.865 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.865 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pNHDov +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.868 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.869 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.870 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.872 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.872 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.872 | 91259 | Added a new worker 13 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.873 | 78059 | Removed run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.873 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.873 | 78059 | Assigned run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.873 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.18L4af +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.873 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.877 | 91254 | Marked run 1018 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.878 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.880 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.881 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.881 | 78060 | Recursively removing directory: /tmp/git.pNHDov/ +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.881 | 91256 | Marked run 1019 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.882 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.883 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.883 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.885 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.889 | 78063 | Recursively removing directory: /tmp/git.18L4af/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.889 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.889 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.889 | 91273 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.889 | 78059 | Removed run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.889 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.889 | 78059 | Assigned run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.889 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.890 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.127kVr +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.890 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.890 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.893 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.894 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.895 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.896 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.896 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.897 | 91276 | Added a new worker 13 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.897 | 78059 | Removed run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.897 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.897 | 78059 | Assigned run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.897 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jESIcz +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.897 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.899 | 91271 | Marked run 1020 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.899 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.902 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.903 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.905 | 78060 | Recursively removing directory: /tmp/git.127kVr/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.906 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.906 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.907 | 91274 | Marked run 1021 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.907 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.909 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.912 | 78063 | Recursively removing directory: /tmp/git.jESIcz/ +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.913 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.913 | 91291 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.913 | 78059 | Removed run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.913 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.913 | 78059 | Assigned run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.913 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.913 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.913 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.914 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Fkx3hW +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.914 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.916 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.918 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.919 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.920 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.920 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.920 | 91294 | Added a new worker 12 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.920 | 78059 | Removed run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.920 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.920 | 78059 | Assigned run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.920 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.921 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pY1l0D +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.925 | 91290 | Marked run 1022 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.925 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.928 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.929 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.930 | 91292 | Marked run 1023 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.930 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.930 | 78060 | Recursively removing directory: /tmp/git.Fkx3hW/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.932 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.932 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.935 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.938 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.938 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.938 | 91309 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.938 | 78059 | Removed run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.938 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.938 | 78059 | Assigned run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.938 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oa2osP +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.939 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.939 | 78063 | Recursively removing directory: /tmp/git.pY1l0D/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.940 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.940 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.943 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.945 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.945 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.947 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.947 | 91306 | Marked run 1024 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.947 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.947 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.947 | 91312 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.947 | 78059 | Removed run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.947 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.947 | 78059 | Assigned run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.948 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0vmJAE +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.948 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.952 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.953 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.954 | 78060 | Recursively removing directory: /tmp/git.oa2osP/ +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.956 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.956 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.957 | 91310 | Marked run 1025 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.957 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.959 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.962 | 78063 | Recursively removing directory: /tmp/git.0vmJAE/ +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.963 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.963 | 91327 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.963 | 78059 | Removed run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.963 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.963 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.963 | 78059 | Assigned run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.963 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.964 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.I3VwxL +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.963 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.963 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.968 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.968 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.971 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.971 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.971 | 91329 | Added a new worker 13 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.971 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.971 | 78059 | Removed run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.971 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.971 | 78059 | Assigned run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.971 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.971 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.J9ne83 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.974 | 91326 | Marked run 1026 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.975 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.977 | 78063 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.978 | 78063 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.980 | 78060 | Recursively removing directory: /tmp/git.I3VwxL/ +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.981 | 91328 | Marked run 1027 as finished +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.981 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.982 | 78060 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.982 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.986 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.986 | 78063 | Recursively removing directory: /tmp/git.J9ne83/ +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.987 | 78063 | Process exit code: 0 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.987 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.989 | 78060 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.989 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.989 | 91345 | Added a new worker 10 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.989 | 78059 | Removed run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.989 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.989 | 78059 | Assigned run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.989 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.990 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LdzJdd +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.990 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.993 | 78063 | Waiting for a new command +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.993 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.994 | 91347 | Added a new worker 12 to the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.994 | 78059 | Removed run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.994 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.994 | 78059 | Assigned run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.994 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MYXvNp +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.994 | 78060 | Checking out revision HEAD +2024-04-25 03:45:44 | INFO | 78057/cimple-server: 2024-04-25 03:45:44.994 | 78057 | Waiting for new connections +2024-04-25 03:45:44 | INFO | 78060/cimple-worker: 2024-04-25 03:45:44.995 | 78060 | Going to run: ./ci +2024-04-25 03:45:44 | INFO | 78063/cimple-worker: 2024-04-25 03:45:44.999 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.000 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.001 | 91344 | Marked run 1028 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.001 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.004 | 78060 | Recursively removing directory: /tmp/git.LdzJdd/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.005 | 91346 | Marked run 1029 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.006 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.006 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.006 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.008 | 78063 | Recursively removing directory: /tmp/git.MYXvNp/ +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.010 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.010 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.010 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.014 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.014 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.014 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.014 | 91364 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.014 | 78059 | Removed run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.014 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.014 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.014 | 78059 | Assigned run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.014 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gcAg6h +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.017 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.017 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.018 | 91365 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.018 | 78059 | Removed run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.018 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.018 | 78059 | Assigned run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.019 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.f4Kc0A +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.019 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.020 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.021 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.024 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.025 | 91362 | Marked run 1030 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.025 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.025 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.028 | 91363 | Marked run 1031 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.029 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.029 | 78060 | Recursively removing directory: /tmp/git.gcAg6h/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.031 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.031 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.034 | 78063 | Recursively removing directory: /tmp/git.f4Kc0A/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.035 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.036 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.036 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.039 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.039 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.039 | 91381 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.039 | 78059 | Removed run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.039 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.039 | 78059 | Assigned run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.039 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YBBklX +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.040 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.040 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.043 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.044 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.044 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.044 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.044 | 91384 | Added a new worker 13 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.044 | 78059 | Removed run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.044 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.044 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.044 | 78059 | Assigned run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.045 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fIMyEe +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.047 | 91380 | Marked run 1032 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.048 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.051 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.052 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.054 | 78060 | Recursively removing directory: /tmp/git.YBBklX/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.054 | 91382 | Marked run 1033 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.055 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.056 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.056 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.059 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.061 | 78063 | Recursively removing directory: /tmp/git.fIMyEe/ +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.062 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.062 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.062 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.062 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.063 | 91399 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.063 | 78059 | Removed run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.063 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.063 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.063 | 78059 | Assigned run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.063 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CUQfx1 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.066 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.067 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.067 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.070 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.070 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.070 | 91404 | Added a new worker 13 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.070 | 78059 | Removed run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.070 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.071 | 78059 | Assigned run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.071 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.071 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fYQK7M +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.074 | 91398 | Marked run 1034 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.074 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.076 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.077 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.077 | 78060 | Recursively removing directory: /tmp/git.CUQfx1/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.079 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.079 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.081 | 91400 | Marked run 1035 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.081 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.083 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.085 | 78063 | Recursively removing directory: /tmp/git.fYQK7M/ +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.087 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.087 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.087 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.087 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.087 | 91417 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.087 | 78059 | Removed run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.087 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.087 | 78059 | Assigned run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.087 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YuxySz +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.087 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.091 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.091 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.092 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.095 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.095 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.095 | 91421 | Added a new worker 13 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.095 | 78059 | Removed run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.095 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.095 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.095 | 78059 | Assigned run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.095 | 91416 | Marked run 1036 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.096 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.095 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b2rLv2 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.101 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.102 | 78060 | Recursively removing directory: /tmp/git.YuxySz/ +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.102 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.104 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.104 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.106 | 91418 | Marked run 1037 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.106 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.108 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.111 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.111 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.111 | 91435 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.111 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.111 | 78059 | Removed run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.111 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.111 | 78059 | Assigned run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.111 | 78063 | Recursively removing directory: /tmp/git.b2rLv2/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.112 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KHMzRs +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.113 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.113 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.116 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.116 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.117 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.121 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.121 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.121 | 91441 | Added a new worker 13 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.121 | 78059 | Removed run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.121 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.121 | 78059 | Assigned run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.121 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.121 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1dky7f +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.123 | 91434 | Marked run 1038 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.123 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.127 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.128 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.128 | 78060 | Recursively removing directory: /tmp/git.KHMzRs/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.130 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.130 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.132 | 91437 | Marked run 1039 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.132 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.133 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.136 | 78063 | Recursively removing directory: /tmp/git.1dky7f/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.137 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.137 | 91453 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.137 | 78059 | Removed run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.137 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.137 | 78059 | Assigned run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.137 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.137 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bAbyuM +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.138 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.138 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.138 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.141 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.142 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.142 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.144 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.144 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.144 | 91456 | Added a new worker 13 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.145 | 78059 | Removed run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.145 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.145 | 78059 | Assigned run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.145 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cQrUlP +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.146 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.147 | 91452 | Marked run 1040 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.147 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.150 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.151 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.152 | 78060 | Recursively removing directory: /tmp/git.bAbyuM/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.154 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.154 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.155 | 91454 | Marked run 1041 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.155 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.157 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.160 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.160 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.160 | 91471 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.160 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.160 | 78059 | Removed run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.160 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.161 | 78059 | Assigned run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.160 | 78063 | Recursively removing directory: /tmp/git.cQrUlP/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.161 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RZWHcM +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.162 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.162 | 78063 | Process output: 415085 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.166 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.167 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.168 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.169 | 91468 | Marked run 1042 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.169 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.169 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.170 | 91474 | Added a new worker 8 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.170 | 78059 | Removed run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.170 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.170 | 78059 | Assigned run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.170 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.170 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FDKF6C +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.170 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.174 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.175 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.178 | 78060 | Recursively removing directory: /tmp/git.RZWHcM/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.180 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.180 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.180 | 91472 | Marked run 1043 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.180 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.183 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.185 | 78063 | Recursively removing directory: /tmp/git.FDKF6C/ +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.186 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.186 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.187 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.187 | 91489 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.187 | 78059 | Removed run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.187 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.187 | 78059 | Assigned run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.187 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.187 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.187 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0djJ06 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.190 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.192 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.192 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.193 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.193 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.193 | 91492 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.193 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.193 | 78059 | Removed run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.193 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.193 | 78059 | Assigned run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.193 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Uafqgn +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.199 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.200 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.200 | 91488 | Marked run 1044 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.201 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.202 | 78060 | Recursively removing directory: /tmp/git.0djJ06/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.203 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.203 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.205 | 91490 | Marked run 1045 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.205 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.207 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.209 | 78063 | Recursively removing directory: /tmp/git.Uafqgn/ +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.210 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.210 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.211 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.211 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.211 | 91507 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.211 | 78059 | Removed run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.211 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.211 | 78059 | Assigned run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.211 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.211 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qIRTqb +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.213 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.216 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.216 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.216 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.216 | 91509 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.216 | 78059 | Removed run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.216 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.216 | 78059 | Assigned run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.216 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.217 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.217 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TpRdHw +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.221 | 91506 | Marked run 1046 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.222 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.224 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.225 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.225 | 78060 | Recursively removing directory: /tmp/git.qIRTqb/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.227 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.227 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.227 | 91508 | Marked run 1047 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.228 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.231 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.233 | 78063 | Recursively removing directory: /tmp/git.TpRdHw/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.234 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.234 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.234 | 91525 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.234 | 78059 | Removed run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.234 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.234 | 78059 | Assigned run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.235 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.235 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.235 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YRRLZK +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.235 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.238 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.239 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.240 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.241 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.241 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.241 | 91528 | Added a new worker 13 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.241 | 78059 | Removed run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.241 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.241 | 78059 | Assigned run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.241 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.241 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eJzudP +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.246 | 91524 | Marked run 1048 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.246 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.248 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.249 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.250 | 78060 | Recursively removing directory: /tmp/git.YRRLZK/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.251 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.251 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.252 | 91526 | Marked run 1049 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.252 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.255 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.258 | 78063 | Recursively removing directory: /tmp/git.eJzudP/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.258 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.258 | 91543 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.258 | 78059 | Removed run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.258 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.258 | 78059 | Assigned run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.258 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.259 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.V0rHzi +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.259 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.259 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.259 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.263 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.264 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.264 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.267 | 91542 | Marked run 1050 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.267 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.267 | 91547 | Added a new worker 6 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.267 | 78059 | Removed run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.267 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.267 | 78059 | Assigned run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.267 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.267 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.268 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.anajRV +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.273 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.273 | 78060 | Recursively removing directory: /tmp/git.V0rHzi/ +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.274 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.276 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.276 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.277 | 91544 | Marked run 1051 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.278 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.279 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.282 | 78063 | Recursively removing directory: /tmp/git.anajRV/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.283 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.283 | 91561 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.283 | 78059 | Removed run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.283 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.283 | 78059 | Assigned run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.283 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.283 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.283 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mj5Rhy +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.284 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.284 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.288 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.288 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.289 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.292 | 91560 | Marked run 1052 as finished +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.292 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.292 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.292 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.292 | 91565 | Added a new worker 6 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.292 | 78059 | Removed run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.292 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.292 | 78059 | Assigned run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.292 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dx3JTf +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.292 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.297 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.298 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.298 | 78060 | Recursively removing directory: /tmp/git.mj5Rhy/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.301 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.301 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.302 | 91562 | Marked run 1053 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.303 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.305 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.306 | 78063 | Recursively removing directory: /tmp/git.dx3JTf/ +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.308 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.308 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.308 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.308 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.308 | 91579 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.308 | 78059 | Removed run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.308 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.308 | 78059 | Assigned run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.308 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.309 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VKg30y +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.311 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.313 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.314 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.314 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.314 | 91581 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.314 | 78059 | Removed run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.314 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.314 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.314 | 78059 | Assigned run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.314 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.314 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jfpzMG +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.318 | 91578 | Marked run 1054 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.319 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.320 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.321 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.325 | 78060 | Recursively removing directory: /tmp/git.VKg30y/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.326 | 91580 | Marked run 1055 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.326 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.327 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.327 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.329 | 78063 | Recursively removing directory: /tmp/git.jfpzMG/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.330 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.331 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.331 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.333 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.333 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.334 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.334 | 91597 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.334 | 78059 | Removed run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.334 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.334 | 78059 | Assigned run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.334 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rltYLY +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.335 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.337 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.337 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.337 | 91599 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.337 | 78059 | Removed run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.337 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.337 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.337 | 78059 | Assigned run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.338 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oPvnME +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.338 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.339 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.343 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.344 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.345 | 91596 | Marked run 1056 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.345 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.348 | 91598 | Marked run 1057 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.348 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.349 | 78060 | Recursively removing directory: /tmp/git.rltYLY/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.350 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.351 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.353 | 78063 | Recursively removing directory: /tmp/git.oPvnME/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.354 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.354 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.354 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.357 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.357 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.357 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.357 | 91616 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.357 | 78059 | Removed run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.357 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.357 | 78059 | Assigned run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.357 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.358 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Z7sM4X +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.360 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.360 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.360 | 91617 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.360 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.360 | 78059 | Removed run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.360 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.360 | 78059 | Assigned run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.360 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5To6wP +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.363 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.364 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.366 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.367 | 91614 | Marked run 1058 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.367 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.367 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.370 | 91615 | Marked run 1059 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.371 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.374 | 78060 | Recursively removing directory: /tmp/git.Z7sM4X/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.376 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.376 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.376 | 78063 | Recursively removing directory: /tmp/git.5To6wP/ +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.377 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.377 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.378 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.380 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.381 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.381 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.382 | 91634 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.382 | 78059 | Removed run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.382 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.382 | 78059 | Assigned run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.382 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.382 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.E5z3p0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.383 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.383 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.384 | 91635 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.384 | 78059 | Removed run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.384 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.384 | 78059 | Assigned run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.384 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.384 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6odsER +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.386 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.387 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.390 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.391 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.392 | 91632 | Marked run 1060 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.392 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.396 | 91633 | Marked run 1061 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.396 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.397 | 78060 | Recursively removing directory: /tmp/git.E5z3p0/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.399 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.399 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.400 | 78063 | Recursively removing directory: /tmp/git.6odsER/ +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.401 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.402 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.403 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.406 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.407 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.407 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.407 | 91652 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.407 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.407 | 78059 | Removed run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.407 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.407 | 78059 | Assigned run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.407 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XNJu1T +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.410 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.410 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.410 | 91653 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.410 | 78059 | Removed run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.410 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.410 | 78059 | Assigned run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.411 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.411 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4DN1pS +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.412 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.414 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.416 | 91650 | Marked run 1062 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.417 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.417 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.418 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.420 | 91651 | Marked run 1063 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.420 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.423 | 78060 | Recursively removing directory: /tmp/git.XNJu1T/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.424 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.424 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.427 | 78063 | Recursively removing directory: /tmp/git.4DN1pS/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.428 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.428 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.428 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.431 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.431 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.431 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.431 | 91669 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.431 | 78059 | Removed run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.431 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.431 | 78059 | Assigned run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.431 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.432 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MqbZpn +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.434 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.434 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.435 | 91671 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.435 | 78059 | Removed run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.435 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.435 | 78059 | Assigned run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.435 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.435 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IF8TMa +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.436 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.437 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.441 | 91668 | Marked run 1064 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.442 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.442 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.443 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.445 | 91670 | Marked run 1065 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.445 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.446 | 78060 | Recursively removing directory: /tmp/git.MqbZpn/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.448 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.448 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.452 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.452 | 78063 | Recursively removing directory: /tmp/git.IF8TMa/ +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.453 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.453 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.456 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.456 | 91687 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.456 | 78059 | Removed run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.456 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.456 | 78059 | Assigned run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.456 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.456 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.456 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Qxb9Aj +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.457 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.460 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.461 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.461 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.461 | 91689 | Added a new worker 13 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.461 | 78059 | Removed run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.461 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.461 | 78059 | Assigned run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.462 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.461 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gj4drM +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.462 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.464 | 91686 | Marked run 1066 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.464 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.467 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.468 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.471 | 78060 | Recursively removing directory: /tmp/git.Qxb9Aj/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.471 | 91688 | Marked run 1067 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.472 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.473 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.473 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.476 | 78063 | Recursively removing directory: /tmp/git.gj4drM/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.477 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.478 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.478 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.480 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.480 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.480 | 91705 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.480 | 78059 | Removed run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.480 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.480 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.480 | 78059 | Assigned run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.480 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WKtLzx +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.481 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.484 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.484 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.485 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.485 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.485 | 91708 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.485 | 78059 | Removed run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.485 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.485 | 78059 | Assigned run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.486 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.68M8pD +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.486 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.491 | 91704 | Marked run 1068 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.491 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.491 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.493 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.495 | 91706 | Marked run 1069 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.495 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.495 | 78060 | Recursively removing directory: /tmp/git.WKtLzx/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.496 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.497 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.500 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.501 | 78063 | Recursively removing directory: /tmp/git.68M8pD/ +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.502 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.502 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.503 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.503 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.503 | 91723 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.503 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.503 | 78059 | Removed run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.503 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.503 | 78059 | Assigned run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.503 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TjSjRB +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.505 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.508 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.508 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.508 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.508 | 91725 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.508 | 78059 | Removed run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.508 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.508 | 78059 | Assigned run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.509 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.508 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bqdUin +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.509 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.513 | 91722 | Marked run 1070 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.513 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.514 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.515 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.518 | 78060 | Recursively removing directory: /tmp/git.TjSjRB/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.520 | 91724 | Marked run 1071 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.520 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.520 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.520 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.524 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.524 | 78063 | Recursively removing directory: /tmp/git.bqdUin/ +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.526 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.526 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.527 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.527 | 91741 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.527 | 78059 | Removed run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.527 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.527 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.527 | 78059 | Assigned run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.527 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.527 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oegka8 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.529 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.532 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.532 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.532 | 91743 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.532 | 78059 | Removed run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.532 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.532 | 78059 | Assigned run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.532 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.532 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.532 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5kyRjK +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.533 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.538 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.539 | 91740 | Marked run 1072 as finished +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.539 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.540 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.543 | 78060 | Recursively removing directory: /tmp/git.oegka8/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.543 | 91742 | Marked run 1073 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.543 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.544 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.544 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.548 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.548 | 78063 | Recursively removing directory: /tmp/git.5kyRjK/ +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.549 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.549 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.552 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.552 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.552 | 91759 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.552 | 78059 | Removed run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.552 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.552 | 78059 | Assigned run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.552 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.552 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dX2e8n +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.554 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.557 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.557 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.558 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.558 | 91761 | Added a new worker 11 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.558 | 78059 | Removed run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.558 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.558 | 78059 | Assigned run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.558 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pWhCCk +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.558 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.558 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.560 | 91758 | Marked run 1074 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.561 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.563 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.564 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.568 | 78060 | Recursively removing directory: /tmp/git.dX2e8n/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.568 | 91760 | Marked run 1075 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.568 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.569 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.569 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.572 | 78063 | Recursively removing directory: /tmp/git.pWhCCk/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.573 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.574 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.574 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.577 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.577 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.577 | 91777 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.577 | 78059 | Removed run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.577 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.577 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.577 | 78059 | Assigned run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.577 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.i8iDcc +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.579 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.581 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.582 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.583 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.583 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.583 | 91780 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.583 | 78059 | Removed run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.583 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.583 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.583 | 78059 | Assigned run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.583 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qq5fbG +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.588 | 91776 | Marked run 1076 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.588 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.590 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.591 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.592 | 78060 | Recursively removing directory: /tmp/git.i8iDcc/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.592 | 91778 | Marked run 1077 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.592 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.593 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.593 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.596 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.599 | 78063 | Recursively removing directory: /tmp/git.qq5fbG/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.600 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.600 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3s96pR +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.600 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.600 | 91795 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.600 | 78059 | Removed run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.600 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.600 | 78059 | Assigned run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.601 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.601 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.601 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.605 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.605 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.606 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.608 | 91794 | Marked run 1078 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.608 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.608 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.608 | 91799 | Added a new worker 8 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.608 | 78059 | Removed run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.608 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.608 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.608 | 78059 | Assigned run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.608 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.609 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4YyMMl +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.613 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.614 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.615 | 78060 | Recursively removing directory: /tmp/git.3s96pR/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.617 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.617 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.619 | 91796 | Marked run 1079 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.619 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.621 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.623 | 78063 | Recursively removing directory: /tmp/git.4YyMMl/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.624 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.624 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.624 | 91813 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.625 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.625 | 78059 | Removed run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.625 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.625 | 78059 | Assigned run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.625 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8qg5xF +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.624 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.624 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.627 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.629 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.630 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.631 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.631 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.631 | 91816 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.631 | 78059 | Removed run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.631 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.631 | 78059 | Assigned run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.631 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.631 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Rkzoms +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.635 | 91812 | Marked run 1080 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.635 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.638 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.638 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.639 | 91814 | Marked run 1081 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.639 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.640 | 78060 | Recursively removing directory: /tmp/git.8qg5xF/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.641 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.641 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.645 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.648 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.656 | 91831 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.656 | 78059 | Removed run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.656 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.656 | 78059 | Assigned run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.656 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.648 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.657 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OpIwcZ +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.658 | 78063 | Recursively removing directory: /tmp/git.Rkzoms/ +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.660 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.660 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.662 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.663 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.665 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.669 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.669 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.669 | 91838 | Added a new worker 13 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.669 | 78059 | Removed run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.669 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.669 | 78059 | Assigned run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.670 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.669 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.juY2dc +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.672 | 91830 | Marked run 1082 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.672 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.675 | 78060 | Recursively removing directory: /tmp/git.OpIwcZ/ +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.675 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.676 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.677 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.677 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.679 | 91833 | Marked run 1083 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.680 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.680 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.683 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.683 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.684 | 91849 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.684 | 78059 | Removed run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.684 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.684 | 78059 | Assigned run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.684 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QNxD1Z +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.684 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.686 | 78063 | Recursively removing directory: /tmp/git.juY2dc/ +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.687 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.687 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.689 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.690 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.691 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.693 | 91844 | Marked run 1084 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.693 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.694 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.694 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.694 | 91854 | Added a new worker 8 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.694 | 78059 | Removed run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.694 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.694 | 78059 | Assigned run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.694 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.694 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OK9RNM +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.699 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.700 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.700 | 78060 | Recursively removing directory: /tmp/git.QNxD1Z/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.702 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.702 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.703 | 91851 | Marked run 1085 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.703 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.705 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.709 | 78063 | Recursively removing directory: /tmp/git.OK9RNM/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.709 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.709 | 91867 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.709 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.709 | 78059 | Removed run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.709 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.709 | 78059 | Assigned run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.709 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.710 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KPNLoi +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.710 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.710 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.713 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.714 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.716 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.716 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.716 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.716 | 91869 | Added a new worker 14 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.716 | 78059 | Removed run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.716 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.716 | 78059 | Assigned run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.716 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.716 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gITwb7 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.720 | 91865 | Marked run 1086 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.720 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.721 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.722 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.726 | 78060 | Recursively removing directory: /tmp/git.KPNLoi/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.726 | 91868 | Marked run 1087 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.726 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.727 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.727 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.731 | 78063 | Recursively removing directory: /tmp/git.gITwb7/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.731 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.732 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.732 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.734 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.734 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.734 | 91885 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.734 | 78059 | Removed run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.734 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.734 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.734 | 78059 | Assigned run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.735 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vPQAcd +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.736 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.738 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.739 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.739 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.740 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.740 | 91887 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.740 | 78059 | Removed run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.740 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.740 | 78059 | Assigned run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.740 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.740 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yodOV6 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.746 | 91884 | Marked run 1088 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.746 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.746 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.747 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.750 | 78060 | Recursively removing directory: /tmp/git.vPQAcd/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.750 | 91886 | Marked run 1089 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.750 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.751 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.751 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.756 | 78063 | Recursively removing directory: /tmp/git.yodOV6/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.756 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.757 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.757 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.759 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.759 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.759 | 91903 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.759 | 78059 | Removed run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.759 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.759 | 78059 | Assigned run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.759 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gtakyU +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.760 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.760 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.764 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.764 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.764 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.765 | 91905 | Added a new worker 13 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.765 | 78059 | Removed run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.765 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.765 | 78059 | Assigned run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.765 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.765 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Dt9piu +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.765 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.768 | 91902 | Marked run 1090 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.769 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.771 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.771 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.775 | 91904 | Marked run 1091 as finished +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.775 | 78060 | Recursively removing directory: /tmp/git.gtakyU/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.775 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.776 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.776 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.780 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.781 | 78063 | Recursively removing directory: /tmp/git.Dt9piu/ +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.782 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.782 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.783 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.783 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.784 | 91921 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.784 | 78059 | Removed run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.784 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.784 | 78059 | Assigned run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.784 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tMbenm +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.784 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.786 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.788 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.788 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.790 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.790 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.790 | 91924 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.790 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.790 | 78059 | Removed run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.790 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.790 | 78059 | Assigned run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.790 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.q2Yhbn +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.795 | 91920 | Marked run 1092 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.795 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.797 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.798 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.798 | 78060 | Recursively removing directory: /tmp/git.tMbenm/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.799 | 91922 | Marked run 1093 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.799 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.800 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.800 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.804 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.807 | 78063 | Recursively removing directory: /tmp/git.q2Yhbn/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.807 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.807 | 91939 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.807 | 78059 | Removed run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.807 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.807 | 78059 | Assigned run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.807 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.808 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9E6aIo +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.808 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.808 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.808 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.811 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.812 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.813 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.814 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.814 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.814 | 91942 | Added a new worker 14 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.814 | 78059 | Removed run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.814 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.814 | 78059 | Assigned run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.815 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.L5R9F0 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.816 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.817 | 91938 | Marked run 1094 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.817 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.820 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.821 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.823 | 78060 | Recursively removing directory: /tmp/git.9E6aIo/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.825 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.825 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.825 | 91940 | Marked run 1095 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.826 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.828 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.829 | 78063 | Recursively removing directory: /tmp/git.L5R9F0/ +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.831 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.831 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.832 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.832 | 91957 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.832 | 78059 | Removed run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.832 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.832 | 78059 | Assigned run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.832 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.832 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.832 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WF3nuZ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.835 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.836 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.838 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.838 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.838 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.838 | 91959 | Added a new worker 11 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.838 | 78059 | Removed run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.838 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.838 | 78059 | Assigned run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.838 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8mYq9F +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.839 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.840 | 91956 | Marked run 1096 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.841 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.844 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.845 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.847 | 91958 | Marked run 1097 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.847 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.847 | 78060 | Recursively removing directory: /tmp/git.WF3nuZ/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.849 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.849 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.852 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.855 | 78063 | Recursively removing directory: /tmp/git.8mYq9F/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.856 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.856 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.856 | 91975 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.856 | 78059 | Removed run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.856 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.856 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.856 | 78059 | Assigned run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.856 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZVxtvP +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.857 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.857 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.860 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.861 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.861 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.863 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.863 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.863 | 91978 | Added a new worker 13 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.863 | 78059 | Removed run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.863 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.863 | 78059 | Assigned run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.864 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.p4t58y +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.864 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.866 | 91974 | Marked run 1098 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.866 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.869 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.869 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.871 | 78060 | Recursively removing directory: /tmp/git.ZVxtvP/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.873 | 91976 | Marked run 1099 as finished +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.873 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.873 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.873 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.876 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.878 | 78063 | Recursively removing directory: /tmp/git.p4t58y/ +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.880 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.880 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.881 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.881 | 91993 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.881 | 78059 | Removed run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.881 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.881 | 78059 | Assigned run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.880 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.881 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9dxgwk +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.881 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.883 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.887 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.887 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.887 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.888 | 91995 | Added a new worker 13 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.888 | 78059 | Removed run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.888 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.888 | 78059 | Assigned run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.888 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.888 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BFufaU +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.888 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.889 | 91992 | Marked run 1100 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.890 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.893 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.894 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.897 | 91994 | Marked run 1101 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.897 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.898 | 78060 | Recursively removing directory: /tmp/git.9dxgwk/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.899 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.899 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.902 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.902 | 78063 | Recursively removing directory: /tmp/git.BFufaU/ +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.904 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.904 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.906 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.906 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.906 | 92011 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.906 | 78059 | Removed run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.906 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.907 | 78059 | Assigned run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.907 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.907 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FDaxYM +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.908 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.912 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.912 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.912 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.913 | 92013 | Added a new worker 13 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.913 | 78059 | Removed run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.913 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.913 | 78059 | Assigned run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.913 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.913 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.913 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FJ53XM +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.915 | 92010 | Marked run 1102 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.915 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.918 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.919 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.922 | 78060 | Recursively removing directory: /tmp/git.FDaxYM/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.923 | 92012 | Marked run 1103 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.923 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.924 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.924 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.928 | 78063 | Recursively removing directory: /tmp/git.FJ53XM/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.928 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.929 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.929 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.931 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.931 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.931 | 92029 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.931 | 78059 | Removed run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.931 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.931 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.931 | 78059 | Assigned run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.931 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CAh1xK +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.932 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.935 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.935 | 92031 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.935 | 78059 | Removed run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.935 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.936 | 78059 | Assigned run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.936 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.936 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.935 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.936 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ErE7ll +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.937 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.942 | 92028 | Marked run 1104 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.942 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.942 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.943 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.946 | 92030 | Marked run 1105 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.946 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.946 | 78060 | Recursively removing directory: /tmp/git.CAh1xK/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.948 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.948 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.951 | 78063 | Recursively removing directory: /tmp/git.ErE7ll/ +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.952 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.953 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.953 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.955 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.955 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.955 | 92047 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.955 | 78059 | Removed run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.955 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.955 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.955 | 78059 | Assigned run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.955 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Pi25Vc +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.955 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.959 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.959 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.959 | 92049 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.959 | 78059 | Removed run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.959 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.959 | 78059 | Assigned run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.959 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.959 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5sWhPG +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.960 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.961 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.965 | 92046 | Marked run 1106 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.965 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.966 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.967 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.970 | 92048 | Marked run 1107 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.970 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.971 | 78060 | Recursively removing directory: /tmp/git.Pi25Vc/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.972 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.972 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.976 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.976 | 78063 | Recursively removing directory: /tmp/git.5sWhPG/ +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.978 | 78063 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.978 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.979 | 78060 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.979 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.979 | 92065 | Added a new worker 10 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.979 | 78059 | Removed run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.979 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.979 | 78059 | Assigned run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.979 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AVa2VP +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.981 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.981 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.984 | 78060 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.984 | 78063 | Waiting for a new command +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.984 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.984 | 92067 | Added a new worker 12 to the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.984 | 78059 | Removed run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.984 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.984 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.984 | 78059 | Assigned run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.984 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9FQ1Fe +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.985 | 78060 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.991 | 92064 | Marked run 1108 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.991 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.991 | 78063 | Checking out revision HEAD +2024-04-25 03:45:45 | INFO | 78063/cimple-worker: 2024-04-25 03:45:45.992 | 78063 | Going to run: ./ci +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.994 | 92066 | Marked run 1109 as finished +2024-04-25 03:45:45 | INFO | 78057/cimple-server: 2024-04-25 03:45:45.995 | 78057 | Waiting for new connections +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.995 | 78060 | Recursively removing directory: /tmp/git.AVa2VP/ +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.996 | 78060 | Process exit code: 0 +2024-04-25 03:45:45 | INFO | 78060/cimple-worker: 2024-04-25 03:45:45.996 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.000 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.000 | 78063 | Recursively removing directory: /tmp/git.9FQ1Fe/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.002 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.002 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.004 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.004 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.004 | 92083 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.004 | 78059 | Removed run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.004 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.004 | 78059 | Assigned run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.004 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.004 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.49qDzq +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.007 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.008 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.009 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.011 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.011 | 92086 | Added a new worker 13 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.011 | 78059 | Removed run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.011 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.011 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.011 | 78059 | Assigned run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.011 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.011 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pkrSjB +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.015 | 92082 | Marked run 1110 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.015 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.017 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.018 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.019 | 78060 | Recursively removing directory: /tmp/git.49qDzq/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.021 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.021 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.021 | 92084 | Marked run 1111 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.022 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.024 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.027 | 78063 | Recursively removing directory: /tmp/git.pkrSjB/ +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.028 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.028 | 92101 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.028 | 78059 | Removed run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.028 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.028 | 78059 | Assigned run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.028 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.028 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6ESMWn +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.028 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.029 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.029 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.032 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.033 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.033 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.037 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.037 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.037 | 92105 | Added a new worker 13 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.037 | 78059 | Removed run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.037 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.037 | 78059 | Assigned run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.037 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.037 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qyUZ6V +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.038 | 92100 | Marked run 1112 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.038 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.042 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.043 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.044 | 78060 | Recursively removing directory: /tmp/git.6ESMWn/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.046 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.046 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.047 | 92102 | Marked run 1113 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.047 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.050 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.052 | 78063 | Recursively removing directory: /tmp/git.qyUZ6V/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.053 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.053 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.054 | 92119 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.054 | 78059 | Removed run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.054 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.054 | 78059 | Assigned run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.054 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.054 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.054 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MnKZIC +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.054 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.058 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.058 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.060 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.061 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.062 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.062 | 92118 | Marked run 1114 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.062 | 92122 | Added a new worker 8 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.062 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.062 | 78059 | Removed run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.062 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.062 | 78059 | Assigned run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.062 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pVLKFZ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.067 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.068 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.074 | 78060 | Recursively removing directory: /tmp/git.MnKZIC/ +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.075 | 92120 | Marked run 1115 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.075 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.076 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.076 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.079 | 78063 | Recursively removing directory: /tmp/git.pVLKFZ/ +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.080 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.080 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.080 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.084 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.084 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.084 | 92137 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.084 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.084 | 78059 | Removed run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.084 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.084 | 78059 | Assigned run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.084 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hDixTo +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.085 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.088 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.088 | 92139 | Added a new worker 12 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.088 | 78059 | Removed run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.088 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.088 | 78059 | Assigned run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.088 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.088 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0eRuu6 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.088 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.089 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.091 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.094 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.095 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.096 | 92136 | Marked run 1116 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.097 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.099 | 78060 | Recursively removing directory: /tmp/git.hDixTo/ +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.100 | 92138 | Marked run 1117 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.100 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.101 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.101 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.104 | 78063 | Recursively removing directory: /tmp/git.0eRuu6/ +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.104 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.105 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.105 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.108 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.108 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.108 | 92155 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.108 | 78059 | Removed run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.108 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.108 | 78059 | Assigned run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.108 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.108 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.108 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8f30L9 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.111 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.111 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.111 | 92157 | Added a new worker 12 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.111 | 78059 | Removed run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.111 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.111 | 78059 | Assigned run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.111 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.t7qunM +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.113 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.113 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.115 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.117 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.118 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.119 | 92154 | Marked run 1118 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.119 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.122 | 92156 | Marked run 1119 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.122 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.125 | 78060 | Recursively removing directory: /tmp/git.8f30L9/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.127 | 78063 | Recursively removing directory: /tmp/git.t7qunM/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.127 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.127 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.128 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.128 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.130 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.131 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.133 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.133 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.133 | 92174 | Added a new worker 12 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.133 | 78059 | Removed run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.133 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.133 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.133 | 78059 | Assigned run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.133 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7EWfoP +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.134 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.135 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.135 | 92175 | Added a new worker 12 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.135 | 78059 | Removed run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.135 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.135 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.135 | 78059 | Assigned run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.135 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oQYM4a +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.138 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.139 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.139 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.141 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.143 | 92172 | Marked run 1120 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.144 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.146 | 92173 | Marked run 1121 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.147 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.148 | 78060 | Recursively removing directory: /tmp/git.7EWfoP/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.150 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.150 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.151 | 78063 | Recursively removing directory: /tmp/git.oQYM4a/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.152 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.152 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.153 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.155 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.156 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.156 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.156 | 92192 | Added a new worker 12 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.156 | 78059 | Removed run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.156 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.156 | 78059 | Assigned run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.156 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.156 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GqIWRn +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.158 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.158 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.160 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.161 | 92193 | Added a new worker 13 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.161 | 78059 | Removed run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.161 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.161 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.161 | 78059 | Assigned run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.161 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RUvAYz +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.162 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.165 | 92190 | Marked run 1122 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.165 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.166 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.167 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.169 | 92191 | Marked run 1123 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.169 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.172 | 78060 | Recursively removing directory: /tmp/git.GqIWRn/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.174 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.174 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.176 | 78063 | Recursively removing directory: /tmp/git.RUvAYz/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.177 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.177 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.177 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.180 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.180 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.180 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.180 | 92210 | Added a new worker 12 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.180 | 78059 | Removed run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.180 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.180 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.180 | 78059 | Assigned run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.181 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.f2hxTt +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.184 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.184 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.184 | 92211 | Added a new worker 12 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.184 | 78059 | Removed run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.184 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.184 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.184 | 78059 | Assigned run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.184 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KoVmY9 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.185 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.185 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.188 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.190 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.192 | 92208 | Marked run 1124 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.193 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.195 | 78060 | Recursively removing directory: /tmp/git.f2hxTt/ +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.196 | 92209 | Marked run 1125 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.196 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.197 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.197 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.200 | 78063 | Recursively removing directory: /tmp/git.KoVmY9/ +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.201 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.201 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.201 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.205 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.205 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.205 | 92227 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.205 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.205 | 78059 | Removed run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.205 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.205 | 78059 | Assigned run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.205 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.f8xSft +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.206 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.210 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.210 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.210 | 92229 | Added a new worker 13 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.210 | 78059 | Removed run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.210 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.210 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.210 | 78059 | Assigned run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.210 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.210 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NWubfN +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.212 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.213 | 92226 | Marked run 1126 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.213 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.215 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.217 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.221 | 78060 | Recursively removing directory: /tmp/git.f8xSft/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.223 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.223 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.223 | 92228 | Marked run 1127 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.223 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.225 | 78063 | Recursively removing directory: /tmp/git.NWubfN/ +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.226 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.227 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.227 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.229 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.229 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.229 | 92245 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.229 | 78059 | Removed run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.229 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.229 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.229 | 78059 | Assigned run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.229 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zmo84m +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.230 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.233 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.234 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.234 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.234 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.234 | 92248 | Added a new worker 12 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.234 | 78059 | Removed run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.234 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.234 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.234 | 78059 | Assigned run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.235 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lVnI6B +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.240 | 92244 | Marked run 1128 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.241 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.242 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.243 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.244 | 78060 | Recursively removing directory: /tmp/git.zmo84m/ +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.244 | 92246 | Marked run 1129 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.244 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.246 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.246 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.249 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.251 | 78063 | Recursively removing directory: /tmp/git.lVnI6B/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.253 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.253 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.253 | 92263 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.253 | 78059 | Removed run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.253 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.253 | 78059 | Assigned run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.253 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.253 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.253 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gd4831 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.254 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.256 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.257 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.258 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.259 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.259 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.259 | 92266 | Added a new worker 13 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.259 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.259 | 78059 | Removed run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.259 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.259 | 78059 | Assigned run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.260 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vPDcBu +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.263 | 92262 | Marked run 1130 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.263 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.265 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.267 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.268 | 78060 | Recursively removing directory: /tmp/git.gd4831/ +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.269 | 92264 | Marked run 1131 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.270 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.270 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.270 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.273 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.275 | 78063 | Recursively removing directory: /tmp/git.vPDcBu/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.276 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.276 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.276 | 92281 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.277 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.277 | 78059 | Removed run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.277 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.277 | 78059 | Assigned run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.277 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.277 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.277 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.C9E4JI +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.280 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.281 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.281 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.285 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.285 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.285 | 92286 | Added a new worker 13 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.285 | 78059 | Removed run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.285 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.285 | 78059 | Assigned run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.285 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.285 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.q6CoP2 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.289 | 92280 | Marked run 1132 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.289 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.291 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.292 | 78060 | Recursively removing directory: /tmp/git.C9E4JI/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.292 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.293 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.293 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.295 | 92282 | Marked run 1133 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.295 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.297 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.300 | 78063 | Recursively removing directory: /tmp/git.q6CoP2/ +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.300 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.300 | 92299 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.300 | 78059 | Removed run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.300 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.300 | 78059 | Assigned run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.300 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.300 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1qPjex +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.301 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.301 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.301 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.304 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.306 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.307 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.307 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.307 | 92301 | Added a new worker 14 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.307 | 78059 | Removed run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.307 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.307 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.307 | 78059 | Assigned run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.311 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XSTx5p +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.311 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.313 | 92298 | Marked run 1134 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.314 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.317 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.318 | 92300 | Marked run 1135 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.318 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.318 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.320 | 78060 | Recursively removing directory: /tmp/git.1qPjex/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.321 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.321 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.324 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.327 | 78063 | Recursively removing directory: /tmp/git.XSTx5p/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.328 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.328 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.328 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.328 | 92317 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.328 | 78059 | Removed run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.328 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.328 | 78059 | Assigned run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.328 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.329 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ff0U6b +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.329 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.332 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.333 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.334 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.336 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.336 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.336 | 92320 | Added a new worker 13 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.336 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.336 | 78059 | Removed run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.336 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.336 | 78059 | Assigned run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.337 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aRE5B4 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.337 | 92316 | Marked run 1136 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.337 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.341 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.342 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.345 | 78060 | Recursively removing directory: /tmp/git.Ff0U6b/ +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.346 | 92318 | Marked run 1137 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.346 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.347 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.347 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.350 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.351 | 78063 | Recursively removing directory: /tmp/git.aRE5B4/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.352 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.352 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.354 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.354 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.354 | 92335 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.354 | 78059 | Removed run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.354 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.354 | 78059 | Assigned run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.355 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.355 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2CSOxU +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.356 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.359 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.359 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.359 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.359 | 92337 | Added a new worker 12 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.360 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.360 | 78059 | Removed run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.360 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.360 | 78059 | Assigned run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.360 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WpvKqm +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.361 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.364 | 92334 | Marked run 1138 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.365 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.366 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.367 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.369 | 92336 | Marked run 1139 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.369 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.371 | 78060 | Recursively removing directory: /tmp/git.2CSOxU/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.372 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.372 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.375 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.376 | 78063 | Recursively removing directory: /tmp/git.WpvKqm/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.378 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.378 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.379 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.379 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.379 | 92353 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.379 | 78059 | Removed run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.379 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.379 | 78059 | Assigned run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.379 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.380 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mFoBhv +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.381 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.385 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.385 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.385 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.385 | 92355 | Added a new worker 12 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.385 | 78059 | Removed run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.385 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.385 | 78059 | Assigned run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.385 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.385 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5IK8Yi +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.386 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.390 | 92352 | Marked run 1140 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.390 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.391 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.392 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.394 | 92354 | Marked run 1141 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.394 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.395 | 78060 | Recursively removing directory: /tmp/git.mFoBhv/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.397 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.397 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.400 | 78063 | Recursively removing directory: /tmp/git.5IK8Yi/ +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.400 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.401 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.401 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.403 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.403 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.404 | 92371 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.404 | 78059 | Removed run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.404 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.404 | 78059 | Assigned run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.404 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.404 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.404 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cUJdaW +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.407 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.407 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.407 | 92373 | Added a new worker 12 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.407 | 78059 | Removed run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.407 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.407 | 78059 | Assigned run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.407 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.407 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dx2tJr +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.409 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.410 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.413 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.414 | 92370 | Marked run 1142 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.414 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.414 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.417 | 92372 | Marked run 1143 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.417 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.420 | 78060 | Recursively removing directory: /tmp/git.cUJdaW/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.422 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.422 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.423 | 78063 | Recursively removing directory: /tmp/git.dx2tJr/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.424 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.424 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.425 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.427 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.428 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.428 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.428 | 92390 | Added a new worker 12 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.428 | 78059 | Removed run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.428 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.428 | 78059 | Assigned run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.428 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cODPYk +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.428 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.430 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.430 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.430 | 92391 | Added a new worker 12 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.430 | 78059 | Removed run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.430 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.430 | 78059 | Assigned run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.431 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.431 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nKsodB +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.433 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.434 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.436 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.437 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.438 | 92388 | Marked run 1144 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.438 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.441 | 92389 | Marked run 1145 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.441 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.444 | 78060 | Recursively removing directory: /tmp/git.cODPYk/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.445 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.445 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.447 | 78063 | Recursively removing directory: /tmp/git.nKsodB/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.448 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.448 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.448 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.451 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.451 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.451 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.451 | 92408 | Added a new worker 12 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.451 | 78059 | Removed run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.451 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.452 | 78059 | Assigned run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.452 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.452 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.j4bVy9 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.454 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.454 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.455 | 92409 | Added a new worker 12 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.455 | 78059 | Removed run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.455 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.455 | 78059 | Assigned run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.456 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.455 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VkQCQ0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.457 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.457 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.460 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.461 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.462 | 92406 | Marked run 1146 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.462 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.466 | 92407 | Marked run 1147 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.466 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.467 | 78060 | Recursively removing directory: /tmp/git.j4bVy9/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.468 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.468 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.470 | 78063 | Recursively removing directory: /tmp/git.VkQCQ0/ +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.471 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.472 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.472 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.474 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.475 | 92425 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.475 | 78059 | Removed run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.475 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.475 | 78059 | Assigned run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.474 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.475 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VkZBQv +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.475 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.478 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.478 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.478 | 92427 | Added a new worker 12 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.478 | 78059 | Removed run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.478 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.478 | 78059 | Assigned run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.478 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.479 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZoqGM7 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.479 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.480 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.484 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.485 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.485 | 92424 | Marked run 1148 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.485 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.489 | 92426 | Marked run 1149 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.489 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.490 | 78060 | Recursively removing directory: /tmp/git.VkZBQv/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.491 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.491 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.494 | 78063 | Recursively removing directory: /tmp/git.ZoqGM7/ +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.495 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.495 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.495 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.498 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.498 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.498 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.498 | 92444 | Added a new worker 12 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.498 | 78059 | Removed run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.498 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.498 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.498 | 78059 | Assigned run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.498 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vniTBL +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.502 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.502 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.502 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cfzp87 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.503 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.504 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.502 | 92445 | Added a new worker 12 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.502 | 78059 | Removed run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.502 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.502 | 78059 | Assigned run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.504 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.507 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.508 | 92442 | Marked run 1150 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.508 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.509 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.513 | 92443 | Marked run 1151 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.513 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.514 | 78060 | Recursively removing directory: /tmp/git.vniTBL/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.515 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.515 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.518 | 78063 | Recursively removing directory: /tmp/git.cfzp87/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.519 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.519 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.519 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.523 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.523 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.523 | 92461 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.523 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.523 | 78059 | Removed run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.523 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.523 | 78059 | Assigned run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.523 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.auwdT3 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.524 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.528 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.528 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.528 | 92463 | Added a new worker 12 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.528 | 78059 | Removed run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.528 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.528 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.528 | 78059 | Assigned run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.528 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.528 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cfriB5 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.529 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.533 | 92460 | Marked run 1152 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.533 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.536 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.537 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.538 | 92462 | Marked run 1153 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.538 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.539 | 78060 | Recursively removing directory: /tmp/git.auwdT3/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.541 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.541 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.544 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.545 | 78063 | Recursively removing directory: /tmp/git.cfriB5/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.546 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.546 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.547 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.547 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.547 | 92479 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.547 | 78059 | Removed run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.547 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.547 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.547 | 78059 | Assigned run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.547 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YNSFXr +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.551 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.551 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.552 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.555 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.555 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.555 | 92483 | Added a new worker 13 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.555 | 78059 | Removed run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.555 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.555 | 78059 | Assigned run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.555 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.129pJg +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.555 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.559 | 92478 | Marked run 1154 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.559 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.561 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.562 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.563 | 78060 | Recursively removing directory: /tmp/git.YNSFXr/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.565 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.565 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.565 | 92480 | Marked run 1155 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.566 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.568 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.571 | 78063 | Recursively removing directory: /tmp/git.129pJg/ +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.572 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.572 | 92497 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.572 | 78059 | Removed run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.572 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.572 | 78059 | Assigned run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.572 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.572 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9upLJI +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.572 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.573 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.573 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.577 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.577 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.578 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.580 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.581 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.581 | 92501 | Added a new worker 13 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.581 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.581 | 92496 | Marked run 1156 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.581 | 78059 | Removed run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.581 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.581 | 78059 | Assigned run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.581 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.581 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PSLSjm +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.586 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.587 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.588 | 78060 | Recursively removing directory: /tmp/git.9upLJI/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.590 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.590 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.590 | 92498 | Marked run 1157 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.590 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.593 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.596 | 78063 | Recursively removing directory: /tmp/git.PSLSjm/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.596 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.597 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.597 | 92515 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.597 | 78059 | Removed run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.597 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.597 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.597 | 78059 | Assigned run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.597 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EGL8ba +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.597 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.597 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.600 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.601 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.602 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.606 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.606 | 92522 | Added a new worker 13 to the queue +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.606 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.606 | 78059 | Removed run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.606 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.607 | 78059 | Assigned run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.607 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.607 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Vjrmev +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.607 | 92514 | Marked run 1158 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.607 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.611 | 78060 | Recursively removing directory: /tmp/git.EGL8ba/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.611 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.612 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.613 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.613 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.615 | 92517 | Marked run 1159 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.616 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.616 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.620 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.620 | 92533 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.620 | 78059 | Removed run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.620 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.620 | 78059 | Assigned run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.620 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.620 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mrAFje +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.620 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.621 | 78063 | Recursively removing directory: /tmp/git.Vjrmev/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.623 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.623 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.624 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.625 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.627 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.628 | 92528 | Marked run 1160 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.628 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.630 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.630 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.631 | 92542 | Added a new worker 8 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.631 | 78059 | Removed run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.631 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.631 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.631 | 78059 | Assigned run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.631 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kKONMO +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.635 | 78060 | Recursively removing directory: /tmp/git.mrAFje/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.636 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.636 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.636 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.636 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.639 | 92535 | Marked run 1161 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.639 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.640 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.643 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.643 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.643 | 92551 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.643 | 78059 | Removed run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.643 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.643 | 78059 | Assigned run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.643 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.643 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4Gt7OQ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.646 | 78063 | Recursively removing directory: /tmp/git.kKONMO/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.647 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.647 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.647 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.648 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.651 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.652 | 92546 | Marked run 1162 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.652 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.655 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.655 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.655 | 92560 | Added a new worker 8 to the queue +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.656 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uIARBp +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.656 | 78059 | Removed run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.656 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.656 | 78059 | Assigned run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.656 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.657 | 78060 | Recursively removing directory: /tmp/git.4Gt7OQ/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.658 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.658 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.660 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.661 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.661 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.664 | 92554 | Marked run 1163 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.665 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.665 | 92565 | Added a new worker 12 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.665 | 78059 | Removed run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.665 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.665 | 78059 | Assigned run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.665 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.665 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.665 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.665 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cPaT8X +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.669 | 78063 | Recursively removing directory: /tmp/git.uIARBp/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.670 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.671 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.671 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.671 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.674 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.675 | 92561 | Marked run 1164 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.675 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.678 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.678 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.678 | 92578 | Added a new worker 8 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.678 | 78059 | Removed run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.678 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.678 | 78059 | Assigned run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.678 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.678 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QtbMak +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.681 | 78060 | Recursively removing directory: /tmp/git.cPaT8X/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.682 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.682 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.683 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.684 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.686 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.686 | 92572 | Marked run 1165 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.687 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.689 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.689 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.689 | 92585 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.689 | 78059 | Removed run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.689 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.689 | 78059 | Assigned run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.689 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BMZzkH +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.690 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.693 | 78063 | Recursively removing directory: /tmp/git.QtbMak/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.694 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.695 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.695 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.695 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.698 | 92580 | Marked run 1166 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.698 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.698 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.702 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.702 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.702 | 92596 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.702 | 78059 | Removed run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.702 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.702 | 78059 | Assigned run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.702 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JZj5sV +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.702 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.704 | 78060 | Recursively removing directory: /tmp/git.BMZzkH/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.706 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.706 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.706 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.706 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.710 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.711 | 92591 | Marked run 1167 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.711 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.713 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.713 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.713 | 92605 | Added a new worker 8 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.713 | 78059 | Removed run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.713 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.713 | 78059 | Assigned run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.714 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nVoS9D +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.714 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.716 | 78063 | Recursively removing directory: /tmp/git.JZj5sV/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.718 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.718 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.718 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.718 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.722 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.724 | 92599 | Marked run 1168 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.724 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.726 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.726 | 92614 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.726 | 78059 | Removed run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.726 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.726 | 78059 | Assigned run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.726 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.726 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.726 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.d2HAc0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.728 | 78060 | Recursively removing directory: /tmp/git.nVoS9D/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.729 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.729 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.730 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.732 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.733 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.734 | 92609 | Marked run 1169 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.734 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.736 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.736 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.736 | 92621 | Added a new worker 8 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.737 | 78059 | Removed run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.737 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.737 | 78059 | Assigned run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.737 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nzZA82 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.738 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.740 | 78063 | Recursively removing directory: /tmp/git.d2HAc0/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.741 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.742 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.742 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.742 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.746 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.746 | 92616 | Marked run 1170 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.746 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.749 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.749 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.750 | 92632 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.750 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.750 | 78059 | Removed run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.750 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.750 | 78059 | Assigned run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.750 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kyjj0V +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.752 | 78060 | Recursively removing directory: /tmp/git.nzZA82/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.753 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.753 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.754 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.755 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.757 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.758 | 92626 | Marked run 1171 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.759 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.761 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.761 | 92641 | Added a new worker 8 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.761 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.761 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.762 | 78059 | Removed run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.762 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.762 | 78059 | Assigned run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.762 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.meDSqZ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.764 | 78063 | Recursively removing directory: /tmp/git.kyjj0V/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.766 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.766 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.766 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.768 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.769 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.770 | 92635 | Marked run 1172 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.770 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.772 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.772 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.773 | 92648 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.773 | 78059 | Removed run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.773 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.773 | 78059 | Assigned run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.773 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7sjGej +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.774 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.776 | 78060 | Recursively removing directory: /tmp/git.meDSqZ/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.778 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.778 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.778 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.778 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.782 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.782 | 92643 | Marked run 1173 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.782 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.785 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.785 | 92659 | Added a new worker 8 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.785 | 78059 | Removed run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.785 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.785 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.785 | 78059 | Assigned run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.785 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.786 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cr8w5J +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.787 | 78063 | Recursively removing directory: /tmp/git.7sjGej/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.789 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.789 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.790 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.791 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.793 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.794 | 92654 | Marked run 1174 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.794 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.796 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.796 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.U5nANd +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.796 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.796 | 92666 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.796 | 78059 | Removed run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.796 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.796 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.796 | 78059 | Assigned run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.800 | 78060 | Recursively removing directory: /tmp/git.cr8w5J/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.801 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.801 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.801 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.802 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.804 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.805 | 92661 | Marked run 1175 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.805 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.808 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.808 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.808 | 92677 | Added a new worker 8 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.808 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.808 | 78059 | Removed run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.808 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.808 | 78059 | Assigned run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.808 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VjH893 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.811 | 78063 | Recursively removing directory: /tmp/git.U5nANd/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.812 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.812 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.813 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.814 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.815 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.817 | 92671 | Marked run 1176 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.818 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.819 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.819 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.819 | 92684 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.819 | 78059 | Removed run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.819 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.819 | 78059 | Assigned run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.819 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.820 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DhHNS8 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.823 | 78060 | Recursively removing directory: /tmp/git.VjH893/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.824 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.825 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.825 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.826 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.828 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.828 | 92679 | Marked run 1177 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.828 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.831 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.831 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.831 | 92695 | Added a new worker 8 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.831 | 78059 | Removed run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.831 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.831 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.831 | 78059 | Assigned run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.831 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2sjSDF +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.834 | 78063 | Recursively removing directory: /tmp/git.DhHNS8/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.836 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.836 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.836 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.837 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.839 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.841 | 92688 | Marked run 1178 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.841 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.843 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.843 | 92704 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.843 | 78059 | Removed run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.843 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.843 | 78059 | Assigned run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.843 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.843 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vMGci4 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.843 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.847 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.847 | 78060 | Recursively removing directory: /tmp/git.2sjSDF/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.848 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.850 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.850 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.852 | 92697 | Marked run 1179 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.852 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.854 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.856 | 78063 | Recursively removing directory: /tmp/git.vMGci4/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.858 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.858 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.857 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.858 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0t0Oj0 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.857 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.857 | 92713 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.857 | 78059 | Removed run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.857 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.857 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.858 | 78059 | Assigned run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.862 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.862 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.863 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.866 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.866 | 92712 | Marked run 1180 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.866 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.866 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.866 | 92717 | Added a new worker 12 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.867 | 78059 | Removed run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.867 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.867 | 78059 | Assigned run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.867 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.867 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3EqXTr +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.871 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.872 | 78060 | Recursively removing directory: /tmp/git.0t0Oj0/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.872 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.874 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.874 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.876 | 92714 | Marked run 1181 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.877 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.878 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.880 | 78063 | Recursively removing directory: /tmp/git.3EqXTr/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.882 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.882 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.882 | 92731 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.882 | 78059 | Removed run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.882 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.882 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.882 | 78059 | Assigned run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.882 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HRmWDj +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.882 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.882 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.885 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.886 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.887 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.888 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.888 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.888 | 92734 | Added a new worker 12 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.888 | 78059 | Removed run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.888 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.888 | 78059 | Assigned run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.888 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CaAOPQ +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.889 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.893 | 92730 | Marked run 1182 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.893 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.897 | 78060 | Recursively removing directory: /tmp/git.HRmWDj/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.898 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.899 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.899 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.899 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.901 | 92732 | Marked run 1183 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.901 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.902 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.906 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.906 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.906 | 92749 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.906 | 78059 | Removed run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.906 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.906 | 78059 | Assigned run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.906 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.P4nLEE +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.907 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.908 | 78063 | Recursively removing directory: /tmp/git.CaAOPQ/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.910 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.910 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.911 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.911 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.913 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.915 | 92744 | Marked run 1184 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.915 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.917 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.917 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.917 | 92758 | Added a new worker 8 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.917 | 78059 | Removed run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.917 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.917 | 78059 | Assigned run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.918 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7ICt1w +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.918 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.921 | 78060 | Recursively removing directory: /tmp/git.P4nLEE/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.922 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.923 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.923 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.923 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.926 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.927 | 92751 | Marked run 1185 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.927 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.930 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.930 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.930 | 92767 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.930 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3a3uqb +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.930 | 78059 | Removed run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.930 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.930 | 78059 | Assigned run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.931 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.932 | 78063 | Recursively removing directory: /tmp/git.7ICt1w/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.933 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.933 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.935 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.936 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.936 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.939 | 92762 | Marked run 1186 as finished +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.940 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.940 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.940 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.940 | 92772 | Added a new worker 8 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.940 | 78059 | Removed run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.940 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.940 | 78059 | Assigned run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.940 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XD3HIi +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.940 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.944 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.945 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.946 | 78060 | Recursively removing directory: /tmp/git.3a3uqb/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.949 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.949 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.950 | 92768 | Marked run 1187 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.950 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.952 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.954 | 78063 | Recursively removing directory: /tmp/git.XD3HIi/ +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.955 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.955 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.956 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.956 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.956 | 92785 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.956 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.956 | 78059 | Removed run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.956 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.957 | 78059 | Assigned run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.957 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zlVw2N +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.959 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.961 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.963 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.963 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.963 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.963 | 92787 | Added a new worker 13 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.964 | 78059 | Removed run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.964 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.964 | 78059 | Assigned run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.964 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qL5ssS +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.964 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.965 | 92784 | Marked run 1188 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.965 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.968 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.969 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.973 | 92786 | Marked run 1189 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.973 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.973 | 78060 | Recursively removing directory: /tmp/git.zlVw2N/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.975 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.975 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.978 | 78063 | Recursively removing directory: /tmp/git.qL5ssS/ +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.979 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.980 | 78063 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.980 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.982 | 78060 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.982 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.982 | 92803 | Added a new worker 10 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.982 | 78059 | Removed run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.982 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.982 | 78059 | Assigned run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.982 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.982 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vOKKz1 +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.983 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.985 | 78060 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.986 | 78060 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.987 | 78063 | Waiting for a new command +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.987 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.987 | 92806 | Added a new worker 12 to the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.987 | 78059 | Removed run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.987 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.987 | 78059 | Assigned run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.987 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ktGGHr +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.988 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.993 | 78063 | Checking out revision HEAD +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.994 | 92802 | Marked run 1190 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.994 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78063/cimple-worker: 2024-04-25 03:45:46.994 | 78063 | Going to run: ./ci +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.997 | 92804 | Marked run 1191 as finished +2024-04-25 03:45:46 | INFO | 78057/cimple-server: 2024-04-25 03:45:46.997 | 78057 | Waiting for new connections +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.997 | 78060 | Recursively removing directory: /tmp/git.vOKKz1/ +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.999 | 78060 | Process exit code: 0 +2024-04-25 03:45:46 | INFO | 78060/cimple-worker: 2024-04-25 03:45:46.999 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.002 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.003 | 78063 | Recursively removing directory: /tmp/git.ktGGHr/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.004 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.004 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.006 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.006 | 92821 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.006 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.006 | 78059 | Removed run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.006 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.006 | 78059 | Assigned run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.006 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.006 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.P7cFsI +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.007 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.010 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.011 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.011 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.011 | 92823 | Added a new worker 12 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.011 | 78059 | Removed run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.011 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.011 | 78059 | Assigned run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.011 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.011 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8w4fVT +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.011 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.016 | 92820 | Marked run 1192 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.016 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.018 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.019 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.020 | 92822 | Marked run 1193 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.020 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.021 | 78060 | Recursively removing directory: /tmp/git.P7cFsI/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.023 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.023 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.026 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.027 | 78063 | Recursively removing directory: /tmp/git.8w4fVT/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.029 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.029 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.029 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.029 | 92839 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.029 | 78059 | Removed run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.029 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.029 | 78059 | Assigned run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.029 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.030 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.k614FM +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.030 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.032 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.034 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.035 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.035 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.035 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.035 | 92841 | Added a new worker 12 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.035 | 78059 | Removed run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.035 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.035 | 78059 | Assigned run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.035 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bwFtDx +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.037 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.041 | 92838 | Marked run 1194 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.041 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.042 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.043 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.045 | 92840 | Marked run 1195 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.045 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.045 | 78060 | Recursively removing directory: /tmp/git.k614FM/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.047 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.047 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.050 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.051 | 78063 | Recursively removing directory: /tmp/git.bwFtDx/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.053 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.053 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.054 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.054 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.054 | 92857 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.054 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.054 | 78059 | Removed run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.054 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.054 | 78059 | Assigned run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.054 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7FyiCb +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.055 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.059 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.059 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.059 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.059 | 92859 | Added a new worker 12 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.059 | 78059 | Removed run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.059 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.059 | 78059 | Assigned run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.059 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.059 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.059 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3hn0Zr +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.064 | 92856 | Marked run 1196 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.065 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.065 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.067 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.069 | 92858 | Marked run 1197 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.069 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.069 | 78060 | Recursively removing directory: /tmp/git.7FyiCb/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.070 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.070 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.074 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.075 | 78063 | Recursively removing directory: /tmp/git.3hn0Zr/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.076 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.076 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.077 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.077 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.077 | 92875 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.077 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.077 | 78059 | Removed run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.077 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.078 | 78059 | Assigned run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.078 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Rk0hYk +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.080 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.082 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.082 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.084 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.084 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.084 | 92878 | Added a new worker 12 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.084 | 78059 | Removed run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.084 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.084 | 78059 | Assigned run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.084 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kl2ZdN +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.085 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.089 | 92874 | Marked run 1198 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.089 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.091 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.092 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.093 | 78060 | Recursively removing directory: /tmp/git.Rk0hYk/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.095 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.095 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.095 | 92876 | Marked run 1199 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.096 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.098 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.101 | 78063 | Recursively removing directory: /tmp/git.kl2ZdN/ +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.102 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.102 | 92893 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.102 | 78059 | Removed run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.102 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.102 | 78059 | Assigned run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.102 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.102 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.102 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.102 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WmpI0b +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.102 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.105 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.107 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.108 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.108 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.108 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.108 | 92895 | Added a new worker 13 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.108 | 78059 | Removed run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.108 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.109 | 78059 | Assigned run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.109 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.109 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5Ha407 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.112 | 92892 | Marked run 1200 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.113 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.115 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.115 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.117 | 78060 | Recursively removing directory: /tmp/git.WmpI0b/ +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.120 | 92894 | Marked run 1201 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.120 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.121 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.121 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.125 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.125 | 78063 | Recursively removing directory: /tmp/git.5Ha407/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.127 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.127 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.128 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.128 | 92911 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.128 | 78059 | Removed run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.128 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.128 | 78059 | Assigned run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.128 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.128 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.128 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cambqw +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.130 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.132 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.132 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.134 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.134 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.134 | 92914 | Added a new worker 12 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.134 | 78059 | Removed run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.134 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.134 | 78059 | Assigned run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.134 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.135 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.j6yYh1 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.139 | 92910 | Marked run 1202 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.139 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.141 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.142 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.143 | 78060 | Recursively removing directory: /tmp/git.cambqw/ +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.144 | 92912 | Marked run 1203 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.144 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.145 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.145 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.148 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.150 | 78063 | Recursively removing directory: /tmp/git.j6yYh1/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.151 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.151 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.151 | 92929 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.151 | 78059 | Removed run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.151 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.151 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.151 | 78059 | Assigned run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.151 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nleD0d +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.153 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.153 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.155 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.156 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.157 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.159 | 92928 | Marked run 1204 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.160 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.160 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.160 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.160 | 92934 | Added a new worker 8 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.160 | 78059 | Removed run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.160 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.160 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.160 | 78059 | Assigned run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.160 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iOfEpP +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.165 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.166 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.166 | 78060 | Recursively removing directory: /tmp/git.nleD0d/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.169 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.169 | 78060 | Process output: 415085 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.170 | 92931 | Marked run 1205 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.171 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.173 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.174 | 78063 | Recursively removing directory: /tmp/git.iOfEpP/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.175 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.175 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.176 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.176 | 92947 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.176 | 78059 | Removed run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.176 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.176 | 78059 | Assigned run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.176 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.176 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.apyjgP +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.177 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.179 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.181 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.181 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.183 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.183 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.183 | 92950 | Added a new worker 13 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.183 | 78059 | Removed run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.183 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.184 | 78059 | Assigned run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.184 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LiBsV3 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.184 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.185 | 92946 | Marked run 1206 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.185 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.189 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.190 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.191 | 78060 | Recursively removing directory: /tmp/git.apyjgP/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.193 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.193 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.193 | 92948 | Marked run 1207 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.193 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.197 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.198 | 78063 | Recursively removing directory: /tmp/git.LiBsV3/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.199 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.199 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.200 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.200 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.200 | 92965 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.200 | 78059 | Removed run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.200 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.200 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.200 | 78059 | Assigned run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.200 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iAjoWG +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.203 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.204 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.205 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.207 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.207 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.207 | 92969 | Added a new worker 12 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.207 | 78059 | Removed run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.207 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.207 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.207 | 78059 | Assigned run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.207 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lNkTOL +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.211 | 92964 | Marked run 1208 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.211 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.213 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.214 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.215 | 78060 | Recursively removing directory: /tmp/git.iAjoWG/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.217 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.217 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.218 | 92966 | Marked run 1209 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.219 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.220 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.223 | 78063 | Recursively removing directory: /tmp/git.lNkTOL/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.224 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.224 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.224 | 92983 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.224 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.224 | 78059 | Removed run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.224 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.224 | 78059 | Assigned run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.224 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.224 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.224 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jHQ0J6 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.228 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.229 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.229 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.232 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.233 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.233 | 92988 | Added a new worker 12 to the queue +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.234 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ifgqpu +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.234 | 78059 | Removed run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.234 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.234 | 78059 | Assigned run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.235 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.236 | 92982 | Marked run 1210 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.236 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.238 | 78060 | Recursively removing directory: /tmp/git.jHQ0J6/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.238 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.239 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.240 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.240 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.243 | 92984 | Marked run 1211 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.243 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.243 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.247 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.247 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.247 | 93001 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.247 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.247 | 78059 | Removed run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.247 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.247 | 78059 | Assigned run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.247 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZW2GZA +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.249 | 78063 | Recursively removing directory: /tmp/git.Ifgqpu/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.251 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.251 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.251 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.251 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.255 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.257 | 92995 | Marked run 1212 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.257 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.259 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.259 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.259 | 93010 | Added a new worker 8 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.259 | 78059 | Removed run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.259 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.259 | 78059 | Assigned run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.259 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wIE4iO +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.261 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.262 | 78060 | Recursively removing directory: /tmp/git.ZW2GZA/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.263 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.263 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.263 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.264 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.267 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.269 | 93005 | Marked run 1213 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.269 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.270 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.270 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.270 | 93019 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.270 | 78059 | Removed run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.270 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.270 | 78059 | Assigned run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.271 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.271 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QWWrCB +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.274 | 78063 | Recursively removing directory: /tmp/git.wIE4iO/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.275 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.275 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.275 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.276 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.279 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.281 | 93013 | Marked run 1214 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.281 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.283 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.283 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.284 | 93028 | Added a new worker 8 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.284 | 78059 | Removed run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.284 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.284 | 78059 | Assigned run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.284 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.284 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ED9bFA +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.285 | 78060 | Recursively removing directory: /tmp/git.QWWrCB/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.287 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.287 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.288 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.289 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.290 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.293 | 93025 | Marked run 1215 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.293 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.293 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.294 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.294 | 93033 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.294 | 78059 | Removed run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.294 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.294 | 78059 | Assigned run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.294 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.294 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ADKzXM +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.298 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.299 | 78063 | Recursively removing directory: /tmp/git.ED9bFA/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.299 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.300 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.300 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.303 | 93030 | Marked run 1216 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.303 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.304 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.307 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.307 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fcrjlD +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.307 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.307 | 93046 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.307 | 78059 | Removed run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.307 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.307 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.307 | 78059 | Assigned run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.309 | 78060 | Recursively removing directory: /tmp/git.ADKzXM/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.311 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.311 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.311 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.312 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.315 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.317 | 93041 | Marked run 1217 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.318 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.319 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.319 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.319 | 93055 | Added a new worker 8 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.319 | 78059 | Removed run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.319 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.319 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.319 | 78059 | Assigned run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.319 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ijmefC +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.323 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.324 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.323 | 78063 | Recursively removing directory: /tmp/git.fcrjlD/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.325 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.325 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.329 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.332 | 93049 | Marked run 1218 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.332 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.332 | 78060 | Recursively removing directory: /tmp/git.ijmefC/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.332 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.332 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.332 | 93064 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.332 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.332 | 78059 | Removed run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.332 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.332 | 78059 | Assigned run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.333 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xh9xJJ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.333 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.333 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.337 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.338 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.338 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.341 | 93063 | Marked run 1219 as finished +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.341 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.341 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.341 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.341 | 93068 | Added a new worker 8 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.341 | 78059 | Removed run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.341 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.341 | 78059 | Assigned run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.341 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.342 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BYmbD2 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.346 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.347 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.348 | 78063 | Recursively removing directory: /tmp/git.xh9xJJ/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.350 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.350 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.351 | 93065 | Marked run 1220 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.352 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.354 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.355 | 78060 | Recursively removing directory: /tmp/git.BYmbD2/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.357 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.357 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.358 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.358 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.358 | 93082 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.358 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.358 | 78059 | Removed run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.358 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.358 | 78059 | Assigned run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.358 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QxbVKg +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.361 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.362 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.362 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.365 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.365 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.365 | 93086 | Added a new worker 13 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.365 | 78059 | Removed run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.365 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.365 | 78059 | Assigned run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.365 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iq66Q4 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.366 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.369 | 93081 | Marked run 1221 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.369 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.371 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.372 | 78063 | Recursively removing directory: /tmp/git.QxbVKg/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.372 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.374 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.374 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.375 | 93083 | Marked run 1222 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.375 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.377 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.380 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.381 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lEyrW7 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.380 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.380 | 93100 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.380 | 78059 | Removed run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.380 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.380 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.381 | 78059 | Assigned run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.381 | 78060 | Recursively removing directory: /tmp/git.iq66Q4/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.383 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.383 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.385 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.387 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.387 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.389 | 93097 | Marked run 1223 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.389 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.391 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.391 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.391 | 93106 | Added a new worker 8 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.391 | 78059 | Removed run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.391 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.391 | 78059 | Assigned run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.391 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.391 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.U2wjdG +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.396 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.396 | 78063 | Recursively removing directory: /tmp/git.lEyrW7/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.397 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.398 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.398 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.401 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.402 | 93102 | Marked run 1224 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.402 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.405 | 78060 | Recursively removing directory: /tmp/git.U2wjdG/ +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.405 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.405 | 93118 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.405 | 78059 | Removed run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.405 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.405 | 78059 | Assigned run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.406 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.405 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.405 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bCTNWG +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.407 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.407 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.409 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.410 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.411 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.415 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.415 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.415 | 93127 | Added a new worker 13 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.415 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.415 | 78059 | Removed run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.415 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.416 | 78059 | Assigned run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.416 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qrWlME +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.416 | 93115 | Marked run 1225 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.417 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.419 | 78063 | Recursively removing directory: /tmp/git.bCTNWG/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.420 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.421 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.421 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.421 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.424 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.425 | 93120 | Marked run 1226 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.425 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.428 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.428 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.428 | 93136 | Added a new worker 9 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.428 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.428 | 78059 | Removed run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.428 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.428 | 78059 | Assigned run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.428 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RppB18 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.430 | 78060 | Recursively removing directory: /tmp/git.qrWlME/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.432 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.432 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.432 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.433 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.437 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.438 | 93130 | Marked run 1227 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.438 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.440 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.440 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.441 | 93145 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.441 | 78059 | Removed run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.441 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.441 | 78059 | Assigned run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.441 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.442 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wPzGJP +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.443 | 78063 | Recursively removing directory: /tmp/git.RppB18/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.444 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.444 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.446 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.447 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.448 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.449 | 93140 | Marked run 1228 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.449 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.452 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.453 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8lgBW9 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.452 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.452 | 93152 | Added a new worker 9 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.452 | 78059 | Removed run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.452 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.452 | 78059 | Assigned run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.452 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.456 | 78060 | Recursively removing directory: /tmp/git.wPzGJP/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.457 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.457 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.457 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.458 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.460 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.462 | 93147 | Marked run 1229 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.462 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.464 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.464 | 93163 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.464 | 78059 | Removed run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.464 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.464 | 78059 | Assigned run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.464 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.464 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7nzWhB +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.465 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.467 | 78063 | Recursively removing directory: /tmp/git.8lgBW9/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.468 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.468 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.469 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.469 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.471 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.474 | 93157 | Marked run 1230 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.474 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.475 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.475 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.475 | 93170 | Added a new worker 9 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.475 | 78059 | Removed run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.475 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.475 | 78059 | Assigned run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.475 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.475 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YkVkQi +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.480 | 78060 | Recursively removing directory: /tmp/git.7nzWhB/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.480 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.480 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.481 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.481 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.484 | 93165 | Marked run 1231 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.484 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.485 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.489 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.489 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.489 | 93181 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.489 | 78059 | Removed run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.489 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.489 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.489 | 78059 | Assigned run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.489 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dsFpnk +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.490 | 78063 | Recursively removing directory: /tmp/git.YkVkQi/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.491 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.491 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.493 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.494 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.496 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.499 | 93177 | Marked run 1232 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.500 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.500 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.500 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.500 | 93190 | Added a new worker 8 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.500 | 78059 | Removed run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.500 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.500 | 78059 | Assigned run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.500 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rySYsn +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.501 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.503 | 78060 | Recursively removing directory: /tmp/git.dsFpnk/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.504 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.505 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.505 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.505 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.509 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.510 | 93184 | Marked run 1233 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.510 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.513 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.513 | 93199 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.513 | 78059 | Removed run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.513 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.513 | 78059 | Assigned run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.513 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.513 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.513 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FdPCYQ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.514 | 78063 | Recursively removing directory: /tmp/git.rySYsn/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.516 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.516 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.517 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.518 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.521 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.523 | 93194 | Marked run 1234 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.523 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.525 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.525 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.525 | 93208 | Added a new worker 8 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.525 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.525 | 78059 | Removed run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.525 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.525 | 78059 | Assigned run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.525 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uccLRQ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.528 | 78060 | Recursively removing directory: /tmp/git.FdPCYQ/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.529 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.529 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.530 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.530 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.533 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.535 | 93202 | Marked run 1235 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.535 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.537 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.537 | 93217 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.537 | 78059 | Removed run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.537 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.537 | 78059 | Assigned run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.537 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.537 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.537 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.O2Sf2I +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.540 | 78063 | Recursively removing directory: /tmp/git.uccLRQ/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.541 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.542 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.542 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.542 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.546 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.547 | 93211 | Marked run 1236 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.547 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.550 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.550 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.550 | 93226 | Added a new worker 8 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.550 | 78059 | Removed run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.550 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.550 | 78059 | Assigned run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.550 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.550 | 78060 | Recursively removing directory: /tmp/git.O2Sf2I/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.551 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QXRAdk +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.552 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.552 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.556 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.557 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.558 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.558 | 93221 | Marked run 1237 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.559 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.559 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.559 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.559 | 93229 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.559 | 78059 | Removed run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.559 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.560 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7jwX1k +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.559 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.559 | 78059 | Assigned run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.564 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.565 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.569 | 78063 | Recursively removing directory: /tmp/git.QXRAdk/ +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.569 | 93227 | Marked run 1238 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.570 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.571 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.571 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.574 | 78060 | Recursively removing directory: /tmp/git.7jwX1k/ +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.575 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.575 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.575 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.577 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.577 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.578 | 93244 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.578 | 78059 | Removed run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.578 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.578 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.578 | 78059 | Assigned run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.578 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1MQjNB +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.579 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.581 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.582 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.582 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.582 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.583 | 93246 | Added a new worker 12 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.583 | 78059 | Removed run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.583 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.583 | 78059 | Assigned run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.583 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.583 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hRypS2 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.588 | 93243 | Marked run 1239 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.588 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.589 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.590 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.592 | 78063 | Recursively removing directory: /tmp/git.1MQjNB/ +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.593 | 93245 | Marked run 1240 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.593 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.594 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.594 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.597 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.599 | 78060 | Recursively removing directory: /tmp/git.hRypS2/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.600 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.600 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.601 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.601 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.601 | 93262 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.601 | 78059 | Removed run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.601 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.601 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.601 | 78059 | Assigned run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.601 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RmBfZU +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.604 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.605 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.605 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.608 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.608 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.608 | 93266 | Added a new worker 13 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.608 | 78059 | Removed run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.608 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.608 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.608 | 78059 | Assigned run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.608 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qNPlqb +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.612 | 93261 | Marked run 1241 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.613 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.614 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.615 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.617 | 78063 | Recursively removing directory: /tmp/git.RmBfZU/ +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.618 | 93263 | Marked run 1242 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.618 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.618 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.618 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.622 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.624 | 78060 | Recursively removing directory: /tmp/git.qNPlqb/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.625 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.625 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.625 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.626 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GTrive +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.625 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.625 | 93280 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.625 | 78059 | Removed run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.625 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.626 | 78059 | Assigned run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.626 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.630 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.630 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.631 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.633 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.633 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.634 | 93279 | Marked run 1243 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.634 | 93284 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.634 | 78059 | Removed run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.634 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.634 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.634 | 78059 | Assigned run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.634 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.634 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1fVboW +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.639 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.640 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.641 | 78063 | Recursively removing directory: /tmp/git.GTrive/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.642 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.642 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.644 | 93281 | Marked run 1244 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.644 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.646 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.649 | 78060 | Recursively removing directory: /tmp/git.1fVboW/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.650 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.650 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.650 | 93298 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.650 | 78059 | Removed run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.650 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.650 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.650 | 78059 | Assigned run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.650 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ocY0fU +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.650 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.650 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.653 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.655 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.655 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.657 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.657 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.657 | 93301 | Added a new worker 13 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.657 | 78059 | Removed run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.657 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.657 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.657 | 78059 | Assigned run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.657 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.46SbWd +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.661 | 93295 | Marked run 1245 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.661 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.662 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.664 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.665 | 78063 | Recursively removing directory: /tmp/git.ocY0fU/ +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.666 | 93299 | Marked run 1246 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.666 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.667 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.667 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.671 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.673 | 78060 | Recursively removing directory: /tmp/git.46SbWd/ +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.674 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.674 | 93316 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.674 | 78059 | Removed run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.674 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.674 | 78059 | Assigned run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.674 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.674 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.674 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.674 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.674 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b4uHUz +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.678 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.679 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.679 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.683 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.683 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.683 | 93321 | Added a new worker 13 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.683 | 78059 | Removed run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.683 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.683 | 78059 | Assigned run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.684 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7HjPqT +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.684 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.684 | 93315 | Marked run 1247 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.684 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.688 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.689 | 78063 | Recursively removing directory: /tmp/git.b4uHUz/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.689 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.691 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.691 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.693 | 93317 | Marked run 1248 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.693 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.694 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.698 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.698 | 93334 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.698 | 78059 | Removed run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.698 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.698 | 78059 | Assigned run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.698 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.699 | 78060 | Recursively removing directory: /tmp/git.7HjPqT/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.698 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.698 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.d2NuSW +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.700 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.700 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.702 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.704 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.705 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.706 | 93331 | Marked run 1249 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.706 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.708 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.708 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.709 | 93341 | Added a new worker 8 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.709 | 78059 | Removed run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.709 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.709 | 78059 | Assigned run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.709 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4JlIah +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.709 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.713 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.713 | 78063 | Recursively removing directory: /tmp/git.d2NuSW/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.714 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.715 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.715 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.717 | 93336 | Marked run 1250 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.717 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.718 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.722 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.722 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.722 | 93352 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.722 | 78059 | Removed run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.722 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.722 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.722 | 78059 | Assigned run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.722 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5XMcdY +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.723 | 78060 | Recursively removing directory: /tmp/git.4JlIah/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.725 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.725 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.726 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.726 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.729 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.732 | 93347 | Marked run 1251 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.732 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.733 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.733 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.733 | 93361 | Added a new worker 8 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.733 | 78059 | Removed run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.733 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.733 | 78059 | Assigned run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.734 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.734 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gMPTQg +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.736 | 78063 | Recursively removing directory: /tmp/git.5XMcdY/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.738 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.738 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.738 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.739 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.742 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.742 | 93355 | Marked run 1252 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.742 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.745 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.745 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.745 | 93370 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.745 | 78059 | Removed run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.745 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.745 | 78059 | Assigned run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.745 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.746 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iZHaKm +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.748 | 78060 | Recursively removing directory: /tmp/git.gMPTQg/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.749 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.749 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.750 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.751 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.752 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.755 | 93364 | Marked run 1253 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.755 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.755 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.756 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.756 | 93377 | Added a new worker 8 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.756 | 78059 | Removed run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.756 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.756 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.756 | 78059 | Assigned run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.756 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ECZMPq +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.761 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.762 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.762 | 78063 | Recursively removing directory: /tmp/git.iZHaKm/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.764 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.764 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.765 | 93372 | Marked run 1254 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.765 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.767 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.771 | 78060 | Recursively removing directory: /tmp/git.ECZMPq/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.771 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.771 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.771 | 93388 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.771 | 78059 | Removed run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.771 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.771 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.771 | 78059 | Assigned run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.771 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Rdlrc0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.772 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.772 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.775 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.777 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.779 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.780 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.780 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.780 | 93391 | Added a new worker 11 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.780 | 78059 | Removed run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.780 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.780 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.781 | 78059 | Assigned run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.781 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XtSqam +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.783 | 93387 | Marked run 1255 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.783 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.786 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.787 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.789 | 78063 | Recursively removing directory: /tmp/git.Rdlrc0/ +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.791 | 93389 | Marked run 1256 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.791 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.791 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.791 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.795 | 78060 | Recursively removing directory: /tmp/git.XtSqam/ +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.795 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.796 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.796 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.798 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.798 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.798 | 93406 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.798 | 78059 | Removed run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.798 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.798 | 78059 | Assigned run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.798 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Vpw11A +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.799 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.799 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.802 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.803 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.803 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.803 | 93408 | Added a new worker 12 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.803 | 78059 | Removed run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.803 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.803 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.803 | 78059 | Assigned run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.803 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.803 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9L0jma +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.808 | 93405 | Marked run 1257 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.809 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.809 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.811 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.813 | 93407 | Marked run 1258 as finished +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.813 | 78063 | Recursively removing directory: /tmp/git.Vpw11A/ +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.813 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.814 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.814 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.818 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.819 | 78060 | Recursively removing directory: /tmp/git.9L0jma/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.821 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.821 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.822 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.822 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.822 | 93424 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.822 | 78059 | Removed run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.822 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.822 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.822 | 78059 | Assigned run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.822 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.x6dNNS +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.825 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.826 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.827 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.828 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.828 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.828 | 93427 | Added a new worker 13 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.828 | 78059 | Removed run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.828 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.829 | 78059 | Assigned run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.829 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vnp5Xf +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.829 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.830 | 93423 | Marked run 1259 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.831 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.834 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.835 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.837 | 78063 | Recursively removing directory: /tmp/git.x6dNNS/ +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.839 | 93425 | Marked run 1260 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.839 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.839 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.839 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.843 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.844 | 78060 | Recursively removing directory: /tmp/git.vnp5Xf/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.845 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.845 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.847 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.847 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.847 | 93442 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.847 | 78059 | Removed run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.847 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.847 | 78059 | Assigned run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.847 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SD775a +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.848 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.849 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.851 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.852 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.853 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.853 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.853 | 93445 | Added a new worker 13 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.854 | 78059 | Removed run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.854 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.854 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.854 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.26sRQv +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.854 | 78059 | Assigned run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.856 | 93441 | Marked run 1261 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.856 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.859 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.860 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.862 | 78063 | Recursively removing directory: /tmp/git.SD775a/ +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.863 | 93443 | Marked run 1262 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.863 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.864 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.864 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.867 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.869 | 78060 | Recursively removing directory: /tmp/git.26sRQv/ +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.871 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.871 | 93460 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.871 | 78059 | Removed run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.871 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.871 | 78059 | Assigned run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.871 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.871 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.o8N3VC +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.871 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.871 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.872 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.875 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.875 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.877 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.879 | 93459 | Marked run 1263 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.879 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.879 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.879 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.879 | 93463 | Added a new worker 6 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.879 | 78059 | Removed run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.879 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.879 | 78059 | Assigned run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.879 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.879 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sZFxlx +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.884 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.885 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.887 | 78063 | Recursively removing directory: /tmp/git.o8N3VC/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.888 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.888 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.890 | 93461 | Marked run 1264 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.890 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.892 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.894 | 78060 | Recursively removing directory: /tmp/git.sZFxlx/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.895 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.895 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.895 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.895 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.896 | 93478 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.896 | 78059 | Removed run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.896 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.896 | 78059 | Assigned run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.896 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZzkyEP +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.896 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.899 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.900 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.901 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.903 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.903 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.903 | 93481 | Added a new worker 13 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.903 | 78059 | Removed run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.903 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.903 | 78059 | Assigned run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.903 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.903 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NoIuQX +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.904 | 93477 | Marked run 1265 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.904 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.908 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.909 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.911 | 93479 | Marked run 1266 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.911 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.911 | 78063 | Recursively removing directory: /tmp/git.ZzkyEP/ +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.913 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.913 | 78063 | Process output: 415085 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.916 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.918 | 78060 | Recursively removing directory: /tmp/git.NoIuQX/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.919 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.919 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.920 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.920 | 93496 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.920 | 78059 | Removed run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.920 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.920 | 78059 | Assigned run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.920 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.920 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.920 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9FSdyt +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.923 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.925 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.926 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.926 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.926 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.926 | 93498 | Added a new worker 13 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.926 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.926 | 78059 | Removed run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.926 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.926 | 78059 | Assigned run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.926 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QJqXdn +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.931 | 93495 | Marked run 1267 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.931 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.932 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.934 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.936 | 78063 | Recursively removing directory: /tmp/git.9FSdyt/ +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.936 | 93497 | Marked run 1268 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.936 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.937 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.937 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.941 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.942 | 78060 | Recursively removing directory: /tmp/git.QJqXdn/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.943 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.943 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.945 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.945 | 93514 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.945 | 78059 | Removed run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.945 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.945 | 78059 | Assigned run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.945 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.945 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.945 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZX1M3b +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.947 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.949 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.950 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.951 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.951 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.951 | 93517 | Added a new worker 13 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.951 | 78059 | Removed run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.951 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.951 | 78059 | Assigned run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.951 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kzfDpV +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.952 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.954 | 93513 | Marked run 1269 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.954 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.957 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.958 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.960 | 78063 | Recursively removing directory: /tmp/git.ZX1M3b/ +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.961 | 93515 | Marked run 1270 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.961 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.962 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.962 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.966 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.966 | 78060 | Recursively removing directory: /tmp/git.kzfDpV/ +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.968 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.968 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.969 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.969 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.970 | 93532 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.970 | 78059 | Removed run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.970 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.970 | 78059 | Assigned run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.970 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.970 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.toTVrK +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.972 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.975 | 78063 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.976 | 78063 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.976 | 78060 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.976 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.976 | 93534 | Added a new worker 13 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.976 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.976 | 78059 | Removed run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.976 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.976 | 78059 | Assigned run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.976 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3YPoFX +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.978 | 93531 | Marked run 1271 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.978 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.981 | 78060 | Checking out revision HEAD +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.982 | 78060 | Going to run: ./ci +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.986 | 78063 | Recursively removing directory: /tmp/git.toTVrK/ +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.986 | 93533 | Marked run 1272 as finished +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.986 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.988 | 78063 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.988 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.991 | 78060 | Recursively removing directory: /tmp/git.3YPoFX/ +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.991 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.992 | 78060 | Process exit code: 0 +2024-04-25 03:45:47 | INFO | 78060/cimple-worker: 2024-04-25 03:45:47.992 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.995 | 78063 | Waiting for a new command +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.996 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.996 | 93550 | Added a new worker 10 to the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.996 | 78059 | Removed run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.996 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.996 | 78059 | Assigned run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:47 | INFO | 78063/cimple-worker: 2024-04-25 03:45:47.996 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bWFhXK +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.996 | 78057 | Waiting for new connections +2024-04-25 03:45:47 | INFO | 78057/cimple-server: 2024-04-25 03:45:47.997 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.000 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.001 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.001 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.001 | 93552 | Added a new worker 13 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.001 | 78059 | Removed run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.001 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.001 | 78059 | Assigned run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.001 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.002 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.k8mNFI +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.002 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.005 | 93549 | Marked run 1273 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.005 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.007 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.008 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.010 | 93551 | Marked run 1274 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.010 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.012 | 78063 | Recursively removing directory: /tmp/git.bWFhXK/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.013 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.013 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.016 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.017 | 78060 | Recursively removing directory: /tmp/git.k8mNFI/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.018 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.018 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.020 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.020 | 93568 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.020 | 78059 | Removed run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.020 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.020 | 78059 | Assigned run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.020 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.020 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.020 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.64Yvee +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.021 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.024 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.024 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.024 | 93570 | Added a new worker 12 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.025 | 78059 | Removed run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.025 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.025 | 78059 | Assigned run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.025 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.025 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.025 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XGSTtI +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.026 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.030 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.030 | 93567 | Marked run 1275 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.031 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.032 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.034 | 93569 | Marked run 1276 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.035 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.036 | 78063 | Recursively removing directory: /tmp/git.64Yvee/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.037 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.037 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.040 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.040 | 78060 | Recursively removing directory: /tmp/git.XGSTtI/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.042 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.042 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.044 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.044 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.044 | 93586 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.044 | 78059 | Removed run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.044 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.045 | 78059 | Assigned run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.045 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.045 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.L17hF0 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.046 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.049 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.049 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.049 | 93588 | Added a new worker 12 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.049 | 78059 | Removed run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.049 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.049 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.049 | 78059 | Assigned run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.049 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eyICRU +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.050 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.050 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.055 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.056 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.056 | 93585 | Marked run 1277 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.056 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.059 | 93587 | Marked run 1278 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.059 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.060 | 78063 | Recursively removing directory: /tmp/git.L17hF0/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.062 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.062 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.065 | 78060 | Recursively removing directory: /tmp/git.eyICRU/ +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.065 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.066 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.066 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.069 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.069 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.069 | 93604 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.069 | 78059 | Removed run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.069 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.069 | 78059 | Assigned run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.069 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.070 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tYvw6Z +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.071 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.074 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.075 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.075 | 93606 | Added a new worker 14 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.075 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.075 | 78059 | Removed run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.075 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.075 | 78059 | Assigned run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.075 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.075 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uFEArw +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.076 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.078 | 93603 | Marked run 1279 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.078 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.080 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.081 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.084 | 93605 | Marked run 1280 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.084 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.085 | 78063 | Recursively removing directory: /tmp/git.tYvw6Z/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.086 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.086 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.090 | 78060 | Recursively removing directory: /tmp/git.uFEArw/ +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.090 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.091 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.091 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.093 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.093 | 93622 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.093 | 78059 | Removed run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.093 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.093 | 78059 | Assigned run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.093 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.093 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.094 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PrqcEa +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.094 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.097 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.097 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.097 | 93624 | Added a new worker 12 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.097 | 78059 | Removed run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.097 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.097 | 78059 | Assigned run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.098 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.098 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.098 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.flqM8v +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.099 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.104 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.104 | 93621 | Marked run 1281 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.104 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.106 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.108 | 93623 | Marked run 1282 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.108 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.108 | 78063 | Recursively removing directory: /tmp/git.PrqcEa/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.110 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.110 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.113 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.114 | 78060 | Recursively removing directory: /tmp/git.flqM8v/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.116 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.116 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.117 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.117 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.117 | 93640 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.117 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.117 | 78059 | Removed run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.117 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.117 | 78059 | Assigned run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.117 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XadtQk +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.119 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.121 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.123 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.123 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.123 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.123 | 93643 | Added a new worker 13 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.124 | 78059 | Removed run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.124 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.124 | 78059 | Assigned run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.124 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.124 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KDAYbF +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.125 | 93639 | Marked run 1283 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.125 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.129 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.130 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.132 | 78063 | Recursively removing directory: /tmp/git.XadtQk/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.133 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.133 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.134 | 93641 | Marked run 1284 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.135 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.137 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.139 | 78060 | Recursively removing directory: /tmp/git.KDAYbF/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.140 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.140 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.140 | 93658 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.140 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.140 | 78059 | Removed run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.140 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.140 | 78059 | Assigned run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.140 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.140 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.141 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gzC071 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.145 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.145 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.146 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.148 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.148 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.148 | 93661 | Added a new worker 13 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.148 | 78059 | Removed run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.148 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.148 | 78059 | Assigned run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.148 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.149 | 93657 | Marked run 1285 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.149 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.149 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RMErvR +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.153 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.154 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.156 | 78063 | Recursively removing directory: /tmp/git.gzC071/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.157 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.157 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.158 | 93659 | Marked run 1286 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.159 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.161 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.162 | 78060 | Recursively removing directory: /tmp/git.RMErvR/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.164 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.164 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.165 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.165 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.165 | 93676 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.165 | 78059 | Removed run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.165 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.165 | 78059 | Assigned run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.165 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.daUdkS +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.165 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.168 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.169 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.169 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.172 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.172 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.172 | 93680 | Added a new worker 13 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.172 | 78059 | Removed run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.172 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.172 | 78059 | Assigned run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.172 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.172 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.P2kzny +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.175 | 93675 | Marked run 1287 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.175 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.178 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.179 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.180 | 78063 | Recursively removing directory: /tmp/git.daUdkS/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.182 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.182 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.182 | 93677 | Marked run 1288 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.182 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.185 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.187 | 78060 | Recursively removing directory: /tmp/git.P2kzny/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.188 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.188 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.188 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.188 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.188 | 93694 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.188 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.188 | 78059 | Removed run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.188 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.188 | 78059 | Assigned run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.189 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GssGSo +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.191 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.193 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.194 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.194 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.194 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.194 | 93696 | Added a new worker 12 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.194 | 78059 | Removed run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.194 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.194 | 78059 | Assigned run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.195 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.195 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2PJnrc +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.199 | 93693 | Marked run 1289 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.199 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.202 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.203 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.203 | 78063 | Recursively removing directory: /tmp/git.GssGSo/ +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.204 | 93695 | Marked run 1290 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.204 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.205 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.205 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.208 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.211 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.211 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.211 | 78060 | Recursively removing directory: /tmp/git.2PJnrc/ +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.211 | 93712 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.211 | 78059 | Removed run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.211 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.211 | 78059 | Assigned run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.211 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.212 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1UtALE +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.213 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.213 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.215 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.216 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.218 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.219 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.219 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.219 | 93715 | Added a new worker 13 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.219 | 78059 | Removed run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.219 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.219 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.219 | 78059 | Assigned run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.219 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.chHJYj +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.221 | 93711 | Marked run 1291 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.221 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.224 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.225 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.228 | 78063 | Recursively removing directory: /tmp/git.1UtALE/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.229 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.229 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.230 | 93713 | Marked run 1292 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.230 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.233 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.234 | 78060 | Recursively removing directory: /tmp/git.chHJYj/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.236 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.236 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.236 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.236 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.236 | 93730 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.236 | 78059 | Removed run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.236 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.236 | 78059 | Assigned run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.236 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zfLSEf +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.237 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.240 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.240 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.241 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.244 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.244 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.244 | 93735 | Added a new worker 13 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.244 | 78059 | Removed run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.244 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.244 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.244 | 78059 | Assigned run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.244 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HE02UA +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.247 | 93729 | Marked run 1293 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.248 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.249 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.251 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.251 | 78063 | Recursively removing directory: /tmp/git.zfLSEf/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.252 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.252 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.253 | 93731 | Marked run 1294 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.253 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.255 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.259 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.259 | 93748 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.259 | 78059 | Removed run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.259 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.259 | 78059 | Assigned run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.259 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.259 | 78060 | Recursively removing directory: /tmp/git.HE02UA/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.259 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.260 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jeqCcV +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.261 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.261 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.264 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.265 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.265 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.267 | 93745 | Marked run 1295 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.267 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.268 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.268 | 93752 | Added a new worker 8 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.268 | 78059 | Removed run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.268 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.268 | 78059 | Assigned run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.269 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.268 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.269 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7s7nZD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.274 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.274 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.275 | 78063 | Recursively removing directory: /tmp/git.jeqCcV/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.276 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.276 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.279 | 93749 | Marked run 1296 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.279 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.279 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.283 | 78060 | Recursively removing directory: /tmp/git.7s7nZD/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.283 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.283 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.283 | 93766 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.283 | 78059 | Removed run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.283 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.283 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.283 | 78059 | Assigned run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.284 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kUtgOw +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.284 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.284 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.287 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.288 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.289 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.292 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.292 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.293 | 93773 | Added a new worker 13 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.293 | 78059 | Removed run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.293 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.293 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.294 | 78059 | Assigned run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.294 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lWM2Ex +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.295 | 93764 | Marked run 1297 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.295 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.298 | 78063 | Recursively removing directory: /tmp/git.kUtgOw/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.299 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.300 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.300 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.301 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.302 | 93768 | Marked run 1298 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.302 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.304 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.308 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.308 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.308 | 93784 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.308 | 78059 | Removed run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.308 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.308 | 78059 | Assigned run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.308 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.308 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.huBUhu +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.309 | 78060 | Recursively removing directory: /tmp/git.lWM2Ex/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.310 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.310 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.312 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.313 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.313 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.317 | 93779 | Marked run 1299 as finished +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.317 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.317 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.317 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.317 | 93789 | Added a new worker 8 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.317 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.317 | 78059 | Removed run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.317 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.317 | 78059 | Assigned run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.317 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vZCmJa +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.322 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.323 | 78063 | Recursively removing directory: /tmp/git.huBUhu/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.323 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.324 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.324 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.327 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.330 | 93785 | Marked run 1300 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.331 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.331 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.331 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.331 | 93802 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.331 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.331 | 78059 | Removed run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.331 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.331 | 78059 | Assigned run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.331 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.epvFA1 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.332 | 78060 | Recursively removing directory: /tmp/git.vZCmJa/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.333 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.333 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.336 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.336 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.337 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.340 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.340 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.340 | 93806 | Added a new worker 13 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.340 | 78059 | Removed run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.340 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.340 | 78059 | Assigned run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.340 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.340 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0svY0e +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.340 | 93798 | Marked run 1301 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.341 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.345 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.346 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.347 | 78063 | Recursively removing directory: /tmp/git.epvFA1/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.349 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.349 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.350 | 93803 | Marked run 1302 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.350 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.353 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.354 | 78060 | Recursively removing directory: /tmp/git.0svY0e/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.356 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.356 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.356 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.356 | 93820 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.356 | 78059 | Removed run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.356 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.356 | 78059 | Assigned run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.357 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.356 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.356 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Wt22dc +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.360 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.360 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.361 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.364 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.364 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qVBVIr +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.364 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.364 | 93825 | Added a new worker 13 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.364 | 78059 | Removed run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.364 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.364 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.364 | 78059 | Assigned run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.367 | 93819 | Marked run 1303 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.368 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.370 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.371 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.371 | 78063 | Recursively removing directory: /tmp/git.Wt22dc/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.373 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.373 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.373 | 93821 | Marked run 1304 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.373 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.376 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.380 | 78060 | Recursively removing directory: /tmp/git.qVBVIr/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.380 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.380 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.380 | 93838 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.380 | 78059 | Removed run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.380 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.380 | 78059 | Assigned run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.380 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.380 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.p2UgRG +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.381 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.381 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.384 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.385 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.386 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.387 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.387 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.388 | 93841 | Added a new worker 13 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.388 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.388 | 78059 | Removed run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.388 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.388 | 78059 | Assigned run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.388 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1P6nFO +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.389 | 93837 | Marked run 1305 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.390 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.393 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.394 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.396 | 78063 | Recursively removing directory: /tmp/git.p2UgRG/ +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.397 | 93839 | Marked run 1306 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.397 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.398 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.398 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.401 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.402 | 78060 | Recursively removing directory: /tmp/git.1P6nFO/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.404 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.404 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.405 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.405 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.405 | 93856 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.405 | 78059 | Removed run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.405 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.405 | 78059 | Assigned run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.405 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.405 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rgGHTs +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.408 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.410 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.411 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.412 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.412 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.412 | 93859 | Added a new worker 13 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.412 | 78059 | Removed run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.412 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.412 | 78059 | Assigned run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.412 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.413 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.N8PYgE +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.414 | 93855 | Marked run 1307 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.414 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.417 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.418 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.421 | 93857 | Marked run 1308 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.421 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.421 | 78063 | Recursively removing directory: /tmp/git.rgGHTs/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.423 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.423 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.427 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.427 | 78060 | Recursively removing directory: /tmp/git.N8PYgE/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.428 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.428 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.430 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.430 | 93874 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.430 | 78059 | Removed run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.430 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.430 | 78059 | Assigned run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.430 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.430 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.430 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PNrsdr +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.431 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.435 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.435 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.435 | 93876 | Added a new worker 12 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.435 | 78059 | Removed run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.435 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.435 | 78059 | Assigned run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.435 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.435 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.435 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.436 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.B19Tgb +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.440 | 93873 | Marked run 1309 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.440 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.441 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.442 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.445 | 78063 | Recursively removing directory: /tmp/git.PNrsdr/ +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.446 | 93875 | Marked run 1310 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.446 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.447 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.447 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.450 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.451 | 78060 | Recursively removing directory: /tmp/git.B19Tgb/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.452 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.452 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.454 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.454 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.454 | 93892 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.454 | 78059 | Removed run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.454 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.455 | 78059 | Assigned run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.455 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.455 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FtMWz2 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.456 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.459 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.459 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.461 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.461 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.461 | 93895 | Added a new worker 13 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.461 | 78059 | Removed run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.461 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.461 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.461 | 78059 | Assigned run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.461 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.x07RA0 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.463 | 93891 | Marked run 1311 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.464 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.467 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.468 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.469 | 78063 | Recursively removing directory: /tmp/git.FtMWz2/ +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.470 | 93893 | Marked run 1312 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.470 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.471 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.471 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.474 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.476 | 78060 | Recursively removing directory: /tmp/git.x07RA0/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.478 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.478 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.478 | 93910 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.478 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.478 | 78059 | Removed run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.478 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.478 | 78059 | Assigned run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.478 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.478 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.478 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.l2OIGP +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.482 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.483 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.484 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.485 | 93909 | Marked run 1313 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.485 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.486 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.486 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.486 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.V5NfsS +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.486 | 93913 | Added a new worker 8 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.486 | 78059 | Removed run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.486 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.486 | 78059 | Assigned run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.486 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.490 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.491 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.495 | 78063 | Recursively removing directory: /tmp/git.l2OIGP/ +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.495 | 93911 | Marked run 1314 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.496 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.497 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.497 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.500 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.500 | 78060 | Recursively removing directory: /tmp/git.V5NfsS/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.502 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.502 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.504 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.504 | 93928 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.504 | 78059 | Removed run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.504 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.504 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.504 | 78059 | Assigned run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.504 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.504 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xCxClS +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.506 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.508 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.510 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.510 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.510 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.510 | 93930 | Added a new worker 14 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.510 | 78059 | Removed run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.510 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.510 | 78059 | Assigned run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.510 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.511 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eXQ8bD +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.514 | 93927 | Marked run 1315 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.514 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.517 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.518 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.518 | 93929 | Marked run 1316 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.519 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.520 | 78063 | Recursively removing directory: /tmp/git.xCxClS/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.522 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.522 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.525 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.526 | 78060 | Recursively removing directory: /tmp/git.eXQ8bD/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.528 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.528 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.529 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.529 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.529 | 93946 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.529 | 78059 | Removed run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.529 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.529 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.529 | 78059 | Assigned run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.529 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ujH2de +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.532 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.533 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.534 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.536 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.536 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.536 | 93949 | Added a new worker 13 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.536 | 78059 | Removed run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.536 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.536 | 78059 | Assigned run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.536 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.28HoKi +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.537 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.540 | 93945 | Marked run 1317 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.540 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.542 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.543 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.544 | 78063 | Recursively removing directory: /tmp/git.ujH2de/ +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.552 | 93947 | Marked run 1318 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.552 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.552 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.552 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.556 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.558 | 78060 | Recursively removing directory: /tmp/git.28HoKi/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.559 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.559 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.559 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.559 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.559 | 93964 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.559 | 78059 | Removed run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.559 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.559 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.559 | 78059 | Assigned run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.559 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JYgL8M +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.563 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.564 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.564 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.567 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.567 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.567 | 93968 | Added a new worker 14 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.567 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.568 | 78059 | Removed run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.568 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.568 | 78059 | Assigned run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.568 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jMLok6 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.570 | 93963 | Marked run 1319 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.570 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.573 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.574 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.575 | 78063 | Recursively removing directory: /tmp/git.JYgL8M/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.577 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.577 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.578 | 93965 | Marked run 1320 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.579 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.580 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.583 | 78060 | Recursively removing directory: /tmp/git.jMLok6/ +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.584 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.584 | 93982 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.584 | 78059 | Removed run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.584 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.584 | 78059 | Assigned run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.584 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.585 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.585 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.584 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.584 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sNIzyz +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.589 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.589 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.590 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.591 | 93981 | Marked run 1321 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.592 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.593 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.593 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.593 | 93986 | Added a new worker 8 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.593 | 78059 | Removed run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.593 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.593 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.593 | 78059 | Assigned run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.593 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.D7584x +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.598 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.598 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.600 | 78063 | Recursively removing directory: /tmp/git.sNIzyz/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.602 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.602 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.603 | 93983 | Marked run 1322 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.603 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.606 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.608 | 78060 | Recursively removing directory: /tmp/git.D7584x/ +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.609 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.609 | 94000 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.609 | 78059 | Removed run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.609 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.609 | 78059 | Assigned run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.609 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.609 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.609 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.609 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.610 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PLrK0E +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.612 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.614 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.615 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.616 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.616 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.616 | 94003 | Added a new worker 13 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.616 | 78059 | Removed run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.616 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.616 | 78059 | Assigned run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.616 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.616 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vRHO6c +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.619 | 93999 | Marked run 1323 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.620 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.623 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.624 | 94001 | Marked run 1324 as finished +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.624 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.624 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.625 | 78063 | Recursively removing directory: /tmp/git.PLrK0E/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.626 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.626 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.629 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.632 | 78060 | Recursively removing directory: /tmp/git.vRHO6c/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.633 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.633 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.633 | 94018 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.633 | 78059 | Removed run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.633 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.633 | 78059 | Assigned run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.633 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.634 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gsXP5A +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.634 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.634 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.637 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.638 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.639 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.640 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.641 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.N3ADU7 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.640 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.640 | 94021 | Added a new worker 13 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.640 | 78059 | Removed run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.640 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.640 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.640 | 78059 | Assigned run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.642 | 94017 | Marked run 1325 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.642 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.646 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.647 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.649 | 78063 | Recursively removing directory: /tmp/git.gsXP5A/ +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.651 | 94019 | Marked run 1326 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.651 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.651 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.651 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.655 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.656 | 78060 | Recursively removing directory: /tmp/git.N3ADU7/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.657 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.657 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.658 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.658 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.658 | 94036 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.658 | 78059 | Removed run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.658 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.658 | 78059 | Assigned run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.658 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QQBG6f +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.659 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.661 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.662 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.663 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.665 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.665 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.665 | 94040 | Added a new worker 13 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.665 | 78059 | Removed run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.665 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.665 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.666 | 78059 | Assigned run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.666 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gUPY5n +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.671 | 94035 | Marked run 1327 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.672 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.672 | 78063 | Recursively removing directory: /tmp/git.QQBG6f/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.673 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.673 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.674 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.674 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.675 | 94037 | Marked run 1328 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.675 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.677 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.681 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.681 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.681 | 94054 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.681 | 78059 | Removed run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.681 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.681 | 78059 | Assigned run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.682 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.682 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.H6cHa0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.682 | 78060 | Recursively removing directory: /tmp/git.gUPY5n/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.684 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.684 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.687 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.687 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.687 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.689 | 94049 | Marked run 1329 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.689 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.691 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.691 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.691 | 94058 | Added a new worker 8 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.691 | 78059 | Removed run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.691 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.691 | 78059 | Assigned run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.691 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.691 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.imQl1Y +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.695 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.696 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.699 | 78063 | Recursively removing directory: /tmp/git.H6cHa0/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.701 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.701 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.701 | 94055 | Marked run 1330 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.702 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.705 | 78060 | Recursively removing directory: /tmp/git.imQl1Y/ +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.705 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.706 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.706 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.708 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.708 | 94072 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.708 | 78059 | Removed run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.708 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.708 | 78059 | Assigned run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.708 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.708 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2pkDKU +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.709 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.709 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.712 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.712 | 94074 | Added a new worker 12 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.712 | 78059 | Removed run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.712 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.712 | 78059 | Assigned run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.713 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.713 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.713 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EFmgKS +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.714 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.715 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.718 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.719 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.719 | 94071 | Marked run 1331 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.719 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.722 | 94073 | Marked run 1332 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.722 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.724 | 78063 | Recursively removing directory: /tmp/git.2pkDKU/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.726 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.726 | 78063 | Process output: 415085 bytes +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.727 | 78060 | Recursively removing directory: /tmp/git.EFmgKS/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.729 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.729 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.729 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.731 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.732 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.732 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.732 | 94091 | Added a new worker 12 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.732 | 78059 | Removed run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.732 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.733 | 78059 | Assigned run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.733 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.733 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NIrOCX +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.735 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.735 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.736 | 94092 | Added a new worker 12 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.736 | 78059 | Removed run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.736 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.736 | 78059 | Assigned run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.736 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0PF9Tm +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.737 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.738 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.738 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.742 | 94089 | Marked run 1333 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.742 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.742 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.744 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.746 | 94090 | Marked run 1334 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.746 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.748 | 78063 | Recursively removing directory: /tmp/git.NIrOCX/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.749 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.749 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.752 | 78060 | Recursively removing directory: /tmp/git.0PF9Tm/ +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.753 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.754 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.754 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.756 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.756 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.756 | 94108 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.756 | 78059 | Removed run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.756 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.756 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.756 | 78059 | Assigned run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.756 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.i7dkdl +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.757 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.760 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.761 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.761 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.761 | 94110 | Added a new worker 12 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.761 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.761 | 78059 | Removed run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.761 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.761 | 78059 | Assigned run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.761 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.761 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jsASGe +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.767 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.768 | 94107 | Marked run 1335 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.768 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.768 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.771 | 78063 | Recursively removing directory: /tmp/git.i7dkdl/ +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.773 | 94109 | Marked run 1336 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.773 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.773 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.773 | 78063 | Process output: 415085 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.777 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.778 | 78060 | Recursively removing directory: /tmp/git.jsASGe/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.779 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.779 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.780 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.780 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.780 | 94126 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.780 | 78059 | Removed run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.780 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.780 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.780 | 78059 | Assigned run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.780 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OqdiWl +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.783 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.784 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.784 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.786 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.787 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.787 | 94130 | Added a new worker 13 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.787 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.787 | 78059 | Removed run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.787 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.787 | 78059 | Assigned run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.787 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5XDWeH +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.790 | 94125 | Marked run 1337 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.790 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.792 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.793 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.795 | 78063 | Recursively removing directory: /tmp/git.OqdiWl/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.796 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.796 | 94127 | Marked run 1338 as finished +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.796 | 78063 | Process output: 415085 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.797 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.800 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.802 | 78060 | Recursively removing directory: /tmp/git.5XDWeH/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.803 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.803 | 78060 | Process output: 415084 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.803 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.804 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.l3E2VV +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.803 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.803 | 94144 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.803 | 78059 | Removed run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.803 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.804 | 78059 | Assigned run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.804 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.811 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.808 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.807 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.811 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DFXr1K +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.809 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.822 | 78063 | Recursively removing directory: /tmp/git.l3E2VV/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.818 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.819 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.824 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.828 | 78060 | Recursively removing directory: /tmp/git.DFXr1K/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.830 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.824 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.830 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.837 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.837 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.In7lsX +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.831 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.844 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.845 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.831 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wrotQ0 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.811 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.836 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.811 | 94147 | Added a new worker 13 to the queue +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.837 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.811 | 78059 | Removed run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.811 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.811 | 78059 | Assigned run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.811 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.815 | 94143 | Marked run 1339 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.816 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.821 | 94145 | Marked run 1340 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.821 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.828 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.831 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.831 | 94162 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.831 | 78059 | Removed run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.831 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.831 | 78059 | Assigned run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.832 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.835 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.837 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.837 | 94164 | Added a new worker 13 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.837 | 78059 | Removed run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.837 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.837 | 78059 | Assigned run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.837 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.844 | 94161 | Marked run 1341 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.844 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.848 | 94163 | Marked run 1342 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.848 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.850 | 78063 | Recursively removing directory: /tmp/git.wrotQ0/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.851 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.851 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.855 | 78060 | Recursively removing directory: /tmp/git.In7lsX/ +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.855 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.856 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.856 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.858 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.858 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.858 | 94180 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.858 | 78059 | Removed run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.858 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.858 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.858 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2nsJcw +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.859 | 78059 | Assigned run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.859 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.863 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.863 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.863 | 94182 | Added a new worker 12 to the queue +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.863 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.863 | 78059 | Removed run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.863 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.863 | 78059 | Assigned run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.864 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.863 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uLRvKV +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.865 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.869 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.870 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.870 | 94179 | Marked run 1343 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.871 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.874 | 78063 | Recursively removing directory: /tmp/git.2nsJcw/ +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.874 | 94181 | Marked run 1344 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.875 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.876 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.876 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.879 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.879 | 78060 | Recursively removing directory: /tmp/git.uLRvKV/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.881 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.881 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.883 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.883 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.883 | 94198 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.883 | 78059 | Removed run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.883 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.883 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.883 | 78059 | Assigned run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.883 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tWmqle +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.885 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.888 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.888 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.888 | 94200 | Added a new worker 12 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.888 | 78059 | Removed run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.888 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.888 | 78059 | Assigned run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.888 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.888 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.k0GvRB +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.890 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.891 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.893 | 94197 | Marked run 1345 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.893 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.894 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.894 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.897 | 94199 | Marked run 1346 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.897 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.900 | 78063 | Recursively removing directory: /tmp/git.tWmqle/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.901 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.901 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.903 | 78060 | Recursively removing directory: /tmp/git.k0GvRB/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.904 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.904 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.905 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.907 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.907 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.907 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.908 | 94216 | Added a new worker 12 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.908 | 78059 | Removed run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.908 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.908 | 78059 | Assigned run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.908 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.S1MNLE +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.908 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.911 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.911 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.911 | 94218 | Added a new worker 12 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.911 | 78059 | Removed run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.911 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.911 | 78059 | Assigned run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.911 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.911 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PODQxF +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.912 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.913 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.917 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.918 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.918 | 94215 | Marked run 1347 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.918 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.921 | 94217 | Marked run 1348 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.921 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.923 | 78063 | Recursively removing directory: /tmp/git.S1MNLE/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.925 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.925 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.927 | 78060 | Recursively removing directory: /tmp/git.PODQxF/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.928 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.928 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.928 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.931 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.931 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.931 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.931 | 94235 | Added a new worker 12 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.931 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.932 | 78059 | Removed run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.932 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.932 | 78059 | Assigned run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.932 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5FtrIy +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.935 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.935 | 94236 | Added a new worker 12 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.935 | 78059 | Removed run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.935 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.935 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.935 | 78059 | Assigned run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.935 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.935 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5gYuVc +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.937 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.939 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.940 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.941 | 94233 | Marked run 1349 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.941 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.941 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.944 | 94234 | Marked run 1350 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.945 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.948 | 78063 | Recursively removing directory: /tmp/git.5FtrIy/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.950 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.950 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.950 | 78060 | Recursively removing directory: /tmp/git.5gYuVc/ +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.952 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.952 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.954 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.956 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.957 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.957 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.957 | 94253 | Added a new worker 12 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.957 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.957 | 78059 | Removed run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.957 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.958 | 78059 | Assigned run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.958 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6isbvw +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.960 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.960 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.962 | 94254 | Added a new worker 12 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.962 | 78059 | Removed run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.962 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.962 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.962 | 78059 | Assigned run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.962 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rwtDRx +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.963 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.963 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.967 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.968 | 94251 | Marked run 1351 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.968 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.968 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.971 | 94252 | Marked run 1352 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.971 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.973 | 78063 | Recursively removing directory: /tmp/git.6isbvw/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.974 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.974 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.977 | 78060 | Recursively removing directory: /tmp/git.rwtDRx/ +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.978 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.979 | 78060 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.979 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.981 | 78063 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.981 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.981 | 94270 | Added a new worker 10 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.981 | 78059 | Removed run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.981 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.981 | 78059 | Assigned run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.982 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.982 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.84zrcj +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.982 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.985 | 78063 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.985 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.985 | 78060 | Waiting for a new command +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.986 | 78063 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.986 | 94272 | Added a new worker 12 to the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.986 | 78059 | Removed run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.987 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.987 | 78059 | Assigned run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.987 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YHtyeT +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.988 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.991 | 94269 | Marked run 1353 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.991 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.994 | 78060 | Checking out revision HEAD +2024-04-25 03:45:48 | INFO | 78060/cimple-worker: 2024-04-25 03:45:48.994 | 78060 | Going to run: ./ci +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.997 | 94271 | Marked run 1354 as finished +2024-04-25 03:45:48 | INFO | 78057/cimple-server: 2024-04-25 03:45:48.997 | 78057 | Waiting for new connections +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.997 | 78063 | Recursively removing directory: /tmp/git.84zrcj/ +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.998 | 78063 | Process exit code: 0 +2024-04-25 03:45:48 | INFO | 78063/cimple-worker: 2024-04-25 03:45:48.998 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.002 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.003 | 78060 | Recursively removing directory: /tmp/git.YHtyeT/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.004 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.004 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.005 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.005 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.005 | 94288 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.005 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.005 | 78059 | Removed run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.005 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.005 | 78059 | Assigned run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.006 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.F3tqqs +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.007 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.010 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.010 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.010 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.010 | 94290 | Added a new worker 12 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.010 | 78059 | Removed run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.010 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.010 | 78059 | Assigned run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.010 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.011 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.koOier +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.011 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.016 | 94287 | Marked run 1355 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.016 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.017 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.018 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.020 | 94289 | Marked run 1356 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.020 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.021 | 78063 | Recursively removing directory: /tmp/git.F3tqqs/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.022 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.022 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.026 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.027 | 78060 | Recursively removing directory: /tmp/git.koOier/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.028 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.028 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.029 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.029 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.029 | 94306 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.029 | 78059 | Removed run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.029 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.029 | 78059 | Assigned run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.029 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.029 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fmIKxG +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.031 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.033 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.034 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.034 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.034 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.035 | 94308 | Added a new worker 13 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.035 | 78059 | Removed run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.035 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.035 | 78059 | Assigned run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.035 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.035 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iOf2Ut +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.039 | 94305 | Marked run 1357 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.039 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.041 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.042 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.044 | 78063 | Recursively removing directory: /tmp/git.fmIKxG/ +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.044 | 94307 | Marked run 1358 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.045 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.045 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.045 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.049 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.051 | 78060 | Recursively removing directory: /tmp/git.iOf2Ut/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.052 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.052 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.052 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.052 | 94324 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.052 | 78059 | Removed run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.052 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.053 | 78059 | Assigned run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.052 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.053 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mU7SG6 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.053 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.057 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.057 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.057 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.060 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.060 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.060 | 94328 | Added a new worker 13 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.060 | 78059 | Removed run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.060 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.060 | 78059 | Assigned run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.060 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.061 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Znm7xz +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.064 | 94323 | Marked run 1359 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.064 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.067 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.068 | 78063 | Recursively removing directory: /tmp/git.mU7SG6/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.068 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.070 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.070 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.070 | 94325 | Marked run 1360 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.070 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.073 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.076 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.076 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.076 | 94342 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.076 | 78059 | Removed run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.076 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.076 | 78059 | Assigned run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.076 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.077 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Hl24FG +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.077 | 78060 | Recursively removing directory: /tmp/git.Znm7xz/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.078 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.078 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.081 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.081 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.082 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.084 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.084 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.084 | 94345 | Added a new worker 13 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.084 | 78059 | Removed run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.084 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.084 | 78059 | Assigned run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.084 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.085 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.e1gBKX +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.086 | 94339 | Marked run 1361 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.086 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.089 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.090 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.092 | 78063 | Recursively removing directory: /tmp/git.Hl24FG/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.093 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.093 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.094 | 94343 | Marked run 1362 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.095 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.097 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.099 | 78060 | Recursively removing directory: /tmp/git.e1gBKX/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.101 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.101 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.101 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.101 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tMI2YE +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.101 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.101 | 94360 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.101 | 78059 | Removed run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.101 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.101 | 78059 | Assigned run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.103 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.105 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.105 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.106 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.108 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.108 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.108 | 94364 | Added a new worker 13 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.108 | 78059 | Removed run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.108 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.108 | 78059 | Assigned run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.108 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.108 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QykEEe +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.111 | 94359 | Marked run 1363 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.111 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.114 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.114 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.116 | 78063 | Recursively removing directory: /tmp/git.tMI2YE/ +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.118 | 94361 | Marked run 1364 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.119 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.119 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.119 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.122 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.123 | 78060 | Recursively removing directory: /tmp/git.QykEEe/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.125 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.125 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.126 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.126 | 94378 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.126 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.126 | 78059 | Removed run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.126 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.126 | 78059 | Assigned run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.126 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.126 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aZ2y4i +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.129 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.131 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.132 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.133 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.133 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.133 | 94381 | Added a new worker 13 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.133 | 78059 | Removed run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.133 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.133 | 78059 | Assigned run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.134 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.134 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.G1orqp +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.134 | 94377 | Marked run 1365 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.134 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.138 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.139 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.142 | 78063 | Recursively removing directory: /tmp/git.aZ2y4i/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.143 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.143 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.144 | 94379 | Marked run 1366 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.144 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.147 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.148 | 78060 | Recursively removing directory: /tmp/git.G1orqp/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.150 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.150 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.151 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.151 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.151 | 94396 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.151 | 78059 | Removed run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.151 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.151 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.151 | 78059 | Assigned run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.151 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xX8WBP +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.154 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.155 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.156 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.157 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.157 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xw8le8 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.157 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.157 | 94399 | Added a new worker 14 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.157 | 78059 | Removed run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.157 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.157 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.157 | 78059 | Assigned run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.159 | 94395 | Marked run 1367 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.160 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.162 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.163 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.166 | 78063 | Recursively removing directory: /tmp/git.xX8WBP/ +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.167 | 94397 | Marked run 1368 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.167 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.167 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.167 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.171 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.172 | 78060 | Recursively removing directory: /tmp/git.xw8le8/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.173 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.173 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.174 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.174 | 94414 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.174 | 78059 | Removed run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.174 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.174 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.174 | 78059 | Assigned run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.174 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.174 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ARZyax +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.178 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.178 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.179 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.181 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.181 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.182 | 94418 | Added a new worker 13 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.182 | 78059 | Removed run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.182 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.182 | 78059 | Assigned run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.182 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.182 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MtKFPz +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.186 | 94413 | Marked run 1369 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.186 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.188 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.189 | 78063 | Recursively removing directory: /tmp/git.ARZyax/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.189 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.190 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.190 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.192 | 94415 | Marked run 1370 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.192 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.194 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.198 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.198 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.198 | 94432 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.198 | 78059 | Removed run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.198 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.198 | 78059 | Assigned run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.198 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.198 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qZdbTk +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.199 | 78060 | Recursively removing directory: /tmp/git.MtKFPz/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.200 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.200 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.202 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.203 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.204 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.206 | 94428 | Marked run 1371 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.206 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.207 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.207 | 94437 | Added a new worker 8 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.207 | 78059 | Removed run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.207 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.207 | 78059 | Assigned run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.207 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.208 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NN9yth +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.208 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.212 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.213 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.214 | 78063 | Recursively removing directory: /tmp/git.qZdbTk/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.216 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.216 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.216 | 94434 | Marked run 1372 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.217 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.219 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.222 | 78060 | Recursively removing directory: /tmp/git.NN9yth/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.223 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.223 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.223 | 94450 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.223 | 78059 | Removed run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.223 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.223 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.223 | 78059 | Assigned run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.223 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.223 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.223 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MW8Aix +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.226 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.228 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.229 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.229 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.229 | 94452 | Added a new worker 13 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.229 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.229 | 78059 | Removed run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.229 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.229 | 78059 | Assigned run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.229 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GG9sOB +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.230 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.233 | 94449 | Marked run 1373 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.233 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.234 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.235 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.239 | 94451 | Marked run 1374 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.239 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.240 | 78063 | Recursively removing directory: /tmp/git.MW8Aix/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.241 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.241 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.244 | 78060 | Recursively removing directory: /tmp/git.GG9sOB/ +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.245 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.245 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.246 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.248 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.248 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.248 | 94468 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.248 | 78059 | Removed run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.248 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.248 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.248 | 78059 | Assigned run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.248 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8tqfAt +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.248 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.252 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.252 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.252 | 94470 | Added a new worker 12 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.252 | 78059 | Removed run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.252 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.252 | 78059 | Assigned run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.252 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.252 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gBaAjS +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.253 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.253 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.257 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.258 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.259 | 94467 | Marked run 1375 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.260 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.263 | 94469 | Marked run 1376 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.263 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.264 | 78063 | Recursively removing directory: /tmp/git.8tqfAt/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.266 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.266 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.267 | 78060 | Recursively removing directory: /tmp/git.gBaAjS/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.269 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.269 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.270 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.273 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.273 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.273 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.273 | 94487 | Added a new worker 12 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.273 | 78059 | Removed run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.273 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.273 | 78059 | Assigned run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.274 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.274 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZXSrV7 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.277 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.277 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.277 | 94488 | Added a new worker 12 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.277 | 78059 | Removed run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.277 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.277 | 78059 | Assigned run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.278 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.278 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.umvwcS +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.278 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.280 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.282 | 94485 | Marked run 1377 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.283 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.284 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.285 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.286 | 94486 | Marked run 1378 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.286 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.290 | 78063 | Recursively removing directory: /tmp/git.ZXSrV7/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.292 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.292 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.295 | 78060 | Recursively removing directory: /tmp/git.umvwcS/ +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.295 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.296 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.296 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.298 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.299 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.299 | 94504 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.299 | 78059 | Removed run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.299 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.299 | 78059 | Assigned run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.299 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.299 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sW8osz +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.300 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.303 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.304 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.304 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.304 | 94506 | Added a new worker 13 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.304 | 78059 | Removed run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.304 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.304 | 78059 | Assigned run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.304 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pOJF8U +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.305 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.304 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.308 | 94503 | Marked run 1379 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.308 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.310 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.311 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.313 | 94505 | Marked run 1380 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.313 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.315 | 78063 | Recursively removing directory: /tmp/git.sW8osz/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.316 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.316 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.319 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.320 | 78060 | Recursively removing directory: /tmp/git.pOJF8U/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.322 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.322 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.323 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.323 | 94522 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.323 | 78059 | Removed run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.323 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.323 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.323 | 78059 | Assigned run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.323 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.323 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iXlnq3 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.326 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.327 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.329 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.329 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.329 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.330 | 94525 | Added a new worker 13 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.330 | 78059 | Removed run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.330 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.330 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.330 | 78059 | Assigned run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.330 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0EH3rO +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.332 | 94521 | Marked run 1381 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.332 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.335 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.337 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.339 | 94523 | Marked run 1382 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.339 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.339 | 78063 | Recursively removing directory: /tmp/git.iXlnq3/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.341 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.341 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.345 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.346 | 78060 | Recursively removing directory: /tmp/git.0EH3rO/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.347 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.347 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.348 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.348 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.348 | 94540 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.348 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.348 | 78059 | Removed run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.348 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.348 | 78059 | Assigned run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.348 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.502Zrt +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.351 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.352 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.352 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.354 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.354 | 94543 | Added a new worker 12 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.354 | 78059 | Removed run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.354 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.354 | 78059 | Assigned run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.354 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.354 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YEshCg +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.355 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.359 | 94539 | Marked run 1383 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.359 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.360 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.362 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.363 | 78063 | Recursively removing directory: /tmp/git.502Zrt/ +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.364 | 94541 | Marked run 1384 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.364 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.366 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.366 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.371 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.372 | 78060 | Recursively removing directory: /tmp/git.YEshCg/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.373 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.373 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.375 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.375 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.375 | 94558 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.376 | 78059 | Removed run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.376 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.376 | 78059 | Assigned run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.376 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.376 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gZqRdu +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.377 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.380 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.380 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.380 | 94560 | Added a new worker 12 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.380 | 78059 | Removed run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.380 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.380 | 78059 | Assigned run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.380 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.381 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.l8X73m +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.518 | 94557 | Marked run 1385 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.518 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.522 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.523 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.525 | 94559 | Marked run 1386 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.525 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.526 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.526 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.532 | 78060 | Recursively removing directory: /tmp/git.l8X73m/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.534 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.534 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.535 | 78063 | Recursively removing directory: /tmp/git.gZqRdu/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.536 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.536 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.537 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.539 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.540 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.540 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.540 | 94577 | Added a new worker 12 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.540 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.540 | 78059 | Removed run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.540 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.540 | 78059 | Assigned run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.540 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JqAgcV +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.542 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.542 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.543 | 94578 | Added a new worker 12 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.543 | 78059 | Removed run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.543 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.543 | 78059 | Assigned run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.545 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.546 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.543 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fpMF7s +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.547 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.548 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.549 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.551 | 94575 | Marked run 1388 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.551 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.554 | 94576 | Marked run 1387 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.554 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.557 | 78060 | Recursively removing directory: /tmp/git.JqAgcV/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.558 | 78063 | Recursively removing directory: /tmp/git.fpMF7s/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.558 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.558 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.560 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.560 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.563 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.564 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.566 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.566 | 94595 | Added a new worker 12 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.566 | 78059 | Removed run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.566 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.566 | 78059 | Assigned run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.566 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.566 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Z7uJ4w +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.567 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.568 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.568 | 94596 | Added a new worker 12 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.568 | 78059 | Removed run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.568 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.568 | 78059 | Assigned run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.569 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.571 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.572 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.568 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.568 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kipxko +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.573 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.574 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.576 | 94593 | Marked run 1389 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.576 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.580 | 94594 | Marked run 1390 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.580 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.582 | 78060 | Recursively removing directory: /tmp/git.Z7uJ4w/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.583 | 78063 | Recursively removing directory: /tmp/git.kipxko/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.583 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.583 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.585 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.585 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.588 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.589 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.591 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.591 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.591 | 94613 | Added a new worker 12 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.591 | 78059 | Removed run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.591 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.591 | 78059 | Assigned run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.592 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7sipSb +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.592 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.593 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.593 | 94614 | Added a new worker 12 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.593 | 78059 | Removed run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.593 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.593 | 78059 | Assigned run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.596 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.593 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.593 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.96foF8 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.597 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.598 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.599 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.599 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.603 | 94611 | Marked run 1391 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.603 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.607 | 94612 | Marked run 1392 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.607 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.607 | 78060 | Recursively removing directory: /tmp/git.7sipSb/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.608 | 78063 | Recursively removing directory: /tmp/git.96foF8/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.609 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.609 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.610 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.610 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.614 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.614 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.617 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.617 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.617 | 94631 | Added a new worker 12 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.617 | 78059 | Removed run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.617 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.617 | 78059 | Assigned run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.617 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.617 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vNKf2D +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.618 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.618 | 94632 | Added a new worker 12 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.618 | 78059 | Removed run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.618 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.618 | 78059 | Assigned run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.618 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.618 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RPs7cE +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.619 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.622 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.623 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.624 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.625 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.628 | 94629 | Marked run 1393 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.628 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.632 | 94630 | Marked run 1394 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.632 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.633 | 78060 | Recursively removing directory: /tmp/git.vNKf2D/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.634 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.634 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.635 | 78063 | Recursively removing directory: /tmp/git.RPs7cE/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.637 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.637 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.637 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.639 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.640 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.640 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.640 | 94649 | Added a new worker 12 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.640 | 78059 | Removed run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.640 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.640 | 78059 | Assigned run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.640 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vZqEmK +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.641 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.643 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.643 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.643 | 94650 | Added a new worker 12 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.643 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.643 | 78059 | Removed run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.643 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.643 | 78059 | Assigned run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.644 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VKesiW +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.644 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.645 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.649 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.650 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.651 | 94647 | Marked run 1395 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.651 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.654 | 78060 | Recursively removing directory: /tmp/git.vZqEmK/ +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.655 | 94648 | Marked run 1396 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.655 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.656 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.656 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.659 | 78063 | Recursively removing directory: /tmp/git.VKesiW/ +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.660 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.660 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.660 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.663 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.663 | 94666 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.663 | 78059 | Removed run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.663 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.663 | 78059 | Assigned run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.663 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.663 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.663 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.664 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xdYHa6 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.666 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.666 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.667 | 94668 | Added a new worker 12 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.667 | 78059 | Removed run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.667 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.667 | 78059 | Assigned run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.668 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kxljOo +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.668 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.668 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.669 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.673 | 94665 | Marked run 1397 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.673 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.675 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.676 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.677 | 94667 | Marked run 1398 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.677 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.679 | 78060 | Recursively removing directory: /tmp/git.xdYHa6/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.680 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.680 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.684 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.685 | 78063 | Recursively removing directory: /tmp/git.kxljOo/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.686 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.686 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.687 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.687 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.687 | 94684 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.687 | 78059 | Removed run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.687 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.687 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.687 | 78059 | Assigned run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.687 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZEQogT +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.690 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.691 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.692 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.693 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.693 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.694 | 94687 | Added a new worker 12 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.694 | 78059 | Removed run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.694 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.694 | 78059 | Assigned run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.694 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.694 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.g1zjjP +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.698 | 94683 | Marked run 1399 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.698 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.702 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.702 | 78060 | Recursively removing directory: /tmp/git.ZEQogT/ +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.702 | 94685 | Marked run 1400 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.703 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.703 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.704 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.704 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.707 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.710 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.710 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.710 | 94702 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.710 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.710 | 78059 | Removed run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.710 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.710 | 78059 | Assigned run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.710 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tPj6zz +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.711 | 78063 | Recursively removing directory: /tmp/git.g1zjjP/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.712 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.712 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.715 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.715 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.716 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.718 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.718 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.718 | 94705 | Added a new worker 13 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.718 | 78059 | Removed run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.718 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.718 | 78059 | Assigned run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.718 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.719 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PvXgyp +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.720 | 94699 | Marked run 1401 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.720 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.723 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.724 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.726 | 78060 | Recursively removing directory: /tmp/git.tPj6zz/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.727 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.727 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.729 | 94703 | Marked run 1402 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.729 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.731 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.734 | 78063 | Recursively removing directory: /tmp/git.PvXgyp/ +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.734 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.734 | 94720 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.734 | 78059 | Removed run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.734 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.734 | 78059 | Assigned run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.734 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.734 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KJRQTs +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.735 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.736 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.736 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.738 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.739 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.740 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.741 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.742 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.742 | 94723 | Added a new worker 13 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.742 | 78059 | Removed run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.742 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.742 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.742 | 78059 | Assigned run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.742 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.N9bYUY +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.745 | 94719 | Marked run 1403 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.745 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.747 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.749 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.749 | 78060 | Recursively removing directory: /tmp/git.KJRQTs/ +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.751 | 94721 | Marked run 1404 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.751 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.751 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.751 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.755 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.756 | 78063 | Recursively removing directory: /tmp/git.N9bYUY/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.758 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.758 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.758 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.758 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.758 | 94738 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.758 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.758 | 78059 | Removed run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.758 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.759 | 78059 | Assigned run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.759 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qATLiZ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.762 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.762 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.763 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.766 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.766 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.L3ZYI7 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.766 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.766 | 94742 | Added a new worker 13 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.766 | 78059 | Removed run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.766 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.766 | 78059 | Assigned run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.766 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.769 | 94737 | Marked run 1405 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.769 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.772 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.773 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.773 | 78060 | Recursively removing directory: /tmp/git.qATLiZ/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.775 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.775 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.776 | 94739 | Marked run 1406 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.776 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.778 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.782 | 78063 | Recursively removing directory: /tmp/git.L3ZYI7/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.782 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.782 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.782 | 94756 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.782 | 78059 | Removed run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.782 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.782 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.782 | 78059 | Assigned run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.782 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VPU0tt +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.783 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.783 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.786 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.787 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.788 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.791 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.791 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.792 | 94763 | Added a new worker 13 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.792 | 78059 | Removed run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.792 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.792 | 78059 | Assigned run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.792 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KW6Fu8 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.793 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.793 | 94755 | Marked run 1407 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.794 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.796 | 78060 | Recursively removing directory: /tmp/git.VPU0tt/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.797 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.799 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.799 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.799 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.800 | 94758 | Marked run 1408 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.801 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.802 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.806 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.806 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yNeUp7 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.806 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.806 | 94774 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.806 | 78059 | Removed run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.806 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.806 | 78059 | Assigned run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.806 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.808 | 78063 | Recursively removing directory: /tmp/git.KW6Fu8/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.810 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.810 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.810 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.811 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.814 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.815 | 94769 | Marked run 1409 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.815 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.817 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.817 | 94783 | Added a new worker 8 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.817 | 78059 | Removed run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.817 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.817 | 78059 | Assigned run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.817 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.817 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.817 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.a6t02V +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.819 | 78060 | Recursively removing directory: /tmp/git.yNeUp7/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.821 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.821 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.822 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.823 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.824 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.827 | 94777 | Marked run 1410 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.827 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.827 | 94788 | Added a new worker 12 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.827 | 78059 | Removed run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.827 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.827 | 78059 | Assigned run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.827 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.827 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.827 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tQTeku +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.832 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.833 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.834 | 78063 | Recursively removing directory: /tmp/git.a6t02V/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.836 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.836 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.837 | 94785 | Marked run 1411 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.837 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.839 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.842 | 78060 | Recursively removing directory: /tmp/git.tQTeku/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.843 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.843 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.843 | 94801 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.843 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.843 | 78059 | Removed run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.843 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.843 | 78059 | Assigned run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.843 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QP17Gh +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.844 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.844 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.847 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.847 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.848 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.852 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.852 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.852 | 94807 | Added a new worker 13 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.852 | 78059 | Removed run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.852 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.852 | 78059 | Assigned run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.852 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.852 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cUdzIu +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.854 | 94800 | Marked run 1412 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.854 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.857 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.858 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.858 | 78063 | Recursively removing directory: /tmp/git.QP17Gh/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.860 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.860 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.862 | 94803 | Marked run 1413 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.862 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.863 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.867 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.867 | 94819 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.867 | 78059 | Removed run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.867 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.867 | 78059 | Assigned run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.867 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.867 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.867 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wgP2qE +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.868 | 78060 | Recursively removing directory: /tmp/git.cUdzIu/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.869 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.869 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.872 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.872 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.874 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.876 | 94816 | Marked run 1414 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.876 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.877 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.877 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.877 | 94826 | Added a new worker 8 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.877 | 78059 | Removed run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.877 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.877 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.877 | 78059 | Assigned run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.877 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3oUSV1 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.882 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.882 | 78063 | Recursively removing directory: /tmp/git.wgP2qE/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.882 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.884 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.884 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.887 | 94821 | Marked run 1415 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.887 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.888 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.891 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.891 | 94837 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.891 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.891 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.892 | 78059 | Removed run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.892 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.892 | 78059 | Assigned run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.892 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jfZHLS +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.892 | 78060 | Recursively removing directory: /tmp/git.3oUSV1/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.893 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.893 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.896 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.897 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.898 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.901 | 94834 | Marked run 1416 as finished +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.901 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.901 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.901 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.902 | 94844 | Added a new worker 8 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.902 | 78059 | Removed run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.902 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.902 | 78059 | Assigned run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.902 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8xsLPg +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.903 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.905 | 78063 | Recursively removing directory: /tmp/git.jfZHLS/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.907 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.907 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.907 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.908 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.910 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.911 | 94839 | Marked run 1417 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.912 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.913 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.913 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.914 | 94855 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.914 | 78059 | Removed run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.914 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.914 | 78059 | Assigned run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.914 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.914 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.speE3D +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.917 | 78060 | Recursively removing directory: /tmp/git.8xsLPg/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.918 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.919 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.919 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.919 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.922 | 94849 | Marked run 1418 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.923 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.923 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.926 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.927 | 94864 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.927 | 78059 | Removed run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.927 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.927 | 78059 | Assigned run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.927 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.926 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.927 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bDCFAk +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.928 | 78063 | Recursively removing directory: /tmp/git.speE3D/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.929 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.929 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.932 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.933 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.934 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.934 | 94859 | Marked run 1419 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.934 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.936 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.936 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.936 | 94869 | Added a new worker 8 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.937 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.937 | 78059 | Removed run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.937 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.937 | 78059 | Assigned run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.937 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0pChnQ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.941 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.942 | 78060 | Recursively removing directory: /tmp/git.bDCFAk/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.942 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.943 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.943 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.946 | 94866 | Marked run 1420 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.946 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.947 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.950 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.950 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.951 | 94882 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.951 | 78059 | Removed run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.951 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.951 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.951 | 78059 | Assigned run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.951 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yVnVmk +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.951 | 78063 | Recursively removing directory: /tmp/git.0pChnQ/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.953 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.953 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.955 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.957 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.957 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.959 | 94878 | Marked run 1421 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.959 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.960 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.960 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.960 | 94886 | Added a new worker 8 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.960 | 78059 | Removed run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.960 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.960 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.960 | 78059 | Assigned run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.960 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Wfhxzv +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.965 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.966 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.966 | 78060 | Recursively removing directory: /tmp/git.yVnVmk/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.969 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.969 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.969 | 94883 | Marked run 1422 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.970 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.973 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.974 | 78063 | Recursively removing directory: /tmp/git.Wfhxzv/ +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.976 | 78060 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.976 | 78063 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.976 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.976 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.976 | 94900 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.976 | 78059 | Removed run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.976 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.976 | 78059 | Assigned run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.976 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.976 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.z1jQCO +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.980 | 78060 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.980 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.981 | 78060 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.984 | 78063 | Waiting for a new command +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.984 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.984 | 94905 | Added a new worker 13 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.984 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.985 | 78059 | Removed run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.985 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.985 | 78059 | Assigned run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.985 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IqiQ8P +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.986 | 94899 | Marked run 1423 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.986 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.990 | 78063 | Checking out revision HEAD +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.990 | 78060 | Recursively removing directory: /tmp/git.z1jQCO/ +2024-04-25 03:45:49 | INFO | 78063/cimple-worker: 2024-04-25 03:45:49.991 | 78063 | Going to run: ./ci +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.992 | 78060 | Process exit code: 0 +2024-04-25 03:45:49 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.992 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.995 | 94901 | Marked run 1424 as finished +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.995 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.996 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.999 | 78057 | Waiting for new connections +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.999 | 94918 | Added a new worker 10 to the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.999 | 78059 | Removed run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:49 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.999 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.999 | 78059 | Assigned run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:49.999 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:49.999 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.000 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KR1cDq +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.001 | 78063 | Recursively removing directory: /tmp/git.IqiQ8P/ +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.003 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.003 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.003 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.004 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.007 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.010 | 94914 | Marked run 1425 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.011 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.011 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.011 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.011 | 94927 | Added a new worker 8 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.011 | 78059 | Removed run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.011 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.011 | 78059 | Assigned run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.011 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.012 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Qaw5LN +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.015 | 78060 | Recursively removing directory: /tmp/git.KR1cDq/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.016 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.016 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.016 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.017 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.019 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.021 | 94921 | Marked run 1426 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.021 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.022 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.022 | 94932 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.022 | 78059 | Removed run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.022 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.022 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.022 | 78059 | Assigned run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.022 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.022 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9D9ISx +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.027 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.028 | 78063 | Recursively removing directory: /tmp/git.Qaw5LN/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.028 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.029 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.029 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.033 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.033 | 94929 | Marked run 1427 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.033 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.037 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.037 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.037 | 78060 | Recursively removing directory: /tmp/git.9D9ISx/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.037 | 94945 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.037 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.037 | 78059 | Removed run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.037 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.037 | 78059 | Assigned run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.037 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VOWFmu +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.039 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.039 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.042 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.043 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.043 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.045 | 94942 | Marked run 1428 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.045 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.046 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.046 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.046 | 94949 | Added a new worker 8 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.046 | 78059 | Removed run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.046 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.046 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.046 | 78059 | Assigned run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.046 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LKbIGW +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.050 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.051 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.054 | 78063 | Recursively removing directory: /tmp/git.VOWFmu/ +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.056 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.056 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.057 | 94946 | Marked run 1429 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.057 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.060 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.060 | 78060 | Recursively removing directory: /tmp/git.LKbIGW/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.061 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.061 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.063 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.063 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.063 | 94963 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.063 | 78059 | Removed run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.063 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.063 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.063 | 78059 | Assigned run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.063 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FzmjnZ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.065 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.067 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.067 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.069 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.069 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.069 | 94966 | Added a new worker 12 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.069 | 78059 | Removed run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.069 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.069 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.069 | 78059 | Assigned run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.069 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.w8C9Ly +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.075 | 94962 | Marked run 1430 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.075 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.075 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.077 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.078 | 78063 | Recursively removing directory: /tmp/git.FzmjnZ/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.079 | 94964 | Marked run 1431 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.079 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.080 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.080 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.083 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.085 | 78060 | Recursively removing directory: /tmp/git.w8C9Ly/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.087 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.087 | 94981 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.087 | 78059 | Removed run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.087 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.087 | 78059 | Assigned run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.087 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.087 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zeyKIT +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.087 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.087 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.087 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.091 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.091 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.091 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.095 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.095 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.095 | 94986 | Added a new worker 11 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.096 | 78059 | Removed run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.096 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.096 | 78059 | Assigned run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.096 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.096 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IxsdEs +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.098 | 94980 | Marked run 1432 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.098 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.101 | 78063 | Recursively removing directory: /tmp/git.zeyKIT/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.101 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.103 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.103 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.103 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.105 | 94983 | Marked run 1433 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.105 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.106 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.109 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.109 | 94999 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.110 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.110 | 78059 | Removed run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.110 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.110 | 78059 | Assigned run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.109 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.110 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WbcivO +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.112 | 78060 | Recursively removing directory: /tmp/git.IxsdEs/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.113 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.113 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.114 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.115 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.117 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.119 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.120 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.120 | 95006 | Added a new worker 13 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.120 | 78059 | Removed run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.120 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.120 | 78059 | Assigned run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.120 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.o2J8s9 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.120 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.125 | 94993 | Marked run 1434 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.126 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.126 | 78063 | Recursively removing directory: /tmp/git.WbcivO/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.127 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.127 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.128 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.128 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.129 | 95001 | Marked run 1435 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.129 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.131 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.135 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.135 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.135 | 95017 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.135 | 78059 | Removed run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.136 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.136 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.136 | 78059 | Assigned run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.136 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.o0Bqol +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.136 | 78060 | Recursively removing directory: /tmp/git.o2J8s9/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.138 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.138 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.140 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.140 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.141 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.144 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.144 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.144 | 95021 | Added a new worker 13 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.144 | 78059 | Removed run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.144 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.144 | 78059 | Assigned run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.144 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.144 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LX5nWz +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.145 | 95012 | Marked run 1436 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.145 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.149 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.149 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.150 | 78063 | Recursively removing directory: /tmp/git.o0Bqol/ +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.152 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.152 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.154 | 95018 | Marked run 1437 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.154 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.156 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.158 | 78060 | Recursively removing directory: /tmp/git.LX5nWz/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.159 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.159 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.160 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.160 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.160 | 95035 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.160 | 78059 | Removed run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.160 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.160 | 78059 | Assigned run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.160 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.160 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.smXjRd +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.164 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.165 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.166 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.167 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.167 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.167 | 95038 | Added a new worker 13 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.167 | 78059 | Removed run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.167 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.167 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.167 | 78059 | Assigned run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.167 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cPTjOm +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.168 | 95034 | Marked run 1438 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.168 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.172 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.172 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.176 | 78063 | Recursively removing directory: /tmp/git.smXjRd/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.177 | 95036 | Marked run 1439 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.177 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.178 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.178 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.181 | 78060 | Recursively removing directory: /tmp/git.cPTjOm/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.182 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.182 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.182 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.185 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.185 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.185 | 95053 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.185 | 78059 | Removed run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.185 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.185 | 78059 | Assigned run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.185 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.185 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.185 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7lfwYY +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.188 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.188 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.189 | 95055 | Added a new worker 12 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.189 | 78059 | Removed run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.189 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.189 | 78059 | Assigned run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.189 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.189 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rG36kx +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.190 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.190 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.194 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.196 | 95052 | Marked run 1440 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.196 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.196 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.199 | 95054 | Marked run 1441 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.199 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.200 | 78063 | Recursively removing directory: /tmp/git.7lfwYY/ +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.202 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.202 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.204 | 78060 | Recursively removing directory: /tmp/git.rG36kx/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.205 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.206 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.206 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.209 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.209 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.209 | 95071 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.209 | 78059 | Removed run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.209 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.209 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.209 | 78059 | Assigned run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.209 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IKfljW +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.210 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.213 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.214 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.214 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.214 | 95073 | Added a new worker 13 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.214 | 78059 | Removed run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.214 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.214 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.214 | 78059 | Assigned run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.215 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Lb1kYK +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.215 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.218 | 95070 | Marked run 1442 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.218 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.220 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.221 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.223 | 95072 | Marked run 1443 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.223 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.225 | 78063 | Recursively removing directory: /tmp/git.IKfljW/ +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.226 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.226 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.230 | 78060 | Recursively removing directory: /tmp/git.Lb1kYK/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.230 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.231 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.231 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.233 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.233 | 95089 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.233 | 78059 | Removed run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.233 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.233 | 78059 | Assigned run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.233 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.233 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QDtd6M +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.233 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.235 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.237 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.237 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.238 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.238 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.238 | 95092 | Added a new worker 12 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.238 | 78059 | Removed run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.238 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.238 | 78059 | Assigned run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.239 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.239 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SPfMD0 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.244 | 95088 | Marked run 1444 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.244 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.244 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.245 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.247 | 78063 | Recursively removing directory: /tmp/git.QDtd6M/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.248 | 95090 | Marked run 1445 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.249 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.249 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.249 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.253 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.254 | 78060 | Recursively removing directory: /tmp/git.SPfMD0/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.255 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.255 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.256 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.256 | 95107 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.256 | 78059 | Removed run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.256 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.257 | 78059 | Assigned run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.257 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.256 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.257 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Y80Yh2 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.259 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.261 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.262 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.262 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.262 | 95109 | Added a new worker 12 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.262 | 78059 | Removed run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.262 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.262 | 78059 | Assigned run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.262 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.262 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.262 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LxIosm +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.267 | 95106 | Marked run 1446 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.267 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.268 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.270 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.271 | 78063 | Recursively removing directory: /tmp/git.Y80Yh2/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.271 | 95108 | Marked run 1447 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.272 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.273 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.273 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.276 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.278 | 78060 | Recursively removing directory: /tmp/git.LxIosm/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.280 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.280 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.280 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.280 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.280 | 95125 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.280 | 78059 | Removed run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.280 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.280 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.280 | 78059 | Assigned run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.280 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KfG8wC +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.284 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.285 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.286 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.287 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.287 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.287 | 95128 | Added a new worker 13 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.287 | 78059 | Removed run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.287 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.287 | 78059 | Assigned run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.287 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AEG3V3 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.288 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.288 | 95124 | Marked run 1448 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.288 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.292 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.293 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.296 | 78063 | Recursively removing directory: /tmp/git.KfG8wC/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.297 | 95126 | Marked run 1449 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.297 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.298 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.298 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.302 | 78060 | Recursively removing directory: /tmp/git.AEG3V3/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.302 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.303 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.303 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.305 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.305 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.305 | 95143 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.305 | 78059 | Removed run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.305 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.305 | 78059 | Assigned run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.305 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.306 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HdkI8j +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.306 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.309 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.309 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.309 | 95145 | Added a new worker 12 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.309 | 78059 | Removed run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.309 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.309 | 78059 | Assigned run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.310 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.310 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.311 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.311 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JOxeCi +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.316 | 95142 | Marked run 1450 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.316 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.317 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.318 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.320 | 95144 | Marked run 1451 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.320 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.321 | 78063 | Recursively removing directory: /tmp/git.HdkI8j/ +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.322 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.322 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.326 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.327 | 78060 | Recursively removing directory: /tmp/git.JOxeCi/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.329 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.329 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.329 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.329 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.329 | 95161 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.329 | 78059 | Removed run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.329 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.329 | 78059 | Assigned run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.329 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.330 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DMrNz6 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.333 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.335 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.335 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.337 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.337 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.337 | 95164 | Added a new worker 13 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.337 | 78059 | Removed run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.337 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.337 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.337 | 78059 | Assigned run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.337 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mlwJRo +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.338 | 95160 | Marked run 1452 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.338 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.342 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.343 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.347 | 78063 | Recursively removing directory: /tmp/git.DMrNz6/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.349 | 95162 | Marked run 1453 as finished +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.349 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.349 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.349 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.352 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.353 | 78060 | Recursively removing directory: /tmp/git.mlwJRo/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.355 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.355 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.355 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.355 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.355 | 95179 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.355 | 78059 | Removed run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.355 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.355 | 78059 | Assigned run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.356 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.356 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mQaors +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.358 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.360 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.361 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.361 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.361 | 95181 | Added a new worker 12 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.361 | 78059 | Removed run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.361 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.361 | 78059 | Assigned run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.361 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.361 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DIq4yW +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.362 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.366 | 95178 | Marked run 1454 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.366 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.367 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.368 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.371 | 78063 | Recursively removing directory: /tmp/git.mQaors/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.371 | 95180 | Marked run 1455 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.371 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.372 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.372 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.375 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.377 | 78060 | Recursively removing directory: /tmp/git.DIq4yW/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.378 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.378 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.378 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.379 | 95197 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.379 | 78059 | Removed run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.379 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.379 | 78059 | Assigned run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.379 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.378 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.379 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iR8XH5 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.382 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.383 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.383 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.387 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.387 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.387 | 95202 | Added a new worker 13 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.387 | 78059 | Removed run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.387 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.387 | 78059 | Assigned run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.387 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LdXRKX +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.388 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.389 | 95196 | Marked run 1456 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.389 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.393 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.393 | 78063 | Recursively removing directory: /tmp/git.iR8XH5/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.393 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.395 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.395 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.397 | 95198 | Marked run 1457 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.397 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.399 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.402 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.402 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.402 | 95215 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.402 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.403 | 78060 | Recursively removing directory: /tmp/git.LdXRKX/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.402 | 78059 | Removed run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.403 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.403 | 78059 | Assigned run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.403 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vCk8cD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.404 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.404 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.407 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.407 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.408 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.410 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.410 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.410 | 95218 | Added a new worker 13 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.410 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.410 | 78059 | Removed run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.410 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.410 | 78059 | Assigned run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.410 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PetG0J +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.414 | 95214 | Marked run 1458 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.414 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.416 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.417 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.419 | 78063 | Recursively removing directory: /tmp/git.vCk8cD/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.419 | 95216 | Marked run 1459 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.419 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.420 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.420 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.423 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.426 | 78060 | Recursively removing directory: /tmp/git.PetG0J/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.427 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.427 | 95233 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.427 | 78059 | Removed run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.427 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.427 | 78059 | Assigned run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.427 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.427 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.427 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Acnhdu +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.427 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.427 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.431 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.432 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.432 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.435 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.436 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.436 | 95238 | Added a new worker 13 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.436 | 78059 | Removed run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.436 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.436 | 78059 | Assigned run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.436 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.437 | 95232 | Marked run 1460 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.437 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.437 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mLtPra +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.441 | 78063 | Recursively removing directory: /tmp/git.Acnhdu/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.442 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.442 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.443 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.443 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.446 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.446 | 95235 | Marked run 1461 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.447 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.450 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.451 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LcQX3M +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.450 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.450 | 95251 | Added a new worker 9 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.450 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.450 | 78059 | Removed run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.450 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.450 | 78059 | Assigned run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.452 | 78060 | Recursively removing directory: /tmp/git.mLtPra/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.454 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.454 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.456 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.457 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.457 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.459 | 95246 | Marked run 1462 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.459 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.460 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.460 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.460 | 95255 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.460 | 78059 | Removed run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.460 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.460 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.460 | 78059 | Assigned run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.460 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.C2EjdJ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.464 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.465 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.467 | 78063 | Recursively removing directory: /tmp/git.LcQX3M/ +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.469 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.469 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.470 | 95252 | Marked run 1463 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.470 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.473 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.474 | 78060 | Recursively removing directory: /tmp/git.C2EjdJ/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.476 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.476 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.476 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.476 | 95269 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.476 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.476 | 78059 | Removed run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.476 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.476 | 78059 | Assigned run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.476 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.476 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.o7EsSH +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.480 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.480 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.480 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.483 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.484 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.484 | 95273 | Added a new worker 13 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.484 | 78059 | Removed run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.484 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.484 | 78059 | Assigned run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.484 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.484 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.39aN0R +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.487 | 95268 | Marked run 1464 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.488 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.490 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.491 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.491 | 78063 | Recursively removing directory: /tmp/git.o7EsSH/ +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.493 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.493 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.493 | 95270 | Marked run 1465 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.493 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.496 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.499 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.499 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.499 | 95287 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.500 | 78059 | Removed run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.500 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.500 | 78059 | Assigned run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.500 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.500 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WbUsMp +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.500 | 78060 | Recursively removing directory: /tmp/git.39aN0R/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.502 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.502 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.503 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.504 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.506 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.510 | 95284 | Marked run 1466 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.510 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.510 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.510 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.510 | 95296 | Added a new worker 8 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.510 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.510 | 78059 | Removed run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.510 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.510 | 78059 | Assigned run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.510 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nsH6IK +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.514 | 78063 | Recursively removing directory: /tmp/git.WbUsMp/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.515 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.515 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.515 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.515 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.519 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.520 | 95290 | Marked run 1467 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.520 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.522 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.522 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.522 | 95305 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.522 | 78059 | Removed run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.522 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.522 | 78059 | Assigned run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.522 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hnwuYH +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.523 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.525 | 78060 | Recursively removing directory: /tmp/git.nsH6IK/ +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.527 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.527 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.527 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.527 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.531 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.532 | 95299 | Marked run 1468 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.532 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.535 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.535 | 95314 | Added a new worker 8 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.535 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.535 | 78059 | Removed run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.535 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.535 | 78059 | Assigned run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.535 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.535 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.77kalo +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.538 | 78063 | Recursively removing directory: /tmp/git.hnwuYH/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.539 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.539 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.539 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.540 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.543 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.545 | 95309 | Marked run 1469 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.546 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.546 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.547 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.r2dnQm +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.546 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.546 | 95323 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.546 | 78059 | Removed run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.546 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.547 | 78059 | Assigned run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.547 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.550 | 78060 | Recursively removing directory: /tmp/git.77kalo/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.551 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.551 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.551 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.552 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.554 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.556 | 95317 | Marked run 1470 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.556 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.558 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.558 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.558 | 95332 | Added a new worker 8 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.558 | 78059 | Removed run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.558 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.558 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.558 | 78059 | Assigned run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.558 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rQOqr0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.561 | 78063 | Recursively removing directory: /tmp/git.r2dnQm/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.562 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.563 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.563 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.563 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.567 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.570 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.571 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.571 | 95341 | Added a new worker 13 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.571 | 78059 | Removed run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.571 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.571 | 78059 | Assigned run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.571 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6hLTNy +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.572 | 78060 | Recursively removing directory: /tmp/git.rQOqr0/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.572 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.573 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.573 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.575 | 95325 | Marked run 1471 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.575 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.577 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.578 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.579 | 95336 | Marked run 1472 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.579 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.579 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.580 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.580 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.580 | 95344 | Added a new worker 8 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.580 | 78059 | Removed run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.580 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.580 | 78059 | Assigned run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.580 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.580 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9Rt9Id +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.585 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.586 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.588 | 78063 | Recursively removing directory: /tmp/git.6hLTNy/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.590 | 95342 | Marked run 1473 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.590 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.590 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.590 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.595 | 78060 | Recursively removing directory: /tmp/git.9Rt9Id/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.595 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.596 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.596 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.597 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.597 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.597 | 95359 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.597 | 78059 | Removed run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.597 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.598 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.598 | 78059 | Assigned run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.598 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zjvlxz +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.599 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.601 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.602 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.603 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.603 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.603 | 95362 | Added a new worker 12 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.603 | 78059 | Removed run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.603 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.603 | 78059 | Assigned run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.603 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.604 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.psHxAV +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.608 | 95358 | Marked run 1474 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.609 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.610 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.611 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.612 | 95360 | Marked run 1475 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.612 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.612 | 78063 | Recursively removing directory: /tmp/git.zjvlxz/ +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.614 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.614 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.617 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.619 | 78060 | Recursively removing directory: /tmp/git.psHxAV/ +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.620 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.620 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.620 | 95377 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.620 | 78059 | Removed run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.620 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.620 | 78059 | Assigned run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.620 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rX9bGh +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.621 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.621 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.621 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.624 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.625 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.626 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.627 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.627 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.627 | 95380 | Added a new worker 13 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.627 | 78059 | Removed run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.627 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.627 | 78059 | Assigned run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.627 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.628 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.64Oaai +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.630 | 95376 | Marked run 1476 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.631 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.634 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.635 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.636 | 78063 | Recursively removing directory: /tmp/git.rX9bGh/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.638 | 95378 | Marked run 1477 as finished +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.638 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.638 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.638 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.641 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.644 | 78060 | Recursively removing directory: /tmp/git.64Oaai/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.645 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.645 | 95395 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.645 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.645 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.645 | 78059 | Removed run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.645 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.645 | 78059 | Assigned run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.645 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RdbGgx +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.645 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.645 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.649 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.650 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.651 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.653 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.653 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.653 | 95398 | Added a new worker 13 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.653 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.653 | 78059 | Removed run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.653 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.653 | 78059 | Assigned run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.653 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.C5EdSV +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.654 | 95394 | Marked run 1478 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.654 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.658 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.659 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.660 | 78063 | Recursively removing directory: /tmp/git.RdbGgx/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.662 | 95396 | Marked run 1479 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.662 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.662 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.662 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.666 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.668 | 78060 | Recursively removing directory: /tmp/git.C5EdSV/ +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.670 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.670 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.670 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.670 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.670 | 95413 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.670 | 78059 | Removed run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.670 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.670 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.670 | 78059 | Assigned run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.670 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.c8VbQT +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.674 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.674 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.676 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.677 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.677 | 95412 | Marked run 1480 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.677 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.677 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.677 | 95416 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.677 | 78059 | Removed run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.677 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.678 | 78059 | Assigned run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.678 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hu6m9q +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.678 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.683 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.684 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.685 | 78063 | Recursively removing directory: /tmp/git.c8VbQT/ +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.687 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.687 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.688 | 95414 | Marked run 1481 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.689 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.690 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.692 | 78060 | Recursively removing directory: /tmp/git.hu6m9q/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.694 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.694 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.694 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.694 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.694 | 95431 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.694 | 78059 | Removed run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.694 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.694 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.694 | 78059 | Assigned run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.695 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.brN4lC +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.698 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.699 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.701 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.701 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.702 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.702 | 95434 | Added a new worker 14 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.702 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.702 | 78059 | Removed run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.702 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.702 | 78059 | Assigned run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.702 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mEorBC +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.704 | 95430 | Marked run 1482 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.705 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.707 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.709 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.711 | 78063 | Recursively removing directory: /tmp/git.brN4lC/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.711 | 95432 | Marked run 1483 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.711 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.712 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.712 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.716 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.718 | 78060 | Recursively removing directory: /tmp/git.mEorBC/ +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.719 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.719 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.719 | 95449 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.719 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.719 | 78059 | Removed run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.719 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.719 | 78059 | Assigned run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.719 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.719 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.720 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hvn6x2 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.722 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.725 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.725 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.725 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.726 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.726 | 95451 | Added a new worker 13 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.726 | 78059 | Removed run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.726 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.726 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.726 | 78059 | Assigned run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.727 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PpPI4E +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.730 | 95448 | Marked run 1484 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.730 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.732 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.733 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.735 | 78063 | Recursively removing directory: /tmp/git.hvn6x2/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.735 | 95450 | Marked run 1485 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.736 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.737 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.737 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.740 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.742 | 78060 | Recursively removing directory: /tmp/git.PpPI4E/ +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.743 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.743 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.743 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.743 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Npetu1 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.743 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.743 | 95467 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.743 | 78059 | Removed run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.743 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.743 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.743 | 78059 | Assigned run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.747 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.748 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.748 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.751 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.751 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.751 | 95472 | Added a new worker 13 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.751 | 78059 | Removed run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.751 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.751 | 78059 | Assigned run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.751 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.752 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.inXR3Q +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.754 | 95466 | Marked run 1486 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.755 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.757 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.758 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.758 | 78063 | Recursively removing directory: /tmp/git.Npetu1/ +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.760 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.760 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.762 | 95468 | Marked run 1487 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.763 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.764 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.767 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.767 | 95485 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.767 | 78059 | Removed run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.767 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.767 | 78059 | Assigned run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.767 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.767 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Lb5Uh1 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.767 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.767 | 78060 | Recursively removing directory: /tmp/git.inXR3Q/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.769 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.769 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.771 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.771 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.773 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.777 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.777 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.777 | 95494 | Added a new worker 13 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.778 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.778 | 78059 | Removed run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.778 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.778 | 78059 | Assigned run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.778 | 95484 | Marked run 1488 as finished +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.778 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nLFUKH +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.779 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.781 | 78063 | Recursively removing directory: /tmp/git.Lb5Uh1/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.783 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.783 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.783 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.784 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.786 | 95488 | Marked run 1489 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.786 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.786 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.790 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.790 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.790 | 95503 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.790 | 78059 | Removed run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.790 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.790 | 78059 | Assigned run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.790 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.790 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.afYve8 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.793 | 78060 | Recursively removing directory: /tmp/git.nLFUKH/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.794 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.794 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.797 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.799 | 95497 | Marked run 1490 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.799 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.801 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.801 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.801 | 95505 | Added a new worker 8 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.801 | 78059 | Removed run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.801 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.801 | 78059 | Assigned run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.801 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.N0LHaS +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.801 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.802 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.802 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.805 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.806 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.811 | 95504 | Marked run 1491 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.811 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.811 | 78063 | Recursively removing directory: /tmp/git.afYve8/ +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.812 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.812 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.815 | 78060 | Recursively removing directory: /tmp/git.N0LHaS/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.816 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.816 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.816 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.819 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.819 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.820 | 95521 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.820 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.820 | 78059 | Removed run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.820 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.820 | 78059 | Assigned run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.820 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.B4v5Yi +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.821 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.824 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.824 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.825 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.825 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.825 | 95523 | Added a new worker 12 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.825 | 78059 | Removed run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.825 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.825 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.825 | 78059 | Assigned run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.825 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.agsS34 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.830 | 95520 | Marked run 1492 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.830 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.831 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.832 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.834 | 78063 | Recursively removing directory: /tmp/git.B4v5Yi/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.836 | 95522 | Marked run 1493 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.836 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.836 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.836 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.840 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.840 | 78060 | Recursively removing directory: /tmp/git.agsS34/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.842 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.842 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.844 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.844 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.844 | 95539 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.844 | 78059 | Removed run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.844 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.844 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.844 | 78059 | Assigned run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.844 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.efJsCu +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.846 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.849 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.850 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.850 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.850 | 95541 | Added a new worker 13 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.850 | 78059 | Removed run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.850 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.850 | 78059 | Assigned run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.850 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.850 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pH5yYG +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.851 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.853 | 95538 | Marked run 1494 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.853 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.855 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.855 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.860 | 78063 | Recursively removing directory: /tmp/git.efJsCu/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.860 | 95540 | Marked run 1495 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.861 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.862 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.862 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.864 | 78060 | Recursively removing directory: /tmp/git.pH5yYG/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.865 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.865 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.865 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.868 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.868 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.868 | 95557 | Added a new worker 10 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.868 | 78059 | Removed run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.868 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.868 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.868 | 78059 | Assigned run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.868 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EfjJ0G +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.868 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.872 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.872 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.872 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.872 | 95559 | Added a new worker 12 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.872 | 78059 | Removed run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.872 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.872 | 78059 | Assigned run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.872 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.873 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vUzaDs +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.879 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.878 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.879 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.883 | 95558 | Marked run 1497 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.883 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.883 | 78063 | Recursively removing directory: /tmp/git.EfjJ0G/ +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.886 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.886 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.886 | 95556 | Marked run 1496 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.886 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.888 | 78060 | Recursively removing directory: /tmp/git.vUzaDs/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.889 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.889 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.889 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.892 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.892 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.892 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.892 | 95576 | Added a new worker 12 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.892 | 78059 | Removed run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.892 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.892 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.892 | 78059 | Assigned run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.893 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IS4gI6 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.895 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.895 | 95577 | Added a new worker 12 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.895 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.895 | 78059 | Removed run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.895 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.895 | 78059 | Assigned run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.895 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.895 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sPFMOx +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.898 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.899 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.900 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.901 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.903 | 95574 | Marked run 1498 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.903 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.908 | 95575 | Marked run 1499 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.908 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.911 | 78063 | Recursively removing directory: /tmp/git.IS4gI6/ +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.912 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.912 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.911 | 78060 | Recursively removing directory: /tmp/git.sPFMOx/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.913 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.913 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.915 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.915 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.918 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.918 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.918 | 95594 | Added a new worker 12 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.918 | 78059 | Removed run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.918 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.918 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.918 | 78059 | Assigned run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.918 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.918 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.918 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.S7qH3U +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.919 | 95595 | Added a new worker 12 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.919 | 78059 | Removed run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.919 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.919 | 78059 | Assigned run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.919 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.920 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HEOq6U +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.923 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.923 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.924 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.925 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.930 | 95592 | Marked run 1500 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.930 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.933 | 95593 | Marked run 1501 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.935 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.933 | 78063 | Recursively removing directory: /tmp/git.S7qH3U/ +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.934 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.934 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.936 | 78060 | Recursively removing directory: /tmp/git.HEOq6U/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.937 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.937 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.937 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.940 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.940 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.940 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.940 | 95612 | Added a new worker 12 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.940 | 78059 | Removed run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.940 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.940 | 78059 | Assigned run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.940 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9U7a1J +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.941 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.943 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.943 | 95613 | Added a new worker 12 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.943 | 78059 | Removed run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.943 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.943 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.943 | 78059 | Assigned run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.943 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.943 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TyrtVN +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.945 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.945 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.949 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.950 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.951 | 95610 | Marked run 1502 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.951 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.955 | 78063 | Recursively removing directory: /tmp/git.9U7a1J/ +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.956 | 95611 | Marked run 1503 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.956 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.957 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.957 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.959 | 78060 | Recursively removing directory: /tmp/git.TyrtVN/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.960 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.960 | 78060 | Process output: 415085 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.960 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.963 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.963 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.963 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.964 | 95630 | Added a new worker 12 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.964 | 78059 | Removed run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.964 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.964 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.964 | 78059 | Assigned run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.964 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.khVkPt +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.966 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.967 | 95631 | Added a new worker 12 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.967 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.967 | 78059 | Removed run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.967 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.967 | 78059 | Assigned run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.967 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.967 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nlcQlX +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.969 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.970 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.973 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.974 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.974 | 95628 | Marked run 1504 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.974 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.977 | 95629 | Marked run 1505 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.977 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.979 | 78063 | Recursively removing directory: /tmp/git.khVkPt/ +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.981 | 78063 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.981 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.983 | 78060 | Recursively removing directory: /tmp/git.nlcQlX/ +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.984 | 78060 | Process exit code: 0 +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.984 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.985 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.987 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.987 | 95647 | Added a new worker 11 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.987 | 78059 | Removed run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.987 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.987 | 78059 | Assigned run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.987 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.988 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.987 | 78063 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.988 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GyDtHs +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.991 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.991 | 95649 | Added a new worker 11 to the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.991 | 78059 | Removed run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.991 | 78060 | Waiting for a new command +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.991 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aLCEz3 +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.991 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.991 | 78057 | Waiting for new connections +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.991 | 78059 | Assigned run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.992 | 78063 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78063/cimple-worker: 2024-04-25 03:45:50.993 | 78063 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.997 | 78060 | Checking out revision HEAD +2024-04-25 03:45:50 | INFO | 78060/cimple-worker: 2024-04-25 03:45:50.997 | 78060 | Going to run: ./ci +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.999 | 95646 | Marked run 1506 as finished +2024-04-25 03:45:50 | INFO | 78057/cimple-server: 2024-04-25 03:45:50.999 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.002 | 95648 | Marked run 1507 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.002 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.003 | 78063 | Recursively removing directory: /tmp/git.GyDtHs/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.005 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.005 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.006 | 78060 | Recursively removing directory: /tmp/git.aLCEz3/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.007 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.007 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.008 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.010 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.011 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.011 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.011 | 95666 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.011 | 78059 | Removed run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.011 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.011 | 78059 | Assigned run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.011 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.011 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SvY1n6 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.014 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.014 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HC9aXb +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.014 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.014 | 95667 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.014 | 78059 | Removed run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.014 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.014 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.014 | 78059 | Assigned run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.015 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.016 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.022 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.022 | 95664 | Marked run 1508 as finished +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.022 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.023 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.025 | 95665 | Marked run 1509 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.026 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.026 | 78063 | Recursively removing directory: /tmp/git.SvY1n6/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.028 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.028 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.031 | 78060 | Recursively removing directory: /tmp/git.HC9aXb/ +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.031 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.033 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.033 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.035 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.035 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.035 | 95683 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.035 | 78059 | Removed run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.035 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.036 | 78059 | Assigned run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.036 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.W4URYk +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.036 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.037 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.040 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.041 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.041 | 95685 | Added a new worker 13 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.041 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.041 | 78059 | Removed run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.041 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.041 | 78059 | Assigned run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.041 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.041 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4pmiBb +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.042 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.044 | 95682 | Marked run 1510 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.044 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.047 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.048 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.051 | 78063 | Recursively removing directory: /tmp/git.W4URYk/ +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.051 | 95684 | Marked run 1511 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.051 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.052 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.052 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.056 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.056 | 78060 | Recursively removing directory: /tmp/git.4pmiBb/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.058 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.058 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.059 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.059 | 95701 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.059 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.059 | 78059 | Removed run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.059 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.059 | 78059 | Assigned run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.059 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.059 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eIbwtu +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.061 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.064 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.064 | 95703 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.064 | 78059 | Removed run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.064 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.064 | 78059 | Assigned run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.064 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.064 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.064 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Z1JXS6 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.065 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.065 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.069 | 95700 | Marked run 1512 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.070 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.070 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.072 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.073 | 95702 | Marked run 1513 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.074 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.075 | 78063 | Recursively removing directory: /tmp/git.eIbwtu/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.076 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.076 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.080 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.080 | 78060 | Recursively removing directory: /tmp/git.Z1JXS6/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.081 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.081 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.083 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.083 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.083 | 95719 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.083 | 78059 | Removed run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.083 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.083 | 78059 | Assigned run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.083 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.v9wSuA +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.084 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.085 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.088 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.088 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.089 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.089 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.089 | 95722 | Added a new worker 13 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.089 | 78059 | Removed run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.089 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.089 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.089 | 78059 | Assigned run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.089 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lu1pID +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.092 | 95718 | Marked run 1514 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.093 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.095 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.095 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.099 | 78063 | Recursively removing directory: /tmp/git.v9wSuA/ +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.100 | 95720 | Marked run 1515 as finished +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.101 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.101 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.101 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.104 | 78060 | Recursively removing directory: /tmp/git.lu1pID/ +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.105 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.105 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.106 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.107 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.107 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.107 | 95737 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.107 | 78059 | Removed run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.107 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.107 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.107 | 78059 | Assigned run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.108 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4XZ7qU +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.109 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.111 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.112 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.113 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.114 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.114 | 95740 | Added a new worker 13 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.114 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.114 | 78059 | Removed run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.114 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.114 | 78059 | Assigned run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.115 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XGjrag +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.118 | 95736 | Marked run 1516 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.118 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.121 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.121 | 78063 | Recursively removing directory: /tmp/git.4XZ7qU/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.121 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.123 | 95738 | Marked run 1517 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.123 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.123 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.123 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.127 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.130 | 78060 | Recursively removing directory: /tmp/git.XGjrag/ +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.130 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.130 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.130 | 95755 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.130 | 78059 | Removed run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.130 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.130 | 78059 | Assigned run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.131 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.131 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.r4Ik18 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.131 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.131 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.135 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.136 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.137 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.139 | 95754 | Marked run 1518 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.139 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.139 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.139 | 95759 | Added a new worker 8 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.139 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.139 | 78059 | Removed run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.139 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.139 | 78059 | Assigned run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.139 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.139 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.crMjXY +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.144 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.145 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.146 | 78063 | Recursively removing directory: /tmp/git.r4Ik18/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.148 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.148 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.149 | 95756 | Marked run 1519 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.150 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.151 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.154 | 78060 | Recursively removing directory: /tmp/git.crMjXY/ +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.155 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.155 | 95773 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.155 | 78059 | Removed run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.155 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.155 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.155 | 78059 | Assigned run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.155 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.155 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XLcEWV +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.156 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.156 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.158 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.159 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.160 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.164 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.164 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.164 | 95780 | Added a new worker 13 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.164 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.164 | 78059 | Removed run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.164 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.164 | 78059 | Assigned run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.164 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tXxf65 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.167 | 95772 | Marked run 1520 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.167 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.168 | 78063 | Recursively removing directory: /tmp/git.XLcEWV/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.170 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.170 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.170 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.171 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.173 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.175 | 95775 | Marked run 1521 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.175 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.176 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.176 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.176 | 95789 | Added a new worker 9 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.176 | 78059 | Removed run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.176 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.176 | 78059 | Assigned run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.177 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aF1Eo5 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.177 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.180 | 78060 | Recursively removing directory: /tmp/git.tXxf65/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.181 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.182 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.182 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.182 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.186 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.187 | 95784 | Marked run 1522 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.187 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.189 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.189 | 95800 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.190 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.190 | 78059 | Removed run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.190 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.190 | 78059 | Assigned run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.189 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.190 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sErPc6 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.190 | 78063 | Recursively removing directory: /tmp/git.aF1Eo5/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.192 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.192 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.194 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.196 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.196 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.198 | 95795 | Marked run 1523 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.198 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.199 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.199 | 95804 | Added a new worker 9 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.199 | 78059 | Removed run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.199 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.199 | 78059 | Assigned run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.199 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.199 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.199 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mQbBMA +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.204 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.205 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.206 | 78060 | Recursively removing directory: /tmp/git.sErPc6/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.208 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.208 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.208 | 95801 | Marked run 1524 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.209 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.211 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.214 | 78063 | Recursively removing directory: /tmp/git.mQbBMA/ +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.215 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.215 | 95818 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.215 | 78059 | Removed run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.215 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.215 | 78059 | Assigned run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.215 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.215 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.216 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iSQmbm +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.216 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.216 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.220 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.220 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.221 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.223 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.223 | 95816 | Marked run 1525 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.223 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.223 | 95821 | Added a new worker 8 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.223 | 78059 | Removed run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.223 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.224 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.224 | 78059 | Assigned run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.224 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.224 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3EI4jc +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.228 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.230 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.231 | 78060 | Recursively removing directory: /tmp/git.iSQmbm/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.233 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.233 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.234 | 95819 | Marked run 1526 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.234 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.236 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.238 | 78063 | Recursively removing directory: /tmp/git.3EI4jc/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.239 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.239 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.239 | 95836 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.239 | 78059 | Removed run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.239 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.240 | 78059 | Assigned run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.240 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.240 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.240 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.240 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qJ2829 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.244 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.244 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.244 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.248 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.248 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.248 | 95841 | Added a new worker 13 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.248 | 78059 | Removed run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.248 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.249 | 78059 | Assigned run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.249 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ojl0Gi +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.249 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.250 | 95835 | Marked run 1527 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.251 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.254 | 78060 | Recursively removing directory: /tmp/git.qJ2829/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.254 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.256 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.256 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.257 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.258 | 95837 | Marked run 1528 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.258 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.260 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.264 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.264 | 95854 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.264 | 78059 | Removed run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.264 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.264 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.264 | 78059 | Assigned run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.264 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.264 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9b4WXX +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.265 | 78063 | Recursively removing directory: /tmp/git.Ojl0Gi/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.266 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.266 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.267 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.268 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.271 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.275 | 95850 | Marked run 1529 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.275 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.276 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.276 | 95863 | Added a new worker 8 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.276 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.276 | 78059 | Removed run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.276 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.276 | 78059 | Assigned run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.276 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.276 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.c9yklY +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.278 | 78060 | Recursively removing directory: /tmp/git.9b4WXX/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.279 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.279 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.281 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.281 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.282 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.285 | 95858 | Marked run 1530 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.285 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.286 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.286 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.286 | 95868 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.286 | 78059 | Removed run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.286 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.286 | 78059 | Assigned run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.286 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.286 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QzCYrc +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.291 | 78063 | Recursively removing directory: /tmp/git.c9yklY/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.291 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.292 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.292 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.292 | 78063 | Process output: 415085 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.296 | 95865 | Marked run 1531 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.296 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.296 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.299 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.299 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.300 | 95881 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.300 | 78059 | Removed run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.300 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.300 | 78059 | Assigned run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.300 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.300 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2hkNyU +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.300 | 78060 | Recursively removing directory: /tmp/git.QzCYrc/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.302 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.302 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.304 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.304 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.307 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.310 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.310 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.310 | 95888 | Added a new worker 13 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.310 | 78059 | Removed run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.310 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.310 | 95877 | Marked run 1532 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.310 | 78059 | Assigned run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.311 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.311 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.311 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BDtISU +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.315 | 78063 | Recursively removing directory: /tmp/git.2hkNyU/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.315 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.316 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.317 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.317 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.320 | 95884 | Marked run 1533 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.321 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.321 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.324 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.324 | 95899 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.324 | 78059 | Removed run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.324 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.324 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.324 | 78059 | Assigned run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.324 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.324 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.n2JakB +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.325 | 78060 | Recursively removing directory: /tmp/git.BDtISU/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.327 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.327 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.328 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.329 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.332 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.334 | 95896 | Marked run 1534 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.335 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.335 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.335 | 95908 | Added a new worker 9 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.335 | 78059 | Removed run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.335 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.335 | 78059 | Assigned run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.335 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.335 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.335 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IlnRQV +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.338 | 78063 | Recursively removing directory: /tmp/git.n2JakB/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.339 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.339 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.342 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.344 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.344 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.344 | 95910 | Added a new worker 13 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.344 | 78059 | Removed run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.344 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.344 | 78059 | Assigned run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.345 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.345 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ooueyX +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.357 | 95902 | Marked run 1535 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.357 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.359 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.359 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.360 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.360 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.361 | 95909 | Marked run 1536 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.361 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.368 | 78060 | Recursively removing directory: /tmp/git.IlnRQV/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.368 | 78063 | Recursively removing directory: /tmp/git.ooueyX/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.370 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.370 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.370 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.370 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.374 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.374 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.378 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.378 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.378 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.378 | 95927 | Added a new worker 14 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.378 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.378 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.378 | 78059 | Removed run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.378 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.378 | 78059 | Assigned run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.378 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.E1C8ko +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.379 | 95928 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.379 | 78059 | Removed run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.379 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.379 | 78059 | Assigned run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.379 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.379 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3ckTnQ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.383 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.384 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.384 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.385 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.389 | 95926 | Marked run 1538 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.389 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.392 | 95925 | Marked run 1537 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.392 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.395 | 78060 | Recursively removing directory: /tmp/git.E1C8ko/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.396 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.396 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.395 | 78063 | Recursively removing directory: /tmp/git.3ckTnQ/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.396 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.396 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.399 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.399 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.402 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.402 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.402 | 95945 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.402 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.402 | 78059 | Removed run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.402 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.402 | 78059 | Assigned run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.402 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nk0QId +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.402 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.402 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.403 | 95946 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.403 | 78059 | Removed run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.403 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.403 | 78059 | Assigned run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.403 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.403 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UsrUoG +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.407 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.407 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.408 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.410 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.412 | 95943 | Marked run 1539 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.413 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.416 | 95944 | Marked run 1540 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.416 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.417 | 78060 | Recursively removing directory: /tmp/git.nk0QId/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.418 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.418 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.419 | 78063 | Recursively removing directory: /tmp/git.UsrUoG/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.421 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.421 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.421 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.423 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.424 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.424 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.424 | 95963 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.424 | 78059 | Removed run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.424 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.424 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.424 | 78059 | Assigned run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.425 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mDA9fk +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.426 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.426 | 95964 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.426 | 78059 | Removed run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.426 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.426 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.427 | 78059 | Assigned run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.426 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.427 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bQJnhB +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.430 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.431 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.432 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.433 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.435 | 95961 | Marked run 1541 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.435 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.438 | 95962 | Marked run 1542 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.438 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.440 | 78060 | Recursively removing directory: /tmp/git.mDA9fk/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.442 | 78063 | Recursively removing directory: /tmp/git.bQJnhB/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.442 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.442 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.443 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.443 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.447 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.448 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.450 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.450 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.450 | 95981 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.450 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.450 | 78059 | Removed run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.450 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.450 | 78059 | Assigned run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.451 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DT2GyH +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.451 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.451 | 95982 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.451 | 78059 | Removed run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.451 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.451 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.451 | 78059 | Assigned run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.451 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.451 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TzSQ9q +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.455 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.456 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.456 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.457 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.461 | 95979 | Marked run 1543 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.462 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.465 | 95980 | Marked run 1544 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.466 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.466 | 78060 | Recursively removing directory: /tmp/git.DT2GyH/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.467 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.467 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.468 | 78063 | Recursively removing directory: /tmp/git.TzSQ9q/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.469 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.469 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.470 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.472 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.473 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.473 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.473 | 95999 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.473 | 78059 | Removed run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.473 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.473 | 78059 | Assigned run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.473 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.474 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.n9XbNn +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.475 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.475 | 96000 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.475 | 78059 | Removed run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.475 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.475 | 78059 | Assigned run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.475 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.475 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.475 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zCpiTD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.478 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.479 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.480 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.481 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.483 | 95997 | Marked run 1545 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.483 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.486 | 95998 | Marked run 1546 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.487 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.488 | 78060 | Recursively removing directory: /tmp/git.n9XbNn/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.490 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.490 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.491 | 78063 | Recursively removing directory: /tmp/git.zCpiTD/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.492 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.492 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.493 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.495 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.496 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.496 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.496 | 96017 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.496 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.496 | 78059 | Removed run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.496 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.496 | 78059 | Assigned run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.496 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LbU67g +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.498 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.498 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.498 | 96018 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.498 | 78059 | Removed run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.498 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.498 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.498 | 78059 | Assigned run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.498 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.n0reWW +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.501 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.502 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.502 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.504 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.507 | 96015 | Marked run 1547 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.507 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.510 | 96016 | Marked run 1548 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.510 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.512 | 78060 | Recursively removing directory: /tmp/git.LbU67g/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.513 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.513 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.514 | 78063 | Recursively removing directory: /tmp/git.n0reWW/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.515 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.515 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.516 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.518 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.519 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.519 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.519 | 96035 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.519 | 78059 | Removed run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.519 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.519 | 78059 | Assigned run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.519 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.520 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VDWHRH +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.522 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.522 | 96036 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.522 | 78059 | Removed run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.522 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.522 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.522 | 78059 | Assigned run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.522 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.522 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SeVuro +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.524 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.525 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.527 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.528 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.529 | 96033 | Marked run 1549 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.530 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.532 | 96034 | Marked run 1550 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.533 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.535 | 78060 | Recursively removing directory: /tmp/git.VDWHRH/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.537 | 78063 | Recursively removing directory: /tmp/git.SeVuro/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.537 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.537 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.538 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.538 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.540 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.541 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.543 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.543 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.543 | 96053 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.543 | 78059 | Removed run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.543 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.543 | 78059 | Assigned run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.543 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.543 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fSALmk +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.544 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.544 | 96054 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.544 | 78059 | Removed run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.544 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.544 | 78059 | Assigned run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.544 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.544 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qlmNqb +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.548 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.548 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.549 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.549 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.549 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.553 | 96051 | Marked run 1551 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.553 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.556 | 96052 | Marked run 1552 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.556 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.559 | 78060 | Recursively removing directory: /tmp/git.fSALmk/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.559 | 78063 | Recursively removing directory: /tmp/git.qlmNqb/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.560 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.560 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.561 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.561 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.563 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.563 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.566 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.566 | 96071 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.566 | 78059 | Removed run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.566 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.566 | 78059 | Assigned run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.566 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.566 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xCgfuJ +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.566 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.567 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.567 | 96072 | Added a new worker 14 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.567 | 78059 | Removed run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.567 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.567 | 78059 | Assigned run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.567 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PkFpGB +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.570 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.571 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.571 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.571 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.573 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.574 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.576 | 96069 | Marked run 1553 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.576 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.580 | 96070 | Marked run 1554 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.580 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.581 | 78060 | Recursively removing directory: /tmp/git.xCgfuJ/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.582 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.582 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.584 | 78063 | Recursively removing directory: /tmp/git.PkFpGB/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.585 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.585 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.585 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.588 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.588 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.588 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.588 | 96089 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.588 | 78059 | Removed run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.588 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.588 | 78059 | Assigned run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.588 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.588 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1Uz7Qu +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.591 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.591 | 96090 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.591 | 78059 | Removed run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.591 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.591 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.591 | 78059 | Assigned run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.591 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.591 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.X8VLIc +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.593 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.594 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.597 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.598 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.599 | 96087 | Marked run 1555 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.599 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.603 | 96088 | Marked run 1556 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.603 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.604 | 78060 | Recursively removing directory: /tmp/git.1Uz7Qu/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.605 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.605 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.606 | 78063 | Recursively removing directory: /tmp/git.X8VLIc/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.608 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.608 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.608 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.610 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.611 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.611 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.611 | 96107 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.611 | 78059 | Removed run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.611 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.611 | 78059 | Assigned run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.611 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oH8R8E +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.612 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.614 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.614 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.615 | 96108 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.615 | 78059 | Removed run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.615 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.615 | 78059 | Assigned run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.615 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.615 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oZLo6Y +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.616 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.617 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.621 | 96105 | Marked run 1557 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.621 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.621 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.622 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.624 | 96106 | Marked run 1558 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.625 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.626 | 78060 | Recursively removing directory: /tmp/git.oH8R8E/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.628 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.628 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.631 | 78063 | Recursively removing directory: /tmp/git.oZLo6Y/ +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.631 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.632 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.632 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.634 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.634 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.634 | 96124 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.634 | 78059 | Removed run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.634 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.634 | 78059 | Assigned run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.634 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.635 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.635 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WBVCV5 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.638 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.638 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.638 | 96126 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.638 | 78059 | Removed run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.638 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.638 | 78059 | Assigned run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.638 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.638 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9dgyGD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.640 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.641 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.643 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.644 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.645 | 96123 | Marked run 1559 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.645 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.649 | 96125 | Marked run 1560 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.649 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.651 | 78060 | Recursively removing directory: /tmp/git.WBVCV5/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.652 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.652 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.654 | 78063 | Recursively removing directory: /tmp/git.9dgyGD/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.655 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.655 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.657 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.658 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.658 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.658 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.658 | 96143 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.658 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.658 | 78059 | Removed run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.658 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.658 | 78059 | Assigned run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.658 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eySTVC +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.662 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.662 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.662 | 96144 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.662 | 78059 | Removed run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.662 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.662 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.662 | 78059 | Assigned run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.662 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JxQ9uH +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.662 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.663 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.667 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.668 | 96141 | Marked run 1561 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.669 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.668 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.672 | 96142 | Marked run 1562 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.672 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.673 | 78060 | Recursively removing directory: /tmp/git.eySTVC/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.675 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.675 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.678 | 78063 | Recursively removing directory: /tmp/git.JxQ9uH/ +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.679 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.679 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.679 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.681 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.681 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.681 | 96160 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.681 | 78059 | Removed run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.681 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.681 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.681 | 78059 | Assigned run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.681 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5NsK1Y +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.682 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.685 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.685 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.685 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.686 | 96162 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.686 | 78059 | Removed run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.686 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.686 | 78059 | Assigned run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.686 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.686 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.686 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3ialjQ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.692 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.694 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.694 | 96159 | Marked run 1563 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.694 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.696 | 78060 | Recursively removing directory: /tmp/git.5NsK1Y/ +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.697 | 96161 | Marked run 1564 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.698 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.698 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.698 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.701 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.703 | 78063 | Recursively removing directory: /tmp/git.3ialjQ/ +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.704 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.705 | 96178 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.705 | 78059 | Removed run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.705 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.705 | 78059 | Assigned run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.705 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.705 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.704 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.705 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nOeHxQ +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.705 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.708 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.709 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.710 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.711 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.711 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.711 | 96181 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.711 | 78059 | Removed run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.711 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.711 | 78059 | Assigned run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.711 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rkPowa +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.711 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.716 | 96177 | Marked run 1565 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.716 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.717 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.718 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.720 | 78060 | Recursively removing directory: /tmp/git.nOeHxQ/ +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.720 | 96179 | Marked run 1566 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.721 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.721 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.721 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.725 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.726 | 78063 | Recursively removing directory: /tmp/git.rkPowa/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.728 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.728 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.728 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.728 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.728 | 96196 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.728 | 78059 | Removed run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.728 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.728 | 78059 | Assigned run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.728 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.729 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hde6kq +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.732 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.732 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.733 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.736 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.736 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.736 | 96200 | Added a new worker 13 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.736 | 78059 | Removed run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.736 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.736 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.736 | 78059 | Assigned run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.736 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5T8XJe +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.740 | 96195 | Marked run 1567 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.740 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.742 | 78060 | Recursively removing directory: /tmp/git.hde6kq/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.742 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.744 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.745 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.745 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.746 | 96197 | Marked run 1568 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.746 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.748 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.751 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.751 | 96214 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.751 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.751 | 78059 | Removed run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.751 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.751 | 78059 | Assigned run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.751 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.752 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.s51lWh +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.752 | 78063 | Recursively removing directory: /tmp/git.5T8XJe/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.754 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.754 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.757 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.757 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.758 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.759 | 96209 | Marked run 1569 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.759 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.761 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.761 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.761 | 96219 | Added a new worker 8 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.761 | 78059 | Removed run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.761 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.761 | 78059 | Assigned run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.761 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zqiznr +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.762 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.766 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.767 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.767 | 78060 | Recursively removing directory: /tmp/git.s51lWh/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.770 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.770 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.772 | 96216 | Marked run 1570 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.772 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.773 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.775 | 78063 | Recursively removing directory: /tmp/git.zqiznr/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.776 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.776 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.776 | 96232 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.776 | 78059 | Removed run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.776 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.776 | 78059 | Assigned run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.776 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.777 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.777 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.777 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rfcbvs +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.780 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.781 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.781 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.784 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.785 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.785 | 96237 | Added a new worker 13 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.785 | 78059 | Removed run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.785 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.785 | 78059 | Assigned run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.785 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4c3W0k +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.785 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.789 | 96231 | Marked run 1571 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.789 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.790 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.792 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.792 | 78060 | Recursively removing directory: /tmp/git.rfcbvs/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.793 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.793 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.794 | 96233 | Marked run 1572 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.794 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.796 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.800 | 78063 | Recursively removing directory: /tmp/git.4c3W0k/ +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.800 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.800 | 96250 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.800 | 78059 | Removed run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.800 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.800 | 78059 | Assigned run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.801 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.800 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.800 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0td0vJ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.802 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.802 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.804 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.806 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.807 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.807 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.807 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.808 | 96252 | Added a new worker 13 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.808 | 78059 | Removed run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.808 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.808 | 78059 | Assigned run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.808 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8BTZB8 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.808 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.809 | 96247 | Marked run 1573 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.809 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.813 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.814 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.817 | 78060 | Recursively removing directory: /tmp/git.0td0vJ/ +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.818 | 96251 | Marked run 1574 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.818 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.819 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.819 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.822 | 78063 | Recursively removing directory: /tmp/git.8BTZB8/ +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.822 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.823 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.823 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.826 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.826 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.826 | 96268 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.826 | 78059 | Removed run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.826 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.826 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.826 | 78059 | Assigned run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.826 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Nu08qp +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.828 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.830 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.830 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.831 | 96270 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.831 | 78059 | Removed run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.831 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.831 | 78059 | Assigned run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.831 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.831 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5cys7g +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.831 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.832 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.837 | 96267 | Marked run 1575 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.837 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.837 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.838 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.840 | 96269 | Marked run 1576 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.840 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.841 | 78060 | Recursively removing directory: /tmp/git.Nu08qp/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.843 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.843 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.847 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.847 | 78063 | Recursively removing directory: /tmp/git.5cys7g/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.848 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.848 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.849 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.849 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.849 | 96286 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.849 | 78059 | Removed run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.849 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.849 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.850 | 78059 | Assigned run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.850 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0jmXMY +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.851 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.854 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.855 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.855 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nCsO4P +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.855 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.855 | 96288 | Added a new worker 13 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.855 | 78059 | Removed run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.855 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.855 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.855 | 78059 | Assigned run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.855 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.859 | 96285 | Marked run 1577 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.859 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.860 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.860 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.864 | 96287 | Marked run 1578 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.864 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.865 | 78060 | Recursively removing directory: /tmp/git.0jmXMY/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.867 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.867 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.869 | 78063 | Recursively removing directory: /tmp/git.nCsO4P/ +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.870 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.871 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.871 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.873 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.873 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.873 | 96304 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.873 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.873 | 78059 | Removed run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.873 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.873 | 78059 | Assigned run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.873 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.874 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QpVL3C +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.877 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.877 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.877 | 96306 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.877 | 78059 | Removed run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.877 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.877 | 78059 | Assigned run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.877 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.877 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pC30T5 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.878 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.879 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.883 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.883 | 96303 | Marked run 1579 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.883 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.884 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.887 | 96305 | Marked run 1580 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.887 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.890 | 78060 | Recursively removing directory: /tmp/git.QpVL3C/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.892 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.892 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.893 | 78063 | Recursively removing directory: /tmp/git.pC30T5/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.895 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.895 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.896 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.899 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.900 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.900 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.900 | 96323 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.900 | 78059 | Removed run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.900 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.900 | 78059 | Assigned run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.900 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.900 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Texg3w +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.903 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.903 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.903 | 96324 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.903 | 78059 | Removed run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.903 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.903 | 78059 | Assigned run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.903 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.904 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.G20yk4 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.905 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.906 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.909 | 96321 | Marked run 1581 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.909 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.909 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.910 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.913 | 96322 | Marked run 1582 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.913 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.916 | 78060 | Recursively removing directory: /tmp/git.Texg3w/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.918 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.918 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.920 | 78063 | Recursively removing directory: /tmp/git.G20yk4/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.921 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.921 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.922 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.925 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.925 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.925 | 96340 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.925 | 78059 | Removed run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.925 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.925 | 78059 | Assigned run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.925 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.926 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.L2O1zh +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.929 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.929 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.930 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.930 | 96342 | Added a new worker 12 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.930 | 78059 | Removed run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.930 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.930 | 78059 | Assigned run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.931 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.931 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kBMEIZ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.931 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.936 | 96339 | Marked run 1583 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.936 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.937 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.938 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.939 | 96341 | Marked run 1584 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.940 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.940 | 78060 | Recursively removing directory: /tmp/git.L2O1zh/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.942 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.942 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.945 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.947 | 78063 | Recursively removing directory: /tmp/git.kBMEIZ/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.948 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.948 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.948 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.948 | 96358 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.948 | 78059 | Removed run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.948 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.949 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.949 | 78059 | Assigned run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.948 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.949 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vABqIz +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.952 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.952 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.953 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.956 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.956 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.956 | 96363 | Added a new worker 13 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.956 | 78059 | Removed run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.956 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.956 | 78059 | Assigned run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.956 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.957 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WqY8Eh +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.960 | 96357 | Marked run 1585 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.960 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.963 | 78060 | Recursively removing directory: /tmp/git.vABqIz/ +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.964 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.965 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.965 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.965 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.966 | 96359 | Marked run 1586 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.966 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.968 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.971 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.971 | 96376 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.971 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.971 | 78059 | Removed run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.971 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.971 | 78059 | Assigned run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.971 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.972 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FtYZBU +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.975 | 78063 | Recursively removing directory: /tmp/git.WqY8Eh/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.976 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.976 | 78063 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.976 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.977 | 78060 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.980 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.982 | 96371 | Marked run 1587 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.982 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.984 | 78063 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.984 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.984 | 96385 | Added a new worker 8 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.984 | 78059 | Removed run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.984 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.984 | 78059 | Assigned run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.984 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.984 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4HJoKp +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.985 | 78060 | Recursively removing directory: /tmp/git.FtYZBU/ +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.987 | 78060 | Process exit code: 0 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.987 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.989 | 78063 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78063/cimple-worker: 2024-04-25 03:45:51.990 | 78063 | Going to run: ./ci +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.991 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.993 | 96380 | Marked run 1588 as finished +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.993 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.994 | 78060 | Waiting for a new command +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.994 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.994 | 96390 | Added a new worker 10 to the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.994 | 78059 | Removed run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.994 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.994 | 78059 | Assigned run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.994 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZFl4Kv +2024-04-25 03:45:51 | INFO | 78057/cimple-server: 2024-04-25 03:45:51.996 | 78057 | Waiting for new connections +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.998 | 78060 | Checking out revision HEAD +2024-04-25 03:45:51 | INFO | 78060/cimple-worker: 2024-04-25 03:45:51.999 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.000 | 78063 | Recursively removing directory: /tmp/git.4HJoKp/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.002 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.002 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.004 | 96387 | Marked run 1589 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.004 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.006 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.008 | 78060 | Recursively removing directory: /tmp/git.ZFl4Kv/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.009 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.009 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.009 | 96403 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.009 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.009 | 78059 | Removed run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.009 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.009 | 78059 | Assigned run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.009 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.009 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.010 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JxzvDZ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.013 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.014 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.014 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.017 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.017 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.017 | 96407 | Added a new worker 13 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.017 | 78059 | Removed run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.017 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.017 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.017 | 78059 | Assigned run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.017 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qlAHo5 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.020 | 96402 | Marked run 1590 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.021 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.023 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.023 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.025 | 78063 | Recursively removing directory: /tmp/git.JxzvDZ/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.026 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.026 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.028 | 96404 | Marked run 1591 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.028 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.030 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.032 | 78060 | Recursively removing directory: /tmp/git.qlAHo5/ +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.034 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.034 | 96421 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.034 | 78059 | Removed run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.034 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.034 | 78059 | Assigned run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.034 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.034 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hs70iD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.034 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.034 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.034 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.038 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.039 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.040 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.041 | 96420 | Marked run 1592 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.041 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.042 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.042 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.042 | 96424 | Added a new worker 8 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.042 | 78059 | Removed run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.042 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.042 | 78059 | Assigned run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.042 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.042 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6OhFvI +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.047 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.048 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.051 | 78063 | Recursively removing directory: /tmp/git.hs70iD/ +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.052 | 96422 | Marked run 1593 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.052 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.053 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.053 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.056 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.057 | 78060 | Recursively removing directory: /tmp/git.6OhFvI/ +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.058 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.058 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.059 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.059 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.059 | 96439 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.059 | 78059 | Removed run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.059 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.059 | 78059 | Assigned run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.059 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.060 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9BuPtu +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.061 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.064 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.064 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.064 | 96441 | Added a new worker 13 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.065 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.065 | 78059 | Removed run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.065 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.065 | 78059 | Assigned run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.064 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.065 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zm3fng +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.066 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.068 | 96438 | Marked run 1594 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.069 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.071 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.072 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.073 | 96440 | Marked run 1595 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.074 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.076 | 78063 | Recursively removing directory: /tmp/git.9BuPtu/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.077 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.077 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.081 | 78060 | Recursively removing directory: /tmp/git.zm3fng/ +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.081 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.082 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.082 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.084 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.084 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.084 | 96457 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.084 | 78059 | Removed run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.084 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.084 | 78059 | Assigned run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.084 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VlRzy4 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.085 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.088 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.088 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.088 | 96459 | Added a new worker 12 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.088 | 78059 | Removed run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.088 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.088 | 78059 | Assigned run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.089 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5Qc7PK +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.088 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.089 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.089 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.094 | 96456 | Marked run 1596 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.094 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.095 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.097 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.098 | 78063 | Recursively removing directory: /tmp/git.VlRzy4/ +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.099 | 96458 | Marked run 1597 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.099 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.100 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.100 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.103 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.106 | 78060 | Recursively removing directory: /tmp/git.5Qc7PK/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.106 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.107 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.107 | 96475 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.107 | 78059 | Removed run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.107 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.107 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.107 | 78059 | Assigned run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.107 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.107 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.107 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aCJ5MZ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.111 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.111 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.112 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.114 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.114 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.115 | 96479 | Added a new worker 13 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.115 | 78059 | Removed run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.115 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.115 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.115 | 78059 | Assigned run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.115 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4JQ3Qa +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.116 | 96474 | Marked run 1598 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.116 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.120 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.120 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.121 | 78063 | Recursively removing directory: /tmp/git.aCJ5MZ/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.123 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.123 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.125 | 96476 | Marked run 1599 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.125 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.126 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.129 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.130 | 78060 | Recursively removing directory: /tmp/git.4JQ3Qa/ +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.130 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.130 | 96493 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.130 | 78059 | Removed run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.130 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.130 | 78059 | Assigned run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.130 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.130 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1MZwgi +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.131 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.131 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.135 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.135 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.136 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.137 | 96492 | Marked run 1600 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.137 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.138 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.138 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.138 | 96497 | Added a new worker 8 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.138 | 78059 | Removed run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.138 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.138 | 78059 | Assigned run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.138 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.138 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uZ5Gts +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.144 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.145 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.145 | 78063 | Recursively removing directory: /tmp/git.1MZwgi/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.147 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.147 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.148 | 96494 | Marked run 1601 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.149 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.151 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.153 | 78060 | Recursively removing directory: /tmp/git.uZ5Gts/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.154 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.154 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.154 | 96511 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.154 | 78059 | Removed run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.154 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.154 | 78059 | Assigned run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.154 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.155 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.155 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.157 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UxUWY2 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.158 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.160 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.160 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.160 | 96513 | Added a new worker 13 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.160 | 78059 | Removed run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.160 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.160 | 78059 | Assigned run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.161 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.161 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.znOmI5 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.162 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.163 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.166 | 96510 | Marked run 1602 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.166 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.168 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.169 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.169 | 96512 | Marked run 1603 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.170 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.171 | 78063 | Recursively removing directory: /tmp/git.UxUWY2/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.173 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.173 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.176 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.177 | 78060 | Recursively removing directory: /tmp/git.znOmI5/ +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.178 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.178 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.179 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.179 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.179 | 96529 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.179 | 78059 | Removed run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.179 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.179 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.179 | 78059 | Assigned run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.180 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CBl4Vl +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.183 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.183 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.184 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.186 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.186 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.186 | 96533 | Added a new worker 13 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.186 | 78059 | Removed run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.186 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.186 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.186 | 78059 | Assigned run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.187 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VEOXi3 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.190 | 96528 | Marked run 1604 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.190 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.193 | 78063 | Recursively removing directory: /tmp/git.CBl4Vl/ +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.193 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.195 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.195 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.195 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.197 | 96530 | Marked run 1605 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.197 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.198 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.202 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.202 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.202 | 96547 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.202 | 78059 | Removed run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.202 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.202 | 78059 | Assigned run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.202 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.j3rhgA +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.204 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.204 | 78060 | Recursively removing directory: /tmp/git.VEOXi3/ +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.205 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.205 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.206 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.207 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.208 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.211 | 96542 | Marked run 1606 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.211 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.212 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.212 | 96554 | Added a new worker 8 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.212 | 78059 | Removed run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.212 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.212 | 78059 | Assigned run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.213 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.212 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.212 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yYjemy +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.216 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.217 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.217 | 78063 | Recursively removing directory: /tmp/git.j3rhgA/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.220 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.220 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.222 | 96549 | Marked run 1607 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.222 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.224 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.226 | 78060 | Recursively removing directory: /tmp/git.yYjemy/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.227 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.227 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.227 | 96565 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.227 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.227 | 78059 | Removed run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.227 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.227 | 78059 | Assigned run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.228 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.228 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.227 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nFMIJq +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.231 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.232 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.232 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.235 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.236 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.236 | 96570 | Added a new worker 13 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.236 | 78059 | Removed run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.236 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.236 | 78059 | Assigned run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.236 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dWowFh +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.236 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.239 | 96564 | Marked run 1608 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.239 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.241 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.242 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.242 | 78063 | Recursively removing directory: /tmp/git.nFMIJq/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.244 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.244 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.246 | 96567 | Marked run 1609 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.246 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.248 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.250 | 78060 | Recursively removing directory: /tmp/git.dWowFh/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.251 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.252 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.252 | 96583 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.252 | 78059 | Removed run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.252 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.252 | 78059 | Assigned run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.252 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.252 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.k8hcHe +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.252 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.252 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.256 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.257 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.258 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.260 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.260 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.260 | 96582 | Marked run 1610 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.260 | 96586 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.260 | 78059 | Removed run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.260 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.260 | 78059 | Assigned run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.260 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tCG2hw +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.261 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.265 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.266 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.267 | 78063 | Recursively removing directory: /tmp/git.k8hcHe/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.269 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.269 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.270 | 96584 | Marked run 1611 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.270 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.273 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.275 | 78060 | Recursively removing directory: /tmp/git.tCG2hw/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.276 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.276 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.276 | 96601 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.276 | 78059 | Removed run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.276 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.276 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.276 | 78059 | Assigned run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.276 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.276 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.276 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YpalEJ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.280 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.280 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.281 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.284 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.285 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.285 | 96606 | Added a new worker 13 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.285 | 78059 | Removed run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.285 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.285 | 78059 | Assigned run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.285 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jcyd9f +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.285 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.286 | 96600 | Marked run 1612 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.286 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.290 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.291 | 78063 | Recursively removing directory: /tmp/git.YpalEJ/ +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.291 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.292 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.292 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.295 | 96603 | Marked run 1613 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.295 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.295 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.299 | 78060 | Recursively removing directory: /tmp/git.jcyd9f/ +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.299 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.299 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.299 | 96619 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.299 | 78059 | Removed run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.299 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.299 | 78059 | Assigned run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.300 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.300 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LNpx5W +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.300 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.300 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.303 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.304 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.305 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.306 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.306 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.306 | 96622 | Added a new worker 13 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.306 | 78059 | Removed run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.306 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.306 | 78059 | Assigned run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.307 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JtePRv +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.307 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.310 | 96617 | Marked run 1614 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.310 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.312 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.312 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.315 | 78063 | Recursively removing directory: /tmp/git.LNpx5W/ +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.316 | 96620 | Marked run 1615 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.316 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.317 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.317 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.321 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.322 | 78060 | Recursively removing directory: /tmp/git.JtePRv/ +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.323 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.323 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.324 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.324 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.324 | 96637 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.324 | 78059 | Removed run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.324 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.324 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.324 | 78059 | Assigned run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.324 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eXqmY2 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.327 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.328 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.328 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.330 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.330 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.330 | 96640 | Added a new worker 13 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.330 | 78059 | Removed run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.330 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.330 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.330 | 78059 | Assigned run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.330 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NNAzRM +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.334 | 96636 | Marked run 1616 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.334 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.336 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.337 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.338 | 78063 | Recursively removing directory: /tmp/git.eXqmY2/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.340 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.340 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.341 | 96638 | Marked run 1617 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.341 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.344 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.346 | 78060 | Recursively removing directory: /tmp/git.NNAzRM/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.347 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.347 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.347 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.347 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.347 | 96655 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.347 | 78059 | Removed run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.347 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.347 | 78059 | Assigned run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.347 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vYX2sP +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.348 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.350 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.352 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.352 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.353 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.353 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.354 | 96658 | Added a new worker 12 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.354 | 78059 | Removed run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.354 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.354 | 78059 | Assigned run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.354 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.354 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UeSL8L +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.359 | 96654 | Marked run 1618 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.359 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.360 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.361 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.363 | 78063 | Recursively removing directory: /tmp/git.vYX2sP/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.364 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.364 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.367 | 96656 | Marked run 1619 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.367 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.368 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.369 | 78060 | Recursively removing directory: /tmp/git.UeSL8L/ +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.371 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.371 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.372 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.372 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.372 | 96673 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.372 | 78059 | Removed run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.372 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.372 | 78059 | Assigned run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.372 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2QzOCP +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.373 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.375 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.376 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.377 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.379 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.379 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.379 | 96676 | Added a new worker 13 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.379 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.379 | 78059 | Removed run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.379 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.379 | 78059 | Assigned run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.379 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8Hqho5 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.380 | 96672 | Marked run 1620 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.380 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.384 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.385 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.387 | 78063 | Recursively removing directory: /tmp/git.2QzOCP/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.389 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.389 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.389 | 96674 | Marked run 1621 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.390 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.392 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.394 | 78060 | Recursively removing directory: /tmp/git.8Hqho5/ +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.395 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.395 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.396 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.396 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.396 | 96691 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.396 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.396 | 78059 | Removed run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.396 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.396 | 78059 | Assigned run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.396 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.h7UbEY +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.399 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.400 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.401 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.403 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.403 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.403 | 96694 | Added a new worker 13 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.403 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.403 | 78059 | Removed run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.403 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.403 | 78059 | Assigned run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.403 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GdM4PB +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.404 | 96690 | Marked run 1622 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.404 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.409 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.410 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.411 | 78063 | Recursively removing directory: /tmp/git.h7UbEY/ +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.412 | 96692 | Marked run 1623 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.412 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.413 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.413 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.416 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.418 | 78060 | Recursively removing directory: /tmp/git.GdM4PB/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.419 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.419 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.419 | 96709 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.419 | 78059 | Removed run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.419 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.419 | 78059 | Assigned run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.419 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.419 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.419 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.420 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Z9agdf +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.422 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.424 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.425 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.425 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.425 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.425 | 96711 | Added a new worker 13 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.425 | 78059 | Removed run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.425 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.426 | 78059 | Assigned run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.426 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.426 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cpRFdr +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.429 | 96708 | Marked run 1624 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.430 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.432 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.433 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.435 | 78063 | Recursively removing directory: /tmp/git.Z9agdf/ +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.435 | 96710 | Marked run 1625 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.436 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.436 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.436 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.439 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.441 | 78060 | Recursively removing directory: /tmp/git.cpRFdr/ +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.443 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.443 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.443 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.443 | 96727 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.443 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.443 | 78059 | Removed run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.443 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.443 | 78059 | Assigned run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.443 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.443 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.okrbzJ +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.446 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.447 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.448 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.448 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.448 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.449 | 96730 | Added a new worker 12 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.449 | 78059 | Removed run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.449 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.449 | 78059 | Assigned run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.449 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rEzaRj +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.449 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.454 | 96726 | Marked run 1626 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.454 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.455 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.457 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.458 | 78063 | Recursively removing directory: /tmp/git.okrbzJ/ +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.459 | 96728 | Marked run 1627 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.459 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.460 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.460 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.463 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.465 | 78060 | Recursively removing directory: /tmp/git.rEzaRj/ +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.466 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.466 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.466 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.466 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.466 | 96745 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.466 | 78059 | Removed run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.466 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.466 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.467 | 78059 | Assigned run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.467 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.s8hzwL +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.469 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.471 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.472 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.472 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.472 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.472 | 96748 | Added a new worker 13 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.472 | 78059 | Removed run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.472 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.472 | 78059 | Assigned run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.472 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.473 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.42PEVP +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.477 | 96744 | Marked run 1628 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.477 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.481 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.481 | 78063 | Recursively removing directory: /tmp/git.s8hzwL/ +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.482 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.483 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.483 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.485 | 96746 | Marked run 1629 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.485 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.486 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.490 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.490 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.490 | 96763 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.490 | 78059 | Removed run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.490 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.490 | 78059 | Assigned run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.490 | 78060 | Recursively removing directory: /tmp/git.42PEVP/ +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.490 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.491 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3vV2Rp +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.492 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.492 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.496 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.496 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.497 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.498 | 96760 | Marked run 1630 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.499 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.499 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.499 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.499 | 96767 | Added a new worker 8 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.499 | 78059 | Removed run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.499 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.499 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.499 | 78059 | Assigned run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.499 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rB1oYG +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.504 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.504 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.506 | 78063 | Recursively removing directory: /tmp/git.3vV2Rp/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.507 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.507 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.508 | 96764 | Marked run 1631 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.508 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.511 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.513 | 78060 | Recursively removing directory: /tmp/git.rB1oYG/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.515 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.515 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.515 | 96781 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.515 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.515 | 78059 | Removed run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.515 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.515 | 78059 | Assigned run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.515 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.515 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.515 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QKVx3Z +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.519 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.520 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.521 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.522 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.522 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.522 | 96784 | Added a new worker 13 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.522 | 78059 | Removed run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.522 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.522 | 78059 | Assigned run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.523 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.523 | 96780 | Marked run 1632 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.523 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.523 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.t3TdrN +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.527 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.528 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.531 | 78063 | Recursively removing directory: /tmp/git.QKVx3Z/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.532 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.532 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.533 | 96782 | Marked run 1633 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.533 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.535 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.538 | 78060 | Recursively removing directory: /tmp/git.t3TdrN/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.539 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.539 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.539 | 96799 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.539 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.539 | 78059 | Removed run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.539 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.539 | 78059 | Assigned run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.539 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.539 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.539 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ePPoi9 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.543 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.543 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.544 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.547 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.547 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.547 | 96804 | Added a new worker 13 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.547 | 78059 | Removed run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.547 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.547 | 78059 | Assigned run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.547 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.547 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aEI8I6 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.551 | 96798 | Marked run 1634 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.551 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.553 | 78063 | Recursively removing directory: /tmp/git.ePPoi9/ +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.554 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.555 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.555 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.555 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.557 | 96800 | Marked run 1635 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.557 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.559 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.562 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.562 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.562 | 96817 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.563 | 78059 | Removed run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.563 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.563 | 78059 | Assigned run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.563 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UXDLTa +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.563 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.564 | 78060 | Recursively removing directory: /tmp/git.aEI8I6/ +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.566 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.566 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.570 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.570 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.571 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.571 | 96812 | Marked run 1636 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.571 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.573 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.573 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.573 | 96821 | Added a new worker 8 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.573 | 78059 | Removed run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.573 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.573 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.573 | 78059 | Assigned run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.573 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LA8Dhq +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.578 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.579 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.580 | 78063 | Recursively removing directory: /tmp/git.UXDLTa/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.582 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.582 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.583 | 96818 | Marked run 1637 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.584 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.586 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.588 | 78060 | Recursively removing directory: /tmp/git.LA8Dhq/ +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.589 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.589 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.590 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.590 | 96835 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.590 | 78059 | Removed run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.590 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.590 | 78059 | Assigned run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.590 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.590 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SiTNQv +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.591 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.593 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.594 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.595 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.597 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.597 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.597 | 96838 | Added a new worker 13 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.597 | 78059 | Removed run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.597 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.597 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.597 | 78059 | Assigned run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.598 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0B9YZ3 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.599 | 96834 | Marked run 1638 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.599 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.602 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.604 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.605 | 78063 | Recursively removing directory: /tmp/git.SiTNQv/ +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.606 | 96836 | Marked run 1639 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.606 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.607 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.607 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.610 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.612 | 78060 | Recursively removing directory: /tmp/git.0B9YZ3/ +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.614 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.614 | 96853 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.614 | 78059 | Removed run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.614 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.614 | 78059 | Assigned run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.614 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.614 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.614 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.614 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.614 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cQW387 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.618 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.618 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.619 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.621 | 96852 | Marked run 1640 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.622 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.622 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.622 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.622 | 96856 | Added a new worker 8 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.622 | 78059 | Removed run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.622 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.622 | 78059 | Assigned run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.622 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.622 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pCiUqo +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.626 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.627 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.630 | 78063 | Recursively removing directory: /tmp/git.cQW387/ +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.632 | 96854 | Marked run 1641 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.632 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.632 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.632 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.636 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.637 | 78060 | Recursively removing directory: /tmp/git.pCiUqo/ +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.638 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.638 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.639 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.639 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.639 | 96871 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.639 | 78059 | Removed run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.639 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.639 | 78059 | Assigned run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.639 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.639 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.o5G70H +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.641 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.644 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.644 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.644 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.644 | 96873 | Added a new worker 12 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.644 | 78059 | Removed run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.644 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.644 | 78059 | Assigned run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.644 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.645 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.645 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.B4KOAd +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.650 | 96870 | Marked run 1642 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.650 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.650 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.651 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.654 | 96872 | Marked run 1643 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.654 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.654 | 78063 | Recursively removing directory: /tmp/git.o5G70H/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.656 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.656 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.660 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.660 | 78060 | Recursively removing directory: /tmp/git.B4KOAd/ +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.662 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.662 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.663 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.663 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.664 | 96889 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.664 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.664 | 78059 | Removed run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.664 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.664 | 78059 | Assigned run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.664 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.D5ReR6 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.666 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.669 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.670 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.670 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.670 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.670 | 96891 | Added a new worker 13 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.670 | 78059 | Removed run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.670 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.670 | 78059 | Assigned run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.670 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vKaJYA +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.671 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.672 | 96888 | Marked run 1644 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.672 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.675 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.677 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.679 | 96890 | Marked run 1645 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.679 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.681 | 78063 | Recursively removing directory: /tmp/git.D5ReR6/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.682 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.682 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.686 | 78060 | Recursively removing directory: /tmp/git.vKaJYA/ +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.686 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.687 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.687 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.689 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.689 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.689 | 96907 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.689 | 78059 | Removed run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.689 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.689 | 78059 | Assigned run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.689 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.t2mTc1 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.690 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.690 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.693 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.693 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.693 | 96909 | Added a new worker 12 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.693 | 78059 | Removed run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.693 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.693 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.693 | 78059 | Assigned run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.693 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0HJpb8 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.694 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.695 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.699 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.699 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.702 | 96906 | Marked run 1646 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.702 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.704 | 78063 | Recursively removing directory: /tmp/git.t2mTc1/ +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.705 | 96908 | Marked run 1647 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.706 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.706 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.706 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.709 | 78060 | Recursively removing directory: /tmp/git.0HJpb8/ +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.710 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.710 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.710 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.713 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.713 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.713 | 96925 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.713 | 78059 | Removed run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.713 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.713 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.713 | 78059 | Assigned run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.713 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.714 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rlRdFT +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.716 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.716 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.716 | 96927 | Added a new worker 12 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.717 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.717 | 78059 | Removed run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.717 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.717 | 78059 | Assigned run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.717 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uUQHx1 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.719 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.719 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.723 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.724 | 96924 | Marked run 1648 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.724 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.724 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.727 | 96926 | Marked run 1649 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.727 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.729 | 78063 | Recursively removing directory: /tmp/git.rlRdFT/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.731 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.731 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.733 | 78060 | Recursively removing directory: /tmp/git.uUQHx1/ +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.734 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.734 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.734 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.737 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.737 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.737 | 96943 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.737 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.737 | 78059 | Removed run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.737 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.737 | 78059 | Assigned run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.737 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.738 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bgIiNa +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.740 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.740 | 96945 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.740 | 78059 | Removed run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.740 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.740 | 78059 | Assigned run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.740 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.740 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.740 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bKu8hz +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.742 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.743 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.746 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.747 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.748 | 96942 | Marked run 1650 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.748 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.751 | 96944 | Marked run 1651 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.751 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.752 | 78063 | Recursively removing directory: /tmp/git.bgIiNa/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.754 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.754 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.756 | 78060 | Recursively removing directory: /tmp/git.bKu8hz/ +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.757 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.758 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.758 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.761 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.761 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.761 | 96961 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.761 | 78059 | Removed run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.761 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.761 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.761 | 78059 | Assigned run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.761 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zR7suS +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.762 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.765 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.766 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.766 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.766 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.766 | 96963 | Added a new worker 13 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.766 | 78059 | Removed run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.766 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.767 | 78059 | Assigned run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.767 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.767 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9ZIqTl +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.770 | 96960 | Marked run 1652 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.770 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.773 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.775 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.776 | 78063 | Recursively removing directory: /tmp/git.zR7suS/ +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.777 | 96962 | Marked run 1653 as finished +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.778 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.778 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.778 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.781 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.783 | 78060 | Recursively removing directory: /tmp/git.9ZIqTl/ +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.784 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.784 | 96979 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.784 | 78059 | Removed run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.784 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.784 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.784 | 78059 | Assigned run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.784 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.784 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ruh2JI +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.785 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.785 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.789 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.789 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.790 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.792 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.792 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.792 | 96982 | Added a new worker 13 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.792 | 78059 | Removed run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.792 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.792 | 78059 | Assigned run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.793 | 96978 | Marked run 1654 as finished +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.793 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.m8CDnk +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.793 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.797 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.798 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.799 | 78063 | Recursively removing directory: /tmp/git.ruh2JI/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.801 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.801 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.804 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.804 | 96980 | Marked run 1655 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.804 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.807 | 78060 | Recursively removing directory: /tmp/git.m8CDnk/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.807 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.807 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.808 | 96997 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.808 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.808 | 78059 | Removed run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.808 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.808 | 78059 | Assigned run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.808 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LkMxNP +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.809 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.809 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.811 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.812 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.813 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.817 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.817 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.817 | 97004 | Added a new worker 13 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.817 | 78059 | Removed run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.817 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.817 | 78059 | Assigned run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.818 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cXiNQm +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.819 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.819 | 96996 | Marked run 1656 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.820 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.822 | 78063 | Recursively removing directory: /tmp/git.LkMxNP/ +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.823 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.824 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.824 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.824 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.827 | 96999 | Marked run 1657 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.827 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.828 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.831 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.831 | 97015 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.831 | 78059 | Removed run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.831 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.831 | 78059 | Assigned run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.831 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.831 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9RKIf3 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.832 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.834 | 78060 | Recursively removing directory: /tmp/git.cXiNQm/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.835 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.835 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.836 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.836 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.840 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.841 | 97009 | Marked run 1658 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.841 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.843 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.844 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.844 | 97024 | Added a new worker 8 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.844 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.844 | 78059 | Removed run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.844 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.844 | 78059 | Assigned run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.844 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WaV5BV +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.845 | 78063 | Recursively removing directory: /tmp/git.9RKIf3/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.847 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.847 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.848 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.849 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.851 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.852 | 97020 | Marked run 1659 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.852 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.854 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.854 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.y4zl3c +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.854 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.854 | 97031 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.854 | 78059 | Removed run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.854 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.854 | 78059 | Assigned run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.855 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.859 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.859 | 78060 | Recursively removing directory: /tmp/git.WaV5BV/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.860 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.862 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.862 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.864 | 97026 | Marked run 1660 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.864 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.865 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.868 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.868 | 97042 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.869 | 78059 | Removed run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.869 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.869 | 78059 | Assigned run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.868 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.869 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8TalzH +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.868 | 78063 | Recursively removing directory: /tmp/git.y4zl3c/ +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.869 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.870 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.870 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.872 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.873 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.875 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.878 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.878 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.878 | 97049 | Added a new worker 13 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.878 | 78059 | Removed run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.878 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.878 | 78059 | Assigned run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.878 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.878 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Kj2LCw +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.880 | 97041 | Marked run 1661 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.880 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.883 | 78060 | Recursively removing directory: /tmp/git.8TalzH/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.884 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.885 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.885 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.885 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.889 | 97044 | Marked run 1662 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.889 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.890 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.893 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.893 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.893 | 97060 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.893 | 78059 | Removed run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.893 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.893 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.893 | 78059 | Assigned run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.893 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.f2MSRF +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.894 | 78063 | Recursively removing directory: /tmp/git.Kj2LCw/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.896 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.896 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.897 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.898 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.901 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.903 | 97057 | Marked run 1663 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.904 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.904 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.905 | 97069 | Added a new worker 8 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.905 | 78059 | Removed run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.905 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.905 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.905 | 78059 | Assigned run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.904 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.905 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iQ65gJ +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.907 | 78060 | Recursively removing directory: /tmp/git.f2MSRF/ +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.908 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.908 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.909 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.909 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.913 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.915 | 97064 | Marked run 1664 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.916 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.917 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.917 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.917 | 97078 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.917 | 78059 | Removed run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.917 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.917 | 78059 | Assigned run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.918 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AMwn8Q +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.918 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.919 | 78063 | Recursively removing directory: /tmp/git.iQ65gJ/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.920 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.920 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.922 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.924 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.924 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.926 | 97073 | Marked run 1665 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.927 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.928 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.928 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.928 | 97083 | Added a new worker 8 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.928 | 78059 | Removed run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.928 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.928 | 78059 | Assigned run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.928 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.928 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xy7kG1 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.933 | 78060 | Recursively removing directory: /tmp/git.AMwn8Q/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.933 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.934 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.934 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.934 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.938 | 97080 | Marked run 1666 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.938 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.938 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.942 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.942 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.942 | 97096 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.942 | 78059 | Removed run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.942 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.942 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.942 | 78059 | Assigned run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.942 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CjZTGf +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.943 | 78063 | Recursively removing directory: /tmp/git.xy7kG1/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.945 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.945 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.947 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.947 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.949 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.950 | 97093 | Marked run 1667 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.950 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.952 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.952 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.952 | 97102 | Added a new worker 8 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.952 | 78059 | Removed run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.952 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.952 | 78059 | Assigned run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.952 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4dl72j +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.953 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.957 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.957 | 78060 | Recursively removing directory: /tmp/git.CjZTGf/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.958 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.959 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.959 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.961 | 97098 | Marked run 1668 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.962 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.963 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.966 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.967 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5FG8n6 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.966 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.966 | 97114 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.966 | 78059 | Removed run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.966 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.966 | 78059 | Assigned run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.967 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.967 | 78063 | Recursively removing directory: /tmp/git.4dl72j/ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.968 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.968 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.970 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.971 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.973 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.976 | 78063 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.977 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.977 | 97123 | Added a new worker 13 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.977 | 78059 | Removed run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.977 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.977 | 78059 | Assigned run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.978 | 97110 | Marked run 1669 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.978 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.978 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.977 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.689VNZ +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.982 | 78063 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.983 | 78063 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.983 | 78060 | Recursively removing directory: /tmp/git.5FG8n6/ +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.984 | 78060 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.984 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.988 | 97117 | Marked run 1670 as finished +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.988 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.988 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.991 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.991 | 78063 | Recursively removing directory: /tmp/git.689VNZ/ +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.991 | 78060 | Waiting for a new command +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.993 | 97132 | Added a new worker 10 to the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.993 | 78059 | Removed run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.993 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.993 | 78059 | Assigned run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.993 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SJ1dVt +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.993 | 78063 | Process exit code: 0 +2024-04-25 03:45:52 | INFO | 78063/cimple-worker: 2024-04-25 03:45:52.993 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.994 | 78057 | Waiting for new connections +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.997 | 78060 | Checking out revision HEAD +2024-04-25 03:45:52 | INFO | 78060/cimple-worker: 2024-04-25 03:45:52.997 | 78060 | Going to run: ./ci +2024-04-25 03:45:52 | INFO | 78057/cimple-server: 2024-04-25 03:45:52.998 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.001 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.001 | 97137 | Added a new worker 13 to the queue +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.001 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.001 | 78059 | Removed run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.001 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.001 | 78059 | Assigned run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.001 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.002 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qzo0xR +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.002 | 97129 | Marked run 1671 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.002 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.007 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.007 | 78060 | Recursively removing directory: /tmp/git.SJ1dVt/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.008 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.009 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.009 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.011 | 97133 | Marked run 1672 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.011 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.012 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.016 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.016 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.016 | 97150 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.016 | 78059 | Removed run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.016 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.016 | 78059 | Assigned run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.016 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EywCvA +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.016 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.017 | 78063 | Recursively removing directory: /tmp/git.qzo0xR/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.019 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.019 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.020 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.020 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.024 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.025 | 97145 | Marked run 1673 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.025 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.027 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.027 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.027 | 97159 | Added a new worker 8 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.027 | 78059 | Removed run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.027 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.027 | 78059 | Assigned run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.027 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.027 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.D3KK84 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.030 | 78060 | Recursively removing directory: /tmp/git.EywCvA/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.032 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.032 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.032 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.032 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.035 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.036 | 97153 | Marked run 1674 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.036 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.039 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.039 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.039 | 97168 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.039 | 78059 | Removed run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.039 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.039 | 78059 | Assigned run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.039 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3LoHj1 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.039 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.042 | 78063 | Recursively removing directory: /tmp/git.D3KK84/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.043 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.043 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.043 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.044 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.046 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.048 | 97162 | Marked run 1675 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.048 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.049 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.050 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.050 | 97175 | Added a new worker 8 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.050 | 78059 | Removed run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.050 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.050 | 78059 | Assigned run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.050 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.S1dCFr +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.050 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.054 | 78060 | Recursively removing directory: /tmp/git.3LoHj1/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.055 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.056 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.056 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.056 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.059 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.059 | 97170 | Marked run 1676 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.060 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.063 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.063 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.063 | 97186 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.063 | 78059 | Removed run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.063 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.063 | 78059 | Assigned run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.063 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JRjuk2 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.064 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.065 | 78063 | Recursively removing directory: /tmp/git.S1dCFr/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.067 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.067 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.067 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.068 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.071 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.074 | 97181 | Marked run 1677 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.074 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.075 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.075 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.075 | 97195 | Added a new worker 8 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.075 | 78059 | Removed run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.075 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.075 | 78059 | Assigned run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.075 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.075 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JN6QkC +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.077 | 78060 | Recursively removing directory: /tmp/git.JRjuk2/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.078 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.078 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.079 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.080 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.081 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.084 | 97190 | Marked run 1678 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.084 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.084 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.084 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.084 | 97200 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.084 | 78059 | Removed run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.084 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.084 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.084 | 78059 | Assigned run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.085 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EHz8kR +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.089 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.090 | 78063 | Recursively removing directory: /tmp/git.JN6QkC/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.090 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.092 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.092 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.095 | 97197 | Marked run 1679 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.095 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.095 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.099 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.099 | 97213 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.099 | 78059 | Removed run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.099 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.099 | 78059 | Assigned run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.099 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.099 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3x1BUb +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.099 | 78060 | Recursively removing directory: /tmp/git.EHz8kR/ +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.100 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.101 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.101 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.103 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.104 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.104 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.107 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.107 | 97217 | Added a new worker 13 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.107 | 78059 | Removed run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.107 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.108 | 78059 | Assigned run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.107 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.108 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Nj6SRC +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.108 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.110 | 97212 | Marked run 1680 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.112 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.113 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.114 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.114 | 78063 | Recursively removing directory: /tmp/git.3x1BUb/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.116 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.116 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.117 | 97214 | Marked run 1681 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.117 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.119 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.122 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.122 | 97231 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.122 | 78059 | Removed run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.122 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.122 | 78059 | Assigned run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.123 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.122 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.122 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DqhLDh +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.123 | 78060 | Recursively removing directory: /tmp/git.Nj6SRC/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.125 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.125 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.126 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.127 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.130 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.132 | 97228 | Marked run 1682 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.132 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.134 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.134 | 97240 | Added a new worker 8 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.134 | 78059 | Removed run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.134 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.134 | 78059 | Assigned run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.134 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.134 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.z5miIo +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.134 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.135 | 78063 | Recursively removing directory: /tmp/git.DqhLDh/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.137 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.137 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.139 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.139 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.140 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.143 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.143 | 97244 | Added a new worker 13 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.143 | 78059 | Removed run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.143 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.143 | 78059 | Assigned run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.143 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.143 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.143 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6ybdD9 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.144 | 97234 | Marked run 1683 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.144 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.148 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.149 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.150 | 78060 | Recursively removing directory: /tmp/git.z5miIo/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.152 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.152 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.153 | 97241 | Marked run 1684 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.154 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.155 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.157 | 78063 | Recursively removing directory: /tmp/git.6ybdD9/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.158 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.158 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.159 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.159 | 97258 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.159 | 78059 | Removed run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.159 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.159 | 78059 | Assigned run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.159 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.159 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.159 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CtFt0O +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.163 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.163 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.163 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.166 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.166 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.166 | 97262 | Added a new worker 13 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.166 | 78059 | Removed run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.166 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.166 | 78059 | Assigned run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.166 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Q1DMe5 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.168 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.169 | 97257 | Marked run 1685 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.170 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.171 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.172 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.173 | 78060 | Recursively removing directory: /tmp/git.CtFt0O/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.175 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.176 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.177 | 97259 | Marked run 1686 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.178 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.179 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.181 | 78063 | Recursively removing directory: /tmp/git.Q1DMe5/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.182 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.182 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.182 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.182 | 97276 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.182 | 78059 | Removed run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.182 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.182 | 78059 | Assigned run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.183 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.182 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.183 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bXOIfq +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.186 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.186 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.187 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.190 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.190 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.190 | 97281 | Added a new worker 13 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.190 | 78059 | Removed run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.190 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.190 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.190 | 78059 | Assigned run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.190 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HxRoPg +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.193 | 97275 | Marked run 1687 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.194 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.197 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.197 | 78060 | Recursively removing directory: /tmp/git.bXOIfq/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.198 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.199 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.199 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.199 | 97277 | Marked run 1688 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.200 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.202 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.206 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.206 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nPCQ6X +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.206 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.206 | 97294 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.206 | 78059 | Removed run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.206 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.206 | 78059 | Assigned run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.206 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.206 | 78063 | Recursively removing directory: /tmp/git.HxRoPg/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.208 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.208 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.210 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.210 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.211 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.214 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.214 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.214 | 97298 | Added a new worker 13 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.214 | 78059 | Removed run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.214 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.214 | 78059 | Assigned run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.214 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YO0xaE +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.215 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.216 | 97291 | Marked run 1689 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.216 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.219 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.220 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.222 | 78060 | Recursively removing directory: /tmp/git.nPCQ6X/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.224 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.224 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.224 | 97295 | Marked run 1690 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.225 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.227 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.229 | 78063 | Recursively removing directory: /tmp/git.YO0xaE/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.231 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.231 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.231 | 97312 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.231 | 78059 | Removed run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.231 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.231 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.231 | 78059 | Assigned run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.231 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Aaa7v8 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.231 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.231 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.234 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.235 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.235 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.239 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.239 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.239 | 97317 | Added a new worker 13 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.239 | 78059 | Removed run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.239 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.239 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.239 | 78059 | Assigned run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.239 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Uo4Huh +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.242 | 97311 | Marked run 1691 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.242 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.245 | 78060 | Recursively removing directory: /tmp/git.Aaa7v8/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.246 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.247 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.247 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.247 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.248 | 97313 | Marked run 1692 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.249 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.250 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.253 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.253 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.253 | 97330 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.253 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.254 | 78059 | Removed run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.254 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.254 | 78059 | Assigned run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.254 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dZa2wC +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.255 | 78063 | Recursively removing directory: /tmp/git.Uo4Huh/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.257 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.257 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.259 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.260 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.261 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.261 | 97325 | Marked run 1693 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.262 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.264 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.264 | 97335 | Added a new worker 8 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.264 | 78059 | Removed run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.264 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.264 | 78059 | Assigned run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.264 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.264 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.O4p23D +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.265 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.269 | 78060 | Recursively removing directory: /tmp/git.dZa2wC/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.270 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.270 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.272 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.272 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.274 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.274 | 97332 | Marked run 1694 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.274 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.277 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.277 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.277 | 97346 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.277 | 78059 | Removed run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.277 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.277 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.277 | 78059 | Assigned run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.277 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qtDpNI +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.282 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.282 | 78063 | Recursively removing directory: /tmp/git.O4p23D/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.282 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.284 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.284 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.286 | 97341 | Marked run 1695 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.286 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.287 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.291 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.291 | 97357 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.291 | 78059 | Removed run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.291 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.291 | 78059 | Assigned run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.291 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.291 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.291 | 78060 | Recursively removing directory: /tmp/git.qtDpNI/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.292 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ygM1NN +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.293 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.293 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.296 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.296 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.297 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.298 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.299 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.299 | 97360 | Added a new worker 13 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.299 | 78059 | Removed run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.299 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.299 | 78059 | Assigned run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.299 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.299 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.D5nmdt +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.301 | 97354 | Marked run 1696 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.301 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.304 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.305 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.307 | 78063 | Recursively removing directory: /tmp/git.ygM1NN/ +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.308 | 97358 | Marked run 1697 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.309 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.309 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.309 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.312 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.314 | 78060 | Recursively removing directory: /tmp/git.D5nmdt/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.315 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.315 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.315 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.315 | 97375 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.316 | 78059 | Removed run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.316 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.316 | 78059 | Assigned run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.315 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.316 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.316 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.d8S4ZJ +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.318 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.320 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.321 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.321 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.321 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.322 | 97377 | Added a new worker 12 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.322 | 78059 | Removed run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.322 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.322 | 78059 | Assigned run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.322 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.322 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ycPYnT +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.327 | 97374 | Marked run 1698 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.327 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.329 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.330 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.331 | 97376 | Marked run 1699 as finished +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.331 | 78063 | Recursively removing directory: /tmp/git.d8S4ZJ/ +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.331 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.333 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.333 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.336 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.338 | 78060 | Recursively removing directory: /tmp/git.ycPYnT/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.339 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.339 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.339 | 97393 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.339 | 78059 | Removed run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.339 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.339 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.339 | 78059 | Assigned run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.340 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.340 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.339 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9phoZJ +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.343 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.344 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.345 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.346 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.346 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.346 | 97396 | Added a new worker 13 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.346 | 78059 | Removed run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.346 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.346 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.346 | 78059 | Assigned run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.347 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0s31bQ +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.349 | 97392 | Marked run 1700 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.350 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.352 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.353 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.355 | 78063 | Recursively removing directory: /tmp/git.9phoZJ/ +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.356 | 97394 | Marked run 1701 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.356 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.357 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.357 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.360 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.362 | 78060 | Recursively removing directory: /tmp/git.0s31bQ/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.363 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.363 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.363 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.363 | 97411 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.363 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.363 | 78059 | Removed run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.363 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.363 | 78059 | Assigned run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.363 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.364 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xfhyn2 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.366 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.368 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.369 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.369 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.369 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.369 | 97413 | Added a new worker 12 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.369 | 78059 | Removed run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.369 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.369 | 78059 | Assigned run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.370 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AWzR9V +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.370 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.377 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.377 | 97410 | Marked run 1702 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.377 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.377 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.379 | 78063 | Recursively removing directory: /tmp/git.xfhyn2/ +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.381 | 97412 | Marked run 1703 as finished +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.381 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.381 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.381 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.384 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.386 | 78060 | Recursively removing directory: /tmp/git.AWzR9V/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.388 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.388 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.388 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.388 | 97429 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.388 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.388 | 78059 | Removed run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.388 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.388 | 78059 | Assigned run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.388 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.388 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QQc8me +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.392 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.392 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.394 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.395 | 97428 | Marked run 1704 as finished +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.395 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.396 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.396 | 97432 | Added a new worker 6 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.396 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.396 | 78059 | Removed run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.396 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.396 | 78059 | Assigned run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.396 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.396 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bxjfPI +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.400 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.401 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.404 | 78063 | Recursively removing directory: /tmp/git.QQc8me/ +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.405 | 97430 | Marked run 1705 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.405 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.406 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.406 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.409 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.410 | 78060 | Recursively removing directory: /tmp/git.bxjfPI/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.412 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.412 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.413 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.413 | 97447 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.413 | 78059 | Removed run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.413 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.413 | 78059 | Assigned run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.413 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.413 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.413 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.L9TZ35 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.416 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.418 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.419 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.419 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.419 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.420 | 97449 | Added a new worker 13 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.420 | 78059 | Removed run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.420 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.420 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.420 | 78059 | Assigned run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.420 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.j6Y5bq +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.422 | 97446 | Marked run 1706 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.422 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.425 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.426 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.429 | 78063 | Recursively removing directory: /tmp/git.L9TZ35/ +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.429 | 97448 | Marked run 1707 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.429 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.430 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.430 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.434 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.435 | 78060 | Recursively removing directory: /tmp/git.j6Y5bq/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.436 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.436 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.437 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.437 | 97465 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.437 | 78059 | Removed run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.437 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.437 | 78059 | Assigned run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.437 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.437 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.438 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZaVSLH +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.440 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.442 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.442 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.442 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.442 | 97467 | Added a new worker 12 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.443 | 78059 | Removed run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.443 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.443 | 78059 | Assigned run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.443 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.443 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.443 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Na0LdR +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.447 | 97464 | Marked run 1708 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.447 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.449 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.449 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.453 | 78063 | Recursively removing directory: /tmp/git.ZaVSLH/ +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.454 | 97466 | Marked run 1709 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.455 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.455 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.455 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.459 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.459 | 78060 | Recursively removing directory: /tmp/git.Na0LdR/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.460 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.460 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.461 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.461 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.462 | 97483 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.462 | 78059 | Removed run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.462 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.462 | 78059 | Assigned run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.462 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.67CuJM +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.462 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.464 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.465 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.466 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.467 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.467 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.467 | 97486 | Added a new worker 12 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.467 | 78059 | Removed run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.467 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.467 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.467 | 78059 | Assigned run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.468 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JnpTRK +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.473 | 97482 | Marked run 1710 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.473 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.474 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.475 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.477 | 97484 | Marked run 1711 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.477 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.478 | 78063 | Recursively removing directory: /tmp/git.67CuJM/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.479 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.479 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.483 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.484 | 78060 | Recursively removing directory: /tmp/git.JnpTRK/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.485 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.485 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.486 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.486 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.486 | 97501 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.486 | 78059 | Removed run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.486 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.486 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.486 | 78059 | Assigned run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.486 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oahVO4 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.489 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.490 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.491 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.493 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.493 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.493 | 97504 | Added a new worker 13 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.493 | 78059 | Removed run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.493 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.493 | 78059 | Assigned run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.493 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.plsNlY +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.494 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.497 | 97500 | Marked run 1712 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.497 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.499 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.501 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.502 | 78063 | Recursively removing directory: /tmp/git.oahVO4/ +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.503 | 97502 | Marked run 1713 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.503 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.503 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.503 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.507 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.509 | 78060 | Recursively removing directory: /tmp/git.plsNlY/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.510 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.510 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.510 | 97519 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.510 | 78059 | Removed run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.510 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.510 | 78059 | Assigned run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.510 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.510 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.F8xC3X +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.511 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.511 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.514 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.515 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.516 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.519 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.519 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.519 | 97525 | Added a new worker 11 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.519 | 78059 | Removed run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.519 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.519 | 78059 | Assigned run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.519 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.519 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oHfLrj +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.522 | 97518 | Marked run 1714 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.522 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.524 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.525 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.526 | 78063 | Recursively removing directory: /tmp/git.F8xC3X/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.528 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.528 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.529 | 97521 | Marked run 1715 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.529 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.531 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.534 | 78060 | Recursively removing directory: /tmp/git.oHfLrj/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.534 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.534 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.535 | 97537 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.535 | 78059 | Removed run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.535 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.535 | 78059 | Assigned run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.535 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.535 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.huM5hl +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.535 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.535 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.539 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.539 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.540 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.543 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.543 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.543 | 97542 | Added a new worker 13 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.543 | 78059 | Removed run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.543 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.544 | 78059 | Assigned run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.544 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.544 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.h41nDS +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.545 | 97536 | Marked run 1716 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.546 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.549 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.549 | 78063 | Recursively removing directory: /tmp/git.huM5hl/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.550 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.550 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.550 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.553 | 97539 | Marked run 1717 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.553 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.554 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.558 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.558 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.558 | 97555 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.558 | 78059 | Removed run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.558 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.558 | 78059 | Assigned run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.558 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZkMIAd +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.558 | 78060 | Recursively removing directory: /tmp/git.h41nDS/ +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.559 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.560 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.560 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.563 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.563 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.563 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.566 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.566 | 97559 | Added a new worker 13 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.566 | 78059 | Removed run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.566 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.566 | 78059 | Assigned run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.567 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.566 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.566 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1bQKQP +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.568 | 97552 | Marked run 1718 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.568 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.572 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.573 | 78063 | Recursively removing directory: /tmp/git.ZkMIAd/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.573 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.575 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.575 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.575 | 97556 | Marked run 1719 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.575 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.578 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.581 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.581 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.581 | 97573 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.581 | 78059 | Removed run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.581 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.581 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.582 | 78059 | Assigned run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.582 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.23Fvbn +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.582 | 78060 | Recursively removing directory: /tmp/git.1bQKQP/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.583 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.583 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.585 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.587 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.588 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.591 | 97571 | Marked run 1720 as finished +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.591 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.591 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.591 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.591 | 97580 | Added a new worker 8 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.592 | 78059 | Removed run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.592 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.592 | 78059 | Assigned run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.592 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yuNTAE +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.592 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.596 | 78063 | Recursively removing directory: /tmp/git.23Fvbn/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.596 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.597 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.597 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.597 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.600 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.602 | 97575 | Marked run 1721 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.602 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.604 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.604 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.604 | 97591 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.604 | 78059 | Removed run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.604 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.604 | 78059 | Assigned run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.604 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.604 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DKtsSv +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.607 | 78060 | Recursively removing directory: /tmp/git.yuNTAE/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.610 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.610 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.611 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.612 | 97585 | Marked run 1722 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.612 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.612 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.613 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.616 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.616 | 97598 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.616 | 78059 | Removed run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.616 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.617 | 78059 | Assigned run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.616 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.617 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yBJ6v5 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.617 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.621 | 78063 | Recursively removing directory: /tmp/git.DKtsSv/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.621 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.622 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.623 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.623 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.626 | 97593 | Marked run 1723 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.626 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.626 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.630 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.630 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.630 | 97609 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.630 | 78059 | Removed run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.630 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.630 | 78059 | Assigned run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.630 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.630 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.S35LCr +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.630 | 78060 | Recursively removing directory: /tmp/git.yBJ6v5/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.632 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.632 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.634 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.635 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.637 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.639 | 97606 | Marked run 1724 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.639 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.640 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.640 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.640 | 97616 | Added a new worker 8 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.640 | 78059 | Removed run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.640 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.640 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.640 | 78059 | Assigned run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.640 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bLNMH7 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.644 | 78063 | Recursively removing directory: /tmp/git.S35LCr/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.644 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.645 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.646 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.646 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.649 | 97611 | Marked run 1725 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.649 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.650 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.653 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.653 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.653 | 97627 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.653 | 78059 | Removed run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.653 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.653 | 78059 | Assigned run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.653 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CFAXuG +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.654 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.654 | 78060 | Recursively removing directory: /tmp/git.bLNMH7/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.656 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.656 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.657 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.658 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.660 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.661 | 97622 | Marked run 1726 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.661 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.663 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.663 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.663 | 97634 | Added a new worker 8 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.663 | 78059 | Removed run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.663 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.664 | 78059 | Assigned run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.664 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lKglcs +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.664 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.668 | 78063 | Recursively removing directory: /tmp/git.CFAXuG/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.668 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.669 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.670 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.670 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.672 | 97629 | Marked run 1727 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.672 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.673 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.676 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.676 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.676 | 97645 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.677 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.677 | 78059 | Removed run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.677 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.677 | 78059 | Assigned run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.677 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5pjmRb +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.678 | 78060 | Recursively removing directory: /tmp/git.lKglcs/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.679 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.679 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.681 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.681 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.684 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.686 | 97642 | Marked run 1728 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.686 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.687 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.687 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.687 | 97654 | Added a new worker 8 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.687 | 78059 | Removed run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.687 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.687 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.687 | 78059 | Assigned run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.688 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qc2xln +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.691 | 78063 | Recursively removing directory: /tmp/git.5pjmRb/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.692 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.693 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.693 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.693 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.697 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.697 | 97648 | Marked run 1729 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.697 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.700 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.700 | 97663 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.700 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.700 | 78059 | Removed run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.700 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.700 | 78059 | Assigned run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.701 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qwrM6j +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.701 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.704 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.703 | 78060 | Recursively removing directory: /tmp/git.qc2xln/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.704 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.704 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.705 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.708 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.709 | 97658 | Marked run 1730 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.709 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.712 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.712 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.712 | 97672 | Added a new worker 8 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.712 | 78059 | Removed run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.712 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.712 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.712 | 78059 | Assigned run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.712 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wcTzLx +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.715 | 78063 | Recursively removing directory: /tmp/git.qwrM6j/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.716 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.716 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.717 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.717 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.720 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.722 | 97666 | Marked run 1731 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.723 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.724 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.724 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.724 | 97681 | Added a new worker 9 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.724 | 78059 | Removed run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.724 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.724 | 78059 | Assigned run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.726 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.724 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.t46YrV +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.726 | 78060 | Recursively removing directory: /tmp/git.wcTzLx/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.728 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.728 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.729 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.730 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.731 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.733 | 97675 | Marked run 1732 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.733 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.734 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.734 | 97686 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.734 | 78059 | Removed run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.734 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.734 | 78059 | Assigned run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.734 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.734 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ft0pKn +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.734 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.739 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.739 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.740 | 78063 | Recursively removing directory: /tmp/git.t46YrV/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.742 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.742 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.744 | 97683 | Marked run 1733 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.744 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.746 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.748 | 78060 | Recursively removing directory: /tmp/git.Ft0pKn/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.749 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.749 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.749 | 97699 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.749 | 78059 | Removed run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.749 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.749 | 78059 | Assigned run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.749 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.749 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2JW4Gk +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.750 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.750 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.754 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.754 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.755 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.757 | 97698 | Marked run 1734 as finished +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.758 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.758 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.758 | 97702 | Added a new worker 12 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.758 | 78059 | Removed run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.758 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.758 | 78059 | Assigned run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.758 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.G7xAuI +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.758 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.758 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.763 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.763 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.765 | 78063 | Recursively removing directory: /tmp/git.2JW4Gk/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.766 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.766 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.767 | 97700 | Marked run 1735 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.767 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.770 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.773 | 78060 | Recursively removing directory: /tmp/git.G7xAuI/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.773 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.773 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.773 | 97717 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.773 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.773 | 78059 | Removed run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.773 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.773 | 78059 | Assigned run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.774 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7w6Vw6 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.774 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.774 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.777 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.778 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.779 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.783 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.783 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.783 | 97724 | Added a new worker 13 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.783 | 78059 | Removed run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.783 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.783 | 78059 | Assigned run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.783 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9kPWnM +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.783 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.783 | 97716 | Marked run 1736 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.783 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.788 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.788 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.788 | 78063 | Recursively removing directory: /tmp/git.7w6Vw6/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.789 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.789 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.793 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.794 | 97719 | Marked run 1737 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.794 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.797 | 78060 | Recursively removing directory: /tmp/git.9kPWnM/ +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.797 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.797 | 97735 | Added a new worker 9 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.797 | 78059 | Removed run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.797 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.797 | 78059 | Assigned run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.797 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.797 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.797 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nWGTof +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.798 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.798 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.802 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.802 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.803 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.805 | 97734 | Marked run 1738 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.805 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.805 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.805 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.805 | 97738 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.805 | 78059 | Removed run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.805 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.806 | 78059 | Assigned run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.806 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Dmvlqy +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.806 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.810 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.811 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.812 | 78063 | Recursively removing directory: /tmp/git.nWGTof/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.815 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.815 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.815 | 97736 | Marked run 1739 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.816 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.818 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.820 | 78060 | Recursively removing directory: /tmp/git.Dmvlqy/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.821 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.821 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.821 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.822 | 97753 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.821 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.822 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Q9SBMW +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.822 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.822 | 78059 | Removed run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.822 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.822 | 78059 | Assigned run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.824 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.827 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.827 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.827 | 97755 | Added a new worker 12 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.827 | 78059 | Removed run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.827 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.827 | 78059 | Assigned run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.827 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JsJ1bX +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.828 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.828 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.829 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.832 | 97752 | Marked run 1740 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.832 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.834 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.835 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.837 | 97754 | Marked run 1741 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.837 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.838 | 78063 | Recursively removing directory: /tmp/git.Q9SBMW/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.839 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.839 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.843 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.844 | 78060 | Recursively removing directory: /tmp/git.JsJ1bX/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.845 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.845 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.847 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.847 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.847 | 97771 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.847 | 78059 | Removed run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.847 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.847 | 78059 | Assigned run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.847 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.847 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pnbmRW +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.849 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.852 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.853 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.853 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.853 | 97773 | Added a new worker 13 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.853 | 78059 | Removed run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.853 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.853 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.853 | 78059 | Assigned run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.853 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.854 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eW9heq +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.854 | 97770 | Marked run 1742 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.854 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.858 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.859 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.863 | 97772 | Marked run 1743 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.863 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.863 | 78063 | Recursively removing directory: /tmp/git.pnbmRW/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.865 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.865 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.868 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.868 | 78060 | Recursively removing directory: /tmp/git.eW9heq/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.870 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.870 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.872 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.872 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.872 | 97789 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.872 | 78059 | Removed run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.872 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.872 | 78059 | Assigned run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.872 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.872 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4ZH5jA +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.874 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.876 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.877 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.878 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.878 | 97791 | Added a new worker 14 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.878 | 78059 | Removed run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.878 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.878 | 78059 | Assigned run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.878 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.878 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.878 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BS74ff +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.881 | 97788 | Marked run 1744 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.881 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.883 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.884 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.886 | 97790 | Marked run 1745 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.886 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.888 | 78063 | Recursively removing directory: /tmp/git.4ZH5jA/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.889 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.889 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.893 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.894 | 78060 | Recursively removing directory: /tmp/git.BS74ff/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.895 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.895 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.896 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.896 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.896 | 97807 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.896 | 78059 | Removed run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.896 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.896 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.896 | 78059 | Assigned run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.896 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0FLAm3 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.898 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.901 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.902 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.902 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.902 | 97809 | Added a new worker 14 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.902 | 78059 | Removed run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.902 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.902 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.902 | 78059 | Assigned run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.902 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.902 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xPnF0m +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.904 | 97806 | Marked run 1746 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.905 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.908 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.909 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.911 | 78063 | Recursively removing directory: /tmp/git.0FLAm3/ +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.912 | 97808 | Marked run 1747 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.913 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.913 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.913 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.917 | 78060 | Recursively removing directory: /tmp/git.xPnF0m/ +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.917 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.918 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.918 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.921 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.921 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.921 | 97825 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.921 | 78059 | Removed run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.921 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.921 | 78059 | Assigned run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.921 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.921 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rw4XKj +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.922 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.926 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.926 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.926 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.926 | 97827 | Added a new worker 13 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.926 | 78059 | Removed run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.926 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.927 | 78059 | Assigned run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.927 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.927 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WCeP4B +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.928 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.930 | 97824 | Marked run 1748 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.930 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.934 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.935 | 97826 | Marked run 1749 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.935 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.935 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.937 | 78063 | Recursively removing directory: /tmp/git.rw4XKj/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.938 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.938 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.941 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.943 | 78060 | Recursively removing directory: /tmp/git.WCeP4B/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.945 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.945 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.945 | 97843 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.945 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.945 | 78059 | Removed run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.945 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.945 | 78059 | Assigned run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.945 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LapSoq +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.946 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.946 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.950 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.950 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.951 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.952 | 97842 | Marked run 1750 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.952 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.953 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.953 | 97847 | Added a new worker 8 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.953 | 78059 | Removed run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.953 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.953 | 78059 | Assigned run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.954 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.953 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.953 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GBWaeC +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.958 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.959 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.961 | 78063 | Recursively removing directory: /tmp/git.LapSoq/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.962 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.962 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.963 | 97844 | Marked run 1751 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.964 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.965 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.968 | 78060 | Recursively removing directory: /tmp/git.GBWaeC/ +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.969 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.969 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.969 | 97861 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.969 | 78059 | Removed run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.969 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.969 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.969 | 78059 | Assigned run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.969 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b96EIH +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.969 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.969 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.973 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.973 | 78063 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.974 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.977 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.977 | 78060 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.978 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CZFfnA +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.977 | 97866 | Added a new worker 14 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.978 | 78059 | Removed run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.978 | 78059 | Removed worker 14 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.978 | 78059 | Assigned run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.979 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.981 | 97860 | Marked run 1752 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.981 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.983 | 78060 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.984 | 78063 | Recursively removing directory: /tmp/git.b96EIH/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.985 | 78060 | Going to run: ./ci +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.986 | 78063 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.986 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.987 | 97863 | Marked run 1753 as finished +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.987 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.989 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.993 | 78063 | Waiting for a new command +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.993 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.993 | 97879 | Added a new worker 10 to the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.993 | 78059 | Removed run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.993 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.994 | 78059 | Assigned run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:53 | INFO | 78057/cimple-server: 2024-04-25 03:45:53.994 | 78057 | Waiting for new connections +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.994 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Cvh3ge +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.993 | 78060 | Recursively removing directory: /tmp/git.CZFfnA/ +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.995 | 78060 | Process exit code: 0 +2024-04-25 03:45:53 | INFO | 78060/cimple-worker: 2024-04-25 03:45:53.995 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.998 | 78063 | Checking out revision HEAD +2024-04-25 03:45:53 | INFO | 78063/cimple-worker: 2024-04-25 03:45:53.999 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.000 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.003 | 97876 | Marked run 1754 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.003 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.004 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.004 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.004 | 97887 | Added a new worker 8 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.004 | 78059 | Removed run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.004 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.004 | 78059 | Assigned run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.004 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lS3U6L +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.004 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.008 | 78063 | Recursively removing directory: /tmp/git.Cvh3ge/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.009 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.009 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.010 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.010 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.013 | 97881 | Marked run 1755 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.013 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.014 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.017 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.017 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.017 | 97897 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.017 | 78059 | Removed run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.017 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.017 | 78059 | Assigned run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.018 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.018 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XLb90i +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.019 | 78060 | Recursively removing directory: /tmp/git.lS3U6L/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.020 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.020 | 78060 | Process output: 415085 bytes +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.022 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.024 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.024 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.026 | 97892 | Marked run 1756 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.026 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.027 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.027 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.027 | 97902 | Added a new worker 8 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.027 | 78059 | Removed run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.027 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.027 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.027 | 78059 | Assigned run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.028 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yzuh1L +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.032 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.033 | 78063 | Recursively removing directory: /tmp/git.XLb90i/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.033 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.035 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.035 | 78063 | Process output: 415085 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.037 | 97899 | Marked run 1757 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.037 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.039 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.041 | 78060 | Recursively removing directory: /tmp/git.yzuh1L/ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.042 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.042 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.042 | 97915 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.042 | 78059 | Removed run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.042 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.042 | 78059 | Assigned run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.042 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.043 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bTYyYK +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.043 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.043 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.047 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.050 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.050 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5nUtvC +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.050 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.050 | 97917 | Added a new worker 13 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.050 | 78059 | Removed run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.050 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.050 | 78059 | Assigned run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.050 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.097 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.098 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.099 | 97914 | Marked run 1758 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.099 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.100 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.101 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.103 | 97916 | Marked run 1759 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.103 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.107 | 78063 | Recursively removing directory: /tmp/git.bTYyYK/ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.108 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.108 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.110 | 78060 | Recursively removing directory: /tmp/git.5nUtvC/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.111 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.111 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.111 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.114 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.114 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.114 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.114 | 97934 | Added a new worker 12 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.114 | 78059 | Removed run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.114 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.114 | 78059 | Assigned run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.114 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.114 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mL0yjA +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.117 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.117 | 97935 | Added a new worker 12 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.117 | 78059 | Removed run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.117 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.117 | 78059 | Assigned run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.117 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.117 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WcD6Kd +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.119 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.119 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.120 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.122 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.123 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.125 | 97932 | Marked run 1760 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.125 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.129 | 97933 | Marked run 1761 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.129 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.129 | 78063 | Recursively removing directory: /tmp/git.mL0yjA/ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.131 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.131 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.133 | 78060 | Recursively removing directory: /tmp/git.WcD6Kd/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.134 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.134 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.135 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.138 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.138 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.138 | 97951 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.138 | 78059 | Removed run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.138 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.138 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.138 | 78059 | Assigned run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.139 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6VlJRp +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.139 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.143 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.143 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.143 | 97953 | Added a new worker 13 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.143 | 78059 | Removed run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.143 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.143 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.143 | 78059 | Assigned run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.143 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9QnhfZ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.144 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.145 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.146 | 97950 | Marked run 1762 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.146 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.149 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.150 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.152 | 97952 | Marked run 1763 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.152 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.155 | 78063 | Recursively removing directory: /tmp/git.6VlJRp/ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.157 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.157 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.159 | 78060 | Recursively removing directory: /tmp/git.9QnhfZ/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.160 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.160 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.160 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.163 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.163 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.163 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.163 | 97970 | Added a new worker 12 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.163 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.163 | 78059 | Removed run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.163 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.163 | 78059 | Assigned run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.163 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.u4Sefp +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.166 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.168 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.167 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mAwZTp +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.169 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.166 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.167 | 97971 | Added a new worker 12 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.167 | 78059 | Removed run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.167 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.167 | 78059 | Assigned run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.170 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.172 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.173 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.174 | 97968 | Marked run 1764 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.174 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.178 | 97969 | Marked run 1765 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.178 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.179 | 78063 | Recursively removing directory: /tmp/git.u4Sefp/ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.180 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.180 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.182 | 78060 | Recursively removing directory: /tmp/git.mAwZTp/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.184 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.184 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.184 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.186 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.186 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.187 | 97987 | Added a new worker 12 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.187 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.187 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.187 | 78059 | Removed run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.187 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.187 | 78059 | Assigned run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.187 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.R0bCx0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.190 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.190 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.190 | 97989 | Added a new worker 12 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.191 | 78059 | Removed run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.191 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.191 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.191 | 78059 | Assigned run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.191 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.191 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Memuay +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.192 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.196 | 97986 | Marked run 1766 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.197 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.198 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.200 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.200 | 97988 | Marked run 1767 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.201 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.202 | 78063 | Recursively removing directory: /tmp/git.R0bCx0/ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.203 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.203 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.207 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.208 | 78060 | Recursively removing directory: /tmp/git.Memuay/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.210 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.210 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.210 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.210 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.210 | 98005 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.210 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.210 | 78059 | Removed run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.210 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.210 | 78059 | Assigned run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.210 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8cy09l +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.214 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.214 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.215 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.218 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.218 | 98009 | Added a new worker 13 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.218 | 78059 | Removed run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.218 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.218 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.218 | 78059 | Assigned run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.217 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.218 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yOxPu2 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.221 | 98004 | Marked run 1768 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.221 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.223 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.224 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.226 | 78063 | Recursively removing directory: /tmp/git.8cy09l/ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.228 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.228 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.229 | 98006 | Marked run 1769 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.229 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.232 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.232 | 78060 | Recursively removing directory: /tmp/git.yOxPu2/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.234 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.234 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.235 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.235 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.235 | 98023 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.235 | 78059 | Removed run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.235 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.236 | 78059 | Assigned run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.236 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.236 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yOLtl8 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.238 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.241 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.241 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.241 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.242 | 98025 | Added a new worker 13 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.242 | 78059 | Removed run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.242 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.242 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.242 | 78059 | Assigned run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.242 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4Dij83 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.242 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.243 | 98022 | Marked run 1770 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.243 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.247 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.247 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.251 | 98024 | Marked run 1771 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.251 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.251 | 78063 | Recursively removing directory: /tmp/git.yOLtl8/ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.253 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.253 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.257 | 78060 | Recursively removing directory: /tmp/git.4Dij83/ +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.257 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.258 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.258 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.260 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.260 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.260 | 98041 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.260 | 78059 | Removed run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.260 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.260 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.260 | 78059 | Assigned run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.260 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.plzfIU +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.262 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.264 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.264 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.265 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.265 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.265 | 98044 | Added a new worker 12 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.265 | 78059 | Removed run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.265 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.265 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.266 | 78059 | Assigned run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.266 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Av6cSc +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.271 | 98040 | Marked run 1772 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.271 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.274 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.274 | 78063 | Recursively removing directory: /tmp/git.plzfIU/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.274 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.276 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.276 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.276 | 98042 | Marked run 1773 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.276 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.279 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.282 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.282 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.282 | 98059 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.282 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.282 | 78059 | Removed run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.282 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.282 | 78059 | Assigned run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.282 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Zl0AI2 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.283 | 78060 | Recursively removing directory: /tmp/git.Av6cSc/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.285 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.285 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.287 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.288 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.289 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.290 | 98056 | Marked run 1774 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.290 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.292 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.292 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.292 | 98065 | Added a new worker 8 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.292 | 78059 | Removed run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.292 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.292 | 78059 | Assigned run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.292 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VEuvUY +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.293 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.297 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.297 | 78063 | Recursively removing directory: /tmp/git.Zl0AI2/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.297 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.299 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.299 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.301 | 98061 | Marked run 1775 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.301 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.302 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.306 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.306 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.306 | 78060 | Recursively removing directory: /tmp/git.VEuvUY/ +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.306 | 98077 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.306 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.306 | 78059 | Removed run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.306 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.306 | 78059 | Assigned run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.306 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CRKpLH +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.307 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.307 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.311 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.312 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.312 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.314 | 98074 | Marked run 1776 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.315 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.315 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.315 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.315 | 98081 | Added a new worker 8 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.315 | 78059 | Removed run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.315 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.315 | 78059 | Assigned run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.315 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.315 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.i6nj8t +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.320 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.321 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.321 | 78063 | Recursively removing directory: /tmp/git.CRKpLH/ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.323 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.323 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.325 | 98078 | Marked run 1777 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.325 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.326 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.330 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.330 | 98095 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.330 | 78059 | Removed run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.330 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.330 | 78059 | Assigned run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.330 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.330 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RXBePv +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.330 | 78060 | Recursively removing directory: /tmp/git.i6nj8t/ +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.330 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.332 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.332 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.334 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.336 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.336 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.338 | 98092 | Marked run 1778 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.338 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.339 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.340 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.340 | 98100 | Added a new worker 8 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.340 | 78059 | Removed run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.340 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.340 | 78059 | Assigned run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.340 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.340 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8VsYAm +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.345 | 78063 | Recursively removing directory: /tmp/git.RXBePv/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.345 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.346 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.346 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.346 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.349 | 98096 | Marked run 1779 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.349 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.350 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.354 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.354 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.354 | 98113 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.354 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.354 | 78059 | Removed run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.354 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.354 | 78059 | Assigned run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.354 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vX06ji +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.355 | 78060 | Recursively removing directory: /tmp/git.8VsYAm/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.357 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.357 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.358 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.359 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.361 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.364 | 98109 | Marked run 1780 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.365 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.365 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.365 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.365 | 98122 | Added a new worker 8 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.365 | 78059 | Removed run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.365 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.365 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.365 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WZkEyB +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.366 | 78059 | Assigned run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.370 | 78063 | Recursively removing directory: /tmp/git.vX06ji/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.370 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.371 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.372 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.372 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.374 | 98116 | Marked run 1781 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.374 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.375 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.378 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.378 | 98131 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.378 | 78059 | Removed run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.378 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.378 | 78059 | Assigned run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.378 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.378 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.379 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EFtt14 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.383 | 78060 | Recursively removing directory: /tmp/git.WZkEyB/ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.383 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.384 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.386 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.386 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.388 | 98126 | Marked run 1782 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.388 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.390 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.392 | 78063 | Recursively removing directory: /tmp/git.EFtt14/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.393 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.393 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.393 | 98140 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.393 | 78059 | Removed run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.393 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.393 | 78059 | Assigned run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.393 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.393 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OwK5hZ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.394 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.394 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.397 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.398 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.398 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.400 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.400 | 98143 | Added a new worker 13 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.400 | 78059 | Removed run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.400 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.400 | 78059 | Assigned run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.400 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.401 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1u93jB +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.401 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.402 | 98139 | Marked run 1783 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.403 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.406 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.407 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.408 | 78060 | Recursively removing directory: /tmp/git.OwK5hZ/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.410 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.410 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.411 | 98141 | Marked run 1784 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.411 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.414 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.415 | 78063 | Recursively removing directory: /tmp/git.1u93jB/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.417 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.417 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.417 | 98158 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.417 | 78059 | Removed run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.417 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.417 | 78059 | Assigned run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.417 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.417 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.417 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.418 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.t3g60p +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.421 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.422 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.424 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.425 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.425 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.425 | 98161 | Added a new worker 13 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.425 | 78059 | Removed run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.425 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.425 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.425 | 78059 | Assigned run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.425 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JImDWP +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.426 | 98157 | Marked run 1785 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.426 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.430 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.430 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.433 | 78060 | Recursively removing directory: /tmp/git.t3g60p/ +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.435 | 98159 | Marked run 1786 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.435 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.435 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.435 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.439 | 78063 | Recursively removing directory: /tmp/git.JImDWP/ +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.439 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.440 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.440 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.442 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.442 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.442 | 98176 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.442 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.442 | 78059 | Removed run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.442 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.442 | 78059 | Assigned run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.442 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SdKg9W +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.444 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.446 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.447 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.447 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.447 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.448 | 98179 | Added a new worker 12 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.448 | 78059 | Removed run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.448 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.448 | 78059 | Assigned run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.448 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xzxMss +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.449 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.454 | 98175 | Marked run 1787 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.454 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.456 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.456 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.457 | 98177 | Marked run 1788 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.457 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.458 | 78060 | Recursively removing directory: /tmp/git.SdKg9W/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.459 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.459 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.462 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.465 | 78063 | Recursively removing directory: /tmp/git.xzxMss/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.466 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.466 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.466 | 98194 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.466 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.466 | 78059 | Removed run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.466 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.466 | 78059 | Assigned run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.466 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9yGHqX +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.466 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.466 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.470 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.471 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.471 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.474 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.474 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.474 | 98198 | Added a new worker 13 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.474 | 78059 | Removed run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.474 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.474 | 78059 | Assigned run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.474 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.474 | 98193 | Marked run 1789 as finished +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.474 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5mgjx8 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.475 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.479 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.480 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.481 | 78060 | Recursively removing directory: /tmp/git.9yGHqX/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.483 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.483 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.483 | 98195 | Marked run 1790 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.484 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.486 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.488 | 78063 | Recursively removing directory: /tmp/git.5mgjx8/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.490 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.490 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.490 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.490 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.490 | 98212 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.490 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.490 | 78059 | Removed run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.490 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.490 | 78059 | Assigned run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.490 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ABQJYu +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.494 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.495 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.496 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.497 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.497 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.497 | 98215 | Added a new worker 13 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.497 | 78059 | Removed run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.497 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.497 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.497 | 78059 | Assigned run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.498 | 98211 | Marked run 1791 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.498 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.498 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.S8djy2 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.503 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.504 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.505 | 78060 | Recursively removing directory: /tmp/git.ABQJYu/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.507 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.507 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.508 | 98213 | Marked run 1792 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.509 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.511 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.513 | 78063 | Recursively removing directory: /tmp/git.S8djy2/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.514 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.514 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.514 | 98230 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.514 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.514 | 78059 | Removed run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.514 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.514 | 78059 | Assigned run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.514 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.514 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.515 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mw3hdv +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.517 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.519 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.520 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.520 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.520 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.520 | 98232 | Added a new worker 12 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.520 | 78059 | Removed run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.520 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.520 | 78059 | Assigned run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.520 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.520 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VEhVdY +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.525 | 98229 | Marked run 1793 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.525 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.527 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.529 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.529 | 98231 | Marked run 1794 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.529 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.530 | 78060 | Recursively removing directory: /tmp/git.mw3hdv/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.531 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.531 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.534 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.537 | 78063 | Recursively removing directory: /tmp/git.VEhVdY/ +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.538 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.538 | 98248 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.538 | 78059 | Removed run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.538 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.538 | 78059 | Assigned run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.538 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.537 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.538 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dss4wK +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.538 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.538 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.541 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.543 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.544 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.545 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.545 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.545 | 98251 | Added a new worker 13 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.545 | 78059 | Removed run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.545 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.545 | 78059 | Assigned run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.545 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.74drd5 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.546 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.547 | 98247 | Marked run 1795 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.547 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.550 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.551 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.554 | 78060 | Recursively removing directory: /tmp/git.dss4wK/ +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.555 | 98249 | Marked run 1796 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.555 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.555 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.555 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.559 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.560 | 78063 | Recursively removing directory: /tmp/git.74drd5/ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.561 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.561 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.562 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.562 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.563 | 98266 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.563 | 78059 | Removed run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.563 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.563 | 78059 | Assigned run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.563 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.563 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xiISKs +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.565 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.568 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.568 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.568 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.568 | 98268 | Added a new worker 12 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.568 | 78059 | Removed run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.568 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.568 | 78059 | Assigned run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.568 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.569 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rLiaT4 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.569 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.573 | 98265 | Marked run 1797 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.573 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.574 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.575 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.577 | 98267 | Marked run 1798 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.577 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.579 | 78060 | Recursively removing directory: /tmp/git.xiISKs/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.581 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.581 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.584 | 78063 | Recursively removing directory: /tmp/git.rLiaT4/ +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.585 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.585 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.585 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.588 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.588 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.588 | 98284 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.588 | 78059 | Removed run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.588 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.588 | 78059 | Assigned run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.588 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.588 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.T9rVXn +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.588 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.591 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.591 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.591 | 98286 | Added a new worker 12 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.592 | 78059 | Removed run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.592 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.592 | 78059 | Assigned run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.592 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.593 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.592 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.V6Am4R +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.594 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.597 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.598 | 98283 | Marked run 1799 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.598 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.598 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.601 | 98285 | Marked run 1800 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.602 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.603 | 78060 | Recursively removing directory: /tmp/git.T9rVXn/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.605 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.605 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.608 | 78063 | Recursively removing directory: /tmp/git.V6Am4R/ +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.609 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.609 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.609 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.612 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.612 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.612 | 98302 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.612 | 78059 | Removed run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.612 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.612 | 78059 | Assigned run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.612 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.612 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zjwLmx +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.614 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.617 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.617 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.617 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.617 | 98304 | Added a new worker 13 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.617 | 78059 | Removed run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.617 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.617 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.618 | 78059 | Assigned run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.618 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.M3qLKp +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.619 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.621 | 98301 | Marked run 1801 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.621 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.624 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.625 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.626 | 98303 | Marked run 1802 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.627 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.628 | 78060 | Recursively removing directory: /tmp/git.zjwLmx/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.629 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.629 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.633 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.633 | 78063 | Recursively removing directory: /tmp/git.M3qLKp/ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.635 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.635 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.636 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.636 | 98320 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.636 | 78059 | Removed run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.636 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.636 | 78059 | Assigned run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.636 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.636 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.636 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tqXWZZ +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.638 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.640 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.641 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.641 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.641 | 98322 | Added a new worker 12 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.641 | 78059 | Removed run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.641 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.641 | 78059 | Assigned run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.641 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.641 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.642 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.veCSDw +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.646 | 98319 | Marked run 1803 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.646 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.647 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.649 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.651 | 78060 | Recursively removing directory: /tmp/git.tqXWZZ/ +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.651 | 98321 | Marked run 1804 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.651 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.652 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.652 | 78060 | Process output: 415085 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.656 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.658 | 78063 | Recursively removing directory: /tmp/git.veCSDw/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.659 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.659 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.659 | 98338 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.659 | 78059 | Removed run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.659 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.659 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.659 | 78059 | Assigned run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.659 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.659 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.659 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dRCM4g +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.663 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.663 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.663 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.667 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.667 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.667 | 98343 | Added a new worker 13 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.667 | 78059 | Removed run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.667 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.667 | 78059 | Assigned run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.667 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.667 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cudj6Q +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.671 | 98337 | Marked run 1805 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.671 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.673 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.673 | 78060 | Recursively removing directory: /tmp/git.dRCM4g/ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.675 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.675 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.675 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.676 | 98339 | Marked run 1806 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.677 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.678 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.682 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.682 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lUWTjr +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.682 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.682 | 98356 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.682 | 78059 | Removed run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.682 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.682 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.682 | 78059 | Assigned run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.684 | 78063 | Recursively removing directory: /tmp/git.cudj6Q/ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.685 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.685 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.686 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.687 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.689 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.690 | 98351 | Marked run 1807 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.691 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.692 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.692 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.692 | 98365 | Added a new worker 8 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.693 | 78059 | Removed run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.693 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.693 | 78059 | Assigned run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.693 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yyo2O0 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.693 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.697 | 78060 | Recursively removing directory: /tmp/git.lUWTjr/ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.697 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.698 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.698 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.698 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.702 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.703 | 98358 | Marked run 1808 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.703 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.705 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.705 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.705 | 98374 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.705 | 78059 | Removed run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.705 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.705 | 78059 | Assigned run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.706 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.706 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2NssCI +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.708 | 78063 | Recursively removing directory: /tmp/git.yyo2O0/ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.709 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.709 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.710 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.711 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.712 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.714 | 98369 | Marked run 1809 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.714 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.715 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.715 | 98381 | Added a new worker 8 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.715 | 78059 | Removed run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.715 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.715 | 78059 | Assigned run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.715 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.715 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Upv1Ov +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.717 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.720 | 78060 | Recursively removing directory: /tmp/git.2NssCI/ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.720 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.721 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.721 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.721 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.724 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.726 | 98376 | Marked run 1810 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.727 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.728 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.728 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.729 | 98392 | Added a new worker 9 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.729 | 78059 | Removed run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.729 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.729 | 78059 | Assigned run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.729 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.729 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JlTWg0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.730 | 78063 | Recursively removing directory: /tmp/git.Upv1Ov/ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.732 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.732 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.734 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.735 | 98386 | Marked run 1811 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.735 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.735 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.736 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.739 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.739 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.739 | 98397 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.739 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.739 | 78059 | Removed run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.739 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.739 | 78059 | Assigned run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.739 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QwyI1Y +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.743 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.744 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.745 | 78060 | Recursively removing directory: /tmp/git.JlTWg0/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.746 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.746 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.749 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.752 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.752 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.753 | 98410 | Added a new worker 13 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.753 | 78059 | Removed run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.753 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.753 | 78059 | Assigned run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.753 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.itYBu4 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.753 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.757 | 78063 | Recursively removing directory: /tmp/git.QwyI1Y/ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.759 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.759 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.763 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.766 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.766 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.766 | 98412 | Added a new worker 15 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.766 | 78059 | Removed run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.766 | 78059 | Removed worker 15 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.766 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.766 | 78059 | Assigned run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.786 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lRxyUh +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.788 | 98393 | Marked run 1812 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.789 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.841 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.864 | 98404 | Marked run 1813 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.864 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.865 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.876 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.879 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.881 | 78060 | Recursively removing directory: /tmp/git.itYBu4/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.883 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.883 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.887 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.890 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.890 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.890 | 98429 | Added a new worker 13 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.890 | 78059 | Removed run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.890 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.890 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.890 | 78059 | Assigned run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.918 | 98411 | Marked run 1814 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.919 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.919 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ANBSik +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.919 | 78063 | Recursively removing directory: /tmp/git.lRxyUh/ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.920 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.920 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.923 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.924 | 98428 | Marked run 1815 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.924 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.926 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.926 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.927 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.927 | 98432 | Added a new worker 8 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.927 | 78059 | Removed run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.927 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.927 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.927 | 78059 | Assigned run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.927 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.927 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KeLqoI +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.931 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.932 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.936 | 98430 | Marked run 1816 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.937 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.939 | 78060 | Recursively removing directory: /tmp/git.ANBSik/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.940 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.940 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.942 | 78063 | Recursively removing directory: /tmp/git.KeLqoI/ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.943 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.943 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.944 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.946 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.946 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.947 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.947 | 98448 | Added a new worker 12 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.947 | 78059 | Removed run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.947 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.947 | 78059 | Assigned run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.947 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.X917Au +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.947 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.950 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.950 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.951 | 98449 | Added a new worker 12 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.951 | 78059 | Removed run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.951 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.951 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.951 | 78059 | Assigned run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.951 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1i6iyK +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.951 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.952 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.957 | 98446 | Marked run 1817 as finished +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.957 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.957 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.959 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.960 | 98447 | Marked run 1818 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.961 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.962 | 78060 | Recursively removing directory: /tmp/git.X917Au/ +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.964 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.964 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.967 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.967 | 78063 | Recursively removing directory: /tmp/git.1i6iyK/ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.969 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.969 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.971 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.971 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.971 | 98465 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.971 | 78059 | Removed run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.971 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.971 | 78059 | Assigned run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.971 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rZVm4l +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.971 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.973 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.975 | 78060 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.976 | 78060 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.976 | 78063 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.977 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.977 | 98468 | Added a new worker 13 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.977 | 78059 | Removed run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.977 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.977 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.977 | 78059 | Assigned run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.977 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CtupAT +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.980 | 98464 | Marked run 1819 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.981 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.983 | 78063 | Checking out revision HEAD +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.984 | 78063 | Going to run: ./ci +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.986 | 78060 | Recursively removing directory: /tmp/git.rZVm4l/ +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.987 | 98466 | Marked run 1820 as finished +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.988 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.988 | 78060 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.988 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.992 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.993 | 78063 | Recursively removing directory: /tmp/git.CtupAT/ +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.994 | 78063 | Process exit code: 0 +2024-04-25 03:45:54 | INFO | 78063/cimple-worker: 2024-04-25 03:45:54.994 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.995 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.995 | 98483 | Added a new worker 10 to the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.995 | 78059 | Removed run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.995 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.995 | 78059 | Assigned run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.995 | 78060 | Waiting for a new command +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.995 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lxlPri +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.995 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78057/cimple-server: 2024-04-25 03:45:54.997 | 78057 | Waiting for new connections +2024-04-25 03:45:54 | INFO | 78060/cimple-worker: 2024-04-25 03:45:54.999 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.000 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.000 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.000 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.000 | 98485 | Added a new worker 12 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.000 | 78059 | Removed run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.001 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.001 | 78059 | Assigned run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.001 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DdP0qq +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.001 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.005 | 98482 | Marked run 1821 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.006 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.007 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.008 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.010 | 98484 | Marked run 1822 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.010 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.011 | 78060 | Recursively removing directory: /tmp/git.lxlPri/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.012 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.012 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.015 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.016 | 78063 | Recursively removing directory: /tmp/git.DdP0qq/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.018 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.018 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.019 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.019 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.019 | 98501 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.019 | 78059 | Removed run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.019 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.019 | 78059 | Assigned run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.019 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.019 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DqCKYA +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.022 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.024 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.025 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.025 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.025 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.025 | 98504 | Added a new worker 13 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.026 | 78059 | Removed run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.026 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.026 | 78059 | Assigned run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.026 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.026 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Zt40DZ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.028 | 98500 | Marked run 1823 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.029 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.032 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.034 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.035 | 78060 | Recursively removing directory: /tmp/git.DqCKYA/ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.035 | 98502 | Marked run 1824 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.036 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.037 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.037 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.040 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.042 | 78063 | Recursively removing directory: /tmp/git.Zt40DZ/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.043 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.043 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.043 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.043 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.043 | 98519 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.043 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.043 | 78059 | Removed run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.043 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.043 | 78059 | Assigned run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.043 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.k9q3KP +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.046 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.048 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.049 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.049 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.049 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.049 | 98521 | Added a new worker 12 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.049 | 78059 | Removed run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.049 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.049 | 78059 | Assigned run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.049 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.049 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8lZJsJ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.054 | 98518 | Marked run 1825 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.055 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.055 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.057 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.059 | 78060 | Recursively removing directory: /tmp/git.k9q3KP/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.060 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.060 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.064 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.064 | 98520 | Marked run 1826 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.065 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.066 | 78063 | Recursively removing directory: /tmp/git.8lZJsJ/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.067 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.067 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.067 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.067 | 98537 | Added a new worker 9 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.067 | 78059 | Removed run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.067 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.067 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.067 | 78059 | Assigned run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.067 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.067 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XvBNSP +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.071 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.071 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.071 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.075 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.075 | 98542 | Added a new worker 13 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.075 | 78059 | Removed run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.075 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.075 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.075 | 78059 | Assigned run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.075 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.075 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HLt7A2 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.080 | 98536 | Marked run 1827 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.080 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.081 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.081 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.083 | 78060 | Recursively removing directory: /tmp/git.XvBNSP/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.085 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.085 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.085 | 98538 | Marked run 1828 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.085 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.088 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.090 | 78063 | Recursively removing directory: /tmp/git.HLt7A2/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.091 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.091 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.091 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.091 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.091 | 98555 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.091 | 78059 | Removed run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.091 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.091 | 78059 | Assigned run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.091 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FQJpQv +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.092 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.094 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.096 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.096 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.097 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.097 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.097 | 98558 | Added a new worker 12 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.097 | 78059 | Removed run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.097 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.097 | 78059 | Assigned run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.097 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TYQmW0 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.098 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.102 | 98554 | Marked run 1829 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.102 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.104 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.105 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.105 | 78060 | Recursively removing directory: /tmp/git.FQJpQv/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.107 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.107 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.109 | 98556 | Marked run 1830 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.109 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.110 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.114 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.114 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.114 | 98573 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.114 | 78059 | Removed run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.114 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.114 | 78059 | Assigned run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.114 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2MJaMc +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.114 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.115 | 78063 | Recursively removing directory: /tmp/git.TYQmW0/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.117 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.117 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.118 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.119 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.121 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.123 | 98570 | Marked run 1831 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.123 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.124 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.124 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.124 | 98578 | Added a new worker 8 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.124 | 78059 | Removed run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.124 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.124 | 78059 | Assigned run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.124 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.124 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6P5mAn +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.128 | 78060 | Recursively removing directory: /tmp/git.2MJaMc/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.129 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.129 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.130 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.130 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.133 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.134 | 98575 | Marked run 1832 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.134 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.137 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.137 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.137 | 98591 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.137 | 78059 | Removed run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.137 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.137 | 78059 | Assigned run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.137 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.137 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ovYHju +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.139 | 78063 | Recursively removing directory: /tmp/git.6P5mAn/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.140 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.140 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.142 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.143 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.143 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.146 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.146 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.146 | 98595 | Added a new worker 13 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.146 | 78059 | Removed run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.146 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.146 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.146 | 78059 | Assigned run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.147 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XVx5cp +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.148 | 98586 | Marked run 1833 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.148 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.152 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.153 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.154 | 78060 | Recursively removing directory: /tmp/git.ovYHju/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.156 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.156 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.157 | 98592 | Marked run 1834 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.157 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.159 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.161 | 78063 | Recursively removing directory: /tmp/git.XVx5cp/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.162 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.162 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.162 | 98609 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.162 | 78059 | Removed run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.162 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.162 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.163 | 78059 | Assigned run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.163 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.163 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.163 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JEMWZO +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.166 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.167 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.168 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.169 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.169 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.169 | 98612 | Added a new worker 12 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.169 | 78059 | Removed run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.169 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.169 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.169 | 78059 | Assigned run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.169 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QDUI3m +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.174 | 98608 | Marked run 1835 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.175 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.176 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.177 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.178 | 98610 | Marked run 1836 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.179 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.179 | 78060 | Recursively removing directory: /tmp/git.JEMWZO/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.180 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.180 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.184 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.185 | 78063 | Recursively removing directory: /tmp/git.QDUI3m/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.186 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.186 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.187 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.187 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.187 | 98627 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.187 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.187 | 78059 | Removed run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.187 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.187 | 78059 | Assigned run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.187 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rNpSrV +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.189 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.191 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.192 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.192 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.192 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.193 | 98630 | Added a new worker 12 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.193 | 78059 | Removed run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.193 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.193 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.193 | 78059 | Assigned run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.193 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JzspEz +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.198 | 98626 | Marked run 1837 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.199 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.199 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.200 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.203 | 78060 | Recursively removing directory: /tmp/git.rNpSrV/ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.203 | 98628 | Marked run 1838 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.203 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.204 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.204 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.208 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.209 | 78063 | Recursively removing directory: /tmp/git.JzspEz/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.210 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.210 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.211 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.211 | 98645 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.211 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.211 | 78059 | Removed run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.211 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.211 | 78059 | Assigned run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.211 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.212 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.T0YXtr +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.213 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.216 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.217 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.217 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.217 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.217 | 98647 | Added a new worker 13 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.217 | 78059 | Removed run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.217 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.217 | 78059 | Assigned run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.217 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.217 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mXHx5y +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.221 | 98644 | Marked run 1839 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.221 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.223 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.224 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.227 | 78060 | Recursively removing directory: /tmp/git.T0YXtr/ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.228 | 98646 | Marked run 1840 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.228 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.229 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.229 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.232 | 78063 | Recursively removing directory: /tmp/git.mXHx5y/ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.233 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.234 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.234 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.236 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.236 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.236 | 98663 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.236 | 78059 | Removed run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.236 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.236 | 78059 | Assigned run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.236 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QmGOYi +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.236 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.237 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.240 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.240 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.240 | 98665 | Added a new worker 12 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.240 | 78059 | Removed run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.240 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.240 | 78059 | Assigned run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.240 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pxN9uq +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.240 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.241 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.242 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.247 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.247 | 98662 | Marked run 1841 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.247 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.248 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.250 | 98664 | Marked run 1842 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.251 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.252 | 78060 | Recursively removing directory: /tmp/git.QmGOYi/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.253 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.253 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.257 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.257 | 78063 | Recursively removing directory: /tmp/git.pxN9uq/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.258 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.258 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.260 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.260 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.260 | 98681 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.260 | 78059 | Removed run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.260 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.260 | 78059 | Assigned run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.260 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.elfbFo +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.261 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.262 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.265 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.266 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.266 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.266 | 98683 | Added a new worker 13 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.266 | 78059 | Removed run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.266 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.266 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.266 | 78059 | Assigned run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.266 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MUu7OI +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.266 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.270 | 98680 | Marked run 1843 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.270 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.272 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.273 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.276 | 98682 | Marked run 1844 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.276 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.276 | 78060 | Recursively removing directory: /tmp/git.elfbFo/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.278 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.278 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.281 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.282 | 78063 | Recursively removing directory: /tmp/git.MUu7OI/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.284 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.284 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.284 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.284 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.285 | 98699 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.285 | 78059 | Removed run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.285 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.285 | 78059 | Assigned run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.285 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.285 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.P4r8Xl +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.288 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.289 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.290 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.291 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.291 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.291 | 98702 | Added a new worker 13 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.292 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.292 | 78059 | Removed run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.292 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.292 | 78059 | Assigned run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.292 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PVFSXg +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.294 | 98698 | Marked run 1845 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.294 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.297 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.298 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.300 | 78060 | Recursively removing directory: /tmp/git.P4r8Xl/ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.301 | 98700 | Marked run 1846 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.301 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.302 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.302 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.306 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.307 | 78063 | Recursively removing directory: /tmp/git.PVFSXg/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.309 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.309 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.309 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.310 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.310 | 98717 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.310 | 78059 | Removed run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.310 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.310 | 78059 | Assigned run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.310 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FztPtV +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.310 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.313 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.314 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.315 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.316 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.316 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.316 | 98720 | Added a new worker 13 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.316 | 78059 | Removed run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.316 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.316 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.317 | 78059 | Assigned run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.317 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OVQ0yJ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.319 | 98716 | Marked run 1847 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.320 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.323 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.324 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.325 | 78060 | Recursively removing directory: /tmp/git.FztPtV/ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.326 | 98718 | Marked run 1848 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.326 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.326 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.326 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.330 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.332 | 78063 | Recursively removing directory: /tmp/git.OVQ0yJ/ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.333 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.333 | 98735 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.333 | 78059 | Removed run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.333 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.333 | 78059 | Assigned run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.333 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.333 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.333 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.333 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.334 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hH2pBs +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.336 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.338 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.339 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.339 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.339 | 98738 | Added a new worker 12 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.339 | 78059 | Removed run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.339 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.339 | 78059 | Assigned run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.339 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.339 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.340 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.333Fj6 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.344 | 98734 | Marked run 1849 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.344 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.347 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.348 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.349 | 78060 | Recursively removing directory: /tmp/git.hH2pBs/ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.350 | 98736 | Marked run 1850 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.350 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.351 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.351 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.354 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.356 | 78063 | Recursively removing directory: /tmp/git.333Fj6/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.357 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.357 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.358 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.358 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.358 | 98754 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.358 | 78059 | Removed run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.358 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.358 | 78059 | Assigned run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.358 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NWtOX9 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.361 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.362 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.362 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.363 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.365 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.366 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.366 | 98758 | Added a new worker 13 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.366 | 78059 | Removed run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.366 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.366 | 78059 | Assigned run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.366 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.366 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9Wxm3J +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.366 | 98752 | Marked run 1851 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.367 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.370 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.371 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.373 | 78060 | Recursively removing directory: /tmp/git.NWtOX9/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.375 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.375 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.376 | 98755 | Marked run 1852 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.377 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.379 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.380 | 78063 | Recursively removing directory: /tmp/git.9Wxm3J/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.382 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.382 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.383 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.383 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.383 | 98772 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.383 | 78059 | Removed run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.383 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.383 | 78059 | Assigned run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.383 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.383 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TtzDll +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.386 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.388 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.389 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.390 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.390 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.390 | 98774 | Added a new worker 13 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.390 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.390 | 78059 | Removed run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.390 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.390 | 78059 | Assigned run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.390 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nFJPje +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.391 | 98771 | Marked run 1853 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.391 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.395 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.396 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.399 | 98773 | Marked run 1854 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.400 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.400 | 78060 | Recursively removing directory: /tmp/git.TtzDll/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.401 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.401 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.404 | 78063 | Recursively removing directory: /tmp/git.nFJPje/ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.405 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.406 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.406 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.409 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.409 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.409 | 98790 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.409 | 78059 | Removed run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.409 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.409 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.409 | 78059 | Assigned run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.409 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.s4R8R3 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.410 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.413 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.414 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.414 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.415 | 98792 | Added a new worker 13 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.415 | 78059 | Removed run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.415 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.415 | 78059 | Assigned run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.415 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.415 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.415 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NTDCmM +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.418 | 98789 | Marked run 1855 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.418 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.419 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.420 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.423 | 98791 | Marked run 1856 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.423 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.425 | 78060 | Recursively removing directory: /tmp/git.s4R8R3/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.427 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.427 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.429 | 78063 | Recursively removing directory: /tmp/git.NTDCmM/ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.430 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.430 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.430 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.434 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.434 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.434 | 98808 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.434 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.434 | 78059 | Removed run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.434 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.434 | 78059 | Assigned run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.434 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iTPdLT +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.435 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.438 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.438 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.438 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Uo9BwS +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.438 | 98810 | Added a new worker 12 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.438 | 78059 | Removed run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.438 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.438 | 78059 | Assigned run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.439 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.440 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.441 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.443 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.444 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.445 | 98807 | Marked run 1857 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.445 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.448 | 98809 | Marked run 1858 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.448 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.449 | 78060 | Recursively removing directory: /tmp/git.iTPdLT/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.451 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.451 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.453 | 78063 | Recursively removing directory: /tmp/git.Uo9BwS/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.454 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.454 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.454 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.457 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.457 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.457 | 98826 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.457 | 78059 | Removed run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.457 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.457 | 78059 | Assigned run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.457 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.457 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BfdKnK +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.461 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.461 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.461 | 98828 | Added a new worker 12 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.461 | 78059 | Removed run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.461 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.461 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.461 | 78059 | Assigned run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.461 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0plKj0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.462 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.462 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.466 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.467 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.468 | 98825 | Marked run 1859 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.468 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.472 | 98827 | Marked run 1860 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.473 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.473 | 78060 | Recursively removing directory: /tmp/git.BfdKnK/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.474 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.474 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.476 | 78063 | Recursively removing directory: /tmp/git.0plKj0/ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.478 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.478 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.478 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.480 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.480 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.480 | 98844 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.480 | 78059 | Removed run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.481 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.481 | 78059 | Assigned run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.481 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.481 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HFu2be +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.484 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.484 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.484 | 98846 | Added a new worker 12 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.484 | 78059 | Removed run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.484 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.484 | 78059 | Assigned run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.484 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.485 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oR06Ie +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.485 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.486 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.490 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.491 | 98843 | Marked run 1861 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.491 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.492 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.494 | 98845 | Marked run 1862 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.495 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.496 | 78060 | Recursively removing directory: /tmp/git.HFu2be/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.497 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.497 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.500 | 78063 | Recursively removing directory: /tmp/git.oR06Ie/ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.501 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.501 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.501 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.503 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.503 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.504 | 98862 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.504 | 78059 | Removed run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.504 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.504 | 78059 | Assigned run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.504 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.504 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TqgpdP +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.505 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.508 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.508 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.508 | 98864 | Added a new worker 12 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.508 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.508 | 78059 | Removed run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.508 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.508 | 78059 | Assigned run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.508 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.509 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2o3NlO +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.510 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.514 | 98861 | Marked run 1863 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.514 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.515 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.516 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.518 | 98863 | Marked run 1864 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.518 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.521 | 78060 | Recursively removing directory: /tmp/git.TqgpdP/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.523 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.523 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.525 | 78063 | Recursively removing directory: /tmp/git.2o3NlO/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.526 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.526 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.527 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.529 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.529 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.529 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.529 | 98881 | Added a new worker 12 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.529 | 78059 | Removed run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.529 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.529 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.529 | 78059 | Assigned run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.529 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.S7yMd6 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.533 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.533 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.533 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.534 | 98882 | Added a new worker 12 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.534 | 78059 | Removed run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.534 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.534 | 78059 | Assigned run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.534 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.534 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.534 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VrG08n +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.540 | 98879 | Marked run 1865 as finished +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.540 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.541 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.542 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.543 | 78060 | Recursively removing directory: /tmp/git.S7yMd6/ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.544 | 98880 | Marked run 1866 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.544 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.545 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.545 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.548 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.550 | 78063 | Recursively removing directory: /tmp/git.VrG08n/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.551 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.552 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.552 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.553 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.553 | 98898 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.553 | 78059 | Removed run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.553 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.553 | 78059 | Assigned run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.553 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.553 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dXxNUd +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.556 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.557 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.557 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.560 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.560 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.560 | 98902 | Added a new worker 13 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.560 | 78059 | Removed run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.560 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.560 | 78059 | Assigned run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.560 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.560 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.j1iekD +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.564 | 98897 | Marked run 1867 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.564 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.565 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.566 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.568 | 78060 | Recursively removing directory: /tmp/git.dXxNUd/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.570 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.570 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.571 | 98899 | Marked run 1868 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.571 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.574 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.575 | 78063 | Recursively removing directory: /tmp/git.j1iekD/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.576 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.576 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.577 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.577 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.577 | 98916 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.577 | 78059 | Removed run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.577 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.577 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.577 | 78059 | Assigned run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.577 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.C2iUzg +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.581 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.581 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.581 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.584 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.584 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.584 | 98920 | Added a new worker 13 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.584 | 78059 | Removed run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.584 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.584 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.584 | 78059 | Assigned run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.585 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gyqygS +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.588 | 98915 | Marked run 1869 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.588 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.591 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.592 | 78060 | Recursively removing directory: /tmp/git.C2iUzg/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.592 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.594 | 98917 | Marked run 1870 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.594 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.594 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.594 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.597 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.600 | 78063 | Recursively removing directory: /tmp/git.gyqygS/ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.600 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.600 | 98934 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.600 | 78059 | Removed run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.600 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.601 | 78059 | Assigned run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.600 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.601 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.B4pTbP +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.601 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.602 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.602 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.605 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.606 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.606 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.608 | 98931 | Marked run 1871 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.609 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.610 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.610 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.610 | 98939 | Added a new worker 8 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.610 | 78059 | Removed run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.610 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.610 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.610 | 78059 | Assigned run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.610 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IGG1Z1 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.615 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.616 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.616 | 78060 | Recursively removing directory: /tmp/git.B4pTbP/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.619 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.619 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.622 | 98936 | Marked run 1872 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.622 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.622 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.624 | 78063 | Recursively removing directory: /tmp/git.IGG1Z1/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.626 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.626 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.626 | 98952 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.626 | 78059 | Removed run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.626 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.626 | 78059 | Assigned run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.626 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.626 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.626 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.626 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pxPjFd +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.630 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.630 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.631 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.633 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.633 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.633 | 98956 | Added a new worker 13 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.633 | 78059 | Removed run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.633 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.633 | 78059 | Assigned run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.633 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.634 | 98951 | Marked run 1873 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.634 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.634 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cz8n9J +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.639 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.640 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.640 | 78060 | Recursively removing directory: /tmp/git.pxPjFd/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.643 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.643 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.644 | 98953 | Marked run 1874 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.644 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.647 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.648 | 78063 | Recursively removing directory: /tmp/git.cz8n9J/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.650 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.650 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.650 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.650 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.650 | 98970 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.650 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.650 | 78059 | Removed run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.650 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.650 | 78059 | Assigned run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.650 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qpG3XA +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.654 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.655 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.656 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.658 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.658 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.658 | 98973 | Added a new worker 13 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.658 | 78059 | Removed run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.658 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.658 | 78059 | Assigned run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.658 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.658 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IhVk7Y +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.659 | 98969 | Marked run 1875 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.659 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.663 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.664 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.666 | 78060 | Recursively removing directory: /tmp/git.qpG3XA/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.668 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.668 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.668 | 98971 | Marked run 1876 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.668 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.671 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.673 | 78063 | Recursively removing directory: /tmp/git.IhVk7Y/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.674 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.674 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.674 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.675 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4qBLsW +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.674 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.674 | 98988 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.674 | 78059 | Removed run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.674 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.675 | 78059 | Assigned run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.675 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.678 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.679 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.679 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.682 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.682 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.682 | 98993 | Added a new worker 13 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.682 | 78059 | Removed run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.682 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.682 | 78059 | Assigned run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.683 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4v97NZ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.683 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.685 | 98987 | Marked run 1877 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.686 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.688 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.689 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.690 | 78060 | Recursively removing directory: /tmp/git.4qBLsW/ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.692 | 98989 | Marked run 1878 as finished +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.692 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.692 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.692 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.695 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.698 | 78063 | Recursively removing directory: /tmp/git.4v97NZ/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.699 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.699 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VX16sG +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.699 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.699 | 99006 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.699 | 78059 | Removed run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.699 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.699 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.699 | 78059 | Assigned run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.700 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.700 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.703 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.703 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.704 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.707 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.708 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.708 | 99013 | Added a new worker 11 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.708 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.708 | 78059 | Removed run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.708 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.708 | 78059 | Assigned run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.709 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TrNxis +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.710 | 99005 | Marked run 1879 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.711 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.714 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.714 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.715 | 78060 | Recursively removing directory: /tmp/git.VX16sG/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.717 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.717 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.719 | 99008 | Marked run 1880 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.720 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.722 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.723 | 78063 | Recursively removing directory: /tmp/git.TrNxis/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.724 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.724 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.724 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.725 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jSGDNR +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.725 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.725 | 99024 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.725 | 78059 | Removed run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.725 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.725 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.725 | 78059 | Assigned run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.728 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.729 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.729 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.732 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.732 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.732 | 99028 | Added a new worker 13 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.732 | 78059 | Removed run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.732 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.732 | 78059 | Assigned run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.732 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.732 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.F1Ojef +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.741 | 99023 | Marked run 1881 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.741 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.743 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.744 | 78060 | Recursively removing directory: /tmp/git.jSGDNR/ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.744 | 99025 | Marked run 1882 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.744 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.744 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.745 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.745 | 78060 | Process output: 415085 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.748 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.752 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.752 | 99042 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.752 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.752 | 78059 | Removed run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.752 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.752 | 78059 | Assigned run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.752 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.752 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZMrFxj +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.752 | 78063 | Recursively removing directory: /tmp/git.F1Ojef/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.754 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.754 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.757 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.757 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.757 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.760 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.760 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.760 | 99045 | Added a new worker 13 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.760 | 78059 | Removed run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.760 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.760 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.760 | 78059 | Assigned run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.760 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RJhLbV +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.762 | 99038 | Marked run 1883 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.763 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.766 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.766 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.767 | 78060 | Recursively removing directory: /tmp/git.ZMrFxj/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.769 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.769 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.770 | 99043 | Marked run 1884 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.771 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.772 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.775 | 78063 | Recursively removing directory: /tmp/git.RJhLbV/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.776 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.776 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.776 | 99060 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.776 | 78059 | Removed run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.776 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.776 | 78059 | Assigned run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.776 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.776 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.776 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.J4Ic5k +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.776 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.780 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.781 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.782 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.784 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.784 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.784 | 99059 | Marked run 1885 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.784 | 99063 | Added a new worker 7 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.784 | 78059 | Removed run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.784 | 78059 | Removed worker 7 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.784 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.785 | 78059 | Assigned run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.785 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.785 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PAlnlc +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.789 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.790 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.792 | 78060 | Recursively removing directory: /tmp/git.J4Ic5k/ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.794 | 99061 | Marked run 1886 as finished +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.794 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.794 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.794 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.798 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.799 | 78063 | Recursively removing directory: /tmp/git.PAlnlc/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.800 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.800 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.801 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.801 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.801 | 99078 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.801 | 78059 | Removed run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.801 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.802 | 78059 | Assigned run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.802 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.802 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ypj8a3 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.804 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.806 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.807 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.808 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.808 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.808 | 99081 | Added a new worker 13 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.808 | 78059 | Removed run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.808 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.808 | 78059 | Assigned run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.808 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6Uw3fg +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.809 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.810 | 99077 | Marked run 1887 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.810 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.813 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.814 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.817 | 78060 | Recursively removing directory: /tmp/git.Ypj8a3/ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.818 | 99079 | Marked run 1888 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.818 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.819 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.819 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.822 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.824 | 78063 | Recursively removing directory: /tmp/git.6Uw3fg/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.825 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.825 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.826 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.826 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.826 | 99096 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.826 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.826 | 78059 | Removed run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.826 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.826 | 78059 | Assigned run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.826 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6LlEU3 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.830 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.830 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.831 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.833 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.833 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.834 | 99100 | Added a new worker 13 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.834 | 78059 | Removed run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.834 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.834 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.834 | 78059 | Assigned run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.834 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ajj2Mq +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.838 | 99095 | Marked run 1889 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.838 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.841 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.842 | 78060 | Recursively removing directory: /tmp/git.6LlEU3/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.842 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.843 | 99097 | Marked run 1890 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.843 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.844 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.844 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.846 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.850 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.850 | 99114 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.850 | 78059 | Removed run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.850 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.850 | 78059 | Assigned run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.850 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.850 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GWfkZt +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.850 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.851 | 78063 | Recursively removing directory: /tmp/git.ajj2Mq/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.852 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.852 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.854 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.855 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.855 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.858 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.859 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.859 | 99118 | Added a new worker 13 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.859 | 78059 | Removed run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.859 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.859 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.859 | 78059 | Assigned run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.859 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.z89NKV +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.859 | 99111 | Marked run 1891 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.860 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.864 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.865 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.865 | 78060 | Recursively removing directory: /tmp/git.GWfkZt/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.867 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.867 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.868 | 99115 | Marked run 1892 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.868 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.870 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.873 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.873 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.873 | 99132 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.873 | 78059 | Removed run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.873 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.873 | 78059 | Assigned run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.873 | 78063 | Recursively removing directory: /tmp/git.z89NKV/ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.874 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.873 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LPr5Ps +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.875 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.875 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.878 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.879 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.879 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.881 | 99129 | Marked run 1893 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.881 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.882 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.882 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.882 | 99136 | Added a new worker 8 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.882 | 78059 | Removed run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.882 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.882 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.882 | 78059 | Assigned run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.882 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kpXJ29 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.887 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.888 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.889 | 78060 | Recursively removing directory: /tmp/git.LPr5Ps/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.891 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.891 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.893 | 99133 | Marked run 1894 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.893 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.895 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.897 | 78063 | Recursively removing directory: /tmp/git.kpXJ29/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.898 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.898 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.898 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.898 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.899 | 99150 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.899 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tPhcln +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.899 | 78059 | Removed run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.899 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.899 | 78059 | Assigned run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.903 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.903 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.903 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.904 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.907 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.907 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8Z9tui +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.907 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.907 | 99154 | Added a new worker 13 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.907 | 78059 | Removed run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.907 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.907 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.907 | 78059 | Assigned run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.909 | 99149 | Marked run 1895 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.910 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.914 | 78060 | Recursively removing directory: /tmp/git.tPhcln/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.914 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.915 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.915 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.915 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.916 | 99151 | Marked run 1896 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.916 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.918 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.921 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.921 | 99168 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.921 | 78059 | Removed run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.921 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.921 | 78059 | Assigned run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.921 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.922 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.v7Is7w +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.922 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.923 | 78063 | Recursively removing directory: /tmp/git.8Z9tui/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.925 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.925 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.927 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.928 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.929 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.929 | 99163 | Marked run 1897 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.929 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.932 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.932 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.932 | 99175 | Added a new worker 8 to the queue +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.932 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rbTghM +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.932 | 78059 | Removed run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.932 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.932 | 78059 | Assigned run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.933 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.937 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.937 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.938 | 78060 | Recursively removing directory: /tmp/git.v7Is7w/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.941 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.941 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.942 | 99170 | Marked run 1898 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.943 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.945 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.946 | 78063 | Recursively removing directory: /tmp/git.rbTghM/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.947 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.947 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.949 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.949 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.949 | 99186 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.949 | 78059 | Removed run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.949 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.949 | 78059 | Assigned run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.949 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.949 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QjdITW +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.951 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.953 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.954 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.955 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.955 | 99189 | Added a new worker 11 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.955 | 78059 | Removed run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.955 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.955 | 78059 | Assigned run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.955 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.955 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.955 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Q4JUtj +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.959 | 99185 | Marked run 1899 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.959 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.960 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.961 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.964 | 78060 | Recursively removing directory: /tmp/git.QjdITW/ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.964 | 99187 | Marked run 1900 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.964 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.966 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.966 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.969 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.970 | 78063 | Recursively removing directory: /tmp/git.Q4JUtj/ +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.971 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.971 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.972 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.972 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.972 | 99204 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.972 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.972 | 78059 | Removed run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.972 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.973 | 78059 | Assigned run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.973 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BDDaus +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.976 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.976 | 78060 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.977 | 78060 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.979 | 78063 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.979 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.979 | 99207 | Added a new worker 13 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.979 | 78059 | Removed run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.979 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.979 | 78059 | Assigned run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.979 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.980 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.E9JXKY +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.983 | 99203 | Marked run 1901 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.983 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.986 | 78063 | Checking out revision HEAD +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.987 | 78063 | Going to run: ./ci +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.988 | 78060 | Recursively removing directory: /tmp/git.BDDaus/ +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.989 | 78060 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.989 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.990 | 99205 | Marked run 1902 as finished +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.991 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.993 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.996 | 78063 | Recursively removing directory: /tmp/git.E9JXKY/ +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.996 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.996 | 99222 | Added a new worker 10 to the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.996 | 78059 | Removed run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.996 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.996 | 78059 | Assigned run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.996 | 78060 | Waiting for a new command +2024-04-25 03:45:55 | INFO | 78060/cimple-worker: 2024-04-25 03:45:55.996 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Lmj2PP +2024-04-25 03:45:55 | INFO | 78057/cimple-server: 2024-04-25 03:45:55.997 | 78057 | Waiting for new connections +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.997 | 78063 | Process exit code: 0 +2024-04-25 03:45:55 | INFO | 78063/cimple-worker: 2024-04-25 03:45:55.997 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.000 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.001 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.002 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.005 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.005 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.005 | 99229 | Added a new worker 13 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.005 | 78059 | Removed run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.005 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.005 | 78059 | Assigned run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.006 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cEPVbf +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.007 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.007 | 99219 | Marked run 1903 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.007 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.011 | 78060 | Recursively removing directory: /tmp/git.Lmj2PP/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.011 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.011 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.012 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.012 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.015 | 99224 | Marked run 1904 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.015 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.016 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.019 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.019 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.019 | 99240 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.019 | 78059 | Removed run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.019 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.019 | 78059 | Assigned run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.020 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3XTPJ7 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.020 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.020 | 78063 | Recursively removing directory: /tmp/git.cEPVbf/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.022 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.022 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.025 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.025 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.026 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.028 | 99236 | Marked run 1905 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.028 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.028 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.028 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.028 | 99244 | Added a new worker 8 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.028 | 78059 | Removed run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.028 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.028 | 78059 | Assigned run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.028 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.028 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SyNWJz +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.033 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.034 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.035 | 78060 | Recursively removing directory: /tmp/git.3XTPJ7/ +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.038 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.038 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.038 | 99241 | Marked run 1906 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.039 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.041 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.043 | 78063 | Recursively removing directory: /tmp/git.SyNWJz/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.044 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.044 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.045 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.045 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.045 | 99258 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.045 | 78059 | Removed run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.045 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.045 | 78059 | Assigned run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.045 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.045 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.f0y6wS +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.048 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.049 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.050 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.051 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.052 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.052 | 99261 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.052 | 78059 | Removed run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.052 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.052 | 78059 | Assigned run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.052 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.052 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SuWaph +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.056 | 99257 | Marked run 1907 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.057 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.059 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.060 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.060 | 78060 | Recursively removing directory: /tmp/git.f0y6wS/ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.061 | 99259 | Marked run 1908 as finished +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.062 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.062 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.062 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.065 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.068 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.068 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ccot1u +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.068 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.068 | 99276 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.068 | 78059 | Removed run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.068 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.068 | 78059 | Assigned run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.068 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.068 | 78063 | Recursively removing directory: /tmp/git.SuWaph/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.070 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.070 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.075 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.078 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.078 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.078 | 99278 | Added a new worker 13 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.078 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.078 | 78059 | Removed run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.078 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.078 | 78059 | Assigned run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.078 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Tv5UsF +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.080 | 99273 | Marked run 1909 as finished +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.080 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.080 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.081 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.084 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.085 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.087 | 99277 | Marked run 1910 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.087 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.091 | 78060 | Recursively removing directory: /tmp/git.Ccot1u/ +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.092 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.092 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.094 | 78063 | Recursively removing directory: /tmp/git.Tv5UsF/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.095 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.095 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.096 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.098 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.098 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.098 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.099 | 99295 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.099 | 78059 | Removed run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.099 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.099 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.099 | 78059 | Assigned run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.099 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wA001A +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.101 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.101 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.101 | 99296 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.102 | 78059 | Removed run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.102 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.102 | 78059 | Assigned run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.102 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.102 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HwajaP +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.104 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.105 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.108 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.109 | 99293 | Marked run 1911 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.109 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.110 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.112 | 99294 | Marked run 1912 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.113 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.114 | 78060 | Recursively removing directory: /tmp/git.wA001A/ +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.116 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.116 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.119 | 78063 | Recursively removing directory: /tmp/git.HwajaP/ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.120 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.120 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.120 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.123 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.123 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.123 | 99312 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.123 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.123 | 78059 | Removed run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.123 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.124 | 78059 | Assigned run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.124 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SkBKKJ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.124 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.127 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.127 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.127 | 99314 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.128 | 78059 | Removed run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.128 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.128 | 78059 | Assigned run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.128 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.128 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rSv8Bi +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.129 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.130 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.132 | 99311 | Marked run 1913 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.133 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.134 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.135 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.138 | 99313 | Marked run 1914 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.138 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.139 | 78060 | Recursively removing directory: /tmp/git.SkBKKJ/ +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.141 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.141 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.143 | 78063 | Recursively removing directory: /tmp/git.rSv8Bi/ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.144 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.144 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.144 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.147 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.147 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.147 | 99330 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.147 | 78059 | Removed run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.147 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.147 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.147 | 78059 | Assigned run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.147 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RpfGNc +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.148 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.151 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.151 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.151 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.151 | 99332 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.151 | 78059 | Removed run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.151 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.151 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.151 | 78059 | Assigned run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.152 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.if1sK3 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.152 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.157 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.158 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.158 | 99329 | Marked run 1915 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.159 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.162 | 99331 | Marked run 1916 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.162 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.162 | 78060 | Recursively removing directory: /tmp/git.RpfGNc/ +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.163 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.163 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.168 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.168 | 78063 | Recursively removing directory: /tmp/git.if1sK3/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.169 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.169 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.170 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.170 | 99348 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.170 | 78059 | Removed run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.170 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.170 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.170 | 78059 | Assigned run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.170 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.171 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tQFR1K +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.174 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.174 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.175 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.177 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.177 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.178 | 99352 | Added a new worker 13 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.178 | 78059 | Removed run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.178 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.178 | 78059 | Assigned run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.178 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.178 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.W9UQBC +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.181 | 99347 | Marked run 1917 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.181 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.184 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.184 | 78060 | Recursively removing directory: /tmp/git.tQFR1K/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.184 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.186 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.186 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.188 | 99349 | Marked run 1918 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.188 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.190 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.193 | 78063 | Recursively removing directory: /tmp/git.W9UQBC/ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.193 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.193 | 99366 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.193 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.194 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.194 | 78059 | Removed run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.194 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.194 | 78059 | Assigned run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.194 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Xw3Ro9 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.195 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.195 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.198 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.199 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.199 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.201 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.201 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.201 | 99369 | Added a new worker 13 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.201 | 78059 | Removed run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.201 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.201 | 78059 | Assigned run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.201 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.201 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.A7BZVn +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.203 | 99363 | Marked run 1919 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.203 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.206 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.207 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.209 | 78060 | Recursively removing directory: /tmp/git.Xw3Ro9/ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.211 | 99367 | Marked run 1920 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.211 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.211 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.211 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.215 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.216 | 78063 | Recursively removing directory: /tmp/git.A7BZVn/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.217 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.217 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.218 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.218 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.218 | 99384 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.218 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.218 | 78059 | Removed run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.218 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.218 | 78059 | Assigned run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.218 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rBJeaa +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.221 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.222 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.222 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.225 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.225 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.225 | 99388 | Added a new worker 13 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.225 | 78059 | Removed run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.225 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.225 | 78059 | Assigned run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.225 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aFeu1z +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.226 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.229 | 99383 | Marked run 1921 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.229 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.231 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.231 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.233 | 78060 | Recursively removing directory: /tmp/git.rBJeaa/ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.235 | 99385 | Marked run 1922 as finished +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.235 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.235 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.235 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.238 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.240 | 78063 | Recursively removing directory: /tmp/git.aFeu1z/ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.241 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.241 | 99402 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.241 | 78059 | Removed run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.241 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.242 | 78059 | Assigned run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.242 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.241 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.241 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.241 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.242 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5gEoJ9 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.244 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.247 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.247 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.247 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.247 | 99404 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.247 | 78059 | Removed run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.247 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.247 | 78059 | Assigned run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.248 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.247 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DH0fHB +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.248 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.252 | 99401 | Marked run 1923 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.253 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.253 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.254 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.257 | 78060 | Recursively removing directory: /tmp/git.5gEoJ9/ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.257 | 99403 | Marked run 1924 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.257 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.259 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.259 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.262 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.264 | 78063 | Recursively removing directory: /tmp/git.DH0fHB/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.265 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.265 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.265 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.265 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.265 | 99420 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.265 | 78059 | Removed run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.265 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.265 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.265 | 78059 | Assigned run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.266 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jPdcUU +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.269 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.270 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.271 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.273 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.273 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.273 | 99423 | Added a new worker 13 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.273 | 78059 | Removed run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.273 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.273 | 99419 | Marked run 1925 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.273 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.273 | 78059 | Assigned run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.273 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.273 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MtqE2v +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.277 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.278 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.280 | 78060 | Recursively removing directory: /tmp/git.jPdcUU/ +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.283 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.283 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.283 | 99421 | Marked run 1926 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.284 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.287 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.287 | 78063 | Recursively removing directory: /tmp/git.MtqE2v/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.288 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.288 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.290 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.290 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.290 | 99438 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.290 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.290 | 78059 | Removed run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.290 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.290 | 78059 | Assigned run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.292 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.293 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GlN8KK +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.295 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.295 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.295 | 99440 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.295 | 78059 | Removed run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.295 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.295 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.295 | 78059 | Assigned run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.295 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.n6npiA +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.300 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.300 | 99437 | Marked run 1927 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.300 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.300 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.301 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.302 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.304 | 99439 | Marked run 1928 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.304 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.309 | 78060 | Recursively removing directory: /tmp/git.GlN8KK/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.310 | 78063 | Recursively removing directory: /tmp/git.n6npiA/ +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.311 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.311 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.312 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.312 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.316 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.316 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.319 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.319 | 99457 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.319 | 78059 | Removed run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.319 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.319 | 78059 | Assigned run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.320 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.319 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.320 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IzYtLF +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.320 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.320 | 99458 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.320 | 78059 | Removed run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.320 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.320 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.321 | 78059 | Assigned run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.321 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eAzaRE +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.324 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.325 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.326 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.327 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.329 | 99455 | Marked run 1929 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.329 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.332 | 99456 | Marked run 1930 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.332 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.336 | 78063 | Recursively removing directory: /tmp/git.eAzaRE/ +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.337 | 78060 | Recursively removing directory: /tmp/git.IzYtLF/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.338 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.338 | 78063 | Process output: 415086 bytes +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.338 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.338 | 78060 | Process output: 415088 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.340 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.341 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.343 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.343 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.343 | 99475 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.343 | 78059 | Removed run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.343 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.343 | 78059 | Assigned run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.344 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.343 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kiuIgs +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.344 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.344 | 99476 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.344 | 78059 | Removed run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.344 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.344 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.344 | 78059 | Assigned run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.344 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BgCfaJ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.348 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.349 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.349 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.350 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.354 | 99473 | Marked run 1932 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.354 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.358 | 99474 | Marked run 1931 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.358 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.360 | 78063 | Recursively removing directory: /tmp/git.kiuIgs/ +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.361 | 78060 | Recursively removing directory: /tmp/git.BgCfaJ/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.361 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.361 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.362 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.362 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.364 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.365 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.367 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.367 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.367 | 99493 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.367 | 78059 | Removed run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.367 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.367 | 78059 | Assigned run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.367 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.367 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9lrUXo +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.368 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.368 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.369 | 99494 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.369 | 78059 | Removed run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.369 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.369 | 78059 | Assigned run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.369 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.369 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.z1Onyb +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.372 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.372 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.375 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.376 | 99491 | Marked run 1933 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.376 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.377 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.380 | 99492 | Marked run 1934 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.380 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.381 | 78063 | Recursively removing directory: /tmp/git.9lrUXo/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.383 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.383 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.385 | 78060 | Recursively removing directory: /tmp/git.z1Onyb/ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.386 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.387 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.387 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.390 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.390 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.390 | 99510 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.390 | 78059 | Removed run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.390 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.390 | 78059 | Assigned run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.390 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.390 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sc9kZa +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.391 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.395 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.395 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.395 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.395 | 99512 | Added a new worker 13 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.395 | 78059 | Removed run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.395 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.395 | 78059 | Assigned run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.395 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.396 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eFgXPD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.396 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.398 | 99509 | Marked run 1935 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.399 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.402 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.403 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.404 | 99511 | Marked run 1936 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.405 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.405 | 78063 | Recursively removing directory: /tmp/git.sc9kZa/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.407 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.407 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.410 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.411 | 78060 | Recursively removing directory: /tmp/git.eFgXPD/ +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.412 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.412 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.414 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.414 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.414 | 99528 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.414 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.414 | 78059 | Removed run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.414 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.414 | 78059 | Assigned run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.414 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lyBjZN +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.416 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.419 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.419 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.419 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.419 | 99530 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.419 | 78059 | Removed run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.419 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.419 | 78059 | Assigned run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.419 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.419 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mdFeYA +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.419 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.424 | 99527 | Marked run 1937 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.424 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.425 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.426 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.429 | 99529 | Marked run 1938 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.429 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.430 | 78063 | Recursively removing directory: /tmp/git.lyBjZN/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.431 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.431 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.435 | 78060 | Recursively removing directory: /tmp/git.mdFeYA/ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.436 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.436 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.436 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.439 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.439 | 99546 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.439 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.439 | 78059 | Removed run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.439 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.439 | 78059 | Assigned run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.438 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.439 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tHVT5h +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.439 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.442 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.442 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.442 | 99548 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.442 | 78059 | Removed run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.442 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.442 | 78059 | Assigned run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.442 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.442 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EJmy6F +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.443 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.444 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.448 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.449 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.450 | 99545 | Marked run 1939 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.450 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.453 | 78063 | Recursively removing directory: /tmp/git.tHVT5h/ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.453 | 99547 | Marked run 1940 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.453 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.455 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.455 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.458 | 78060 | Recursively removing directory: /tmp/git.EJmy6F/ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.458 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.459 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.459 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.462 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.462 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.462 | 99564 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.462 | 78059 | Removed run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.462 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.462 | 78059 | Assigned run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.462 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.462 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Zbm6Pc +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.463 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.466 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.466 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.466 | 99566 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.466 | 78059 | Removed run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.466 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.467 | 78059 | Assigned run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.467 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.467 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Z0c32o +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.467 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.469 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.471 | 99563 | Marked run 1941 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.471 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.473 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.474 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.476 | 99565 | Marked run 1942 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.476 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.478 | 78063 | Recursively removing directory: /tmp/git.Zbm6Pc/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.479 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.479 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.483 | 78060 | Recursively removing directory: /tmp/git.Z0c32o/ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.483 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.484 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.484 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.486 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.486 | 99582 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.487 | 78059 | Removed run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.487 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.487 | 78059 | Assigned run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.486 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.487 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uNwMQZ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.487 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.488 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.491 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.491 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.491 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.491 | 99584 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.491 | 78059 | Removed run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.491 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.491 | 78059 | Assigned run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.491 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.491 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xHLmbY +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.492 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.497 | 99581 | Marked run 1943 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.498 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.498 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.499 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.501 | 78063 | Recursively removing directory: /tmp/git.uNwMQZ/ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.501 | 99583 | Marked run 1944 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.502 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.503 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.503 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.506 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.507 | 78060 | Recursively removing directory: /tmp/git.xHLmbY/ +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.509 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.509 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.510 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.510 | 99600 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.510 | 78059 | Removed run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.510 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.510 | 78059 | Assigned run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.510 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.510 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Tc0BDF +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.512 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.513 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.514 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.516 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.516 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.516 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.517 | 99603 | Added a new worker 13 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.517 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.517 | 78059 | Removed run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.517 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.517 | 78059 | Assigned run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.517 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.80svCZ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.518 | 99599 | Marked run 1945 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.518 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.523 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.524 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.525 | 78063 | Recursively removing directory: /tmp/git.Tc0BDF/ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.526 | 99601 | Marked run 1946 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.527 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.527 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.527 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.531 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.533 | 78060 | Recursively removing directory: /tmp/git.80svCZ/ +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.534 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.534 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.534 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.534 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.534 | 99618 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.534 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.534 | 78059 | Removed run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.534 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.534 | 78059 | Assigned run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.535 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FR9K4p +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.537 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.539 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.540 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.540 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.540 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.541 | 99621 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.541 | 78059 | Removed run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.541 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.541 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.541 | 78059 | Assigned run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.541 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bfOWN2 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.545 | 99617 | Marked run 1947 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.545 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.548 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.548 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.550 | 99619 | Marked run 1948 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.550 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.550 | 78063 | Recursively removing directory: /tmp/git.FR9K4p/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.551 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.551 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.554 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.557 | 78060 | Recursively removing directory: /tmp/git.bfOWN2/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.557 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.557 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.557 | 99636 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.557 | 78059 | Removed run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.557 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.557 | 78059 | Assigned run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.557 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EqSPpB +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.558 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.558 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.558 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.561 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.562 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.563 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.564 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.564 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.565 | 99639 | Added a new worker 13 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.565 | 78059 | Removed run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.565 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.565 | 78059 | Assigned run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.566 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.68U9cJ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.566 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.567 | 99635 | Marked run 1949 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.567 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.571 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.572 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.573 | 78063 | Recursively removing directory: /tmp/git.EqSPpB/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.575 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.575 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.575 | 99637 | Marked run 1950 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.576 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.579 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.580 | 78060 | Recursively removing directory: /tmp/git.68U9cJ/ +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.582 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.582 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.582 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.582 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.582 | 99654 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.582 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.582 | 78059 | Removed run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.582 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.582 | 78059 | Assigned run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.583 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MGefFp +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.585 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.587 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.588 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.588 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.588 | 99656 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.588 | 78059 | Removed run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.588 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.588 | 78059 | Assigned run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.588 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.588 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mmGc6t +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.589 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.593 | 99653 | Marked run 1951 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.593 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.595 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.596 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.597 | 99655 | Marked run 1952 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.597 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.599 | 78063 | Recursively removing directory: /tmp/git.MGefFp/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.600 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.600 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.604 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.604 | 78060 | Recursively removing directory: /tmp/git.mmGc6t/ +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.605 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.605 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.607 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.607 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.607 | 99672 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.607 | 78059 | Removed run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.607 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.607 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.607 | 78059 | Assigned run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.607 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dqlqrA +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.609 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.611 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.611 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.613 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.613 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.613 | 99675 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.613 | 78059 | Removed run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.613 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.613 | 78059 | Assigned run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.613 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CPCfe5 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.614 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.617 | 99671 | Marked run 1953 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.618 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.621 | 78063 | Recursively removing directory: /tmp/git.dqlqrA/ +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.621 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.622 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.622 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.622 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.624 | 99673 | Marked run 1954 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.624 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.626 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.629 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.629 | 99690 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.629 | 78059 | Removed run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.629 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.629 | 78059 | Assigned run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.629 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.629 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JcgbYB +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.630 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.631 | 78060 | Recursively removing directory: /tmp/git.CPCfe5/ +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.633 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.633 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.634 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.635 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.637 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.639 | 99685 | Marked run 1955 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.639 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.641 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.641 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.641 | 99699 | Added a new worker 8 to the queue +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.641 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Hy7bwd +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.641 | 78059 | Removed run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.641 | 78059 | Removed worker 8 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.641 | 78059 | Assigned run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.643 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.643 | 78063 | Recursively removing directory: /tmp/git.JcgbYB/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.645 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.645 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.646 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.647 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.648 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.649 | 99693 | Marked run 1956 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.649 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.651 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.651 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.651 | 99705 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.651 | 78059 | Removed run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.651 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.651 | 78059 | Assigned run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.652 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.651 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9SyWkz +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.656 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.656 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.657 | 78060 | Recursively removing directory: /tmp/git.Hy7bwd/ +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.658 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.658 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.661 | 99701 | Marked run 1957 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.661 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.661 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.665 | 78063 | Recursively removing directory: /tmp/git.9SyWkz/ +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.665 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.665 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.665 | 99717 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.665 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.665 | 78059 | Removed run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.665 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.665 | 78059 | Assigned run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.665 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lS9zlZ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.666 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.666 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.669 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.670 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.671 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.675 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.675 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.675 | 99724 | Added a new worker 13 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.675 | 78059 | Removed run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.675 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.675 | 78059 | Assigned run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.675 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.675 | 99714 | Marked run 1958 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.675 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.675 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0hJDNk +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.680 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.680 | 78060 | Recursively removing directory: /tmp/git.lS9zlZ/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.681 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.682 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.682 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.684 | 99719 | Marked run 1959 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.684 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.686 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.689 | 78063 | Recursively removing directory: /tmp/git.0hJDNk/ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.689 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.690 | 99735 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.690 | 78059 | Removed run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.690 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.690 | 78059 | Assigned run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.690 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.690 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.690 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EhpfZx +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.691 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.691 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.693 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.694 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.696 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.699 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.699 | 99732 | Marked run 1960 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.700 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.700 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.700 | 99744 | Added a new worker 6 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.700 | 78059 | Removed run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.700 | 78059 | Removed worker 6 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.700 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.700 | 78059 | Assigned run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.700 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ff3Bn1 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.703 | 78060 | Recursively removing directory: /tmp/git.EhpfZx/ +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.705 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.705 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.705 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.706 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.708 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.709 | 99737 | Marked run 1961 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.709 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.711 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.711 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.711 | 99751 | Added a new worker 9 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.711 | 78059 | Removed run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.711 | 78059 | Removed worker 9 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.711 | 78059 | Assigned run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.711 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.712 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TqC25H +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.716 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.717 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.716 | 78063 | Recursively removing directory: /tmp/git.Ff3Bn1/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.718 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.718 | 78063 | Process output: 415085 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.721 | 99746 | Marked run 1962 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.721 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.722 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.725 | 78060 | Recursively removing directory: /tmp/git.TqC25H/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.725 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.725 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.725 | 99762 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.725 | 78059 | Removed run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.725 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.726 | 78059 | Assigned run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.726 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fjcoGe +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.726 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.727 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.727 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.729 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.730 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.731 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.732 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.733 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.733 | 99765 | Added a new worker 13 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.733 | 78059 | Removed run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.733 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.733 | 78059 | Assigned run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.733 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.733 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.k3qCtM +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.734 | 99761 | Marked run 1963 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.735 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.738 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.739 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.741 | 78063 | Recursively removing directory: /tmp/git.fjcoGe/ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.743 | 99763 | Marked run 1964 as finished +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.743 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.743 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.743 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.747 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.748 | 78060 | Recursively removing directory: /tmp/git.k3qCtM/ +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.749 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.749 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.750 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.750 | 99780 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.750 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.750 | 78059 | Removed run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.750 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.750 | 78059 | Assigned run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.750 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.750 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zmkmMU +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.752 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.755 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.755 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.755 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.755 | 99782 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.755 | 78059 | Removed run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.755 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.755 | 78059 | Assigned run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.755 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.755 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qIPmho +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.756 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.761 | 99779 | Marked run 1965 as finished +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.761 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.761 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.762 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.765 | 99781 | Marked run 1966 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.765 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.766 | 78063 | Recursively removing directory: /tmp/git.zmkmMU/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.767 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.767 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.771 | 78060 | Recursively removing directory: /tmp/git.qIPmho/ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.771 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.772 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.772 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.774 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.774 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.774 | 99798 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.774 | 78059 | Removed run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.774 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.774 | 78059 | Assigned run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.774 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.775 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8AoTt5 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.775 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.778 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.778 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.778 | 99800 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.778 | 78059 | Removed run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.778 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.778 | 78059 | Assigned run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.778 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.778 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VqkwGe +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.780 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.780 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.784 | 99797 | Marked run 1967 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.784 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.785 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.786 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.788 | 99799 | Marked run 1968 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.788 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.789 | 78063 | Recursively removing directory: /tmp/git.8AoTt5/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.790 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.790 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.794 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.795 | 78060 | Recursively removing directory: /tmp/git.VqkwGe/ +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.796 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.796 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.797 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.797 | 99816 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.797 | 78059 | Removed run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.797 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.797 | 78059 | Assigned run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.797 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.797 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.797 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EZBGZH +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.799 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.802 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.802 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.802 | 99818 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.802 | 78059 | Removed run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.802 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.802 | 78059 | Assigned run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.802 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.802 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Bwu7TC +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.802 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.803 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.807 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.807 | 99815 | Marked run 1969 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.808 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.808 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.811 | 99817 | Marked run 1970 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.811 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.813 | 78063 | Recursively removing directory: /tmp/git.EZBGZH/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.814 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.814 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.817 | 78060 | Recursively removing directory: /tmp/git.Bwu7TC/ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.818 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.818 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.818 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.820 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.820 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.821 | 99834 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.821 | 78059 | Removed run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.821 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.821 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.821 | 78059 | Assigned run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.821 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.821 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.shnTAk +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.824 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.825 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.825 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.825 | 99836 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.825 | 78059 | Removed run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.825 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.825 | 78059 | Assigned run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.825 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rYI7iP +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.825 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.826 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.830 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.831 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.831 | 99833 | Marked run 1971 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.832 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.835 | 99835 | Marked run 1972 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.835 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.836 | 78063 | Recursively removing directory: /tmp/git.shnTAk/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.837 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.837 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.840 | 78060 | Recursively removing directory: /tmp/git.rYI7iP/ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.841 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.841 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.841 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.844 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.844 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.844 | 99852 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.844 | 78059 | Removed run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.844 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.844 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.844 | 78059 | Assigned run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.844 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GCtSIG +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.844 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.848 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.848 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.848 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.848 | 99854 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.848 | 78059 | Removed run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.848 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.848 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.848 | 78059 | Assigned run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.849 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XhFUBG +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.849 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.855 | 99851 | Marked run 1973 as finished +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.855 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.855 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.856 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.859 | 78063 | Recursively removing directory: /tmp/git.GCtSIG/ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.859 | 99853 | Marked run 1974 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.859 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.860 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.860 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.864 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.865 | 78060 | Recursively removing directory: /tmp/git.XhFUBG/ +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.866 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.866 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.868 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.868 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.868 | 99870 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.868 | 78059 | Removed run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.868 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.868 | 78059 | Assigned run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.868 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.868 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iHlqnk +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.870 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.872 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.874 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.874 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.874 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.874 | 99873 | Added a new worker 13 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.874 | 78059 | Removed run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.874 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.874 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.875 | 78059 | Assigned run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.875 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ypzdmD +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.875 | 99869 | Marked run 1975 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.875 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.880 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.880 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.883 | 78063 | Recursively removing directory: /tmp/git.iHlqnk/ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.884 | 99871 | Marked run 1976 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.884 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.885 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.885 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.889 | 78060 | Recursively removing directory: /tmp/git.ypzdmD/ +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.889 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.891 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.891 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.892 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.892 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.892 | 99888 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.892 | 78059 | Removed run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.892 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.892 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.892 | 78059 | Assigned run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.892 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8jhDY8 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.894 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.896 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.896 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.898 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.898 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.898 | 99891 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.898 | 78059 | Removed run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.898 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.898 | 78059 | Assigned run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.898 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.899 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jlp1Ih +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.904 | 99887 | Marked run 1977 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.904 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.904 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.906 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.908 | 99889 | Marked run 1978 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.908 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.908 | 78063 | Recursively removing directory: /tmp/git.8jhDY8/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.909 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.909 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.912 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.914 | 78060 | Recursively removing directory: /tmp/git.jlp1Ih/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.916 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.916 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.916 | 99906 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.916 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.916 | 78059 | Removed run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.916 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.916 | 78059 | Assigned run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.916 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.916 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.916 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.brFrmw +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.920 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.920 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.921 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.924 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.924 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.924 | 99911 | Added a new worker 13 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.924 | 78059 | Removed run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.924 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.924 | 78059 | Assigned run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.924 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sOXU9j +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.926 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.927 | 99905 | Marked run 1979 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.927 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.930 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.930 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.932 | 78063 | Recursively removing directory: /tmp/git.brFrmw/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.933 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.933 | 78063 | Process output: 415088 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.934 | 99907 | Marked run 1980 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.934 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.937 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.939 | 78060 | Recursively removing directory: /tmp/git.sOXU9j/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.940 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.941 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.941 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.941 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.941 | 99924 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.941 | 78059 | Removed run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.941 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.941 | 78059 | Assigned run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.941 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.941 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EGoJQp +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.944 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.946 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.947 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.947 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.947 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.947 | 99926 | Added a new worker 13 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.947 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.947 | 78059 | Removed run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.947 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.947 | 78059 | Assigned run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.947 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tHkbM1 +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.951 | 99923 | Marked run 1981 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.951 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.953 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.954 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.955 | 99925 | Marked run 1982 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.956 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.957 | 78063 | Recursively removing directory: /tmp/git.EGoJQp/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.959 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.959 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.962 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.963 | 78060 | Recursively removing directory: /tmp/git.tHkbM1/ +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.965 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.965 | 78060 | Process output: 415086 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.966 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.966 | 99942 | Added a new worker 10 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.966 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.966 | 78059 | Removed run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.966 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.966 | 78059 | Assigned run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.966 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.966 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fqo2xt +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.968 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.972 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.972 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.972 | 99944 | Added a new worker 13 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.972 | 78059 | Removed run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.972 | 78059 | Removed worker 13 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.972 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.973 | 78059 | Assigned run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.973 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FsbSHe +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.973 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.974 | 99941 | Marked run 1983 as finished +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.974 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.974 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.977 | 78060 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.978 | 78060 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.981 | 99943 | Marked run 1984 as finished +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.981 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.984 | 78063 | Recursively removing directory: /tmp/git.fqo2xt/ +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.986 | 78063 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.986 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.987 | 78060 | Recursively removing directory: /tmp/git.FsbSHe/ +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.988 | 78060 | Process exit code: 0 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.988 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.989 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.991 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.992 | 78063 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.992 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.992 | 99961 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.992 | 78059 | Removed run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.992 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.992 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.992 | 78059 | Assigned run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.992 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.O2DugU +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.994 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.994 | 99962 | Added a new worker 12 to the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.994 | 78059 | Removed run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.994 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.995 | 78059 | Assigned run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.994 | 78060 | Waiting for a new command +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.995 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4ODUwO +2024-04-25 03:45:56 | INFO | 78057/cimple-server: 2024-04-25 03:45:56.995 | 78057 | Waiting for new connections +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.997 | 78063 | Checking out revision HEAD +2024-04-25 03:45:56 | INFO | 78063/cimple-worker: 2024-04-25 03:45:56.998 | 78063 | Going to run: ./ci +2024-04-25 03:45:56 | INFO | 78060/cimple-worker: 2024-04-25 03:45:56.999 | 78060 | Checking out revision HEAD +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.000 | 78060 | Going to run: ./ci +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.004 | 99959 | Marked run 1985 as finished +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.004 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.007 | 99960 | Marked run 1986 as finished +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.007 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.008 | 78063 | Recursively removing directory: /tmp/git.O2DugU/ +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.009 | 78063 | Process exit code: 0 +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.009 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.011 | 78060 | Recursively removing directory: /tmp/git.4ODUwO/ +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.012 | 78060 | Process exit code: 0 +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.012 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.013 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.016 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.017 | 99978 | Added a new worker 10 to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.017 | 78059 | Removed run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.017 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.017 | 78059 | Assigned run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.016 | 78063 | Waiting for a new command +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.017 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.C9ovU5 +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.017 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.017 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.021 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.021 | 99980 | Added a new worker 12 to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.021 | 78059 | Removed run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.021 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.021 | 78059 | Assigned run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.021 | 78063 | Checking out revision HEAD +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.021 | 78060 | Waiting for a new command +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.021 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.i4qFFw +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.022 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.023 | 78063 | Going to run: ./ci +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.025 | 99977 | Marked run 1987 as finished +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.026 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.027 | 78060 | Checking out revision HEAD +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.028 | 78060 | Going to run: ./ci +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.031 | 99979 | Marked run 1988 as finished +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.031 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.032 | 78063 | Recursively removing directory: /tmp/git.C9ovU5/ +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.033 | 78063 | Process exit code: 0 +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.033 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.036 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.037 | 78060 | Recursively removing directory: /tmp/git.i4qFFw/ +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.039 | 78060 | Process exit code: 0 +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.039 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.040 | 78063 | Waiting for a new command +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.040 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.040 | 99996 | Added a new worker 10 to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.040 | 78059 | Removed run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.040 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.040 | 78059 | Assigned run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.040 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.040 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9gudIy +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.043 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.044 | 78063 | Checking out revision HEAD +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.045 | 78063 | Going to run: ./ci +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.046 | 78060 | Waiting for a new command +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.046 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.046 | 99999 | Added a new worker 11 to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.046 | 78059 | Removed run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.046 | 78059 | Removed worker 11 from the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.047 | 78059 | Assigned run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.047 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fO121R +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.048 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.049 | 99995 | Marked run 1989 as finished +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.049 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.052 | 78060 | Checking out revision HEAD +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.053 | 78060 | Going to run: ./ci +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.055 | 78063 | Recursively removing directory: /tmp/git.9gudIy/ +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.055 | 99997 | Marked run 1990 as finished +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.055 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.056 | 78063 | Process exit code: 0 +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.057 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.060 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.061 | 78060 | Recursively removing directory: /tmp/git.fO121R/ +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.062 | 78060 | Process exit code: 0 +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.062 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.063 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.063 | 100014 | Added a new worker 10 to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.063 | 78059 | Removed run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.063 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.063 | 78059 | Assigned run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.063 | 78063 | Waiting for a new command +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.063 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fDvLjq +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.064 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.065 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.068 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.068 | 78060 | Waiting for a new command +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.068 | 78063 | Checking out revision HEAD +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.068 | 100016 | Added a new worker 12 to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.069 | 78059 | Removed run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.069 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.069 | 78059 | Assigned run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.069 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.069 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.td9iIy +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.069 | 78063 | Going to run: ./ci +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.073 | 100013 | Marked run 1991 as finished +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.073 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.075 | 78060 | Checking out revision HEAD +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.076 | 78060 | Going to run: ./ci +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.077 | 100015 | Marked run 1992 as finished +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.078 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.079 | 78063 | Recursively removing directory: /tmp/git.fDvLjq/ +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.081 | 78063 | Process exit code: 0 +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.081 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.085 | 78060 | Recursively removing directory: /tmp/git.td9iIy/ +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.085 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.086 | 78060 | Process exit code: 0 +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.086 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.088 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.088 | 100032 | Added a new worker 10 to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.088 | 78059 | Removed run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.088 | 78059 | Removed worker 10 from the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.088 | 78059 | Assigned run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.088 | 78063 | Waiting for a new command +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.088 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.089 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oDl34A +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.089 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.092 | 78060 | Waiting for a new command +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.092 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.092 | 100034 | Added a new worker 12 to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.092 | 78059 | Removed run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.092 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.092 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.092 | 78059 | Assigned run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.094 | 78063 | Checking out revision HEAD +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.095 | 78063 | Going to run: ./ci +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.092 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.R16B83 +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.098 | 78060 | Checking out revision HEAD +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.098 | 78060 | Going to run: ./ci +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.099 | 100031 | Marked run 1993 as finished +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.100 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.103 | 100033 | Marked run 1994 as finished +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.103 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.104 | 78063 | Recursively removing directory: /tmp/git.oDl34A/ +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.106 | 78063 | Process exit code: 0 +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.106 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.107 | 78060 | Recursively removing directory: /tmp/git.R16B83/ +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.109 | 78060 | Process exit code: 0 +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.109 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.109 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.111 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.112 | 78063 | Waiting for a new command +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.112 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.112 | 100051 | Added a new worker 12 to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.112 | 78059 | Removed run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.112 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.112 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.112 | 78059 | Assigned run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.112 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.e3tgPX +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.115 | 78060 | Waiting for a new command +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.115 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.115 | 100052 | Added a new worker 12 to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.116 | 78059 | Removed run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.116 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.116 | 78059 | Assigned run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.116 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.116 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.steWJK +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.116 | 78063 | Checking out revision HEAD +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.117 | 78063 | Going to run: ./ci +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.121 | 78060 | Checking out revision HEAD +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.122 | 78060 | Going to run: ./ci +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.123 | 100049 | Marked run 1995 as finished +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.123 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.126 | 100050 | Marked run 1996 as finished +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.126 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.128 | 78063 | Recursively removing directory: /tmp/git.e3tgPX/ +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.129 | 78063 | Process exit code: 0 +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.129 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.131 | 78060 | Recursively removing directory: /tmp/git.steWJK/ +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.132 | 78060 | Process exit code: 0 +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.132 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.132 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.135 | 78063 | Waiting for a new command +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.135 | 78063 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3iy0qq +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.135 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.135 | 100068 | Added a new worker 12 to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.135 | 78059 | Removed run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.135 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.135 | 78059 | Assigned run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.136 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.137 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.139 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.139 | 78060 | Waiting for a new command +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.139 | 100070 | Added a new worker 12 to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.139 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.139 | 78059 | Removed run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.139 | 78059 | Removed worker 12 from the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.139 | 78059 | Assigned run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.141 | 78063 | Checking out revision HEAD +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.142 | 78063 | Going to run: ./ci +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.145 | 78060 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VT3xfS +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.149 | 100067 | Marked run 1997 as finished +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.149 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.152 | 100069 | Marked run 1998 as finished +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.152 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.153 | 78060 | Checking out revision HEAD +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.154 | 78063 | Recursively removing directory: /tmp/git.3iy0qq/ +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.154 | 78060 | Going to run: ./ci +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.155 | 78063 | Process exit code: 0 +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.155 | 78063 | Process output: 415087 bytes +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.158 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.162 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.162 | 100086 | Added a new worker 10 to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.162 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78063/cimple-worker: 2024-04-25 03:45:57.162 | 78063 | Waiting for a new command +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.164 | 78060 | Recursively removing directory: /tmp/git.VT3xfS/ +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.165 | 78060 | Process exit code: 0 +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.165 | 78060 | Process output: 415087 bytes +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.168 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.169 | 100081 | Marked run 1999 as finished +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.169 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78060/cimple-worker: 2024-04-25 03:45:57.171 | 78060 | Waiting for a new command +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.171 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.171 | 100088 | Added a new worker 8 to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.171 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.178 | 100087 | Marked run 2000 as finished +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.178 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.783 | 78057 | Waiting for new connections +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.783 | 100091 | Adding a run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.783 | 100091 | Adding a run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.783 | 100091 | Adding a run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.783 | 100091 | Adding a run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.783 | 100091 | Adding a run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.784 | 100091 | Adding a run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.784 | 100091 | Adding a run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.784 | 100091 | Adding a run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.784 | 100091 | Adding a run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.784 | 100091 | Adding a run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.784 | 100091 | Adding a run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.784 | 100091 | Adding a run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.785 | 100091 | Adding a run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.785 | 100091 | Adding a run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.785 | 100091 | Adding a run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.785 | 100091 | Adding a run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.785 | 100091 | Adding a run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.785 | 100091 | Adding a run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.785 | 100091 | Adding a run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.786 | 100091 | Adding a run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.786 | 100091 | Adding a run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.786 | 100091 | Adding a run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.786 | 100091 | Adding a run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.786 | 100091 | Adding a run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.786 | 100091 | Adding a run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.787 | 100091 | Adding a run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.787 | 100091 | Adding a run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.787 | 100091 | Adding a run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.787 | 100091 | Adding a run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.787 | 100091 | Adding a run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.787 | 100091 | Adding a run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.787 | 100091 | Adding a run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.788 | 100091 | Adding a run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.788 | 100091 | Adding a run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.788 | 100091 | Adding a run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.788 | 100091 | Adding a run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.788 | 100091 | Adding a run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.788 | 100091 | Adding a run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.788 | 100091 | Adding a run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.789 | 100091 | Adding a run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.789 | 100091 | Adding a run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.789 | 100091 | Adding a run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.789 | 100091 | Adding a run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.789 | 100091 | Adding a run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.789 | 100091 | Adding a run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.790 | 100091 | Adding a run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.790 | 100091 | Adding a run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.790 | 100091 | Adding a run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.790 | 100091 | Adding a run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.790 | 100091 | Adding a run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.790 | 100091 | Adding a run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.790 | 100091 | Adding a run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.791 | 100091 | Adding a run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.791 | 100091 | Adding a run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.791 | 100091 | Adding a run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.791 | 100091 | Adding a run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.791 | 100091 | Adding a run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.791 | 100091 | Adding a run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.791 | 100091 | Adding a run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.792 | 100091 | Adding a run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.792 | 100091 | Adding a run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.792 | 100091 | Adding a run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.792 | 100091 | Adding a run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.792 | 100091 | Adding a run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.792 | 100091 | Adding a run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.792 | 100091 | Adding a run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.793 | 100091 | Adding a run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.793 | 100091 | Adding a run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.793 | 100091 | Adding a run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.793 | 100091 | Adding a run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.793 | 100091 | Adding a run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.793 | 100091 | Adding a run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.794 | 100091 | Adding a run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.794 | 100091 | Adding a run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.794 | 100091 | Adding a run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.794 | 100091 | Adding a run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.794 | 100091 | Adding a run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.794 | 100091 | Adding a run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.794 | 100091 | Adding a run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.795 | 100091 | Adding a run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.795 | 100091 | Adding a run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.795 | 100091 | Adding a run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.795 | 100091 | Adding a run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.795 | 100091 | Adding a run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.795 | 100091 | Adding a run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.795 | 100091 | Adding a run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.796 | 100091 | Adding a run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.796 | 100091 | Adding a run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.796 | 100091 | Adding a run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.796 | 100091 | Adding a run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.796 | 100091 | Adding a run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.796 | 100091 | Adding a run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.797 | 100091 | Adding a run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.797 | 100091 | Adding a run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.797 | 100091 | Adding a run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.797 | 100091 | Adding a run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.797 | 100091 | Adding a run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.797 | 100091 | Adding a run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.797 | 100091 | Adding a run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.798 | 100091 | Adding a run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.798 | 100091 | Adding a run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.798 | 100091 | Adding a run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.798 | 100091 | Adding a run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.798 | 100091 | Adding a run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.798 | 100091 | Adding a run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.798 | 100091 | Adding a run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.799 | 100091 | Adding a run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.799 | 100091 | Adding a run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.799 | 100091 | Adding a run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.799 | 100091 | Adding a run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.799 | 100091 | Adding a run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.799 | 100091 | Adding a run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.800 | 100091 | Adding a run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.800 | 100091 | Adding a run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.800 | 100091 | Adding a run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.800 | 100091 | Adding a run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.800 | 100091 | Adding a run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.800 | 100091 | Adding a run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.800 | 100091 | Adding a run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.801 | 100091 | Adding a run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.801 | 100091 | Adding a run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.801 | 100091 | Adding a run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.801 | 100091 | Adding a run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.801 | 100091 | Adding a run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.801 | 100091 | Adding a run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.801 | 100091 | Adding a run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.802 | 100091 | Adding a run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.802 | 100091 | Adding a run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.802 | 100091 | Adding a run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.802 | 100091 | Adding a run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.802 | 100091 | Adding a run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.802 | 100091 | Adding a run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.803 | 100091 | Adding a run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.803 | 100091 | Adding a run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.803 | 100091 | Adding a run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.803 | 100091 | Adding a run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.803 | 100091 | Adding a run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.803 | 100091 | Adding a run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.803 | 100091 | Adding a run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.804 | 100091 | Adding a run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.804 | 100091 | Adding a run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.804 | 100091 | Adding a run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.804 | 100091 | Adding a run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.804 | 100091 | Adding a run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.804 | 100091 | Adding a run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.804 | 100091 | Adding a run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.805 | 100091 | Adding a run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.805 | 100091 | Adding a run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.805 | 100091 | Adding a run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.805 | 100091 | Adding a run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.805 | 100091 | Adding a run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.805 | 100091 | Adding a run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.805 | 100091 | Adding a run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.806 | 100091 | Adding a run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.806 | 100091 | Adding a run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.806 | 100091 | Adding a run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.806 | 100091 | Adding a run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.806 | 100091 | Adding a run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.806 | 100091 | Adding a run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.807 | 100091 | Adding a run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.807 | 100091 | Adding a run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.807 | 100091 | Adding a run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.807 | 100091 | Adding a run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.807 | 100091 | Adding a run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.807 | 100091 | Adding a run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.807 | 100091 | Adding a run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.808 | 100091 | Adding a run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.808 | 100091 | Adding a run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.808 | 100091 | Adding a run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.808 | 100091 | Adding a run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.808 | 100091 | Adding a run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.808 | 100091 | Adding a run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.808 | 100091 | Adding a run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.809 | 100091 | Adding a run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.809 | 100091 | Adding a run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.809 | 100091 | Adding a run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.809 | 100091 | Adding a run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.809 | 100091 | Adding a run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.809 | 100091 | Adding a run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.809 | 100091 | Adding a run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.810 | 100091 | Adding a run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.810 | 100091 | Adding a run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.810 | 100091 | Adding a run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.810 | 100091 | Adding a run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.810 | 100091 | Adding a run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.810 | 100091 | Adding a run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.811 | 100091 | Adding a run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.811 | 100091 | Adding a run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.811 | 100091 | Adding a run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.811 | 100091 | Adding a run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.811 | 100091 | Adding a run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.811 | 100091 | Adding a run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.811 | 100091 | Adding a run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.812 | 100091 | Adding a run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.812 | 100091 | Adding a run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.812 | 100091 | Adding a run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.812 | 100091 | Adding a run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.812 | 100091 | Adding a run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.812 | 100091 | Adding a run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.812 | 100091 | Adding a run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.813 | 100091 | Adding a run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.813 | 100091 | Adding a run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.813 | 100091 | Adding a run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.813 | 100091 | Adding a run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.813 | 100091 | Adding a run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.813 | 100091 | Adding a run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.814 | 100091 | Adding a run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.814 | 100091 | Adding a run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.814 | 100091 | Adding a run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.814 | 100091 | Adding a run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.814 | 100091 | Adding a run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.814 | 100091 | Adding a run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.814 | 100091 | Adding a run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.815 | 100091 | Adding a run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.815 | 100091 | Adding a run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.815 | 100091 | Adding a run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.815 | 100091 | Adding a run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.815 | 100091 | Adding a run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.815 | 100091 | Adding a run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.815 | 100091 | Adding a run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.816 | 100091 | Adding a run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.816 | 100091 | Adding a run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.816 | 100091 | Adding a run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.816 | 100091 | Adding a run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.816 | 100091 | Adding a run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.816 | 100091 | Adding a run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.816 | 100091 | Adding a run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.817 | 100091 | Adding a run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.817 | 100091 | Adding a run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.817 | 100091 | Adding a run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.817 | 100091 | Adding a run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.817 | 100091 | Adding a run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.817 | 100091 | Adding a run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.818 | 100091 | Adding a run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.818 | 100091 | Adding a run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.818 | 100091 | Adding a run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.818 | 100091 | Adding a run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.818 | 100091 | Adding a run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.818 | 100091 | Adding a run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.818 | 100091 | Adding a run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.819 | 100091 | Adding a run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.819 | 100091 | Adding a run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.819 | 100091 | Adding a run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.819 | 100091 | Adding a run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.819 | 100091 | Adding a run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.819 | 100091 | Adding a run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.820 | 100091 | Adding a run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.820 | 100091 | Adding a run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.820 | 100091 | Adding a run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.820 | 100091 | Adding a run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.820 | 100091 | Adding a run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.820 | 100091 | Adding a run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.820 | 100091 | Adding a run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.821 | 100091 | Adding a run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.821 | 100091 | Adding a run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.821 | 100091 | Adding a run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.821 | 100091 | Adding a run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.821 | 100091 | Adding a run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.821 | 100091 | Adding a run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.822 | 100091 | Adding a run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.822 | 100091 | Adding a run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.822 | 100091 | Adding a run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.822 | 100091 | Adding a run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.822 | 100091 | Adding a run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.822 | 100091 | Adding a run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.822 | 100091 | Adding a run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.823 | 100091 | Adding a run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.823 | 100091 | Adding a run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.823 | 100091 | Adding a run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.823 | 100091 | Adding a run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.823 | 100091 | Adding a run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.823 | 100091 | Adding a run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.823 | 100091 | Adding a run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.824 | 100091 | Adding a run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.824 | 100091 | Adding a run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.824 | 100091 | Adding a run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.824 | 100091 | Adding a run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.824 | 100091 | Adding a run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.824 | 100091 | Adding a run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.825 | 100091 | Adding a run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.825 | 100091 | Adding a run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.825 | 100091 | Adding a run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.825 | 100091 | Adding a run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.825 | 100091 | Adding a run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.825 | 100091 | Adding a run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.825 | 100091 | Adding a run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.826 | 100091 | Adding a run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.826 | 100091 | Adding a run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.826 | 100091 | Adding a run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.826 | 100091 | Adding a run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.826 | 100091 | Adding a run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.826 | 100091 | Adding a run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.827 | 100091 | Adding a run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.827 | 100091 | Adding a run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.827 | 100091 | Adding a run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.827 | 100091 | Adding a run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.827 | 100091 | Adding a run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.827 | 100091 | Adding a run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.827 | 100091 | Adding a run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.828 | 100091 | Adding a run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.828 | 100091 | Adding a run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.828 | 100091 | Adding a run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.828 | 100091 | Adding a run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.828 | 100091 | Adding a run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.828 | 100091 | Adding a run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.828 | 100091 | Adding a run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.829 | 100091 | Adding a run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.829 | 100091 | Adding a run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.829 | 100091 | Adding a run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.829 | 100091 | Adding a run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.829 | 100091 | Adding a run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.829 | 100091 | Adding a run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.830 | 100091 | Adding a run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.830 | 100091 | Adding a run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.830 | 100091 | Adding a run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.830 | 100091 | Adding a run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.830 | 100091 | Adding a run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.830 | 100091 | Adding a run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.830 | 100091 | Adding a run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.831 | 100091 | Adding a run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.831 | 100091 | Adding a run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.831 | 100091 | Adding a run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.831 | 100091 | Adding a run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.831 | 100091 | Adding a run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.831 | 100091 | Adding a run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.832 | 100091 | Adding a run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.832 | 100091 | Adding a run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.832 | 100091 | Adding a run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.832 | 100091 | Adding a run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.832 | 100091 | Adding a run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.832 | 100091 | Adding a run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.832 | 100091 | Adding a run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.833 | 100091 | Adding a run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.833 | 100091 | Adding a run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.833 | 100091 | Adding a run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.833 | 100091 | Adding a run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.833 | 100091 | Adding a run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.833 | 100091 | Adding a run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.834 | 100091 | Adding a run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.834 | 100091 | Adding a run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.834 | 100091 | Adding a run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.834 | 100091 | Adding a run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.834 | 100091 | Adding a run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.834 | 100091 | Adding a run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.834 | 100091 | Adding a run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.835 | 100091 | Adding a run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.835 | 100091 | Adding a run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.835 | 100091 | Adding a run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.835 | 100091 | Adding a run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.835 | 100091 | Adding a run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.835 | 100091 | Adding a run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.836 | 100091 | Adding a run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.836 | 100091 | Adding a run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.836 | 100091 | Adding a run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.836 | 100091 | Adding a run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.836 | 100091 | Adding a run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.836 | 100091 | Adding a run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.836 | 100091 | Adding a run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.837 | 100091 | Adding a run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.837 | 100091 | Adding a run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.837 | 100091 | Adding a run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.837 | 100091 | Adding a run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.837 | 100091 | Adding a run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.837 | 100091 | Adding a run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.838 | 100091 | Adding a run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.838 | 100091 | Adding a run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.838 | 100091 | Adding a run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.838 | 100091 | Adding a run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.838 | 100091 | Adding a run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.838 | 100091 | Adding a run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.838 | 100091 | Adding a run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.839 | 100091 | Adding a run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.839 | 100091 | Adding a run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.839 | 100091 | Adding a run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.839 | 100091 | Adding a run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.839 | 100091 | Adding a run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.839 | 100091 | Adding a run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.840 | 100091 | Adding a run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.840 | 100091 | Adding a run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.840 | 100091 | Adding a run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.840 | 100091 | Adding a run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.840 | 100091 | Adding a run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.840 | 100091 | Adding a run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.840 | 100091 | Adding a run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.841 | 100091 | Adding a run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.841 | 100091 | Adding a run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.841 | 100091 | Adding a run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.841 | 100091 | Adding a run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.841 | 100091 | Adding a run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.841 | 100091 | Adding a run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.842 | 100091 | Adding a run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.842 | 100091 | Adding a run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.842 | 100091 | Adding a run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.842 | 100091 | Adding a run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.842 | 100091 | Adding a run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.842 | 100091 | Adding a run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.842 | 100091 | Adding a run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.843 | 100091 | Adding a run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.843 | 100091 | Adding a run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.843 | 100091 | Adding a run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.843 | 100091 | Adding a run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.843 | 100091 | Adding a run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.843 | 100091 | Adding a run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.844 | 100091 | Adding a run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.844 | 100091 | Adding a run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.844 | 100091 | Adding a run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.844 | 100091 | Adding a run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.844 | 100091 | Adding a run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.844 | 100091 | Adding a run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.844 | 100091 | Adding a run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.845 | 100091 | Adding a run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.845 | 100091 | Adding a run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.845 | 100091 | Adding a run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.845 | 100091 | Adding a run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.845 | 100091 | Adding a run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.845 | 100091 | Adding a run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.846 | 100091 | Adding a run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.846 | 100091 | Adding a run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.846 | 100091 | Adding a run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.846 | 100091 | Adding a run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.846 | 100091 | Adding a run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.846 | 100091 | Adding a run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.846 | 100091 | Adding a run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.847 | 100091 | Adding a run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.847 | 100091 | Adding a run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.847 | 100091 | Adding a run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.847 | 100091 | Adding a run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.847 | 100091 | Adding a run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.847 | 100091 | Adding a run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.848 | 100091 | Adding a run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.848 | 100091 | Adding a run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.848 | 100091 | Adding a run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.848 | 100091 | Adding a run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.848 | 100091 | Adding a run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.848 | 100091 | Adding a run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.848 | 100091 | Adding a run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.849 | 100091 | Adding a run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.849 | 100091 | Adding a run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.849 | 100091 | Adding a run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.849 | 100091 | Adding a run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.849 | 100091 | Adding a run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.849 | 100091 | Adding a run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.850 | 100091 | Adding a run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.850 | 100091 | Adding a run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.850 | 100091 | Adding a run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.850 | 100091 | Adding a run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.850 | 100091 | Adding a run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.850 | 100091 | Adding a run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.850 | 100091 | Adding a run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.851 | 100091 | Adding a run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.851 | 100091 | Adding a run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.851 | 100091 | Adding a run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.851 | 100091 | Adding a run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.851 | 100091 | Adding a run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.851 | 100091 | Adding a run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.852 | 100091 | Adding a run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.852 | 100091 | Adding a run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.852 | 100091 | Adding a run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.852 | 100091 | Adding a run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.852 | 100091 | Adding a run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.852 | 100091 | Adding a run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.852 | 100091 | Adding a run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.853 | 100091 | Adding a run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.853 | 100091 | Adding a run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.853 | 100091 | Adding a run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.853 | 100091 | Adding a run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.853 | 100091 | Adding a run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.853 | 100091 | Adding a run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.853 | 100091 | Adding a run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.854 | 100091 | Adding a run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.854 | 100091 | Adding a run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.854 | 100091 | Adding a run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.854 | 100091 | Adding a run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.854 | 100091 | Adding a run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.854 | 100091 | Adding a run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.855 | 100091 | Adding a run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.855 | 100091 | Adding a run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.855 | 100091 | Adding a run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.855 | 100091 | Adding a run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.855 | 100091 | Adding a run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.855 | 100091 | Adding a run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.855 | 100091 | Adding a run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.856 | 100091 | Adding a run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.856 | 100091 | Adding a run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.856 | 100091 | Adding a run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.856 | 100091 | Adding a run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.856 | 100091 | Adding a run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.856 | 100091 | Adding a run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.857 | 100091 | Adding a run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.857 | 100091 | Adding a run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.857 | 100091 | Adding a run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.857 | 100091 | Adding a run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.857 | 100091 | Adding a run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.857 | 100091 | Adding a run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.857 | 100091 | Adding a run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.858 | 100091 | Adding a run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.858 | 100091 | Adding a run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.858 | 100091 | Adding a run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.858 | 100091 | Adding a run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.858 | 100091 | Adding a run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.858 | 100091 | Adding a run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.858 | 100091 | Adding a run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.859 | 100091 | Adding a run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.859 | 100091 | Adding a run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.859 | 100091 | Adding a run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.859 | 100091 | Adding a run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.859 | 100091 | Adding a run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.859 | 100091 | Adding a run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.859 | 100091 | Adding a run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.860 | 100091 | Adding a run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.860 | 100091 | Adding a run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.860 | 100091 | Adding a run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.860 | 100091 | Adding a run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.860 | 100091 | Adding a run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.860 | 100091 | Adding a run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.861 | 100091 | Adding a run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.861 | 100091 | Adding a run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.861 | 100091 | Adding a run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.861 | 100091 | Adding a run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.861 | 100091 | Adding a run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.861 | 100091 | Adding a run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.861 | 100091 | Adding a run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.862 | 100091 | Adding a run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.862 | 100091 | Adding a run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.862 | 100091 | Adding a run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.862 | 100091 | Adding a run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.862 | 100091 | Adding a run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.862 | 100091 | Adding a run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.863 | 100091 | Adding a run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.863 | 100091 | Adding a run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.863 | 100091 | Adding a run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.863 | 100091 | Adding a run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.863 | 100091 | Adding a run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.863 | 100091 | Adding a run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.863 | 100091 | Adding a run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.864 | 100091 | Adding a run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.864 | 100091 | Adding a run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.864 | 100091 | Adding a run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.864 | 100091 | Adding a run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.864 | 100091 | Adding a run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.864 | 100091 | Adding a run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.865 | 100091 | Adding a run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.865 | 100091 | Adding a run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.865 | 100091 | Adding a run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.865 | 100091 | Adding a run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.865 | 100091 | Adding a run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.865 | 100091 | Adding a run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.865 | 100091 | Adding a run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.866 | 100091 | Adding a run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.866 | 100091 | Adding a run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.866 | 100091 | Adding a run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.866 | 100091 | Adding a run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.866 | 100091 | Adding a run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.866 | 100091 | Adding a run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.867 | 100091 | Adding a run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.867 | 100091 | Adding a run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.867 | 100091 | Adding a run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.867 | 100091 | Adding a run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.867 | 100091 | Adding a run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.867 | 100091 | Adding a run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.867 | 100091 | Adding a run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.868 | 100091 | Adding a run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.868 | 100091 | Adding a run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.868 | 100091 | Adding a run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.868 | 100091 | Adding a run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.868 | 100091 | Adding a run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.868 | 100091 | Adding a run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.869 | 100091 | Adding a run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.869 | 100091 | Adding a run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.869 | 100091 | Adding a run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.869 | 100091 | Adding a run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.869 | 100091 | Adding a run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.869 | 100091 | Adding a run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.869 | 100091 | Adding a run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.870 | 100091 | Adding a run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.870 | 100091 | Adding a run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.870 | 100091 | Adding a run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.870 | 100091 | Adding a run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.870 | 100091 | Adding a run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.870 | 100091 | Adding a run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.870 | 100091 | Adding a run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.871 | 100091 | Adding a run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.871 | 100091 | Adding a run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.871 | 100091 | Adding a run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.871 | 100091 | Adding a run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.871 | 100091 | Adding a run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.871 | 100091 | Adding a run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.872 | 100091 | Adding a run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.872 | 100091 | Adding a run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.872 | 100091 | Adding a run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.872 | 100091 | Adding a run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.872 | 100091 | Adding a run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.872 | 100091 | Adding a run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.872 | 100091 | Adding a run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.873 | 100091 | Adding a run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.873 | 100091 | Adding a run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.873 | 100091 | Adding a run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.873 | 100091 | Adding a run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.873 | 100091 | Adding a run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.873 | 100091 | Adding a run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.874 | 100091 | Adding a run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.874 | 100091 | Adding a run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.874 | 100091 | Adding a run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.874 | 100091 | Adding a run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.874 | 100091 | Adding a run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.874 | 100091 | Adding a run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.874 | 100091 | Adding a run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.875 | 100091 | Adding a run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.875 | 100091 | Adding a run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.875 | 100091 | Adding a run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.875 | 100091 | Adding a run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.875 | 100091 | Adding a run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.875 | 100091 | Adding a run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.876 | 100091 | Adding a run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.876 | 100091 | Adding a run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.876 | 100091 | Adding a run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.876 | 100091 | Adding a run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.876 | 100091 | Adding a run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.876 | 100091 | Adding a run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.876 | 100091 | Adding a run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.877 | 100091 | Adding a run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.877 | 100091 | Adding a run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.877 | 100091 | Adding a run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.877 | 100091 | Adding a run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.877 | 100091 | Adding a run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.877 | 100091 | Adding a run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.877 | 100091 | Adding a run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.877 | 100091 | Adding a run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.878 | 100091 | Adding a run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.878 | 100091 | Adding a run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.878 | 100091 | Adding a run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.878 | 100091 | Adding a run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.878 | 100091 | Adding a run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.878 | 100091 | Adding a run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.878 | 100091 | Adding a run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.878 | 100091 | Adding a run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.879 | 100091 | Adding a run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.879 | 100091 | Adding a run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.879 | 100091 | Adding a run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.879 | 100091 | Adding a run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.879 | 100091 | Adding a run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.879 | 100091 | Adding a run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.879 | 100091 | Adding a run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.879 | 100091 | Adding a run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.880 | 100091 | Adding a run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.880 | 100091 | Adding a run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.880 | 100091 | Adding a run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.880 | 100091 | Adding a run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.880 | 100091 | Adding a run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.880 | 100091 | Adding a run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.880 | 100091 | Adding a run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.880 | 100091 | Adding a run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.880 | 100091 | Adding a run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.881 | 100091 | Adding a run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.881 | 100091 | Adding a run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.881 | 100091 | Adding a run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.881 | 100091 | Adding a run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.881 | 100091 | Adding a run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.881 | 100091 | Adding a run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.881 | 100091 | Adding a run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.881 | 100091 | Adding a run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.882 | 100091 | Adding a run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.882 | 100091 | Adding a run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.882 | 100091 | Adding a run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.882 | 100091 | Adding a run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.882 | 100091 | Adding a run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.882 | 100091 | Adding a run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.882 | 100091 | Adding a run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.882 | 100091 | Adding a run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.883 | 100091 | Adding a run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.883 | 100091 | Adding a run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.883 | 100091 | Adding a run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.883 | 100091 | Adding a run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.883 | 100091 | Adding a run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.883 | 100091 | Adding a run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.883 | 100091 | Adding a run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.883 | 100091 | Adding a run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.884 | 100091 | Adding a run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.884 | 100091 | Adding a run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.884 | 100091 | Adding a run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.884 | 100091 | Adding a run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.884 | 100091 | Adding a run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.884 | 100091 | Adding a run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.884 | 100091 | Adding a run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.884 | 100091 | Adding a run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.884 | 100091 | Adding a run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.885 | 100091 | Adding a run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.885 | 100091 | Adding a run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.885 | 100091 | Adding a run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.885 | 100091 | Adding a run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.885 | 100091 | Adding a run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.885 | 100091 | Adding a run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.885 | 100091 | Adding a run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.885 | 100091 | Adding a run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.886 | 100091 | Adding a run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.886 | 100091 | Adding a run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.886 | 100091 | Adding a run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.886 | 100091 | Adding a run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.886 | 100091 | Adding a run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.886 | 100091 | Adding a run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.886 | 100091 | Adding a run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.886 | 100091 | Adding a run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.886 | 100091 | Adding a run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.887 | 100091 | Adding a run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.887 | 100091 | Adding a run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.887 | 100091 | Adding a run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.887 | 100091 | Adding a run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.887 | 100091 | Adding a run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.887 | 100091 | Adding a run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.887 | 100091 | Adding a run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.887 | 100091 | Adding a run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.888 | 100091 | Adding a run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.888 | 100091 | Adding a run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.888 | 100091 | Adding a run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.888 | 100091 | Adding a run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.888 | 100091 | Adding a run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.888 | 100091 | Adding a run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.888 | 100091 | Adding a run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.888 | 100091 | Adding a run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.889 | 100091 | Adding a run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.889 | 100091 | Adding a run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.889 | 100091 | Adding a run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.889 | 100091 | Adding a run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.889 | 100091 | Adding a run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.889 | 100091 | Adding a run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.889 | 100091 | Adding a run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.889 | 100091 | Adding a run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.889 | 100091 | Adding a run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.890 | 100091 | Adding a run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.890 | 100091 | Adding a run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.890 | 100091 | Adding a run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.890 | 100091 | Adding a run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.890 | 100091 | Adding a run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.890 | 100091 | Adding a run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.890 | 100091 | Adding a run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.890 | 100091 | Adding a run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.891 | 100091 | Adding a run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.891 | 100091 | Adding a run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.891 | 100091 | Adding a run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.891 | 100091 | Adding a run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.891 | 100091 | Adding a run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.891 | 100091 | Adding a run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.891 | 100091 | Adding a run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.891 | 100091 | Adding a run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.892 | 100091 | Adding a run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.892 | 100091 | Adding a run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.892 | 100091 | Adding a run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.892 | 100091 | Adding a run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.892 | 100091 | Adding a run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.892 | 100091 | Adding a run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.892 | 100091 | Adding a run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.892 | 100091 | Adding a run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.892 | 100091 | Adding a run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.893 | 100091 | Adding a run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.893 | 100091 | Adding a run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.893 | 100091 | Adding a run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.893 | 100091 | Adding a run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.893 | 100091 | Adding a run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.893 | 100091 | Adding a run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.893 | 100091 | Adding a run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.893 | 100091 | Adding a run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.894 | 100091 | Adding a run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.894 | 100091 | Adding a run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.894 | 100091 | Adding a run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.894 | 100091 | Adding a run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.894 | 100091 | Adding a run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.894 | 100091 | Adding a run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.894 | 100091 | Adding a run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.894 | 100091 | Adding a run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.894 | 100091 | Adding a run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.895 | 100091 | Adding a run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.895 | 100091 | Adding a run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.895 | 100091 | Adding a run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.895 | 100091 | Adding a run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.895 | 100091 | Adding a run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.895 | 100091 | Adding a run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.895 | 100091 | Adding a run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.895 | 100091 | Adding a run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.895 | 100091 | Adding a run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.896 | 100091 | Adding a run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.896 | 100091 | Adding a run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.896 | 100091 | Adding a run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.896 | 100091 | Adding a run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.896 | 100091 | Adding a run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.896 | 100091 | Adding a run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.896 | 100091 | Adding a run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.896 | 100091 | Adding a run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.897 | 100091 | Adding a run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.897 | 100091 | Adding a run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.897 | 100091 | Adding a run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.897 | 100091 | Adding a run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.897 | 100091 | Adding a run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.897 | 100091 | Adding a run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.897 | 100091 | Adding a run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.897 | 100091 | Adding a run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.898 | 100091 | Adding a run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.898 | 100091 | Adding a run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.898 | 100091 | Adding a run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.898 | 100091 | Adding a run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.898 | 100091 | Adding a run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.898 | 100091 | Adding a run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.898 | 100091 | Adding a run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.898 | 100091 | Adding a run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.898 | 100091 | Adding a run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.899 | 100091 | Adding a run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.899 | 100091 | Adding a run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.899 | 100091 | Adding a run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.899 | 100091 | Adding a run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.899 | 100091 | Adding a run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.899 | 100091 | Adding a run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.899 | 100091 | Adding a run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.899 | 100091 | Adding a run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.900 | 100091 | Adding a run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.900 | 100091 | Adding a run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.900 | 100091 | Adding a run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.900 | 100091 | Adding a run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.900 | 100091 | Adding a run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.900 | 100091 | Adding a run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.900 | 100091 | Adding a run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.900 | 100091 | Adding a run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.900 | 100091 | Adding a run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.901 | 100091 | Adding a run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.901 | 100091 | Adding a run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.901 | 100091 | Adding a run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.901 | 100091 | Adding a run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.901 | 100091 | Adding a run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.901 | 100091 | Adding a run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.901 | 100091 | Adding a run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.901 | 100091 | Adding a run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.902 | 100091 | Adding a run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.902 | 100091 | Adding a run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.902 | 100091 | Adding a run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.902 | 100091 | Adding a run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.902 | 100091 | Adding a run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.902 | 100091 | Adding a run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.902 | 100091 | Adding a run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.902 | 100091 | Adding a run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.902 | 100091 | Adding a run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.903 | 100091 | Adding a run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.903 | 100091 | Adding a run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.903 | 100091 | Adding a run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.903 | 100091 | Adding a run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.903 | 100091 | Adding a run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.903 | 100091 | Adding a run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.903 | 100091 | Adding a run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.903 | 100091 | Adding a run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.903 | 100091 | Adding a run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.904 | 100091 | Adding a run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.904 | 100091 | Adding a run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.904 | 100091 | Adding a run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.904 | 100091 | Adding a run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.904 | 100091 | Adding a run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.904 | 100091 | Adding a run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.904 | 100091 | Adding a run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.904 | 100091 | Adding a run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.905 | 100091 | Adding a run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.905 | 100091 | Adding a run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.905 | 100091 | Adding a run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.905 | 100091 | Adding a run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.905 | 100091 | Adding a run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.905 | 100091 | Adding a run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.905 | 100091 | Adding a run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.905 | 100091 | Adding a run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.906 | 100091 | Adding a run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.906 | 100091 | Adding a run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.906 | 100091 | Adding a run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.906 | 100091 | Adding a run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.906 | 100091 | Adding a run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.906 | 100091 | Adding a run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.906 | 100091 | Adding a run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.906 | 100091 | Adding a run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.906 | 100091 | Adding a run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.907 | 100091 | Adding a run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.907 | 100091 | Adding a run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.907 | 100091 | Adding a run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.907 | 100091 | Adding a run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.907 | 100091 | Adding a run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.907 | 100091 | Adding a run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.907 | 100091 | Adding a run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.907 | 100091 | Adding a run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.908 | 100091 | Adding a run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.908 | 100091 | Adding a run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.908 | 100091 | Adding a run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.908 | 100091 | Adding a run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.908 | 100091 | Adding a run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.908 | 100091 | Adding a run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.908 | 100091 | Adding a run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.908 | 100091 | Adding a run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.908 | 100091 | Adding a run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.909 | 100091 | Adding a run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.909 | 100091 | Adding a run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.909 | 100091 | Adding a run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.909 | 100091 | Adding a run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.909 | 100091 | Adding a run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.909 | 100091 | Adding a run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.909 | 100091 | Adding a run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.909 | 100091 | Adding a run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.910 | 100091 | Adding a run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.910 | 100091 | Adding a run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.910 | 100091 | Adding a run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.910 | 100091 | Adding a run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.910 | 100091 | Adding a run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.910 | 100091 | Adding a run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.910 | 100091 | Adding a run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.910 | 100091 | Adding a run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.911 | 100091 | Adding a run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.911 | 100091 | Adding a run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.911 | 100091 | Adding a run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.911 | 100091 | Adding a run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.911 | 100091 | Adding a run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.911 | 100091 | Adding a run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.911 | 100091 | Adding a run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.912 | 100091 | Adding a run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.912 | 100091 | Adding a run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.912 | 100091 | Adding a run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.912 | 100091 | Adding a run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.912 | 100091 | Adding a run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.912 | 100091 | Adding a run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.912 | 100091 | Adding a run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.913 | 100091 | Adding a run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.913 | 100091 | Adding a run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.913 | 100091 | Adding a run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.913 | 100091 | Adding a run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.913 | 100091 | Adding a run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.913 | 100091 | Adding a run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.913 | 100091 | Adding a run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.914 | 100091 | Adding a run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.914 | 100091 | Adding a run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.914 | 100091 | Adding a run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.914 | 100091 | Adding a run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.914 | 100091 | Adding a run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.914 | 100091 | Adding a run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.914 | 100091 | Adding a run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.915 | 100091 | Adding a run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.915 | 100091 | Adding a run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.915 | 100091 | Adding a run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.915 | 100091 | Adding a run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.915 | 100091 | Adding a run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.915 | 100091 | Adding a run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.915 | 100091 | Adding a run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.916 | 100091 | Adding a run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.916 | 100091 | Adding a run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.916 | 100091 | Adding a run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.916 | 100091 | Adding a run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.916 | 100091 | Adding a run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.916 | 100091 | Adding a run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.916 | 100091 | Adding a run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.916 | 100091 | Adding a run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.917 | 100091 | Adding a run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.917 | 100091 | Adding a run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.917 | 100091 | Adding a run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.917 | 100091 | Adding a run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.917 | 100091 | Adding a run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.917 | 100091 | Adding a run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.917 | 100091 | Adding a run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.917 | 100091 | Adding a run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.918 | 100091 | Adding a run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.918 | 100091 | Adding a run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.918 | 100091 | Adding a run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.918 | 100091 | Adding a run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.918 | 100091 | Adding a run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.918 | 100091 | Adding a run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.918 | 100091 | Adding a run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.918 | 100091 | Adding a run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.918 | 100091 | Adding a run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.919 | 100091 | Adding a run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.919 | 100091 | Adding a run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.919 | 100091 | Adding a run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.919 | 100091 | Adding a run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.919 | 100091 | Adding a run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.919 | 100091 | Adding a run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.919 | 100091 | Adding a run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.919 | 100091 | Adding a run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.920 | 100091 | Adding a run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.920 | 100091 | Adding a run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.920 | 100091 | Adding a run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.920 | 100091 | Adding a run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.920 | 100091 | Adding a run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.920 | 100091 | Adding a run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.920 | 100091 | Adding a run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.920 | 100091 | Adding a run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.920 | 100091 | Adding a run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.921 | 100091 | Adding a run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.921 | 100091 | Adding a run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.921 | 100091 | Adding a run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.921 | 100091 | Adding a run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.921 | 100091 | Adding a run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.921 | 100091 | Adding a run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.921 | 100091 | Adding a run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.921 | 100091 | Adding a run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.922 | 100091 | Adding a run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.922 | 100091 | Adding a run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.922 | 100091 | Adding a run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.922 | 100091 | Adding a run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.922 | 100091 | Adding a run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.922 | 100091 | Adding a run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.922 | 100091 | Adding a run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.922 | 100091 | Adding a run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.922 | 100091 | Adding a run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.923 | 100091 | Adding a run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.923 | 100091 | Adding a run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.923 | 100091 | Adding a run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.923 | 100091 | Adding a run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.923 | 100091 | Adding a run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.923 | 100091 | Adding a run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.923 | 100091 | Adding a run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.923 | 100091 | Adding a run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.924 | 100091 | Adding a run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.924 | 100091 | Adding a run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.924 | 100091 | Adding a run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.924 | 100091 | Adding a run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.924 | 100091 | Adding a run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.924 | 100091 | Adding a run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.924 | 100091 | Adding a run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.924 | 100091 | Adding a run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.925 | 100091 | Adding a run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.925 | 100091 | Adding a run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.925 | 100091 | Adding a run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.925 | 100091 | Adding a run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.925 | 100091 | Adding a run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.925 | 100091 | Adding a run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.925 | 100091 | Adding a run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.925 | 100091 | Adding a run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.925 | 100091 | Adding a run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.926 | 100091 | Adding a run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.926 | 100091 | Adding a run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.926 | 100091 | Adding a run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.926 | 100091 | Adding a run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.926 | 100091 | Adding a run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.926 | 100091 | Adding a run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.926 | 100091 | Adding a run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.926 | 100091 | Adding a run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.927 | 100091 | Adding a run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.927 | 100091 | Adding a run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.927 | 100091 | Adding a run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.927 | 100091 | Adding a run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.927 | 100091 | Adding a run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.927 | 100091 | Adding a run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.927 | 100091 | Adding a run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.927 | 100091 | Adding a run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.927 | 100091 | Adding a run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.928 | 100091 | Adding a run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.928 | 100091 | Adding a run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.928 | 100091 | Adding a run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.928 | 100091 | Adding a run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.928 | 100091 | Adding a run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.928 | 100091 | Adding a run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.928 | 100091 | Adding a run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.928 | 100091 | Adding a run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.929 | 100091 | Adding a run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.929 | 100091 | Adding a run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.929 | 100091 | Adding a run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.929 | 100091 | Adding a run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.929 | 100091 | Adding a run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.929 | 100091 | Adding a run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.929 | 100091 | Adding a run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.929 | 100091 | Adding a run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.930 | 100091 | Adding a run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.930 | 100091 | Adding a run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.930 | 100091 | Adding a run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.930 | 100091 | Adding a run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.930 | 100091 | Adding a run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.930 | 100091 | Adding a run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.930 | 100091 | Adding a run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.930 | 100091 | Adding a run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.930 | 100091 | Adding a run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.931 | 100091 | Adding a run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.931 | 100091 | Adding a run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.931 | 100091 | Adding a run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.931 | 100091 | Adding a run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.931 | 100091 | Adding a run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.931 | 100091 | Adding a run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.931 | 100091 | Adding a run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.931 | 100091 | Adding a run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.932 | 100091 | Adding a run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.932 | 100091 | Adding a run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.932 | 100091 | Adding a run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.932 | 100091 | Adding a run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.932 | 100091 | Adding a run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.932 | 100091 | Adding a run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.932 | 100091 | Adding a run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.932 | 100091 | Adding a run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.932 | 100091 | Adding a run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.933 | 100091 | Adding a run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.933 | 100091 | Adding a run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.933 | 100091 | Adding a run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.933 | 100091 | Adding a run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.933 | 100091 | Adding a run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.933 | 100091 | Adding a run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.933 | 100091 | Adding a run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.933 | 100091 | Adding a run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.934 | 100091 | Adding a run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.934 | 100091 | Adding a run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.934 | 100091 | Adding a run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.934 | 100091 | Adding a run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.934 | 100091 | Adding a run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.934 | 100091 | Adding a run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.934 | 100091 | Adding a run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.934 | 100091 | Adding a run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.935 | 100091 | Adding a run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.935 | 100091 | Adding a run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.935 | 100091 | Adding a run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.935 | 100091 | Adding a run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.935 | 100091 | Adding a run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.935 | 100091 | Adding a run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.935 | 100091 | Adding a run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.935 | 100091 | Adding a run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.935 | 100091 | Adding a run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.936 | 100091 | Adding a run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.936 | 100091 | Adding a run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.936 | 100091 | Adding a run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.936 | 100091 | Adding a run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.936 | 100091 | Adding a run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.936 | 100091 | Adding a run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.936 | 100091 | Adding a run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.936 | 100091 | Adding a run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.937 | 100091 | Adding a run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.937 | 100091 | Adding a run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.937 | 100091 | Adding a run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.937 | 100091 | Adding a run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.937 | 100091 | Adding a run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.937 | 100091 | Adding a run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.937 | 100091 | Adding a run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.937 | 100091 | Adding a run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.938 | 100091 | Adding a run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.938 | 100091 | Adding a run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.938 | 100091 | Adding a run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.938 | 100091 | Adding a run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.938 | 100091 | Adding a run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.938 | 100091 | Adding a run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.938 | 100091 | Adding a run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.938 | 100091 | Adding a run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.938 | 100091 | Adding a run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.939 | 100091 | Adding a run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.939 | 100091 | Adding a run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.939 | 100091 | Adding a run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.939 | 100091 | Adding a run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.939 | 100091 | Adding a run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.939 | 100091 | Adding a run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.939 | 100091 | Adding a run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.939 | 100091 | Adding a run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.940 | 100091 | Adding a run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.940 | 100091 | Adding a run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.940 | 100091 | Adding a run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.940 | 100091 | Adding a run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.940 | 100091 | Adding a run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.940 | 100091 | Adding a run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.940 | 100091 | Adding a run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.940 | 100091 | Adding a run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.940 | 100091 | Adding a run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.941 | 100091 | Adding a run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.941 | 100091 | Adding a run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.941 | 100091 | Adding a run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.941 | 100091 | Adding a run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.941 | 100091 | Adding a run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.941 | 100091 | Adding a run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.941 | 100091 | Adding a run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.941 | 100091 | Adding a run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.942 | 100091 | Adding a run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.942 | 100091 | Adding a run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.942 | 100091 | Adding a run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.942 | 100091 | Adding a run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.942 | 100091 | Adding a run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.942 | 100091 | Adding a run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.942 | 100091 | Adding a run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.942 | 100091 | Adding a run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.943 | 100091 | Adding a run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.943 | 100091 | Adding a run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.943 | 100091 | Adding a run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.943 | 100091 | Adding a run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.943 | 100091 | Adding a run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.943 | 100091 | Adding a run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.943 | 100091 | Adding a run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.943 | 100091 | Adding a run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.943 | 100091 | Adding a run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.944 | 100091 | Adding a run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.944 | 100091 | Adding a run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.944 | 100091 | Adding a run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.944 | 100091 | Adding a run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.944 | 100091 | Adding a run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.944 | 100091 | Adding a run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.944 | 100091 | Adding a run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.944 | 100091 | Adding a run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.945 | 100091 | Adding a run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.945 | 100091 | Adding a run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.945 | 100091 | Adding a run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.945 | 100091 | Adding a run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.945 | 100091 | Adding a run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.945 | 100091 | Adding a run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.945 | 100091 | Adding a run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.945 | 100091 | Adding a run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.946 | 100091 | Adding a run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.946 | 100091 | Adding a run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.946 | 100091 | Adding a run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.946 | 100091 | Adding a run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.946 | 100091 | Adding a run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.946 | 100091 | Adding a run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.946 | 100091 | Adding a run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.946 | 100091 | Adding a run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.946 | 100091 | Adding a run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.947 | 100091 | Adding a run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.947 | 100091 | Adding a run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.947 | 100091 | Adding a run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.947 | 100091 | Adding a run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.947 | 100091 | Adding a run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.947 | 100091 | Adding a run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.947 | 100091 | Adding a run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.947 | 100091 | Adding a run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.948 | 100091 | Adding a run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.948 | 100091 | Adding a run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.948 | 100091 | Adding a run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.948 | 100091 | Adding a run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.948 | 100091 | Adding a run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.948 | 100091 | Adding a run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.948 | 100091 | Adding a run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.948 | 100091 | Adding a run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.949 | 100091 | Adding a run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.949 | 100091 | Adding a run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.949 | 100091 | Adding a run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.949 | 100091 | Adding a run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.949 | 100091 | Adding a run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.949 | 100091 | Adding a run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.949 | 100091 | Adding a run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.949 | 100091 | Adding a run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.949 | 100091 | Adding a run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.950 | 100091 | Adding a run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.950 | 100091 | Adding a run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.950 | 100091 | Adding a run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.950 | 100091 | Adding a run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.950 | 100091 | Adding a run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.950 | 100091 | Adding a run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.950 | 100091 | Adding a run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.950 | 100091 | Adding a run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.951 | 100091 | Adding a run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.951 | 100091 | Adding a run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.951 | 100091 | Adding a run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.951 | 100091 | Adding a run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.951 | 100091 | Adding a run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.951 | 100091 | Adding a run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.951 | 100091 | Adding a run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.951 | 100091 | Adding a run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.951 | 100091 | Adding a run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.952 | 100091 | Adding a run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.952 | 100091 | Adding a run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.952 | 100091 | Adding a run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.952 | 100091 | Adding a run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.952 | 100091 | Adding a run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.952 | 100091 | Adding a run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.952 | 100091 | Adding a run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.952 | 100091 | Adding a run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.953 | 100091 | Adding a run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.953 | 100091 | Adding a run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.953 | 100091 | Adding a run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.953 | 100091 | Adding a run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.953 | 100091 | Adding a run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.953 | 100091 | Adding a run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.953 | 100091 | Adding a run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.953 | 100091 | Adding a run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.954 | 100091 | Adding a run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.954 | 100091 | Adding a run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.954 | 100091 | Adding a run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.954 | 100091 | Adding a run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.954 | 100091 | Adding a run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.954 | 100091 | Adding a run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.954 | 100091 | Adding a run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.954 | 100091 | Adding a run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.954 | 100091 | Adding a run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.955 | 100091 | Adding a run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.955 | 100091 | Adding a run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.955 | 100091 | Adding a run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.955 | 100091 | Adding a run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.955 | 100091 | Adding a run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.955 | 100091 | Adding a run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.955 | 100091 | Adding a run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.955 | 100091 | Adding a run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.956 | 100091 | Adding a run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.956 | 100091 | Adding a run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.956 | 100091 | Adding a run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.956 | 100091 | Adding a run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.956 | 100091 | Adding a run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.956 | 100091 | Adding a run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.956 | 100091 | Adding a run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.956 | 100091 | Adding a run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.957 | 100091 | Adding a run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.957 | 100091 | Adding a run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.957 | 100091 | Adding a run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.957 | 100091 | Adding a run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.957 | 100091 | Adding a run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.957 | 100091 | Adding a run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.957 | 100091 | Adding a run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.957 | 100091 | Adding a run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.958 | 100091 | Adding a run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.958 | 100091 | Adding a run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.958 | 100091 | Adding a run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.958 | 100091 | Adding a run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.958 | 100091 | Adding a run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.958 | 100091 | Adding a run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.958 | 100091 | Adding a run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.958 | 100091 | Adding a run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.958 | 100091 | Adding a run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.959 | 100091 | Adding a run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.959 | 100091 | Adding a run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.959 | 100091 | Adding a run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.959 | 100091 | Adding a run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.959 | 100091 | Adding a run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.959 | 100091 | Adding a run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.959 | 100091 | Adding a run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.959 | 100091 | Adding a run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.960 | 100091 | Adding a run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.960 | 100091 | Adding a run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.960 | 100091 | Adding a run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.960 | 100091 | Adding a run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.960 | 100091 | Adding a run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.960 | 100091 | Adding a run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.960 | 100091 | Adding a run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.960 | 100091 | Adding a run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.961 | 100091 | Adding a run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.961 | 100091 | Adding a run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.961 | 100091 | Adding a run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.961 | 100091 | Adding a run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.961 | 100091 | Adding a run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.961 | 100091 | Adding a run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.961 | 100091 | Adding a run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.961 | 100091 | Adding a run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.961 | 100091 | Adding a run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.962 | 100091 | Adding a run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.962 | 100091 | Adding a run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.962 | 100091 | Adding a run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.962 | 100091 | Adding a run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.962 | 100091 | Adding a run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.962 | 100091 | Adding a run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.962 | 100091 | Adding a run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.962 | 100091 | Adding a run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.963 | 100091 | Adding a run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.963 | 100091 | Adding a run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.963 | 100091 | Adding a run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.963 | 100091 | Adding a run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.963 | 100091 | Adding a run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.963 | 100091 | Adding a run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.963 | 100091 | Adding a run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.963 | 100091 | Adding a run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.964 | 100091 | Adding a run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.964 | 100091 | Adding a run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.964 | 100091 | Adding a run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.964 | 100091 | Adding a run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.964 | 100091 | Adding a run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.964 | 100091 | Adding a run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.964 | 100091 | Adding a run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.964 | 100091 | Adding a run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.965 | 100091 | Adding a run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.965 | 100091 | Adding a run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.965 | 100091 | Adding a run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.965 | 100091 | Adding a run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.965 | 100091 | Adding a run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.965 | 100091 | Adding a run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.965 | 100091 | Adding a run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.965 | 100091 | Adding a run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.966 | 100091 | Adding a run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.966 | 100091 | Adding a run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.966 | 100091 | Adding a run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.966 | 100091 | Adding a run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.966 | 100091 | Adding a run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.966 | 100091 | Adding a run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.966 | 100091 | Adding a run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.966 | 100091 | Adding a run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.966 | 100091 | Adding a run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.967 | 100091 | Adding a run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.967 | 100091 | Adding a run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.967 | 100091 | Adding a run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.967 | 100091 | Adding a run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.967 | 100091 | Adding a run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.967 | 100091 | Adding a run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.967 | 100091 | Adding a run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.967 | 100091 | Adding a run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.968 | 100091 | Adding a run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.968 | 100091 | Adding a run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.968 | 100091 | Adding a run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.968 | 100091 | Adding a run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.968 | 100091 | Adding a run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.968 | 100091 | Adding a run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.968 | 100091 | Adding a run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.968 | 100091 | Adding a run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.968 | 100091 | Adding a run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.969 | 100091 | Adding a run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.969 | 100091 | Adding a run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.969 | 100091 | Adding a run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.969 | 100091 | Adding a run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.969 | 100091 | Adding a run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.969 | 100091 | Adding a run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.969 | 100091 | Adding a run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.969 | 100091 | Adding a run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.970 | 100091 | Adding a run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.970 | 100091 | Adding a run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.970 | 100091 | Adding a run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.970 | 100091 | Adding a run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.970 | 100091 | Adding a run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.970 | 100091 | Adding a run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.970 | 100091 | Adding a run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.970 | 100091 | Adding a run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.971 | 100091 | Adding a run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.971 | 100091 | Adding a run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.971 | 100091 | Adding a run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.971 | 100091 | Adding a run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.971 | 100091 | Adding a run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.971 | 100091 | Adding a run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.971 | 100091 | Adding a run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.971 | 100091 | Adding a run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.972 | 100091 | Adding a run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.972 | 100091 | Adding a run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.972 | 100091 | Adding a run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.972 | 100091 | Adding a run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.972 | 100091 | Adding a run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.972 | 100091 | Adding a run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.972 | 100091 | Adding a run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.972 | 100091 | Adding a run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.972 | 100091 | Adding a run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.973 | 100091 | Adding a run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.973 | 100091 | Adding a run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.973 | 100091 | Adding a run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.973 | 100091 | Adding a run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.973 | 100091 | Adding a run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.973 | 100091 | Adding a run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.973 | 100091 | Adding a run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.974 | 100091 | Adding a run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.974 | 100091 | Adding a run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.974 | 100091 | Adding a run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.974 | 100091 | Adding a run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.974 | 100091 | Adding a run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.974 | 100091 | Adding a run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.974 | 100091 | Adding a run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.974 | 100091 | Adding a run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.975 | 100091 | Adding a run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.975 | 100091 | Adding a run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.975 | 100091 | Adding a run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.975 | 100091 | Adding a run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.975 | 100091 | Adding a run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.975 | 100091 | Adding a run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.975 | 100091 | Adding a run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.975 | 100091 | Adding a run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.975 | 100091 | Adding a run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.976 | 100091 | Adding a run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.976 | 100091 | Adding a run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.976 | 100091 | Adding a run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.976 | 100091 | Adding a run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.976 | 100091 | Adding a run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.976 | 100091 | Adding a run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.976 | 100091 | Adding a run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.976 | 100091 | Adding a run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.977 | 100091 | Adding a run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.977 | 100091 | Adding a run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.977 | 100091 | Adding a run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.977 | 100091 | Adding a run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.977 | 100091 | Adding a run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.977 | 100091 | Adding a run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.977 | 100091 | Adding a run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.977 | 100091 | Adding a run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.978 | 100091 | Adding a run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.978 | 100091 | Adding a run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.978 | 100091 | Adding a run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.978 | 100091 | Adding a run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.978 | 100091 | Adding a run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.978 | 100091 | Adding a run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.978 | 100091 | Adding a run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.978 | 100091 | Adding a run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.979 | 100091 | Adding a run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.979 | 100091 | Adding a run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.979 | 100091 | Adding a run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.979 | 100091 | Adding a run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.979 | 100091 | Adding a run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.979 | 100091 | Adding a run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.979 | 100091 | Adding a run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.979 | 100091 | Adding a run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.980 | 100091 | Adding a run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.980 | 100091 | Adding a run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.980 | 100091 | Adding a run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.980 | 100091 | Adding a run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.980 | 100091 | Adding a run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.980 | 100091 | Adding a run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.980 | 100091 | Adding a run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.980 | 100091 | Adding a run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.981 | 100091 | Adding a run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.981 | 100091 | Adding a run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.981 | 100091 | Adding a run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.981 | 100091 | Adding a run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.981 | 100091 | Adding a run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.981 | 100091 | Adding a run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.982 | 100091 | Adding a run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.982 | 100091 | Adding a run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.982 | 100091 | Adding a run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.982 | 100091 | Adding a run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.982 | 100091 | Adding a run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.982 | 100091 | Adding a run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.982 | 100091 | Adding a run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.983 | 100091 | Adding a run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.983 | 100091 | Adding a run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.983 | 100091 | Adding a run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.983 | 100091 | Adding a run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.983 | 100091 | Adding a run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.983 | 100091 | Adding a run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.984 | 100091 | Adding a run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.984 | 100091 | Adding a run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.984 | 100091 | Adding a run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.984 | 100091 | Adding a run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.984 | 100091 | Adding a run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.984 | 100091 | Adding a run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.984 | 100091 | Adding a run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.985 | 100091 | Adding a run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.985 | 100091 | Adding a run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.985 | 100091 | Adding a run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.985 | 100091 | Adding a run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.985 | 100091 | Adding a run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.985 | 100091 | Adding a run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.986 | 100091 | Adding a run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.986 | 100091 | Adding a run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.986 | 100091 | Adding a run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.986 | 100091 | Adding a run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.986 | 100091 | Adding a run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.986 | 100091 | Adding a run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.986 | 100091 | Adding a run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.987 | 100091 | Adding a run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.987 | 100091 | Adding a run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.987 | 100091 | Adding a run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.987 | 100091 | Adding a run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.987 | 100091 | Adding a run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.987 | 100091 | Adding a run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.988 | 100091 | Adding a run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.988 | 100091 | Adding a run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.988 | 100091 | Adding a run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.988 | 100091 | Adding a run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.988 | 100091 | Adding a run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.988 | 100091 | Adding a run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.988 | 100091 | Adding a run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.989 | 100091 | Adding a run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.989 | 100091 | Adding a run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.989 | 100091 | Adding a run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.989 | 100091 | Adding a run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.989 | 100091 | Adding a run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.989 | 100091 | Adding a run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.989 | 100091 | Adding a run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.990 | 100091 | Adding a run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.990 | 100091 | Adding a run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.990 | 100091 | Adding a run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.990 | 100091 | Adding a run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.990 | 100091 | Adding a run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.990 | 100091 | Adding a run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.991 | 100091 | Adding a run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.991 | 100091 | Adding a run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.991 | 100091 | Adding a run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.991 | 100091 | Adding a run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.991 | 100091 | Adding a run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.991 | 100091 | Adding a run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.991 | 100091 | Adding a run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.992 | 100091 | Adding a run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.992 | 100091 | Adding a run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.992 | 100091 | Adding a run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.992 | 100091 | Adding a run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.992 | 100091 | Adding a run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.992 | 100091 | Adding a run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.993 | 100091 | Adding a run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.993 | 100091 | Adding a run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.993 | 100091 | Adding a run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.993 | 100091 | Adding a run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.993 | 100091 | Adding a run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.993 | 100091 | Adding a run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.993 | 100091 | Adding a run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.994 | 100091 | Adding a run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.994 | 100091 | Adding a run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.994 | 100091 | Adding a run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.994 | 100091 | Adding a run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.994 | 100091 | Adding a run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.994 | 100091 | Adding a run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.994 | 100091 | Adding a run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.995 | 100091 | Adding a run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.995 | 100091 | Adding a run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.995 | 100091 | Adding a run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.995 | 100091 | Adding a run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.995 | 100091 | Adding a run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.995 | 100091 | Adding a run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.995 | 100091 | Adding a run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.995 | 100091 | Adding a run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.996 | 100091 | Adding a run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.996 | 100091 | Adding a run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.996 | 100091 | Adding a run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.996 | 100091 | Adding a run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.996 | 100091 | Adding a run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.996 | 100091 | Adding a run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.996 | 100091 | Adding a run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.996 | 100091 | Adding a run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.996 | 100091 | Adding a run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.997 | 100091 | Adding a run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.997 | 100091 | Adding a run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.997 | 100091 | Adding a run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.997 | 100091 | Adding a run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.997 | 100091 | Adding a run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.997 | 100091 | Adding a run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.997 | 100091 | Adding a run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.997 | 100091 | Adding a run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.998 | 100091 | Adding a run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.998 | 100091 | Adding a run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.998 | 100091 | Adding a run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.998 | 100091 | Adding a run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.998 | 100091 | Adding a run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.998 | 100091 | Adding a run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.998 | 100091 | Adding a run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.998 | 100091 | Adding a run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.999 | 100091 | Adding a run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.999 | 100091 | Adding a run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.999 | 100091 | Adding a run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.999 | 100091 | Adding a run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.999 | 100091 | Adding a run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.999 | 100091 | Adding a run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.999 | 100091 | Adding a run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:57 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.999 | 100091 | Adding a run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:57.999 | 100091 | Adding a run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.000 | 100091 | Adding a run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.000 | 100091 | Adding a run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.000 | 100091 | Adding a run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.000 | 100091 | Adding a run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.000 | 100091 | Adding a run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.000 | 100091 | Adding a run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.000 | 100091 | Adding a run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.000 | 100091 | Adding a run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.001 | 100091 | Adding a run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.001 | 100091 | Adding a run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.001 | 100091 | Adding a run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.001 | 100091 | Adding a run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.001 | 100091 | Adding a run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.001 | 100091 | Adding a run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.001 | 100091 | Adding a run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.001 | 100091 | Adding a run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.002 | 100091 | Adding a run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.002 | 100091 | Adding a run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.002 | 100091 | Adding a run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.002 | 100091 | Adding a run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.002 | 100091 | Adding a run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.002 | 100091 | Adding a run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.002 | 100091 | Adding a run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.002 | 100091 | Adding a run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.003 | 100091 | Adding a run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.003 | 100091 | Adding a run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.003 | 100091 | Adding a run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.003 | 100091 | Adding a run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.003 | 100091 | Adding a run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.003 | 100091 | Adding a run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.003 | 100091 | Adding a run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.003 | 100091 | Adding a run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.004 | 100091 | Adding a run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.004 | 100091 | Adding a run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.004 | 100091 | Adding a run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.004 | 100091 | Adding a run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.004 | 100091 | Adding a run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.004 | 100091 | Adding a run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.004 | 100091 | Adding a run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.004 | 100091 | Adding a run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.004 | 100091 | Adding a run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.005 | 100091 | Adding a run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.005 | 100091 | Adding a run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.005 | 100091 | Adding a run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.005 | 100091 | Adding a run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.005 | 100091 | Adding a run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.005 | 100091 | Adding a run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.005 | 100091 | Adding a run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.006 | 100091 | Adding a run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.006 | 100091 | Adding a run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.006 | 100091 | Adding a run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.006 | 100091 | Adding a run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.006 | 100091 | Adding a run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.006 | 100091 | Adding a run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.006 | 100091 | Adding a run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.006 | 100091 | Adding a run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.007 | 100091 | Adding a run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.007 | 100091 | Adding a run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.007 | 100091 | Adding a run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.007 | 100091 | Adding a run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.007 | 100091 | Adding a run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.007 | 100091 | Adding a run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.007 | 100091 | Adding a run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.008 | 100091 | Adding a run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.008 | 100091 | Adding a run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.008 | 100091 | Adding a run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.008 | 100091 | Adding a run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.008 | 100091 | Adding a run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.008 | 100091 | Adding a run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.008 | 100091 | Adding a run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.008 | 100091 | Adding a run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.009 | 100091 | Adding a run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.009 | 100091 | Adding a run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.009 | 100091 | Adding a run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.009 | 100091 | Adding a run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.009 | 100091 | Adding a run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.009 | 100091 | Adding a run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.009 | 100091 | Adding a run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.010 | 100091 | Adding a run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.010 | 100091 | Adding a run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.010 | 100091 | Adding a run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.010 | 100091 | Adding a run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.010 | 100091 | Adding a run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.010 | 100091 | Adding a run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.010 | 100091 | Adding a run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.011 | 100091 | Adding a run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.011 | 100091 | Adding a run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.011 | 100091 | Adding a run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.011 | 100091 | Adding a run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.011 | 100091 | Adding a run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.011 | 100091 | Adding a run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.011 | 100091 | Adding a run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.011 | 100091 | Adding a run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.012 | 100091 | Adding a run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.012 | 100091 | Adding a run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.012 | 100091 | Adding a run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.012 | 100091 | Adding a run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.012 | 100091 | Adding a run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.012 | 100091 | Adding a run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.012 | 100091 | Adding a run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.012 | 100091 | Adding a run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.013 | 100091 | Adding a run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.013 | 100091 | Adding a run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.013 | 100091 | Adding a run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.013 | 100091 | Adding a run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.013 | 100091 | Adding a run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.013 | 100091 | Adding a run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.013 | 100091 | Adding a run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.014 | 100091 | Adding a run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.014 | 100091 | Adding a run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.014 | 100091 | Adding a run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.014 | 100091 | Adding a run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.014 | 100091 | Adding a run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.014 | 100091 | Adding a run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.014 | 100091 | Adding a run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.014 | 100091 | Adding a run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.014 | 100091 | Adding a run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.015 | 100091 | Adding a run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.015 | 100091 | Adding a run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.015 | 100091 | Adding a run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.015 | 100091 | Adding a run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.015 | 100091 | Adding a run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.015 | 100091 | Adding a run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.015 | 100091 | Adding a run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.015 | 100091 | Adding a run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.016 | 100091 | Adding a run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.016 | 100091 | Adding a run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.016 | 100091 | Adding a run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.016 | 100091 | Adding a run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.016 | 100091 | Adding a run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.016 | 100091 | Adding a run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.016 | 100091 | Adding a run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.016 | 100091 | Adding a run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.017 | 100091 | Adding a run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.017 | 100091 | Adding a run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.017 | 100091 | Adding a run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.017 | 100091 | Adding a run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.017 | 100091 | Adding a run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.017 | 100091 | Adding a run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.017 | 100091 | Adding a run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.017 | 100091 | Adding a run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.017 | 100091 | Adding a run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.018 | 100091 | Adding a run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.018 | 100091 | Adding a run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.018 | 100091 | Adding a run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.018 | 100091 | Adding a run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.018 | 100091 | Adding a run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.018 | 100091 | Adding a run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.018 | 100091 | Adding a run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.018 | 100091 | Adding a run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.019 | 100091 | Adding a run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.019 | 100091 | Adding a run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.019 | 100091 | Adding a run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.019 | 100091 | Adding a run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.019 | 100091 | Adding a run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.019 | 100091 | Adding a run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.019 | 100091 | Adding a run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.019 | 100091 | Adding a run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.020 | 100091 | Adding a run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.020 | 100091 | Adding a run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.020 | 100091 | Adding a run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.020 | 100091 | Adding a run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.020 | 100091 | Adding a run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.020 | 100091 | Adding a run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.020 | 100091 | Adding a run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.020 | 100091 | Adding a run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.021 | 100091 | Adding a run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.021 | 100091 | Adding a run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.021 | 100091 | Adding a run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.021 | 100091 | Adding a run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.021 | 100091 | Adding a run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.021 | 100091 | Adding a run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.021 | 100091 | Adding a run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.021 | 100091 | Adding a run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.021 | 100091 | Adding a run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.022 | 100091 | Adding a run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.022 | 100091 | Adding a run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.022 | 100091 | Adding a run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.022 | 100091 | Adding a run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.022 | 100091 | Adding a run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.022 | 100091 | Adding a run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.022 | 100091 | Adding a run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.022 | 100091 | Adding a run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.023 | 100091 | Adding a run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.023 | 100091 | Adding a run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.023 | 100091 | Adding a run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.023 | 100091 | Adding a run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.023 | 100091 | Adding a run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.023 | 100091 | Adding a run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.023 | 100091 | Adding a run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.023 | 100091 | Adding a run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.024 | 100091 | Adding a run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.024 | 100091 | Adding a run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.024 | 100091 | Adding a run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.024 | 100091 | Adding a run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.024 | 100091 | Adding a run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.024 | 100091 | Adding a run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.024 | 100091 | Adding a run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.024 | 100091 | Adding a run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.025 | 100091 | Adding a run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.025 | 100091 | Adding a run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.025 | 100091 | Adding a run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.025 | 100091 | Adding a run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.025 | 100091 | Adding a run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.025 | 100091 | Adding a run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.025 | 100091 | Adding a run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.025 | 100091 | Adding a run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.026 | 100091 | Adding a run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.026 | 100091 | Adding a run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.026 | 100091 | Adding a run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.026 | 100091 | Adding a run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.026 | 100091 | Adding a run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.026 | 100091 | Adding a run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.026 | 100091 | Adding a run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.026 | 100091 | Adding a run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.027 | 100091 | Adding a run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.027 | 100091 | Adding a run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.027 | 100091 | Adding a run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.027 | 100091 | Adding a run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.027 | 100091 | Adding a run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.027 | 100091 | Adding a run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.027 | 100091 | Adding a run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.027 | 100091 | Adding a run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.027 | 100091 | Adding a run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.028 | 100091 | Adding a run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.028 | 100091 | Adding a run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.028 | 100091 | Adding a run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.028 | 100091 | Adding a run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.028 | 100091 | Adding a run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.028 | 100091 | Adding a run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.028 | 100091 | Adding a run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.028 | 100091 | Adding a run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.029 | 100091 | Adding a run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.029 | 100091 | Adding a run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.029 | 100091 | Adding a run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.029 | 100091 | Adding a run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.029 | 100091 | Adding a run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.029 | 100091 | Adding a run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.029 | 100091 | Adding a run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.029 | 100091 | Adding a run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.030 | 100091 | Adding a run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.030 | 100091 | Adding a run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.030 | 100091 | Adding a run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.030 | 100091 | Adding a run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.030 | 100091 | Adding a run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.030 | 100091 | Adding a run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.030 | 100091 | Adding a run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.030 | 100091 | Adding a run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.031 | 100091 | Adding a run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.031 | 100091 | Adding a run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.031 | 100091 | Adding a run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.031 | 100091 | Adding a run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.031 | 100091 | Adding a run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.031 | 100091 | Adding a run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.031 | 100091 | Adding a run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.031 | 100091 | Adding a run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.032 | 100091 | Adding a run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.032 | 100091 | Adding a run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.032 | 100091 | Adding a run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.032 | 100091 | Adding a run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.032 | 100091 | Adding a run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.032 | 100091 | Adding a run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.032 | 100091 | Adding a run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.032 | 100091 | Adding a run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.033 | 100091 | Adding a run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.033 | 100091 | Adding a run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.033 | 100091 | Adding a run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.033 | 100091 | Adding a run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.033 | 100091 | Adding a run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.033 | 100091 | Adding a run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.033 | 100091 | Adding a run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.033 | 100091 | Adding a run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.034 | 100091 | Adding a run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.034 | 100091 | Adding a run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.034 | 100091 | Adding a run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.034 | 100091 | Adding a run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.034 | 100091 | Adding a run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.034 | 100091 | Adding a run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.034 | 100091 | Adding a run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.034 | 100091 | Adding a run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.034 | 100091 | Adding a run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.035 | 100091 | Adding a run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.035 | 100091 | Adding a run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.035 | 100091 | Adding a run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.035 | 100091 | Adding a run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.035 | 100091 | Adding a run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.035 | 100091 | Adding a run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.035 | 100091 | Adding a run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.035 | 100091 | Adding a run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.036 | 100091 | Adding a run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.036 | 100091 | Adding a run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.036 | 100091 | Adding a run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.036 | 100091 | Adding a run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.036 | 100091 | Adding a run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.036 | 100091 | Adding a run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.036 | 100091 | Adding a run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.036 | 100091 | Adding a run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.037 | 100091 | Adding a run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.037 | 100091 | Adding a run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.037 | 100091 | Adding a run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.037 | 100091 | Adding a run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.037 | 100091 | Adding a run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.037 | 100091 | Adding a run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.037 | 100091 | Adding a run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.037 | 100091 | Adding a run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.038 | 100091 | Adding a run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.038 | 100091 | Adding a run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.038 | 100091 | Adding a run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.038 | 100091 | Adding a run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.038 | 100091 | Adding a run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.038 | 100091 | Adding a run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.038 | 100091 | Adding a run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.038 | 100091 | Adding a run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.039 | 100091 | Adding a run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.039 | 100091 | Adding a run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.039 | 100091 | Adding a run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.039 | 100091 | Adding a run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.039 | 100091 | Adding a run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.039 | 100091 | Adding a run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.039 | 100091 | Adding a run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.039 | 100091 | Adding a run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.039 | 100091 | Adding a run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.040 | 100091 | Adding a run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.040 | 100091 | Adding a run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.040 | 100091 | Adding a run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.040 | 100091 | Adding a run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.040 | 100091 | Adding a run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.040 | 100091 | Adding a run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.040 | 100091 | Adding a run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.040 | 100091 | Adding a run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.041 | 100091 | Adding a run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.041 | 100091 | Adding a run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.041 | 100091 | Adding a run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.041 | 100091 | Adding a run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.041 | 100091 | Adding a run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.041 | 100091 | Adding a run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.041 | 100091 | Adding a run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.041 | 100091 | Adding a run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.042 | 100091 | Adding a run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.042 | 100091 | Adding a run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.042 | 100091 | Adding a run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.042 | 100091 | Adding a run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.042 | 100091 | Adding a run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.042 | 100091 | Adding a run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.042 | 100091 | Adding a run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.042 | 100091 | Adding a run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.043 | 100091 | Adding a run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.043 | 100091 | Adding a run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.043 | 100091 | Adding a run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.043 | 100091 | Adding a run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.043 | 100091 | Adding a run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.043 | 100091 | Adding a run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.043 | 100091 | Adding a run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.043 | 100091 | Adding a run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.043 | 100091 | Adding a run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.044 | 100091 | Adding a run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.044 | 100091 | Adding a run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.044 | 100091 | Adding a run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.044 | 100091 | Adding a run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.044 | 100091 | Adding a run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.044 | 100091 | Adding a run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.044 | 100091 | Adding a run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.044 | 100091 | Adding a run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.045 | 100091 | Adding a run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.045 | 100091 | Adding a run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.045 | 100091 | Adding a run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.045 | 100091 | Adding a run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.045 | 100091 | Adding a run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.045 | 100091 | Adding a run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.045 | 100091 | Adding a run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.045 | 100091 | Adding a run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.046 | 100091 | Adding a run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.046 | 100091 | Adding a run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.046 | 100091 | Adding a run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.046 | 100091 | Adding a run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.046 | 100091 | Adding a run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.046 | 100091 | Adding a run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.046 | 100091 | Adding a run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.046 | 100091 | Adding a run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.046 | 100091 | Adding a run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.047 | 100091 | Adding a run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.047 | 100091 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.047 | 100091 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.047 | 100091 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.047 | 100091 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.047 | 100091 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.051 | 78057 | Waiting for new connections +2024-04-25 03:45:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/release/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39935', 'get-runs'] completed successfully +2024-04-25 03:45:58 | 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-04-25 03:45:58 | INFO | Terminating process 78063/cimple-worker +2024-04-25 03:45:58 | INFO | 78063/cimple-worker: 2024-04-25 03:45:58.114 | 78063 | Shutting down +2024-04-25 03:45:58 | INFO | Terminating process 78060/cimple-worker +2024-04-25 03:45:58 | INFO | 78060/cimple-worker: 2024-04-25 03:45:58.117 | 78060 | Shutting down +2024-04-25 03:45:58 | INFO | Terminating process 78057/cimple-server +2024-04-25 03:45:58 | INFO | 78057/cimple-server: 2024-04-25 03:45:58.119 | 78057 | Shutting down
\ No newline at end of file -- cgit v1.2.3